aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Template/AboutBox95.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-11-15 15:49:35 -0500
committerlempamo <[email protected]>2017-11-15 15:49:35 -0500
commit3f03fdb36c72812ec7b899ba533260b06286de55 (patch)
tree1903cf12be764800d708d3b8c55e3109835679dd /Histacom2.Engine/Template/AboutBox95.Designer.cs
parent190bbd4c2e9385a2f20761b20f1c6d31d56fbbfd (diff)
downloadhistacom2-3f03fdb36c72812ec7b899ba533260b06286de55.tar.gz
histacom2-3f03fdb36c72812ec7b899ba533260b06286de55.tar.bz2
histacom2-3f03fdb36c72812ec7b899ba533260b06286de55.zip
a few minor fixes involving the about box
Diffstat (limited to 'Histacom2.Engine/Template/AboutBox95.Designer.cs')
-rw-r--r--Histacom2.Engine/Template/AboutBox95.Designer.cs18
1 files changed, 10 insertions, 8 deletions
diff --git a/Histacom2.Engine/Template/AboutBox95.Designer.cs b/Histacom2.Engine/Template/AboutBox95.Designer.cs
index c6877f6..d83e5d1 100644
--- a/Histacom2.Engine/Template/AboutBox95.Designer.cs
+++ b/Histacom2.Engine/Template/AboutBox95.Designer.cs
@@ -32,8 +32,8 @@
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.textBox3 = new System.Windows.Forms.Label();
- this.textBox4 = new System.Windows.Forms.Label();
+ this.textBox3 = new Histacom2.Engine.UI.ClassicLabel();
+ this.textBox4 = new Histacom2.Engine.UI.ClassicLabel();
this.classicButton1 = new Histacom2.Engine.UI.ClassicButton();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
@@ -83,18 +83,20 @@
// textBox3
//
this.textBox3.BackColor = System.Drawing.Color.Silver;
+ this.textBox3.DropShadow = false;
this.textBox3.Location = new System.Drawing.Point(76, 162);
this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(250, 16);
+ this.textBox3.Size = new System.Drawing.Size(270, 13);
this.textBox3.TabIndex = 1;
this.textBox3.Text = "Physical Memory Available to Windows: 64,992 KB";
//
// textBox4
//
this.textBox4.BackColor = System.Drawing.Color.Silver;
+ this.textBox4.DropShadow = false;
this.textBox4.Location = new System.Drawing.Point(76, 184);
this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(250, 16);
+ this.textBox4.Size = new System.Drawing.Size(270, 13);
this.textBox4.TabIndex = 0;
this.textBox4.Text = "System Resources: 97% Free";
//
@@ -139,11 +141,11 @@
#endregion
internal System.Windows.Forms.PictureBox pictureBox1;
- internal System.Windows.Forms.TextBox textBox1;
- internal System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.Label textBox3;
- private System.Windows.Forms.Label textBox4;
+ private UI.ClassicLabel textBox3;
+ private UI.ClassicLabel textBox4;
private UI.ClassicButton classicButton1;
+ public System.Windows.Forms.TextBox textBox1;
+ public System.Windows.Forms.TextBox textBox2;
}
}