aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Dialog.Designer.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-02 13:51:29 -0500
committerMichael <[email protected]>2017-02-02 13:51:29 -0500
commit3a41ba45e7ac0df930066a79540f82544dbd8114 (patch)
tree341d707da673b0db997b5b4f93a4a3e42d047259 /ShiftOS.WinForms/Applications/Dialog.Designer.cs
parente55e195d88ba4a3bfea47cb8784564a43f426e48 (diff)
downloadshiftos_thereturn-3a41ba45e7ac0df930066a79540f82544dbd8114.tar.gz
shiftos_thereturn-3a41ba45e7ac0df930066a79540f82544dbd8114.tar.bz2
shiftos_thereturn-3a41ba45e7ac0df930066a79540f82544dbd8114.zip
Redesign the Infobox, categorize AL items
Diffstat (limited to 'ShiftOS.WinForms/Applications/Dialog.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Dialog.Designer.cs132
1 files changed, 130 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/Dialog.Designer.cs b/ShiftOS.WinForms/Applications/Dialog.Designer.cs
index 7f9a9b2..c75c0b3 100644
--- a/ShiftOS.WinForms/Applications/Dialog.Designer.cs
+++ b/ShiftOS.WinForms/Applications/Dialog.Designer.cs
@@ -52,11 +52,139 @@ namespace ShiftOS.WinForms.Applications
/// </summary>
private void InitializeComponent()
{
- this.components = new System.ComponentModel.Container();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.pbicon = new System.Windows.Forms.PictureBox();
+ this.btnok = new System.Windows.Forms.Button();
+ this.flyesno = new System.Windows.Forms.FlowLayoutPanel();
+ this.btnno = new System.Windows.Forms.Button();
+ this.btnyes = new System.Windows.Forms.Button();
+ this.lbmessage = new System.Windows.Forms.Label();
+ this.txtinput = new System.Windows.Forms.TextBox();
+ this.panel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pbicon)).BeginInit();
+ this.flyesno.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // panel1
+ //
+ this.panel1.Controls.Add(this.txtinput);
+ this.panel1.Controls.Add(this.lbmessage);
+ this.panel1.Controls.Add(this.flyesno);
+ this.panel1.Controls.Add(this.btnok);
+ this.panel1.Controls.Add(this.pbicon);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel1.Location = new System.Drawing.Point(0, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(341, 177);
+ this.panel1.TabIndex = 0;
+ //
+ // pbicon
+ //
+ this.pbicon.Location = new System.Drawing.Point(14, 19);
+ this.pbicon.Name = "pbicon";
+ this.pbicon.Size = new System.Drawing.Size(64, 64);
+ this.pbicon.TabIndex = 0;
+ this.pbicon.TabStop = 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.AutoSize = true;
+ this.btnok.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.btnok.Location = new System.Drawing.Point(149, 140);
+ this.btnok.Name = "btnok";
+ this.btnok.Size = new System.Drawing.Size(32, 23);
+ this.btnok.TabIndex = 1;
+ this.btnok.Text = "OK";
+ this.btnok.UseVisualStyleBackColor = true;
+ //
+ // flyesno
+ //
+ this.flyesno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.flyesno.AutoSize = true;
+ this.flyesno.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.flyesno.Controls.Add(this.btnyes);
+ this.flyesno.Controls.Add(this.btnno);
+ this.flyesno.Location = new System.Drawing.Point(129, 134);
+ this.flyesno.Name = "flyesno";
+ this.flyesno.Size = new System.Drawing.Size(78, 29);
+ this.flyesno.TabIndex = 2;
+ this.flyesno.WrapContents = false;
+ //
+ // btnno
+ //
+ this.btnno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnno.AutoSize = true;
+ this.btnno.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.btnno.Location = new System.Drawing.Point(44, 3);
+ this.btnno.Name = "btnno";
+ this.btnno.Size = new System.Drawing.Size(31, 23);
+ this.btnno.TabIndex = 3;
+ this.btnno.Text = "No";
+ this.btnno.UseVisualStyleBackColor = true;
+ //
+ // btnyes
+ //
+ this.btnyes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnyes.AutoSize = true;
+ this.btnyes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.btnyes.Location = new System.Drawing.Point(3, 3);
+ this.btnyes.Name = "btnyes";
+ this.btnyes.Size = new System.Drawing.Size(35, 23);
+ this.btnyes.TabIndex = 4;
+ this.btnyes.Text = "Yes";
+ this.btnyes.UseVisualStyleBackColor = true;
+ //
+ // lbmessage
+ //
+ this.lbmessage.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.lbmessage.Location = new System.Drawing.Point(85, 19);
+ this.lbmessage.Name = "lbmessage";
+ this.lbmessage.Size = new System.Drawing.Size(253, 94);
+ this.lbmessage.TabIndex = 3;
+ this.lbmessage.Text = "label1";
+ this.lbmessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // txtinput
+ //
+ this.txtinput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.txtinput.Location = new System.Drawing.Point(88, 116);
+ this.txtinput.Name = "txtinput";
+ this.txtinput.Size = new System.Drawing.Size(250, 20);
+ this.txtinput.TabIndex = 4;
+ //
+ // Dialog
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Text = "{DIALOG_NAME}";
+ this.Controls.Add(this.panel1);
+ this.Name = "Dialog";
+ this.Size = new System.Drawing.Size(341, 177);
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pbicon)).EndInit();
+ this.flyesno.ResumeLayout(false);
+ this.flyesno.PerformLayout();
+ this.ResumeLayout(false);
+
}
#endregion
+
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.Label lbmessage;
+ private System.Windows.Forms.FlowLayoutPanel flyesno;
+ private System.Windows.Forms.Button btnyes;
+ private System.Windows.Forms.Button btnno;
+ private System.Windows.Forms.Button btnok;
+ private System.Windows.Forms.PictureBox pbicon;
+ private System.Windows.Forms.TextBox txtinput;
}
} \ No newline at end of file