aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-11 18:15:43 -0400
committerlempamo <[email protected]>2017-07-11 18:15:43 -0400
commit9065529f5cb1125b437367fec76ef19027207ad4 (patch)
treef9caf1df03956b01338e196fcc3be45b590cccac /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs
parent4a5a6d38a4cfd35e384f30410c7b94e911a1b0c1 (diff)
downloadhistacom2-9065529f5cb1125b437367fec76ef19027207ad4.tar.gz
histacom2-9065529f5cb1125b437367fec76ef19027207ad4.tar.bz2
histacom2-9065529f5cb1125b437367fec76ef19027207ad4.zip
fixed up wordpad a bit more
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs
index db9a7e9..465e375 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs
@@ -111,7 +111,6 @@
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
this.newToolStripMenuItem.Text = "New";
- this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
//
// toolStripSeparator1
//
@@ -123,14 +122,12 @@
this.sendToolStripMenuItem.Name = "sendToolStripMenuItem";
this.sendToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
this.sendToolStripMenuItem.Text = "Send...";
- this.sendToolStripMenuItem.Click += new System.EventHandler(this.sendToolStripMenuItem_Click);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
this.exitToolStripMenuItem.Text = "Exit";
- this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// editToolStripMenuItem
//
@@ -258,7 +255,6 @@
this.bulletStyleToolStripMenuItem.Name = "bulletStyleToolStripMenuItem";
this.bulletStyleToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
this.bulletStyleToolStripMenuItem.Text = "Bullet style";
- this.bulletStyleToolStripMenuItem.Click += new System.EventHandler(this.bulletStyleToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
@@ -286,7 +282,6 @@
this.aboutWordpadToolStripMenuItem.Name = "aboutWordpadToolStripMenuItem";
this.aboutWordpadToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
this.aboutWordpadToolStripMenuItem.Text = "About Wordpad";
- this.aboutWordpadToolStripMenuItem.Click += new System.EventHandler(this.aboutWordpadToolStripMenuItem_Click);
//
// mainText
//
@@ -350,7 +345,6 @@
this.btnNew.Size = new System.Drawing.Size(26, 23);
this.btnNew.TabIndex = 1;
this.btnNew.UseVisualStyleBackColor = true;
- this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
//
// pictureBox1
//
@@ -404,7 +398,6 @@
this.comboSize.Size = new System.Drawing.Size(50, 21);
this.comboSize.TabIndex = 1;
this.comboSize.Text = "12";
- this.comboSize.SelectedIndexChanged += new System.EventHandler(this.comboSize_SelectedIndexChanged);
//
// comboFont
//
@@ -414,7 +407,6 @@
this.comboFont.Size = new System.Drawing.Size(145, 21);
this.comboFont.TabIndex = 1;
this.comboFont.Text = "Arial";
- this.comboFont.SelectedIndexChanged += new System.EventHandler(this.comboFont_SelectedIndexChanged);
//
// pictureBox2
//