diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-28 14:22:58 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-28 14:22:58 -0400 |
| commit | 90e14a0932b63679c356e8bc1d42e657d7c612ad (patch) | |
| tree | f7c6e6600e17dc3c3a6b8868c3e3e52c88dc6e1b /Project Ports/Desktop.Designer.cs | |
| parent | 88bd278b428e85b54441342d8d94fc7c6e3c9029 (diff) | |
| download | Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.tar.gz Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.tar.bz2 Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.zip | |
Changed crashing and added booting
Diffstat (limited to 'Project Ports/Desktop.Designer.cs')
| -rw-r--r-- | Project Ports/Desktop.Designer.cs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs index 38fe9e5..fcc5430 100644 --- a/Project Ports/Desktop.Designer.cs +++ b/Project Ports/Desktop.Designer.cs @@ -47,6 +47,7 @@ this.appButton = new System.Windows.Forms.Button(); this.desktopWatermark = new System.Windows.Forms.Label(); this.btnhijack2 = new System.Windows.Forms.Button(); + this.btnCrash = new System.Windows.Forms.Button(); this.appMenu.SuspendLayout(); this.programStrip.SuspendLayout(); this.panel1.SuspendLayout(); @@ -73,6 +74,7 @@ // appMenu // this.appMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.appMenu.Controls.Add(this.btnCrash); this.appMenu.Controls.Add(this.btnhijack2); this.appMenu.Controls.Add(this.programStrip); this.appMenu.Controls.Add(this.panel2); @@ -242,6 +244,19 @@ this.btnhijack2.Visible = false; this.btnhijack2.Click += new System.EventHandler(this.btnhijack2_Click); // + // btnCrash + // + this.btnCrash.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnCrash.ForeColor = System.Drawing.Color.White; + this.btnCrash.Location = new System.Drawing.Point(192, 351); + this.btnCrash.Name = "btnCrash"; + this.btnCrash.Size = new System.Drawing.Size(75, 23); + this.btnCrash.TabIndex = 7; + this.btnCrash.Text = "Crash"; + this.btnCrash.UseVisualStyleBackColor = true; + this.btnCrash.Visible = false; + this.btnCrash.Click += new System.EventHandler(this.btnCrash_Click); + // // Desktop // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -290,5 +305,6 @@ private System.Windows.Forms.ToolStripMenuItem quantumNetBrowserToolStripMenuItem; private System.Windows.Forms.Label desktopWatermark; private System.Windows.Forms.Button btnhijack2; + private System.Windows.Forms.Button btnCrash; } }
\ No newline at end of file |
