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/FinalMission/ChoiceControl.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/FinalMission/ChoiceControl.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/FinalMission/ChoiceControl.Designer.cs | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/source/WindowsFormsApplication1/FinalMission/ChoiceControl.Designer.cs b/source/WindowsFormsApplication1/FinalMission/ChoiceControl.Designer.cs index f055644..b890d55 100644 --- a/source/WindowsFormsApplication1/FinalMission/ChoiceControl.Designer.cs +++ b/source/WindowsFormsApplication1/FinalMission/ChoiceControl.Designer.cs @@ -1,6 +1,6 @@ namespace ShiftOS.FinalMission { - partial class ChoiceControl + partial class ChoiceWidget { /// <summary> /// Required designer variable. @@ -28,13 +28,13 @@ /// </summary> private void InitializeComponent() { - this.lbnumber = new System.Windows.Forms.Label(); - this.lbdescription = new System.Windows.Forms.Label(); + this.lbnumber = new ShiftUI.Label(); + this.lbdescription = new ShiftUI.Label(); this.SuspendLayout(); // // lbnumber // - this.lbnumber.Dock = System.Windows.Forms.DockStyle.Fill; + this.lbnumber.Dock = ShiftUI.DockStyle.Fill; this.lbnumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F); this.lbnumber.Location = new System.Drawing.Point(0, 0); this.lbnumber.Name = "lbnumber"; @@ -46,7 +46,7 @@ // // lbdescription // - this.lbdescription.Dock = System.Windows.Forms.DockStyle.Bottom; + this.lbdescription.Dock = ShiftUI.DockStyle.Bottom; this.lbdescription.Location = new System.Drawing.Point(0, 75); this.lbdescription.Name = "lbdescription"; this.lbdescription.Size = new System.Drawing.Size(112, 27); @@ -55,13 +55,13 @@ this.lbdescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbdescription.Click += new System.EventHandler(this.lbdescription_Click); // - // ChoiceControl + // ChoiceWidget // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.lbnumber); - this.Controls.Add(this.lbdescription); - this.Name = "ChoiceControl"; + this.AutoScaleMode = ShiftUI.AutoScaleMode.Font; + this.Widgets.Add(this.lbnumber); + this.Widgets.Add(this.lbdescription); + this.Name = "ChoiceWidget"; this.Size = new System.Drawing.Size(112, 102); this.ResumeLayout(false); @@ -69,7 +69,7 @@ #endregion - private System.Windows.Forms.Label lbnumber; - private System.Windows.Forms.Label lbdescription; + private ShiftUI.Label lbnumber; + private ShiftUI.Label lbdescription; } } |
