diff options
| author | lempamo <[email protected]> | 2017-03-31 18:31:16 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-31 18:31:16 -0400 |
| commit | 586f0f740898cd7eb7cd59048ba8d59410b2f766 (patch) | |
| tree | 1056452ed84ae193ed9e7e9b7c47582feecf4cdc /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs | |
| parent | 5ec8f66c1ad558a165cf621b405bee7cba48be0b (diff) | |
| download | histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.tar.gz histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.tar.bz2 histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.zip | |
fixed tons of things
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs index 80aab11..2b8a48d 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs @@ -107,7 +107,6 @@ // // button5 // - this.button5.BackgroundImage = global::TimeHACK.Properties.Resources.sliversilver; this.button5.Location = new System.Drawing.Point(97, 13); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); @@ -197,6 +196,7 @@ this.button1.TabIndex = 4; this.button1.Text = "Login"; this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.Button1_Click); // // txtscreenname // |
