aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.Designer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-21 13:24:28 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-21 13:24:28 +0100
commit75c05d35535267096b0c46e143be7a55bb21c9c4 (patch)
treeb9f175812ff8fde1f982ee0667a3853572ec8259 /TimeHACK.Main/OS/Win95/Win95.Designer.cs
parentfee528f280640948216f41f0569c79a6552e61c7 (diff)
parenta42b7b8d3219f5df18721afdf88bddb8dd11d463 (diff)
downloadhistacom2-75c05d35535267096b0c46e143be7a55bb21c9c4.tar.gz
histacom2-75c05d35535267096b0c46e143be7a55bb21c9c4.tar.bz2
histacom2-75c05d35535267096b0c46e143be7a55bb21c9c4.zip
Update My Fork PART 2!!!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.Designer.cs36
1 files changed, 19 insertions, 17 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs
index 46485ee..15f4feb 100644
--- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs
@@ -88,11 +88,12 @@ namespace TimeHACK.OS.Win95
this.SkindowsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.WebChatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.TimeDistorterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.FTPClientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DocumentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.windowManagerTestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.downloaderTestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.installerTestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.storyTest1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.iE4TestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ControlPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.PrintersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -130,7 +131,6 @@ namespace TimeHACK.OS.Win95
this.BitmapImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MicrosoftDataLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.PropertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.FTPClientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panel1.SuspendLayout();
this.taskbar.SuspendLayout();
this.clockPanel.SuspendLayout();
@@ -457,6 +457,7 @@ namespace TimeHACK.OS.Win95
this.CalculatorToolStripMenuItem.Name = "CalculatorToolStripMenuItem";
this.CalculatorToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
this.CalculatorToolStripMenuItem.Text = "Calculator";
+ this.CalculatorToolStripMenuItem.Click += new System.EventHandler(this.CalculatorToolStripMenuItem_Click);
//
// HyperTerminalToolStripMenuItem
//
@@ -716,6 +717,7 @@ namespace TimeHACK.OS.Win95
this.WebChatToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
this.WebChatToolStripMenuItem.Text = "Web Chat";
this.WebChatToolStripMenuItem.Visible = false;
+ this.WebChatToolStripMenuItem.Click += new System.EventHandler(this.WebChatToolStripMenuItem_Click);
//
// TimeDistorterToolStripMenuItem
//
@@ -743,10 +745,10 @@ namespace TimeHACK.OS.Win95
this.DocumentsToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
this.DocumentsToolStripMenuItem.BackgroundImage = global::TimeHACK.Properties.Resources.sliversilver;
this.DocumentsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.windowManagerTestToolStripMenuItem,
this.downloaderTestToolStripMenuItem,
this.installerTestToolStripMenuItem,
- this.storyTest1ToolStripMenuItem});
+ this.storyTest1ToolStripMenuItem,
+ this.iE4TestToolStripMenuItem});
this.DocumentsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicDocuments;
this.DocumentsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.DocumentsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
@@ -755,21 +757,12 @@ namespace TimeHACK.OS.Win95
this.DocumentsToolStripMenuItem.Size = new System.Drawing.Size(138, 36);
this.DocumentsToolStripMenuItem.Text = "Documents";
//
- // windowManagerTestToolStripMenuItem
- //
- this.windowManagerTestToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
- this.windowManagerTestToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("windowManagerTestToolStripMenuItem.BackgroundImage")));
- this.windowManagerTestToolStripMenuItem.Name = "windowManagerTestToolStripMenuItem";
- this.windowManagerTestToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
- this.windowManagerTestToolStripMenuItem.Text = "WindowManagerTest";
- this.windowManagerTestToolStripMenuItem.Click += new System.EventHandler(this.windowManagerTestToolStripMenuItem_Click);
- //
// downloaderTestToolStripMenuItem
//
this.downloaderTestToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
this.downloaderTestToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("downloaderTestToolStripMenuItem.BackgroundImage")));
this.downloaderTestToolStripMenuItem.Name = "downloaderTestToolStripMenuItem";
- this.downloaderTestToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
+ this.downloaderTestToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
this.downloaderTestToolStripMenuItem.Text = "DownloaderTest";
this.downloaderTestToolStripMenuItem.Click += new System.EventHandler(this.downloaderTestToolStripMenuItem_Click);
//
@@ -778,7 +771,7 @@ namespace TimeHACK.OS.Win95
this.installerTestToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
this.installerTestToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("installerTestToolStripMenuItem.BackgroundImage")));
this.installerTestToolStripMenuItem.Name = "installerTestToolStripMenuItem";
- this.installerTestToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
+ this.installerTestToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
this.installerTestToolStripMenuItem.Text = "InstallerTest";
this.installerTestToolStripMenuItem.Click += new System.EventHandler(this.installerTestToolStripMenuItem_Click);
//
@@ -786,10 +779,19 @@ namespace TimeHACK.OS.Win95
//
this.storyTest1ToolStripMenuItem.BackgroundImage = global::TimeHACK.Properties.Resources.sliversilver;
this.storyTest1ToolStripMenuItem.Name = "storyTest1ToolStripMenuItem";
- this.storyTest1ToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
+ this.storyTest1ToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
this.storyTest1ToolStripMenuItem.Text = "StoryTest1";
this.storyTest1ToolStripMenuItem.Click += new System.EventHandler(this.storyTest1ToolStripMenuItem_Click);
//
+ // iE4TestToolStripMenuItem
+ //
+ this.iE4TestToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control;
+ this.iE4TestToolStripMenuItem.BackgroundImage = global::TimeHACK.Properties.Resources.sliversilver;
+ this.iE4TestToolStripMenuItem.Name = "iE4TestToolStripMenuItem";
+ this.iE4TestToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
+ this.iE4TestToolStripMenuItem.Text = "IE4Test";
+ this.iE4TestToolStripMenuItem.Click += new System.EventHandler(this.iE4TestToolStripMenuItem_Click);
+ //
// SettingsToolStripMenuItem
//
this.SettingsToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
@@ -1275,11 +1277,11 @@ namespace TimeHACK.OS.Win95
internal System.Windows.Forms.ToolStripMenuItem MicrosoftDataLinkToolStripMenuItem;
internal System.Windows.Forms.ToolStripMenuItem PropertiesToolStripMenuItem1;
internal System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Windows95));
- private System.Windows.Forms.ToolStripMenuItem windowManagerTestToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem downloaderTestToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem installerTestToolStripMenuItem;
private System.Windows.Forms.Panel taskbarItems;
private System.Windows.Forms.ToolStripMenuItem storyTest1ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem FTPClientToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem iE4TestToolStripMenuItem;
}
} \ No newline at end of file