diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-06 17:56:00 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-05-06 17:56:00 +0100 |
| commit | b3d60f914a4619f637e1ee6aa3f80ab0cc7f4b51 (patch) | |
| tree | 13d611505be833324e0582ba87ee67713d13be22 /TimeHACK.Main/OS/Win95/Win95.Designer.cs | |
| parent | 5a311ff05f13f480ce753c2f34a116443aba291a (diff) | |
| download | histacom2-b3d60f914a4619f637e1ee6aa3f80ab0cc7f4b51.tar.gz histacom2-b3d60f914a4619f637e1ee6aa3f80ab0cc7f4b51.tar.bz2 histacom2-b3d60f914a4619f637e1ee6aa3f80ab0cc7f4b51.zip | |
Added an Address Book! PLZ ACCEPT
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index 2e88c36..04374ba 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -29,7 +29,7 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.resources = new System.ComponentModel.ComponentResourceManager(typeof(Windows95)); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Windows95)); System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("My Computer", 0); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Network Neighborhood", 5); System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Inbox", 3); @@ -238,7 +238,7 @@ this.startmenuitems.Name = "startmenuitems"; this.startmenuitems.Padding = new System.Windows.Forms.Padding(6, 2, 0, 0); this.startmenuitems.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; - this.startmenuitems.Size = new System.Drawing.Size(141, 292); + this.startmenuitems.Size = new System.Drawing.Size(141, 311); this.startmenuitems.TabIndex = 0; this.startmenuitems.Text = "StartMenu"; // @@ -439,6 +439,7 @@ this.AddressBookToolStripMenuItem.Name = "AddressBookToolStripMenuItem"; this.AddressBookToolStripMenuItem.Size = new System.Drawing.Size(181, 28); this.AddressBookToolStripMenuItem.Text = "Address Book"; + this.AddressBookToolStripMenuItem.Click += new System.EventHandler(this.AddressBookToolStripMenuItem_Click); // // CalculatorToolStripMenuItem // |
