aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs')
-rw-r--r--ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs90
1 files changed, 48 insertions, 42 deletions
diff --git a/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs b/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
index 58c191e..3279179 100644
--- a/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
+++ b/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
@@ -29,42 +29,14 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- this.btnOpt1 = new System.Windows.Forms.Button();
- this.btnOpt2 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.changeSize = new System.Windows.Forms.Timer(this.components);
- this.label1 = new System.Windows.Forms.Label();
+ this.label1 = new System.Windows.Forms.TextBox();
+ this.btnOpt2 = new ShiftOS.Engine.UI.ShiftButton();
+ this.btnOpt1 = new ShiftOS.Engine.UI.ShiftButton();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
- // btnOpt1
- //
- this.btnOpt1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOpt1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnOpt1.Font = new System.Drawing.Font("Lucida Console", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.btnOpt1.Location = new System.Drawing.Point(73, 170);
- this.btnOpt1.Name = "btnOpt1";
- this.btnOpt1.Size = new System.Drawing.Size(117, 23);
- this.btnOpt1.TabIndex = 0;
- this.btnOpt1.Text = "button1";
- this.btnOpt1.UseVisualStyleBackColor = true;
- this.btnOpt1.Click += new System.EventHandler(this.btnOpt1_Click);
- //
- // btnOpt2
- //
- this.btnOpt2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOpt2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnOpt2.Font = new System.Drawing.Font("Lucida Console", 9F);
- this.btnOpt2.Location = new System.Drawing.Point(243, 170);
- this.btnOpt2.Name = "btnOpt2";
- this.btnOpt2.Size = new System.Drawing.Size(117, 23);
- this.btnOpt2.TabIndex = 1;
- this.btnOpt2.Text = "button2";
- this.btnOpt2.UseVisualStyleBackColor = true;
- this.btnOpt2.Click += new System.EventHandler(this.btnOpt2_Click);
- //
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
@@ -83,22 +55,57 @@
//
// label1
//
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Lucida Console", 9.25F);
- this.label1.Location = new System.Drawing.Point(107, 48);
+ this.label1.BackColor = System.Drawing.Color.White;
+ this.label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.label1.Font = new System.Drawing.Font("Lucida Console", 8.25F);
+ this.label1.Location = new System.Drawing.Point(90, 35);
+ this.label1.Multiline = true;
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(55, 13);
- this.label1.TabIndex = 3;
- this.label1.Text = "label1";
+ this.label1.Size = new System.Drawing.Size(256, 125);
+ this.label1.TabIndex = 6;
+ //
+ // btnOpt2
+ //
+ this.btnOpt2.BackColor = System.Drawing.SystemColors.Control;
+ this.btnOpt2.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnOpt2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnOpt2.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.btnOpt2.ForeColor = System.Drawing.Color.Black;
+ this.btnOpt2.Location = new System.Drawing.Point(229, 163);
+ this.btnOpt2.Margin = new System.Windows.Forms.Padding(0);
+ this.btnOpt2.MinimumSize = new System.Drawing.Size(75, 23);
+ this.btnOpt2.Name = "btnOpt2";
+ this.btnOpt2.Padding = new System.Windows.Forms.Padding(3);
+ this.btnOpt2.Size = new System.Drawing.Size(117, 31);
+ this.btnOpt2.TabIndex = 5;
+ this.btnOpt2.Text = "shiftButton2";
+ this.btnOpt2.UseVisualStyleBackColor = false;
+ //
+ // btnOpt1
+ //
+ this.btnOpt1.BackColor = System.Drawing.SystemColors.Control;
+ this.btnOpt1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnOpt1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnOpt1.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.btnOpt1.ForeColor = System.Drawing.Color.Black;
+ this.btnOpt1.Location = new System.Drawing.Point(90, 163);
+ this.btnOpt1.Margin = new System.Windows.Forms.Padding(0);
+ this.btnOpt1.MinimumSize = new System.Drawing.Size(75, 23);
+ this.btnOpt1.Name = "btnOpt1";
+ this.btnOpt1.Padding = new System.Windows.Forms.Padding(3);
+ this.btnOpt1.Size = new System.Drawing.Size(117, 31);
+ this.btnOpt1.TabIndex = 4;
+ this.btnOpt1.Text = "shiftButton1";
+ this.btnOpt1.UseVisualStyleBackColor = false;
//
// InfoboxTemplate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label1);
- this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.btnOpt2);
this.Controls.Add(this.btnOpt1);
+ this.Controls.Add(this.pictureBox1);
this.Name = "InfoboxTemplate";
this.Size = new System.Drawing.Size(438, 210);
this.Load += new System.EventHandler(this.InfoboxTemplate_Load);
@@ -109,11 +116,10 @@
}
#endregion
-
- public System.Windows.Forms.Button btnOpt1;
- public System.Windows.Forms.Button btnOpt2;
public System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Timer changeSize;
- public System.Windows.Forms.Label label1;
+ private UI.ShiftButton btnOpt1;
+ private UI.ShiftButton btnOpt2;
+ public System.Windows.Forms.TextBox label1;
}
}