diff options
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs b/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs index 5c47344..cf5fd9c 100644 --- a/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs +++ b/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs @@ -170,6 +170,7 @@ // login // this.login.BackColor = System.Drawing.Color.Moccasin; + this.login.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.login.Controls.Add(this.label2); this.login.Controls.Add(this.txtscreenname); this.login.Controls.Add(this.button1); @@ -199,9 +200,9 @@ // // button1 // - this.button1.AdaptBackColorWithTheme = true; - this.button1.AdaptFontWithTheme = true; - this.button1.AdaptForeColorWithTheme = true; + this.button1.AdaptBackColorWithTheme = false; + this.button1.AdaptFontWithTheme = false; + this.button1.AdaptForeColorWithTheme = false; this.button1.BackColor = System.Drawing.Color.NavajoWhite; this.button1.DialogResult = System.Windows.Forms.DialogResult.None; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); |
