aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.Designer.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-10-01 09:52:36 -0600
committerAShifter <[email protected]>2017-10-01 09:52:36 -0600
commitb45df71168d5fa3f817c45194e4019d15b3a2aa0 (patch)
tree55e0f988107830ffb809acef6d5ac8c25722ef7b /ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.Designer.cs
parent46fe7eb7098dd31b186e13e228fede07c46ee064 (diff)
downloadshiftos-rewind-b45df71168d5fa3f817c45194e4019d15b3a2aa0.tar.gz
shiftos-rewind-b45df71168d5fa3f817c45194e4019d15b3a2aa0.tar.bz2
shiftos-rewind-b45df71168d5fa3f817c45194e4019d15b3a2aa0.zip
Shifting is working
owow
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.Designer.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.Designer.cs30
1 files changed, 30 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.Designer.cs b/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.Designer.cs
index a89dca4..51bce9c 100644
--- a/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.Designer.cs
+++ b/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.Designer.cs
@@ -33,6 +33,8 @@
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
+ this.button2 = new System.Windows.Forms.Button();
+ this.button3 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox1.SuspendLayout();
@@ -53,6 +55,8 @@
//
// tabPage1
//
+ this.tabPage1.Controls.Add(this.button3);
+ this.tabPage1.Controls.Add(this.button2);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
@@ -94,6 +98,30 @@
this.tabPage2.Text = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
+ // button2
+ //
+ this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button2.Font = new System.Drawing.Font("Lucida Console", 8.25F);
+ this.button2.Location = new System.Drawing.Point(171, 267);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(149, 23);
+ this.button2.TabIndex = 2;
+ this.button2.Text = "Set Colorful Skin";
+ this.button2.UseVisualStyleBackColor = true;
+ this.button2.Click += new System.EventHandler(this.button2_Click);
+ //
+ // button3
+ //
+ this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button3.Font = new System.Drawing.Font("Lucida Console", 8.25F);
+ this.button3.Location = new System.Drawing.Point(6, 267);
+ this.button3.Name = "button3";
+ this.button3.Size = new System.Drawing.Size(149, 23);
+ this.button3.TabIndex = 3;
+ this.button3.Text = "Set Default Skin";
+ this.button3.UseVisualStyleBackColor = true;
+ this.button3.Click += new System.EventHandler(this.button3_Click);
+ //
// Shifter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -115,5 +143,7 @@
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TabPage tabPage2;
+ private System.Windows.Forms.Button button3;
+ private System.Windows.Forms.Button button2;
}
}