aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-02 03:09:14 +0000
committerGitHub <[email protected]>2017-07-02 03:09:14 +0000
commitb8f49e9a20a43a72fe6895741f5fe7207151eb95 (patch)
treee533069e097f4da27a73ef5409f44af4b07a92a0 /TimeHACK.Main/OS/Win95/Win95Apps
parent19ca07404ca7decbec3215b5522554a4f7077879 (diff)
parent82af186d5140e878f6b49bc101112550d36bc78a (diff)
downloadhistacom2-b8f49e9a20a43a72fe6895741f5fe7207151eb95.tar.gz
histacom2-b8f49e9a20a43a72fe6895741f5fe7207151eb95.tar.bz2
histacom2-b8f49e9a20a43a72fe6895741f5fe7207151eb95.zip
Merge pull request #104 from lempamo/master
paintbrush
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
index cd94306..050e1e3 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
@@ -193,6 +193,8 @@
//
// button1
//
+ this.button1.BackColor = System.Drawing.Color.Silver;
+ this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(331, 208);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(151, 23);
@@ -200,6 +202,7 @@
this.button1.Text = "Login";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1_Click);
+ this.button1.Paint += (sender, args) => Engine.Paintbrush.paintClassicBorders(sender, args, 2);
//
// txtscreenname
//
@@ -236,6 +239,7 @@
this.button2.Text = "Speak";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2_Click);
+ this.button2.Paint += (sender, args) => Engine.Paintbrush.paintClassicBorders(sender, args, 2);
//
// button3
//