diff options
| author | lempamo <[email protected]> | 2017-10-03 21:08:34 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-03 21:08:34 -0400 |
| commit | 20888be46b9c9ae14db62e746e61eeea48920ef5 (patch) | |
| tree | a8f0601585051be0970c35b04052d03bb85cebd2 | |
| parent | 13db16e701ea7b9d4090903b11c7715089a10a0b (diff) | |
| download | histacom2-20888be46b9c9ae14db62e746e61eeea48920ef5.tar.gz histacom2-20888be46b9c9ae14db62e746e61eeea48920ef5.tar.bz2 histacom2-20888be46b9c9ae14db62e746e61eeea48920ef5.zip | |
quick minor design fix
| -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); |
