diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-24 21:06:41 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-24 21:06:41 -0500 |
| commit | 44d8d5c50749b70e93dd5ccf8718645d8c3d2fad (patch) | |
| tree | 66be901284162cbadb10af1495e7b88fe00a24ca /ShiftOS.Main/ShiftOS/Apps/TestForm.Designer.cs | |
| parent | 600ce822228d6d4691a402260323abdc688eb73c (diff) | |
| download | shiftos-rewind-44d8d5c50749b70e93dd5ccf8718645d8c3d2fad.tar.gz shiftos-rewind-44d8d5c50749b70e93dd5ccf8718645d8c3d2fad.tar.bz2 shiftos-rewind-44d8d5c50749b70e93dd5ccf8718645d8c3d2fad.zip | |
Added a clunky Shifter, made the wm look nicer
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/TestForm.Designer.cs')
| -rw-r--r-- | ShiftOS.Main/ShiftOS/Apps/TestForm.Designer.cs | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/TestForm.Designer.cs b/ShiftOS.Main/ShiftOS/Apps/TestForm.Designer.cs index 654466d..7049a7e 100644 --- a/ShiftOS.Main/ShiftOS/Apps/TestForm.Designer.cs +++ b/ShiftOS.Main/ShiftOS/Apps/TestForm.Designer.cs @@ -31,6 +31,7 @@ this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBox1 @@ -53,17 +54,28 @@ // this.button1.Location = new System.Drawing.Point(12, 65); this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(260, 23); + this.button1.Size = new System.Drawing.Size(128, 23); this.button1.TabIndex = 2; this.button1.Text = "Create Window"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1_Click); // + // button2 + // + this.button2.Location = new System.Drawing.Point(146, 65); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(126, 23); + this.button2.TabIndex = 4; + this.button2.Text = "Test Shifter"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler(this.button2_Click); + // // TestForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 100); + this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); @@ -79,5 +91,6 @@ private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button button1; + private System.Windows.Forms.Button button2; } }
\ No newline at end of file |
