aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Desktop.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/Desktop.Designer.cs')
-rw-r--r--Project Ports/Desktop.Designer.cs24
1 files changed, 12 insertions, 12 deletions
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);