diff options
| author | Michael VanOverbeek <[email protected]> | 2016-07-25 12:57:52 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-25 12:57:52 -0400 |
| commit | 46c1c31302f111a1f3ec23a70e6f3986a9aa2a27 (patch) | |
| tree | f00af7ea3f6ad2641fb26fa1d310fd8b7179b39c /source/WindowsFormsApplication1/Apps/Cheats.Designer.cs | |
| parent | af48e774189596b8d7a058c564a7d6d75205ca03 (diff) | |
| parent | 6fa16209519896de09949a27425dff00ebf2970a (diff) | |
| download | shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.tar.gz shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.tar.bz2 shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.zip | |
Merge pull request #17 from MichaelTheShifter/shiftui_integration
Shiftui integration
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Cheats.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Cheats.Designer.cs | 40 |
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; } } |
