aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Template/AboutBox95.Designer.cs
diff options
context:
space:
mode:
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;
}
}