aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/CrashHandler.Designer.cs
blob: 0bd0b5c9b598904f0073a599c98570880641ea4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
namespace ShiftOS.Engine
{
    partial class CrashHandler
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CrashHandler));
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.rtbcrash = new System.Windows.Forms.RichTextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.btnjump = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
            this.label1.Location = new System.Drawing.Point(13, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(726, 39);
            this.label1.TabIndex = 0;
            this.label1.Text = "The ShiftOS client has experienced a fatal bug.";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(20, 74);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(800, 136);
            this.label2.TabIndex = 1;
            this.label2.Text = @"We are terribly sorry for interrupting your gameplay, but unfortunately ShiftOS encountered a major problem that it couldn't recover from. This can be caused by any of the following reasons:

 - Broken MUD scripts (check with the script author if you see this error after running a script)
 - A bug in the ShiftOS code
 - Incorrect or malformed server message (also could be a bug in ShiftOS.)

We were safely able to save your game and disconnect you from the multi-user domain. We have also sent the crash info to the developers of ShiftOS for you. Below is a copy of what we sent for your reference:";
            // 
            // pictureBox1
            // 
            this.pictureBox1.ImageLocation = "https://archive.raytron.org/shiftos/styles/black_pearl/imageset/shiftos.png";
            this.pictureBox1.Location = new System.Drawing.Point(12, 560);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(414, 105);
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            // 
            // rtbcrash
            // 
            this.rtbcrash.BackColor = System.Drawing.Color.Black;
            this.rtbcrash.EnableAutoDragDrop = true;
            this.rtbcrash.Font = new System.Drawing.Font("Consolas", 8.25F);
            this.rtbcrash.ForeColor = System.Drawing.Color.Gray;
            this.rtbcrash.Location = new System.Drawing.Point(20, 214);
            this.rtbcrash.Name = "rtbcrash";
            this.rtbcrash.Size = new System.Drawing.Size(800, 340);
            this.rtbcrash.TabIndex = 3;
            this.rtbcrash.Text = "";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(444, 560);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(382, 47);
            this.label3.TabIndex = 4;
            this.label3.Text = "You may click \"Jump back in\" to attempt to recover the session. If you experience" +
    " this screen again, try quitting the game and relaunching. If that doesn\'t help," +
    " there may be something terribly wrong.";
            // 
            // btnjump
            // 
            this.btnjump.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnjump.Location = new System.Drawing.Point(736, 642);
            this.btnjump.Name = "btnjump";
            this.btnjump.Size = new System.Drawing.Size(84, 23);
            this.btnjump.TabIndex = 5;
            this.btnjump.Text = "Jump back in";
            this.btnjump.UseVisualStyleBackColor = true;
            this.btnjump.Click += new System.EventHandler(this.btnjump_Click);
            // 
            // button1
            // 
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location = new System.Drawing.Point(646, 642);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(84, 23);
            this.button1.TabIndex = 6;
            this.button1.Text = "Close ShiftOS";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // CrashHandler
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.ClientSize = new System.Drawing.Size(838, 677);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.btnjump);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.rtbcrash);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.ForeColor = System.Drawing.Color.White;
            this.Name = "CrashHandler";
            this.Text = "CrashHandler";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.RichTextBox rtbcrash;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btnjump;
        private System.Windows.Forms.Button button1;
    }
}