aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Apps/Cheats.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Cheats.Designer.cs')
-rw-r--r--source/WindowsFormsApplication1/Apps/Cheats.Designer.cs40
1 files changed, 20 insertions, 20 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Cheats.Designer.cs b/source/WindowsFormsApplication1/Apps/Cheats.Designer.cs
index 28aac47..70b5ea4 100644
--- a/source/WindowsFormsApplication1/Apps/Cheats.Designer.cs
+++ b/source/WindowsFormsApplication1/Apps/Cheats.Designer.cs
@@ -28,12 +28,12 @@
/// </summary>
private void InitializeComponent()
{
- this.getAllUpgrades = new System.Windows.Forms.Button();
- this.progressDisplay = new System.Windows.Forms.ProgressBar();
- this.LogBox = new System.Windows.Forms.TextBox();
- this.AddMoney = new System.Windows.Forms.Button();
- this.AddMoneyQty = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
+ this.getAllUpgrades = new ShiftUI.Button();
+ this.progressDisplay = new ShiftUI.ProgressBar();
+ this.LogBox = new ShiftUI.TextBox();
+ this.AddMoney = new ShiftUI.Button();
+ this.AddMoneyQty = new ShiftUI.TextBox();
+ this.label1 = new ShiftUI.Label();
this.SuspendLayout();
//
// getAllUpgrades
@@ -65,7 +65,7 @@
this.LogBox.Size = new System.Drawing.Size(492, 103);
this.LogBox.TabIndex = 2;
this.LogBox.Text = " --- LOG ---";
- this.LogBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.LogBox.TextAlign = ShiftUI.HorizontalAlignment.Center;
//
// AddMoney
//
@@ -96,14 +96,14 @@
// Cheats
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleMode = ShiftUI.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(524, 386);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.AddMoneyQty);
- this.Controls.Add(this.AddMoney);
- this.Controls.Add(this.LogBox);
- this.Controls.Add(this.progressDisplay);
- this.Controls.Add(this.getAllUpgrades);
+ this.Widgets.Add(this.label1);
+ this.Widgets.Add(this.AddMoneyQty);
+ this.Widgets.Add(this.AddMoney);
+ this.Widgets.Add(this.LogBox);
+ this.Widgets.Add(this.progressDisplay);
+ this.Widgets.Add(this.getAllUpgrades);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Cheats";
@@ -115,11 +115,11 @@
#endregion
- private System.Windows.Forms.Button getAllUpgrades;
- private System.Windows.Forms.ProgressBar progressDisplay;
- private System.Windows.Forms.TextBox LogBox;
- private System.Windows.Forms.Button AddMoney;
- private System.Windows.Forms.TextBox AddMoneyQty;
- private System.Windows.Forms.Label label1;
+ private ShiftUI.Button getAllUpgrades;
+ private ShiftUI.ProgressBar progressDisplay;
+ private ShiftUI.TextBox LogBox;
+ private ShiftUI.Button AddMoney;
+ private ShiftUI.TextBox AddMoneyQty;
+ private ShiftUI.Label label1;
}
}