From bcd3886d85038de6a4b4a45f546af932d626edb4 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 26 Aug 2018 16:27:00 -0400 Subject: Redesign the menu --- Project Ports/Desktop.Designer.cs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Project Ports/Desktop.Designer.cs') diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs index 397d4b2..43784c1 100644 --- a/Project Ports/Desktop.Designer.cs +++ b/Project Ports/Desktop.Designer.cs @@ -42,10 +42,10 @@ this.ltime = new System.Windows.Forms.Label(); this.dclock = new System.Windows.Forms.Timer(this.components); this.hijackScreen = new System.Windows.Forms.Panel(); + this.btnGoToDesktop = new System.Windows.Forms.Button(); this.hijackStoryline = new System.Windows.Forms.Label(); this.hijackLabel = new System.Windows.Forms.Label(); this.textgen = new System.Windows.Forms.Timer(this.components); - this.btnGoToDesktop = new System.Windows.Forms.Button(); this.appMenu.SuspendLayout(); this.hijackScreen.SuspendLayout(); this.SuspendLayout(); @@ -163,6 +163,17 @@ this.hijackScreen.Size = new System.Drawing.Size(800, 449); this.hijackScreen.TabIndex = 2; // + // btnGoToDesktop + // + this.btnGoToDesktop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnGoToDesktop.Location = new System.Drawing.Point(119, 40); + this.btnGoToDesktop.Name = "btnGoToDesktop"; + this.btnGoToDesktop.Size = new System.Drawing.Size(75, 23); + this.btnGoToDesktop.TabIndex = 2; + this.btnGoToDesktop.Text = "Continue"; + this.btnGoToDesktop.UseVisualStyleBackColor = true; + this.btnGoToDesktop.Click += new System.EventHandler(this.btnGoToDesktop_Click); + // // hijackStoryline // this.hijackStoryline.AutoSize = true; @@ -183,17 +194,6 @@ this.hijackLabel.TabIndex = 0; this.hijackLabel.Text = "SYSTEM ERROR 3923882: BEING HIJACKED"; // - // btnGoToDesktop - // - this.btnGoToDesktop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnGoToDesktop.Location = new System.Drawing.Point(119, 40); - this.btnGoToDesktop.Name = "btnGoToDesktop"; - this.btnGoToDesktop.Size = new System.Drawing.Size(75, 23); - this.btnGoToDesktop.TabIndex = 2; - this.btnGoToDesktop.Text = "Continue"; - this.btnGoToDesktop.UseVisualStyleBackColor = true; - this.btnGoToDesktop.Click += new System.EventHandler(this.btnGoToDesktop_Click); - // // Desktop // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); -- cgit v1.2.3