aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-02 13:14:46 -0400
committerlempamo <[email protected]>2017-10-02 13:14:46 -0400
commitb23771cd187a3235330ef7ead9121b12f1dfdee7 (patch)
tree89b7b21da1fd23715e7f2613baf7f36ce700c4be /Histacom2/OS/Win95
parentfcc9810a8e5ba613c43c185f7a8b32292d22191b (diff)
downloadhistacom2-b23771cd187a3235330ef7ead9121b12f1dfdee7.tar.gz
histacom2-b23771cd187a3235330ef7ead9121b12f1dfdee7.tar.bz2
histacom2-b23771cd187a3235330ef7ead9121b12f1dfdee7.zip
added in welcome screen to wc99
Diffstat (limited to 'Histacom2/OS/Win95')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WebChat1998.Designer.cs11
1 files changed, 4 insertions, 7 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/Histacom2/OS/Win95/Win95Apps/WebChat1998.Designer.cs
index e57ff1b..05e6add 100644
--- a/Histacom2/OS/Win95/Win95Apps/WebChat1998.Designer.cs
+++ b/Histacom2/OS/Win95/Win95Apps/WebChat1998.Designer.cs
@@ -46,7 +46,7 @@
this.label3 = new Histacom2.Engine.UI.ClassicLabel();
this.label4 = new Histacom2.Engine.UI.ClassicLabel();
this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
+ this.textBox2 = new Histacom2.Engine.UI.ClassicLabel();
this.label7 = new Histacom2.Engine.UI.ClassicLabel();
this.button2 = new Histacom2.Engine.UI.ClassicButton();
this.button3 = new Histacom2.Engine.UI.ClassicButton();
@@ -220,12 +220,9 @@
// textBox2
//
this.textBox2.BackColor = System.Drawing.Color.Silver;
- this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.textBox2.Location = new System.Drawing.Point(331, 72);
- this.textBox2.Multiline = true;
+ this.textBox2.Location = new System.Drawing.Point(328, 58);
this.textBox2.Name = "textBox2";
- this.textBox2.ReadOnly = true;
- this.textBox2.Size = new System.Drawing.Size(151, 86);
+ this.textBox2.Size = new System.Drawing.Size(154, 76);
this.textBox2.TabIndex = 0;
this.textBox2.Text = "A screen name is a temporary name which will be displayed in place of your real n" +
"ame. To keep your identity safe, please do not enter your real name in this chat" +
@@ -328,7 +325,7 @@
private Histacom2.Engine.UI.ClassicLabel label5;
private System.Windows.Forms.TextBox typechat;
private System.Windows.Forms.Panel login;
- private System.Windows.Forms.TextBox textBox2;
+ private Histacom2.Engine.UI.ClassicLabel textBox2;
private System.Windows.Forms.TextBox textBox1;
private Histacom2.Engine.UI.ClassicLabel label4;
private Histacom2.Engine.UI.ClassicLabel label3;