From 3a41ba45e7ac0df930066a79540f82544dbd8114 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 2 Feb 2017 13:51:29 -0500 Subject: Redesign the Infobox, categorize AL items --- ShiftOS.WinForms/Applications/Dialog.Designer.cs | 132 ++++++++++++++++++++++- 1 file changed, 130 insertions(+), 2 deletions(-) (limited to 'ShiftOS.WinForms/Applications/Dialog.Designer.cs') 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 /// 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 -- cgit v1.2.3