aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Windows95.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-26 20:10:32 -0400
committerlempamo <[email protected]>2017-03-26 20:10:32 -0400
commit83f1652ca5bd6c1fdfbebb70c41fef2e31d17b7d (patch)
tree16a37b1ce68466a51f56f354b98c8b95ce931a59 /TimeHACK.Main/Windows95.Designer.cs
parentf16f3a8a3df33f46c4ec6c864447cced97c0f034 (diff)
parentf3ded1683916137c4d625565266f915492b2d4ad (diff)
downloadhistacom2-83f1652ca5bd6c1fdfbebb70c41fef2e31d17b7d.tar.gz
histacom2-83f1652ca5bd6c1fdfbebb70c41fef2e31d17b7d.tar.bz2
histacom2-83f1652ca5bd6c1fdfbebb70c41fef2e31d17b7d.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/Windows95.Designer.cs')
-rw-r--r--TimeHACK.Main/Windows95.Designer.cs24
1 files changed, 22 insertions, 2 deletions
diff --git a/TimeHACK.Main/Windows95.Designer.cs b/TimeHACK.Main/Windows95.Designer.cs
index 8ef9e99..2f3cb71 100644
--- a/TimeHACK.Main/Windows95.Designer.cs
+++ b/TimeHACK.Main/Windows95.Designer.cs
@@ -87,6 +87,7 @@
this.TimeDistorterToolStripMenuItem = 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.SettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ControlPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.PrintersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -124,6 +125,7 @@
this.BitmapImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MicrosoftDataLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.PropertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
+ this.installerTestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panel1.SuspendLayout();
this.taskbar.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.startbutton)).BeginInit();
@@ -228,7 +230,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(144, 292);
+ this.startmenuitems.Size = new System.Drawing.Size(144, 311);
this.startmenuitems.TabIndex = 0;
this.startmenuitems.Text = "StartMenu";
//
@@ -617,7 +619,9 @@
//
this.DocumentsToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
this.DocumentsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.windowManagerTestToolStripMenuItem});
+ this.windowManagerTestToolStripMenuItem,
+ this.downloaderTestToolStripMenuItem,
+ this.installerTestToolStripMenuItem});
this.DocumentsToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DocumentsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("DocumentsToolStripMenuItem.Image")));
this.DocumentsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -635,6 +639,13 @@
this.windowManagerTestToolStripMenuItem.Text = "WindowManagerTest";
this.windowManagerTestToolStripMenuItem.Click += new System.EventHandler(this.windowManagerTestToolStripMenuItem_Click);
//
+ // downloaderTestToolStripMenuItem
+ //
+ this.downloaderTestToolStripMenuItem.Name = "downloaderTestToolStripMenuItem";
+ this.downloaderTestToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
+ this.downloaderTestToolStripMenuItem.Text = "DownloaderTest";
+ this.downloaderTestToolStripMenuItem.Click += new System.EventHandler(this.downloaderTestToolStripMenuItem_Click);
+ //
// SettingsToolStripMenuItem
//
this.SettingsToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
@@ -1000,6 +1011,13 @@
this.PropertiesToolStripMenuItem1.Size = new System.Drawing.Size(150, 22);
this.PropertiesToolStripMenuItem1.Text = "Properties";
//
+ // installerTestToolStripMenuItem
+ //
+ this.installerTestToolStripMenuItem.Name = "installerTestToolStripMenuItem";
+ this.installerTestToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
+ this.installerTestToolStripMenuItem.Text = "InstallerTest";
+ this.installerTestToolStripMenuItem.Click += new System.EventHandler(this.installerTestToolStripMenuItem_Click);
+ //
// Windows95
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -1119,5 +1137,7 @@
internal System.Windows.Forms.ToolStripMenuItem MicrosoftDataLinkToolStripMenuItem;
internal System.Windows.Forms.ToolStripMenuItem PropertiesToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem windowManagerTestToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem downloaderTestToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem installerTestToolStripMenuItem;
}
} \ No newline at end of file