aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Crash.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/Crash.Designer.cs')
-rw-r--r--Project Ports/Crash.Designer.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/Project Ports/Crash.Designer.cs b/Project Ports/Crash.Designer.cs
index 28ad72a..fde55be 100644
--- a/Project Ports/Crash.Designer.cs
+++ b/Project Ports/Crash.Designer.cs
@@ -29,7 +29,6 @@
private void InitializeComponent()
{
this.txtCrash = new System.Windows.Forms.RichTextBox();
- this.button1 = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout();
@@ -53,25 +52,12 @@
this.txtCrash.TabIndex = 0;
this.txtCrash.Text = "PortOS.GUI has crashed...\nSYSTEM ERROR: CRASHED\nRebooting PortOS....";
//
- // button1
- //
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button1.ForeColor = System.Drawing.Color.White;
- this.button1.Location = new System.Drawing.Point(533, 417);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(152, 23);
- this.button1.TabIndex = 1;
- this.button1.Text = "Close (This will be removed)";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.Black;
- this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.txtCrash);
this.panel1.Location = new System.Drawing.Point(0, -1);
this.panel1.Name = "panel1";
@@ -98,7 +84,6 @@
#endregion
private System.Windows.Forms.RichTextBox txtCrash;
- private System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panel1;
}
} \ No newline at end of file