aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Controls/ShifterIntInput.Designer.cs
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2016-07-25 12:57:52 -0400
committerGitHub <[email protected]>2016-07-25 12:57:52 -0400
commit46c1c31302f111a1f3ec23a70e6f3986a9aa2a27 (patch)
treef00af7ea3f6ad2641fb26fa1d310fd8b7179b39c /source/WindowsFormsApplication1/Controls/ShifterIntInput.Designer.cs
parentaf48e774189596b8d7a058c564a7d6d75205ca03 (diff)
parent6fa16209519896de09949a27425dff00ebf2970a (diff)
downloadshiftos-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/Controls/ShifterIntInput.Designer.cs')
-rw-r--r--source/WindowsFormsApplication1/Controls/ShifterIntInput.Designer.cs28
1 files changed, 14 insertions, 14 deletions
diff --git a/source/WindowsFormsApplication1/Controls/ShifterIntInput.Designer.cs b/source/WindowsFormsApplication1/Controls/ShifterIntInput.Designer.cs
index 130db0c..365786c 100644
--- a/source/WindowsFormsApplication1/Controls/ShifterIntInput.Designer.cs
+++ b/source/WindowsFormsApplication1/Controls/ShifterIntInput.Designer.cs
@@ -28,16 +28,16 @@
/// </summary>
private void InitializeComponent()
{
- this.txttext = new System.Windows.Forms.TextBox();
- this.Label51 = new System.Windows.Forms.Label();
+ this.txttext = new ShiftUI.TextBox();
+ this.Label51 = new ShiftUI.Label();
this.SuspendLayout();
//
// txttext
//
- this.txttext.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
+ this.txttext.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom)
+ | ShiftUI.AnchorStyles.Right)));
this.txttext.BackColor = System.Drawing.Color.White;
- this.txttext.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.txttext.BorderStyle = ShiftUI.BorderStyle.FixedSingle;
this.txttext.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txttext.ForeColor = System.Drawing.Color.Black;
this.txttext.Location = new System.Drawing.Point(174, 3);
@@ -49,9 +49,9 @@
//
// Label51
//
- this.Label51.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
+ this.Label51.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom)
+ | ShiftUI.AnchorStyles.Left)
+ | ShiftUI.AnchorStyles.Right)));
this.Label51.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label51.Location = new System.Drawing.Point(0, 0);
this.Label51.Name = "Label51";
@@ -63,10 +63,10 @@
// ShifterIntInput
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.Controls.Add(this.txttext);
- this.Controls.Add(this.Label51);
+ this.AutoScaleMode = ShiftUI.AutoScaleMode.Font;
+ this.AutoSizeMode = ShiftUI.AutoSizeMode.GrowAndShrink;
+ this.Widgets.Add(this.txttext);
+ this.Widgets.Add(this.Label51);
this.Name = "ShifterIntInput";
this.Size = new System.Drawing.Size(213, 29);
this.ResumeLayout(false);
@@ -76,8 +76,8 @@
#endregion
- private System.Windows.Forms.TextBox txttext;
- private System.Windows.Forms.Label Label51;
+ private ShiftUI.TextBox txttext;
+ private ShiftUI.Label Label51;
}
}