aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Controls/infobox.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/infobox.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/infobox.Designer.cs')
-rw-r--r--source/WindowsFormsApplication1/Controls/infobox.Designer.cs96
1 files changed, 46 insertions, 50 deletions
diff --git a/source/WindowsFormsApplication1/Controls/infobox.Designer.cs b/source/WindowsFormsApplication1/Controls/infobox.Designer.cs
index 1472a09..d1c7e55 100644
--- a/source/WindowsFormsApplication1/Controls/infobox.Designer.cs
+++ b/source/WindowsFormsApplication1/Controls/infobox.Designer.cs
@@ -24,15 +24,15 @@ namespace ShiftOS
private void InitializeComponent()
{
- this.pgcontents = new System.Windows.Forms.Panel();
- this.txtuserinput = new System.Windows.Forms.TextBox();
- this.btnok = new System.Windows.Forms.Button();
- this.txtmessage = new System.Windows.Forms.Label();
- this.pboximage = new System.Windows.Forms.PictureBox();
- this.lblintructtext = new System.Windows.Forms.Label();
- this.pnlyesno = new System.Windows.Forms.Panel();
- this.btnno = new System.Windows.Forms.Button();
- this.btnyes = new System.Windows.Forms.Button();
+ this.pgcontents = new ShiftUI.Panel();
+ this.txtuserinput = new ShiftUI.TextBox();
+ this.btnok = new ShiftUI.Button();
+ this.txtmessage = new ShiftUI.Label();
+ this.pboximage = new ShiftUI.PictureBox();
+ this.lblintructtext = new ShiftUI.Label();
+ this.pnlyesno = new ShiftUI.Panel();
+ this.btnno = new ShiftUI.Button();
+ this.btnyes = new ShiftUI.Button();
this.pgcontents.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pboximage)).BeginInit();
this.pnlyesno.SuspendLayout();
@@ -41,13 +41,13 @@ namespace ShiftOS
// pgcontents
//
this.pgcontents.BackColor = System.Drawing.Color.White;
- this.pgcontents.Controls.Add(this.txtuserinput);
- this.pgcontents.Controls.Add(this.btnok);
- this.pgcontents.Controls.Add(this.txtmessage);
- this.pgcontents.Controls.Add(this.pboximage);
- this.pgcontents.Controls.Add(this.lblintructtext);
- this.pgcontents.Controls.Add(this.pnlyesno);
- this.pgcontents.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.pgcontents.Widgets.Add(this.txtuserinput);
+ this.pgcontents.Widgets.Add(this.btnok);
+ this.pgcontents.Widgets.Add(this.txtmessage);
+ this.pgcontents.Widgets.Add(this.pboximage);
+ this.pgcontents.Widgets.Add(this.lblintructtext);
+ this.pgcontents.Widgets.Add(this.pnlyesno);
+ this.pgcontents.Dock = ShiftUI.DockStyle.Fill;
this.pgcontents.Location = new System.Drawing.Point(0, 0);
this.pgcontents.Name = "pgcontents";
this.pgcontents.Size = new System.Drawing.Size(371, 154);
@@ -55,25 +55,24 @@ namespace ShiftOS
//
// txtuserinput
//
- this.txtuserinput.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.txtuserinput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ //this.txtuserinput.Anchor = ShiftUI.AnchorStyles.Bottom;
+ this.txtuserinput.BorderStyle = ShiftUI.BorderStyle.FixedSingle;
this.txtuserinput.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtuserinput.Location = new System.Drawing.Point(103, 86);
+ this.txtuserinput.Location = new System.Drawing.Point(103, 56);
this.txtuserinput.Multiline = true;
this.txtuserinput.Name = "txtuserinput";
this.txtuserinput.Size = new System.Drawing.Size(256, 23);
this.txtuserinput.TabIndex = 8;
- this.txtuserinput.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.txtuserinput.TextAlign = ShiftUI.HorizontalAlignment.Center;
this.txtuserinput.Visible = false;
//
// btnok
//
- this.btnok.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnok.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ //this.btnok.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) | ShiftUI.AnchorStyles.Right)));
+ this.btnok.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnok.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnok.ForeColor = System.Drawing.Color.Black;
- this.btnok.Location = new System.Drawing.Point(134, 118);
+ this.btnok.Location = new System.Drawing.Point(134, 88);
this.btnok.Name = "btnok";
this.btnok.Size = new System.Drawing.Size(109, 30);
this.btnok.TabIndex = 7;
@@ -84,19 +83,18 @@ namespace ShiftOS
//
// txtmessage
//
- this.txtmessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
+ //this.txtmessage.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) | ShiftUI.AnchorStyles.Right)));
this.txtmessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtmessage.Location = new System.Drawing.Point(102, 7);
this.txtmessage.Name = "txtmessage";
- this.txtmessage.Size = new System.Drawing.Size(266, 102);
+ this.txtmessage.Size = new System.Drawing.Size(266, 75);
this.txtmessage.TabIndex = 2;
this.txtmessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pboximage
//
this.pboximage.Image = global::ShiftOS.Properties.Resources.Symbolinfo1;
- this.pboximage.Location = new System.Drawing.Point(12, 7);
+ this.pboximage.Location = new System.Drawing.Point(12, 17);
this.pboximage.Name = "pboximage";
this.pboximage.Size = new System.Drawing.Size(80, 70);
this.pboximage.TabIndex = 0;
@@ -104,23 +102,21 @@ namespace ShiftOS
//
// lblintructtext
//
- this.lblintructtext.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
+ //this.lblintructtext.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) | ShiftUI.AnchorStyles.Right)));
this.lblintructtext.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.lblintructtext.Location = new System.Drawing.Point(105, 7);
this.lblintructtext.Name = "lblintructtext";
- this.lblintructtext.Size = new System.Drawing.Size(256, 76);
+ this.lblintructtext.Size = new System.Drawing.Size(256, 56);
this.lblintructtext.TabIndex = 9;
this.lblintructtext.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.lblintructtext.Visible = false;
//
// pnlyesno
//
- this.pnlyesno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pnlyesno.Controls.Add(this.btnno);
- this.pnlyesno.Controls.Add(this.btnyes);
- this.pnlyesno.Location = new System.Drawing.Point(57, 115);
+ //this.pnlyesno.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) | ShiftUI.AnchorStyles.Right)));
+ this.pnlyesno.Widgets.Add(this.btnno);
+ this.pnlyesno.Widgets.Add(this.btnyes);
+ this.pnlyesno.Location = new System.Drawing.Point(57, 85);
this.pnlyesno.Name = "pnlyesno";
this.pnlyesno.Size = new System.Drawing.Size(269, 33);
this.pnlyesno.TabIndex = 10;
@@ -128,7 +124,7 @@ namespace ShiftOS
//
// btnno
//
- this.btnno.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnno.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnno.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnno.ForeColor = System.Drawing.Color.Black;
this.btnno.Location = new System.Drawing.Point(142, 2);
@@ -142,7 +138,7 @@ namespace ShiftOS
//
// btnyes
//
- this.btnyes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnyes.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnyes.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnyes.ForeColor = System.Drawing.Color.Black;
this.btnyes.Location = new System.Drawing.Point(29, 2);
@@ -157,11 +153,11 @@ namespace ShiftOS
// infobox
//
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(371, 154);
- this.Controls.Add(this.pgcontents);
+ this.Widgets.Add(this.pgcontents);
this.DoubleBuffered = true;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
+ this.FormBorderStyle = ShiftUI.FormBorderStyle.None;
this.KeyPreview = true;
this.Name = "infobox";
this.Text = "infobox";
@@ -174,14 +170,14 @@ namespace ShiftOS
this.ResumeLayout(false);
}
- internal System.Windows.Forms.Panel pgcontents;
- internal System.Windows.Forms.Button btnok;
- internal System.Windows.Forms.Label txtmessage;
- internal System.Windows.Forms.PictureBox pboximage;
- internal System.Windows.Forms.Label lblintructtext;
- internal System.Windows.Forms.TextBox txtuserinput;
- internal System.Windows.Forms.Panel pnlyesno;
- internal System.Windows.Forms.Button btnno;
- internal System.Windows.Forms.Button btnyes;
+ internal ShiftUI.Panel pgcontents;
+ internal ShiftUI.Button btnok;
+ internal ShiftUI.Label txtmessage;
+ internal ShiftUI.PictureBox pboximage;
+ internal ShiftUI.Label lblintructtext;
+ internal ShiftUI.TextBox txtuserinput;
+ internal ShiftUI.Panel pnlyesno;
+ internal ShiftUI.Button btnno;
+ internal ShiftUI.Button btnyes;
}
} \ No newline at end of file