diff options
| author | lempamo <[email protected]> | 2017-10-03 21:08:00 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-03 21:08:00 -0400 |
| commit | 13db16e701ea7b9d4090903b11c7715089a10a0b (patch) | |
| tree | 11a9d4c96993feb91d97793d1e6a075c55624b4d /Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs | |
| parent | 21eb98e352b69ce6da9f758b9d3613ea47071468 (diff) | |
| download | histacom2-13db16e701ea7b9d4090903b11c7715089a10a0b.tar.gz histacom2-13db16e701ea7b9d4090903b11c7715089a10a0b.tar.bz2 histacom2-13db16e701ea7b9d4090903b11c7715089a10a0b.zip | |
start of webchat1999 script
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs b/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs index 3f825fe..5c47344 100644 --- a/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs +++ b/Histacom2/OS/Win98/Win98Apps/WebChat1999.Designer.cs @@ -66,6 +66,7 @@ this.button2.Size = new System.Drawing.Size(71, 20); this.button2.TabIndex = 16; this.button2.Text = "Speak"; + this.button2.Click += new System.EventHandler(this.button2_Click); // // label7 // @@ -210,6 +211,7 @@ this.button1.Size = new System.Drawing.Size(151, 23); this.button1.TabIndex = 4; this.button1.Text = "Login"; + this.button1.Click += new System.EventHandler(this.button1_Click); // // label3 // @@ -270,6 +272,7 @@ this.Controls.Add(this.listBox1); this.Name = "WebChat1999"; this.Size = new System.Drawing.Size(724, 462); + this.Load += new System.EventHandler(this.WebChat1999_Load); this.panel1.ResumeLayout(false); this.login.ResumeLayout(false); this.login.PerformLayout(); |
