diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:07:44 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:07:44 +0100 |
| commit | 4db6df01a8ee3f40c13b67174c6acc498a060951 (patch) | |
| tree | 5dda5a9a784bf9875df29bd91ff5483e40fcca93 /TimeHACK.Main/OS/Win95/Win95.Designer.cs | |
| parent | 0fe1f13532c197c7c83df2e5b4903e9dfbbe1edd (diff) | |
| download | histacom2-4db6df01a8ee3f40c13b67174c6acc498a060951.tar.gz histacom2-4db6df01a8ee3f40c13b67174c6acc498a060951.tar.bz2 histacom2-4db6df01a8ee3f40c13b67174c6acc498a060951.zip | |
There is no Address Book in Windows 95
But there is one in Win98!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index 15f4feb..b77e2db 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -62,7 +62,6 @@ namespace TimeHACK.OS.Win95 this.SystemToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.DiskDefragmenterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ScanDiskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.AddressBookToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.CalculatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.HyperTerminalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ImagingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -244,7 +243,7 @@ namespace TimeHACK.OS.Win95 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(145, 311); + this.startmenuitems.Size = new System.Drawing.Size(145, 292); this.startmenuitems.TabIndex = 0; this.startmenuitems.Text = "StartMenu"; // @@ -285,7 +284,6 @@ namespace TimeHACK.OS.Win95 this.CommunicationsToolStripMenuItem, this.MultimediaToolStripMenuItem, this.SystemToolsToolStripMenuItem, - this.AddressBookToolStripMenuItem, this.CalculatorToolStripMenuItem, this.HyperTerminalToolStripMenuItem, this.ImagingToolStripMenuItem, @@ -435,18 +433,6 @@ namespace TimeHACK.OS.Win95 this.ScanDiskToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.ScanDiskToolStripMenuItem.Text = "ScanDisk"; // - // AddressBookToolStripMenuItem - // - this.AddressBookToolStripMenuItem.BackColor = System.Drawing.Color.Silver; - this.AddressBookToolStripMenuItem.BackgroundImage = global::TimeHACK.Properties.Resources.sliversilver; - this.AddressBookToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; - this.AddressBookToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("AddressBookToolStripMenuItem.Image"))); - this.AddressBookToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; - 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 // this.CalculatorToolStripMenuItem.BackColor = System.Drawing.Color.Silver; @@ -1211,7 +1197,6 @@ namespace TimeHACK.OS.Win95 internal System.Windows.Forms.ToolStripMenuItem SystemToolsToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem DiskDefragmenterToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem ScanDiskToolStripMenuItem; - internal System.Windows.Forms.ToolStripMenuItem AddressBookToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem CalculatorToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem HyperTerminalToolStripMenuItem; internal System.Windows.Forms.ToolStripMenuItem ImagingToolStripMenuItem; |
