aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Windows95.Designer.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-27 13:32:59 -0600
committerAShifter <[email protected]>2017-03-27 13:32:59 -0600
commit5819bf69c300dfaefa427d701b3bef4a7397e0c9 (patch)
tree4ef2c5835f36e91c29aa493f9433628d879e5255 /TimeHACK.Main/Windows95.Designer.cs
parent9c2564364358c85eef94ea1ac600bf8190bf1b09 (diff)
parentb4025b4c6d675b1b86074fe9b4de89dc00ee9123 (diff)
downloadhistacom2-5819bf69c300dfaefa427d701b3bef4a7397e0c9.tar.gz
histacom2-5819bf69c300dfaefa427d701b3bef4a7397e0c9.tar.bz2
histacom2-5819bf69c300dfaefa427d701b3bef4a7397e0c9.zip
BURNED EVERYTHING
and cloned
Diffstat (limited to 'TimeHACK.Main/Windows95.Designer.cs')
-rw-r--r--TimeHACK.Main/Windows95.Designer.cs69
1 files changed, 45 insertions, 24 deletions
diff --git a/TimeHACK.Main/Windows95.Designer.cs b/TimeHACK.Main/Windows95.Designer.cs
index 8ef9e99..c8be3ae 100644
--- a/TimeHACK.Main/Windows95.Designer.cs
+++ b/TimeHACK.Main/Windows95.Designer.cs
@@ -75,7 +75,7 @@
this.SetupWOWFromCompuServeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MSDOSPromptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.EmptyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.WindowsExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.InternetExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MSDOSPromptToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.OutlookExpressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.WindowsExplorerToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
@@ -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();
@@ -170,7 +172,7 @@
this.taskbartime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.taskbartime.AutoSize = true;
this.taskbartime.BackColor = System.Drawing.Color.Transparent;
- this.taskbartime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.taskbartime.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.taskbartime.Location = new System.Drawing.Point(1217, 6);
this.taskbartime.Name = "taskbartime";
this.taskbartime.Size = new System.Drawing.Size(31, 15);
@@ -205,7 +207,7 @@
this.startmenu.Controls.Add(this.ossidestartmenu);
this.startmenu.Location = new System.Drawing.Point(0, 397);
this.startmenu.Name = "startmenu";
- this.startmenu.Size = new System.Drawing.Size(174, 295);
+ this.startmenu.Size = new System.Drawing.Size(174, 300);
this.startmenu.TabIndex = 3;
this.startmenu.Paint += new System.Windows.Forms.PaintEventHandler(this.startmenu_Paint);
//
@@ -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";
//
@@ -239,7 +241,7 @@
this.AccessoriesToolStripMenuItem,
this.StartUpToolStripMenuItem,
this.MSDOSPromptToolStripMenuItem,
- this.WindowsExplorerToolStripMenuItem,
+ this.InternetExplorerToolStripMenuItem,
this.MSDOSPromptToolStripMenuItem1,
this.OutlookExpressToolStripMenuItem,
this.WindowsExplorerToolStripMenuItem1,
@@ -249,7 +251,7 @@
this.SkindowsToolStripMenuItem,
this.WebChatToolStripMenuItem,
this.TimeDistorterToolStripMenuItem});
- this.ProgramsToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ProgramsToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ProgramsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicPrograms;
this.ProgramsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.ProgramsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
@@ -525,15 +527,16 @@
this.EmptyToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
this.EmptyToolStripMenuItem.Text = "(Empty)";
//
- // WindowsExplorerToolStripMenuItem
+ // InternetExplorerToolStripMenuItem
//
- this.WindowsExplorerToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
- this.WindowsExplorerToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.WindowsExplorerToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.WindowsExplorerToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
- this.WindowsExplorerToolStripMenuItem.Name = "WindowsExplorerToolStripMenuItem";
- this.WindowsExplorerToolStripMenuItem.Size = new System.Drawing.Size(184, 26);
- this.WindowsExplorerToolStripMenuItem.Text = "Internet Explorer";
+ this.InternetExplorerToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
+ this.InternetExplorerToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.InternetExplorerToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
+ this.InternetExplorerToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
+ this.InternetExplorerToolStripMenuItem.Name = "InternetExplorerToolStripMenuItem";
+ this.InternetExplorerToolStripMenuItem.Size = new System.Drawing.Size(184, 26);
+ this.InternetExplorerToolStripMenuItem.Text = "Internet Explorer";
+ this.InternetExplorerToolStripMenuItem.Click += new System.EventHandler(this.InternetExplorerToolStripMenuItem_Click);
//
// MSDOSPromptToolStripMenuItem1
//
@@ -617,8 +620,10 @@
//
this.DocumentsToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
this.DocumentsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.windowManagerTestToolStripMenuItem});
- this.DocumentsToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.windowManagerTestToolStripMenuItem,
+ this.downloaderTestToolStripMenuItem,
+ this.installerTestToolStripMenuItem});
+ this.DocumentsToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DocumentsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("DocumentsToolStripMenuItem.Image")));
this.DocumentsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.DocumentsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
@@ -635,6 +640,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;
@@ -642,7 +654,7 @@
this.ControlPanelToolStripMenuItem,
this.PrintersToolStripMenuItem,
this.TaskbarToolStripMenuItem});
- this.SettingsToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.SettingsToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SettingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("SettingsToolStripMenuItem.Image")));
this.SettingsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.SettingsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
@@ -684,7 +696,7 @@
this.ComputerToolStripMenuItem,
this.OnTheInternetToolStripMenuItem,
this.PeopleToolStripMenuItem});
- this.FindToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.FindToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FindToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicFind;
this.FindToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.FindToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
@@ -730,7 +742,7 @@
// HelpToolStripMenuItem
//
this.HelpToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
- this.HelpToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.HelpToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.HelpToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicHelp;
this.HelpToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.HelpToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
@@ -744,7 +756,7 @@
// RunToolStripMenuItem
//
this.RunToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
- this.RunToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.RunToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.RunToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicRun;
this.RunToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.RunToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
@@ -758,7 +770,7 @@
// SuspendToolStripMenuItem
//
this.SuspendToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
- this.SuspendToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.SuspendToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SuspendToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("SuspendToolStripMenuItem.Image")));
this.SuspendToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.SuspendToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
@@ -771,7 +783,7 @@
// ShutdownToolStripMenuItem
//
this.ShutdownToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
- this.ShutdownToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ShutdownToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ShutdownToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicShutdown;
this.ShutdownToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.ShutdownToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
@@ -827,7 +839,7 @@
this.desktopicons.BackColor = System.Drawing.Color.Teal;
this.desktopicons.BackgroundImageTiled = true;
this.desktopicons.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.desktopicons.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.desktopicons.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.desktopicons.ForeColor = System.Drawing.Color.White;
this.desktopicons.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem1,
@@ -1000,6 +1012,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);
@@ -1069,7 +1088,7 @@
internal System.Windows.Forms.ToolStripMenuItem SetupWOWFromCompuServeToolStripMenuItem;
internal System.Windows.Forms.ToolStripMenuItem MSDOSPromptToolStripMenuItem;
internal System.Windows.Forms.ToolStripMenuItem EmptyToolStripMenuItem;
- internal System.Windows.Forms.ToolStripMenuItem WindowsExplorerToolStripMenuItem;
+ internal System.Windows.Forms.ToolStripMenuItem InternetExplorerToolStripMenuItem;
internal System.Windows.Forms.ToolStripMenuItem MSDOSPromptToolStripMenuItem1;
internal System.Windows.Forms.ToolStripMenuItem OutlookExpressToolStripMenuItem;
internal System.Windows.Forms.ToolStripMenuItem WindowsExplorerToolStripMenuItem1;
@@ -1119,5 +1138,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