aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.Designer.cs
diff options
context:
space:
mode:
authorJason <[email protected]>2017-07-22 23:43:39 +0200
committerGitHub <[email protected]>2017-07-22 23:43:39 +0200
commit5afd2ec6c6d7c458c1caffc55566d4365602c122 (patch)
treeb9e2c5f7861799b7b5f209046f97052493565734 /TimeHACK.Main/OS/Win95/Win95.Designer.cs
parent7b12feef44adfcafd46d651adcd3e8fe11cb8523 (diff)
parentc97b5bddf841573e92c67fd2d325ca44825351f0 (diff)
downloadhistacom2-5afd2ec6c6d7c458c1caffc55566d4365602c122.tar.gz
histacom2-5afd2ec6c6d7c458c1caffc55566d4365602c122.tar.bz2
histacom2-5afd2ec6c6d7c458c1caffc55566d4365602c122.zip
Merge pull request #133 from Alex-TIMEHACK/master
Done a lot of work on the Windows ExplorerS
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.Designer.cs17
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;