aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
diff options
context:
space:
mode:
authorJohn T <[email protected]>2017-09-27 20:46:40 -0400
committerJohn T <[email protected]>2017-09-27 20:46:40 -0400
commit52dc6e02dda00aca5ef8100d004d436be88f1d88 (patch)
tree87be3e7f978db15e4df59014f62a7b4ac2650bfe /ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
parent1b28809aadcd5281fd335bf7af7b5790542a4a97 (diff)
parent1c2bf50041e376adc3e901fdc94326d2f9beec77 (diff)
downloadshiftos-rewind-52dc6e02dda00aca5ef8100d004d436be88f1d88.tar.gz
shiftos-rewind-52dc6e02dda00aca5ef8100d004d436be88f1d88.tar.bz2
shiftos-rewind-52dc6e02dda00aca5ef8100d004d436be88f1d88.zip
added some stuff to the gitignore
Diffstat (limited to 'ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs')
-rw-r--r--ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs15
1 files changed, 7 insertions, 8 deletions
diff --git a/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs b/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
index a046516..a076c2a 100644
--- a/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
+++ b/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
@@ -33,7 +33,7 @@
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.TextBox();
+ this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
@@ -84,14 +84,13 @@
//
// label1
//
- this.label1.BackColor = System.Drawing.SystemColors.Window;
- this.label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.label1.Font = new System.Drawing.Font("Lucida Console", 9F);
- this.label1.Location = new System.Drawing.Point(111, 61);
- this.label1.Multiline = true;
+ this.label1.AutoSize = true;
+ this.label1.Font = new System.Drawing.Font("Lucida Console", 9.25F);
+ this.label1.Location = new System.Drawing.Point(105, 55);
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(219, 57);
+ this.label1.Size = new System.Drawing.Size(55, 13);
this.label1.TabIndex = 3;
+ this.label1.Text = "label1";
//
// InfoboxTemplate
//
@@ -116,6 +115,6 @@
public System.Windows.Forms.Button btnOpt2;
public System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Timer changeSize;
- public System.Windows.Forms.TextBox label1;
+ public System.Windows.Forms.Label label1;
}
}