aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-05-19 21:51:48 +0100
committerAlex-TIMEHACK <[email protected]>2017-05-19 21:51:48 +0100
commit43647f873b9c2cd454b0b9389b952e1b36406725 (patch)
treec41de99a6103ad72dd449481d1153da3e1114c8b /TimeHACK.Main/OS/Win95
parent044d3dd3aa38f02693d1d2561a4276b2dc1bdd9a (diff)
parentd9fa6d11aa4889ba4538b00ef56d03da78664025 (diff)
downloadhistacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.gz
histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.tar.bz2
histacom2-43647f873b9c2cd454b0b9389b952e1b36406725.zip
Fixed Conflicts
Diffstat (limited to 'TimeHACK.Main/OS/Win95')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.Designer.cs86
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.resx77
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs8
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs253
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs12
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx222
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs346
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.resx8
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs6
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs6
-rw-r--r--TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs45
-rw-r--r--TimeHACK.Main/OS/Win95/Win95TaskBarItem.cs3
-rw-r--r--TimeHACK.Main/OS/Win95/Win95TaskBarItem.resx9
13 files changed, 493 insertions, 588 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs
index 04374ba..d9cca0e 100644
--- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs
@@ -30,6 +30,7 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Windows95));
+<<<<<<< HEAD
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("My Computer", 0);
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Network Neighborhood", 5);
System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Inbox", 3);
@@ -38,12 +39,22 @@
System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Online Services", 1);
System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("Set Up The Microsoft Network", 4);
System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("Outlook Express", 6);
+=======
+ System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem("My Computer", 0);
+ System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("Network Neighborhood", 5);
+ System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem("Inbox", 3);
+ System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem("Recycle Bin", 7);
+ System.Windows.Forms.ListViewItem listViewItem13 = new System.Windows.Forms.ListViewItem("Internet Explorer", 2);
+ System.Windows.Forms.ListViewItem listViewItem14 = new System.Windows.Forms.ListViewItem("Online Services", 1);
+ System.Windows.Forms.ListViewItem listViewItem15 = new System.Windows.Forms.ListViewItem("Set Up The Microsoft Network", 4);
+ System.Windows.Forms.ListViewItem listViewItem16 = new System.Windows.Forms.ListViewItem("Outlook Express", 6);
+>>>>>>> refs/remotes/TimeHACKDevs/master
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.taskbar = new System.Windows.Forms.Panel();
- this.taskbarItems = new System.Windows.Forms.Panel();
- this.taskbartime = new System.Windows.Forms.Label();
this.clockPanel = new System.Windows.Forms.Panel();
+ this.taskbartime = new System.Windows.Forms.Label();
+ this.taskbarItems = new System.Windows.Forms.Panel();
this.startbutton = new System.Windows.Forms.PictureBox();
this.startmenu = new System.Windows.Forms.Panel();
this.startmenuitems = new System.Windows.Forms.MenuStrip();
@@ -129,6 +140,7 @@
this.PropertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.panel1.SuspendLayout();
this.taskbar.SuspendLayout();
+ this.clockPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.startbutton)).BeginInit();
this.startmenu.SuspendLayout();
this.startmenuitems.SuspendLayout();
@@ -159,9 +171,8 @@
//
this.taskbar.BackColor = System.Drawing.Color.Silver;
this.taskbar.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("taskbar.BackgroundImage")));
- this.taskbar.Controls.Add(this.taskbarItems);
- this.taskbar.Controls.Add(this.taskbartime);
this.taskbar.Controls.Add(this.clockPanel);
+ this.taskbar.Controls.Add(this.taskbarItems);
this.taskbar.Controls.Add(this.startbutton);
this.taskbar.Dock = System.Windows.Forms.DockStyle.Bottom;
this.taskbar.Location = new System.Drawing.Point(0, 452);
@@ -169,38 +180,41 @@
this.taskbar.Size = new System.Drawing.Size(640, 28);
this.taskbar.TabIndex = 2;
//
- // taskbarItems
+ // clockPanel
//
- this.taskbarItems.Location = new System.Drawing.Point(63, 3);
- this.taskbarItems.Name = "taskbarItems";
- this.taskbarItems.Size = new System.Drawing.Size(506, 22);
- this.taskbarItems.TabIndex = 5;
+ this.clockPanel.BackgroundImage = global::TimeHACK.Properties.Resources.WinClassicTime;
+ this.clockPanel.Controls.Add(this.taskbartime);
+ this.clockPanel.Dock = System.Windows.Forms.DockStyle.Right;
+ this.clockPanel.Location = new System.Drawing.Point(575, 0);
+ this.clockPanel.Name = "clockPanel";
+ this.clockPanel.Size = new System.Drawing.Size(65, 28);
+ this.clockPanel.TabIndex = 4;
//
// taskbartime
//
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.Location = new System.Drawing.Point(577, 6);
+ this.taskbartime.Location = new System.Drawing.Point(10, 7);
this.taskbartime.Name = "taskbartime";
this.taskbartime.Size = new System.Drawing.Size(26, 13);
this.taskbartime.TabIndex = 2;
this.taskbartime.Text = "time";
this.taskbartime.Click += new System.EventHandler(this.taskbartime_Click);
//
- // clockPanel
+ // taskbarItems
//
- this.clockPanel.BackgroundImage = global::TimeHACK.Properties.Resources.WinClassicTime;
- this.clockPanel.Dock = System.Windows.Forms.DockStyle.Right;
- this.clockPanel.Location = new System.Drawing.Point(575, 0);
- this.clockPanel.Name = "clockPanel";
- this.clockPanel.Size = new System.Drawing.Size(65, 28);
- this.clockPanel.TabIndex = 4;
+ this.taskbarItems.BackColor = System.Drawing.Color.Transparent;
+ this.taskbarItems.Cursor = System.Windows.Forms.Cursors.Default;
+ this.taskbarItems.Location = new System.Drawing.Point(63, 4);
+ this.taskbarItems.Name = "taskbarItems";
+ this.taskbarItems.Size = new System.Drawing.Size(3648, 22);
+ this.taskbarItems.TabIndex = 5;
//
// startbutton
//
this.startbutton.Image = ((System.Drawing.Image)(resources.GetObject("startbutton.Image")));
- this.startbutton.Location = new System.Drawing.Point(3, 3);
+ this.startbutton.Location = new System.Drawing.Point(2, 4);
this.startbutton.Name = "startbutton";
this.startbutton.Size = new System.Drawing.Size(54, 22);
this.startbutton.TabIndex = 3;
@@ -213,7 +227,7 @@
this.startmenu.BackColor = System.Drawing.Color.Silver;
this.startmenu.Controls.Add(this.startmenuitems);
this.startmenu.Controls.Add(this.ossidestartmenu);
- this.startmenu.Location = new System.Drawing.Point(0, 157);
+ this.startmenu.Location = new System.Drawing.Point(0, 160);
this.startmenu.Name = "startmenu";
this.startmenu.Size = new System.Drawing.Size(174, 300);
this.startmenu.TabIndex = 3;
@@ -728,6 +742,7 @@
// DocumentsToolStripMenuItem
//
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,
@@ -743,6 +758,8 @@
//
// 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";
@@ -750,6 +767,8 @@
//
// 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.Text = "DownloaderTest";
@@ -757,6 +776,8 @@
//
// installerTestToolStripMenuItem
//
+ 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.Text = "InstallerTest";
@@ -781,6 +802,7 @@
// ControlPanelToolStripMenuItem
//
this.ControlPanelToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
+ this.ControlPanelToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ControlPanelToolStripMenuItem.BackgroundImage")));
this.ControlPanelToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.ControlPanelToolStripMenuItem.Name = "ControlPanelToolStripMenuItem";
this.ControlPanelToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
@@ -789,6 +811,7 @@
// PrintersToolStripMenuItem
//
this.PrintersToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
+ this.PrintersToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PrintersToolStripMenuItem.BackgroundImage")));
this.PrintersToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.PrintersToolStripMenuItem.Name = "PrintersToolStripMenuItem";
this.PrintersToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
@@ -797,6 +820,7 @@
// TaskbarToolStripMenuItem
//
this.TaskbarToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
+ this.TaskbarToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TaskbarToolStripMenuItem.BackgroundImage")));
this.TaskbarToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.TaskbarToolStripMenuItem.Name = "TaskbarToolStripMenuItem";
this.TaskbarToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
@@ -805,6 +829,7 @@
// FindToolStripMenuItem
//
this.FindToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
+ this.FindToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FindToolStripMenuItem.BackgroundImage")));
this.FindToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.FilesOrFoldersToolStripMenuItem,
this.ComputerToolStripMenuItem,
@@ -823,6 +848,7 @@
// FilesOrFoldersToolStripMenuItem
//
this.FilesOrFoldersToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
+ this.FilesOrFoldersToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FilesOrFoldersToolStripMenuItem.BackgroundImage")));
this.FilesOrFoldersToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.FilesOrFoldersToolStripMenuItem.Name = "FilesOrFoldersToolStripMenuItem";
this.FilesOrFoldersToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
@@ -831,6 +857,7 @@
// ComputerToolStripMenuItem
//
this.ComputerToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
+ this.ComputerToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ComputerToolStripMenuItem.BackgroundImage")));
this.ComputerToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.ComputerToolStripMenuItem.Name = "ComputerToolStripMenuItem";
this.ComputerToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
@@ -839,6 +866,7 @@
// OnTheInternetToolStripMenuItem
//
this.OnTheInternetToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
+ this.OnTheInternetToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("OnTheInternetToolStripMenuItem.BackgroundImage")));
this.OnTheInternetToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.OnTheInternetToolStripMenuItem.Name = "OnTheInternetToolStripMenuItem";
this.OnTheInternetToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
@@ -847,6 +875,7 @@
// PeopleToolStripMenuItem
//
this.PeopleToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
+ this.PeopleToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PeopleToolStripMenuItem.BackgroundImage")));
this.PeopleToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.PeopleToolStripMenuItem.Name = "PeopleToolStripMenuItem";
this.PeopleToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
@@ -954,14 +983,14 @@
this.desktopicons.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.desktopicons.ForeColor = System.Drawing.Color.White;
this.desktopicons.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem1,
- listViewItem2,
- listViewItem3,
- listViewItem4,
- listViewItem5,
- listViewItem6,
- listViewItem7,
- listViewItem8});
+ listViewItem9,
+ listViewItem10,
+ listViewItem11,
+ listViewItem12,
+ listViewItem13,
+ listViewItem14,
+ listViewItem15,
+ listViewItem16});
this.desktopicons.LargeImageList = this.desktopImages;
this.desktopicons.Location = new System.Drawing.Point(0, 0);
this.desktopicons.Name = "desktopicons";
@@ -1143,7 +1172,8 @@
this.Load += new System.EventHandler(this.Desktop_Load);
this.panel1.ResumeLayout(false);
this.taskbar.ResumeLayout(false);
- this.taskbar.PerformLayout();
+ this.clockPanel.ResumeLayout(false);
+ this.clockPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.startbutton)).EndInit();
this.startmenu.ResumeLayout(false);
this.startmenu.PerformLayout();
diff --git a/TimeHACK.Main/OS/Win95/Win95.resx b/TimeHACK.Main/OS/Win95/Win95.resx
index ac1b120..d19a5cb 100644
--- a/TimeHACK.Main/OS/Win95/Win95.resx
+++ b/TimeHACK.Main/OS/Win95/Win95.resx
@@ -319,6 +319,83 @@
zQAAAABJRU5ErkJggg==
</value>
</data>
+ <data name="windowManagerTestToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
+ <data name="downloaderTestToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
+ <data name="installerTestToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
+ <data name="ControlPanelToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
+ <data name="PrintersToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
+ <data name="TaskbarToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
+ <data name="FindToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
+ <data name="FilesOrFoldersToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
+ <data name="ComputerToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
+ <data name="OnTheInternetToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
+ <data name="PeopleToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
+ 4AAABIQCQUtXaBsAAAAASUVORK5CYII=
+</value>
+ </data>
<metadata name="clockTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>153, 17</value>
</metadata>
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs
index fd182fa..b0822c9 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicDownloader.Designer.cs
@@ -29,7 +29,7 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- this.progBar = new System.Windows.Forms.ProgressBar();
+ this.progBar = new TimeHACK.UI.ProgressBar();
this.amountLbl = new System.Windows.Forms.Label();
this.appName = new System.Windows.Forms.Label();
this.locationLbl = new System.Windows.Forms.Label();
@@ -45,6 +45,10 @@
this.progBar.Location = new System.Drawing.Point(5, 29);
this.progBar.Name = "progBar";
this.progBar.Size = new System.Drawing.Size(290, 23);
+ this.progBar.ProgressColor = System.Drawing.Color.FromArgb(19, 36, 105);
+ this.progBar.Style = System.Windows.Forms.ProgressBarStyle.Blocks;
+ this.progBar.BlockWidth = 14;
+ this.progBar.BlockSpacing = 2;
this.progBar.TabIndex = 15;
//
// amountLbl
@@ -113,7 +117,7 @@
#endregion
- internal System.Windows.Forms.ProgressBar progBar;
+ internal TimeHACK.UI.ProgressBar progBar;
internal System.Windows.Forms.Label amountLbl;
internal System.Windows.Forms.Label appName;
internal System.Windows.Forms.Label locationLbl;
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
index adcb291..89e6193 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
@@ -28,10 +28,9 @@
/// </summary>
private void InitializeComponent()
{
- this.resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicIE4));
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicIE4));
this.program = new System.Windows.Forms.Panel();
this.browsingarea = new System.Windows.Forms.Panel();
- this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.padamsmain = new System.Windows.Forms.Panel();
this.Panel12 = new System.Windows.Forms.Panel();
this.LinkLabel17 = new System.Windows.Forms.LinkLabel();
@@ -197,6 +196,7 @@
this.TextBox2 = new System.Windows.Forms.TextBox();
this.Label7 = new System.Windows.Forms.Label();
this.pboxgoogleprototypelogo = new System.Windows.Forms.PictureBox();
+ this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.Panel14 = new System.Windows.Forms.Panel();
this.GoButton = new System.Windows.Forms.Button();
this.addressbar = new System.Windows.Forms.ComboBox();
@@ -397,15 +397,6 @@
this.browsingarea.TabIndex = 9;
this.browsingarea.Visible = false;
//
- // webBrowser1
- //
- this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.webBrowser1.Location = new System.Drawing.Point(0, 111);
- this.webBrowser1.Name = "webBrowser1";
- this.webBrowser1.Size = new System.Drawing.Size(959, 483);
- this.webBrowser1.TabIndex = 11;
- this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(webBrowser1_DocumentCompleted);
- //
// padamsmain
//
this.padamsmain.AutoScroll = true;
@@ -720,7 +711,7 @@
this.Panel13.Controls.Add(this.win95background);
this.Panel13.Location = new System.Drawing.Point(46, 74);
this.Panel13.Name = "Panel13";
- this.Panel13.Size = new System.Drawing.Size(7358, 118);
+ this.Panel13.Size = new System.Drawing.Size(8162, 118);
this.Panel13.TabIndex = 2;
//
// Previewimage
@@ -731,7 +722,7 @@
this.Previewimage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Previewimage.Location = new System.Drawing.Point(246, 6);
this.Previewimage.Name = "Previewimage";
- this.Previewimage.Size = new System.Drawing.Size(5941, 118);
+ this.Previewimage.Size = new System.Drawing.Size(6745, 118);
this.Previewimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.Previewimage.TabIndex = 1;
this.Previewimage.TabStop = false;
@@ -886,7 +877,7 @@
this.Label31.ForeColor = System.Drawing.Color.White;
this.Label31.Location = new System.Drawing.Point(513, 259);
this.Label31.Name = "Label31";
- this.Label31.Size = new System.Drawing.Size(113, 15);
+ this.Label31.Size = new System.Drawing.Size(111, 15);
this.Label31.TabIndex = 19;
this.Label31.Text = "Privacy Statement";
//
@@ -897,7 +888,7 @@
this.Label30.ForeColor = System.Drawing.Color.White;
this.Label30.Location = new System.Drawing.Point(513, 234);
this.Label30.Name = "Label30";
- this.Label30.Size = new System.Drawing.Size(79, 15);
+ this.Label30.Size = new System.Drawing.Size(77, 15);
this.Label30.TabIndex = 18;
this.Label30.Text = "Email Safety";
//
@@ -908,7 +899,7 @@
this.Label29.ForeColor = System.Drawing.Color.White;
this.Label29.Location = new System.Drawing.Point(513, 207);
this.Label29.Name = "Label29";
- this.Label29.Size = new System.Drawing.Size(88, 15);
+ this.Label29.Size = new System.Drawing.Size(86, 15);
this.Label29.TabIndex = 17;
this.Label29.Text = "About Hotmail";
//
@@ -955,7 +946,7 @@
this.Label27.ForeColor = System.Drawing.Color.White;
this.Label27.Location = new System.Drawing.Point(258, 140);
this.Label27.Name = "Label27";
- this.Label27.Size = new System.Drawing.Size(142, 15);
+ this.Label27.Size = new System.Drawing.Size(139, 15);
this.Label27.TabIndex = 12;
this.Label27.Text = "Forgot Your Password?";
//
@@ -1048,7 +1039,7 @@
this.Label25.ForeColor = System.Drawing.Color.White;
this.Label25.Location = new System.Drawing.Point(232, 59);
this.Label25.Name = "Label25";
- this.Label25.Size = new System.Drawing.Size(75, 15);
+ this.Label25.Size = new System.Drawing.Size(74, 15);
this.Label25.TabIndex = 3;
this.Label25.Text = "Login Name";
//
@@ -1121,11 +1112,10 @@
// Label58
//
this.Label58.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.Label58.AutoSize = false;
this.Label58.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label58.Location = new System.Drawing.Point(0, 45);
this.Label58.Name = "Label58";
- this.Label58.Size = new System.Drawing.Size(browsingarea.Width, 16);
+ this.Label58.Size = new System.Drawing.Size(200, 16);
this.Label58.TabIndex = 7;
this.Label58.Text = "Where do you want to go today?";
this.Label58.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1133,10 +1123,9 @@
// LinkLabel16
//
this.LinkLabel16.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.LinkLabel16.AutoSize = false;
this.LinkLabel16.Location = new System.Drawing.Point(0, 317);
this.LinkLabel16.Name = "LinkLabel16";
- this.LinkLabel16.Size = new System.Drawing.Size(browsingarea.Width, 13);
+ this.LinkLabel16.Size = new System.Drawing.Size(200, 13);
this.LinkLabel16.TabIndex = 6;
this.LinkLabel16.TabStop = true;
this.LinkLabel16.Text = "www.12padams.com";
@@ -1145,10 +1134,9 @@
// LinkLabel15
//
this.LinkLabel15.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.LinkLabel15.AutoSize = false;
this.LinkLabel15.Location = new System.Drawing.Point(0, 298);
this.LinkLabel15.Name = "LinkLabel15";
- this.LinkLabel15.Size = new System.Drawing.Size(browsingarea.Width, 13);
+ this.LinkLabel15.Size = new System.Drawing.Size(200, 13);
this.LinkLabel15.TabIndex = 5;
this.LinkLabel15.TabStop = true;
this.LinkLabel15.Text = "www.google.com";
@@ -1157,11 +1145,10 @@
// Label3
//
this.Label3.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.Label3.AutoSize = false;
this.Label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label3.Location = new System.Drawing.Point(0, 258);
this.Label3.Name = "Label3";
- this.Label3.Size = new System.Drawing.Size(browsingarea.Width, 20);
+ this.Label3.Size = new System.Drawing.Size(200, 20);
this.Label3.TabIndex = 2;
this.Label3.Text = "Here are some sites you may wish to visit.";
this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1176,7 +1163,7 @@
this.TextBox1.Multiline = true;
this.TextBox1.Name = "TextBox1";
this.TextBox1.ReadOnly = true;
- this.TextBox1.Size = new System.Drawing.Size(browsingarea.Width, 130);
+ this.TextBox1.Size = new System.Drawing.Size(200, 130);
this.TextBox1.TabIndex = 1;
this.TextBox1.Text = resources.GetString("TextBox1.Text");
this.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
@@ -1184,11 +1171,10 @@
// Label2
//
this.Label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.Label2.AutoSize = false;
this.Label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label2.Location = new System.Drawing.Point(0, 19);
this.Label2.Name = "Label2";
- this.Label2.Size = new System.Drawing.Size(browsingarea.Width, 24);
+ this.Label2.Size = new System.Drawing.Size(200, 24);
this.Label2.TabIndex = 0;
this.Label2.Text = "Welcome To Internet Explorer 4";
this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1872,7 +1858,7 @@
this.Label42.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.Label42.AutoSize = true;
this.Label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Label42.Location = new System.Drawing.Point(1124, 9);
+ this.Label42.Location = new System.Drawing.Point(1258, 9);
this.Label42.Name = "Label42";
this.Label42.Size = new System.Drawing.Size(263, 18);
this.Label42.TabIndex = 5;
@@ -1883,7 +1869,7 @@
this.Label41.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.Label41.AutoSize = true;
this.Label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Label41.Location = new System.Drawing.Point(1224, 33);
+ this.Label41.Location = new System.Drawing.Point(1358, 33);
this.Label41.Name = "Label41";
this.Label41.Size = new System.Drawing.Size(71, 24);
this.Label41.TabIndex = 4;
@@ -1898,14 +1884,14 @@
this.TextBox8.Multiline = true;
this.TextBox8.Name = "TextBox8";
this.TextBox8.ReadOnly = true;
- this.TextBox8.Size = new System.Drawing.Size(172, 6276);
+ this.TextBox8.Size = new System.Drawing.Size(172, 6978);
this.TextBox8.TabIndex = 3;
this.TextBox8.Text = resources.GetString("TextBox8.Text");
//
// PictureBox11
//
this.PictureBox11.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.PictureBox11.Location = new System.Drawing.Point(1094, 60);
+ this.PictureBox11.Location = new System.Drawing.Point(1228, 60);
this.PictureBox11.Name = "PictureBox11";
this.PictureBox11.Size = new System.Drawing.Size(337, 386);
this.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
@@ -2177,6 +2163,15 @@
this.pboxgoogleprototypelogo.TabIndex = 0;
this.pboxgoogleprototypelogo.TabStop = false;
//
+ // webBrowser1
+ //
+ this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.webBrowser1.Location = new System.Drawing.Point(0, 111);
+ this.webBrowser1.Name = "webBrowser1";
+ this.webBrowser1.Size = new System.Drawing.Size(959, 483);
+ this.webBrowser1.TabIndex = 11;
+ this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
+ //
// Panel14
//
this.Panel14.Controls.Add(this.GoButton);
@@ -2199,7 +2194,7 @@
this.GoButton.Text = "Go";
this.GoButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.GoButton.UseVisualStyleBackColor = true;
- this.GoButton.Click += new System.EventHandler(GoButton_Click);
+ this.GoButton.Click += new System.EventHandler(this.GoButton_Click);
//
// addressbar
//
@@ -2436,7 +2431,7 @@
this.ToolStripMenuItem20,
this.ToolStripMenuItem21});
this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
- this.ToolStripMenuItem1.Size = new System.Drawing.Size(40, 20);
+ this.ToolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
this.ToolStripMenuItem1.Text = "File";
//
// ToolStripMenuItem2
@@ -2449,84 +2444,84 @@
this.ToolStripMenuItem6,
this.ToolStripMenuItem7});
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
- this.ToolStripMenuItem2.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem2.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem2.Text = "New";
//
// ToolStripMenuItem3
//
this.ToolStripMenuItem3.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
- this.ToolStripMenuItem3.Size = new System.Drawing.Size(181, 22);
+ this.ToolStripMenuItem3.Size = new System.Drawing.Size(175, 22);
this.ToolStripMenuItem3.Text = "Window Ctrl+N";
//
// ToolStripMenuItem4
//
this.ToolStripMenuItem4.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem4.Name = "ToolStripMenuItem4";
- this.ToolStripMenuItem4.Size = new System.Drawing.Size(181, 22);
+ this.ToolStripMenuItem4.Size = new System.Drawing.Size(175, 22);
this.ToolStripMenuItem4.Text = "Message";
//
// ToolStripMenuItem5
//
this.ToolStripMenuItem5.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem5.Name = "ToolStripMenuItem5";
- this.ToolStripMenuItem5.Size = new System.Drawing.Size(181, 22);
+ this.ToolStripMenuItem5.Size = new System.Drawing.Size(175, 22);
this.ToolStripMenuItem5.Text = "Post";
//
// ToolStripMenuItem6
//
this.ToolStripMenuItem6.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem6.Name = "ToolStripMenuItem6";
- this.ToolStripMenuItem6.Size = new System.Drawing.Size(181, 22);
+ this.ToolStripMenuItem6.Size = new System.Drawing.Size(175, 22);
this.ToolStripMenuItem6.Text = "Contact";
//
// ToolStripMenuItem7
//
this.ToolStripMenuItem7.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem7.Name = "ToolStripMenuItem7";
- this.ToolStripMenuItem7.Size = new System.Drawing.Size(181, 22);
+ this.ToolStripMenuItem7.Size = new System.Drawing.Size(175, 22);
this.ToolStripMenuItem7.Text = "Internet Call";
//
// ToolStripMenuItem8
//
this.ToolStripMenuItem8.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem8.Name = "ToolStripMenuItem8";
- this.ToolStripMenuItem8.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem8.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem8.Text = "Open... Ctrl+O";
//
// ToolStripMenuItem9
//
this.ToolStripMenuItem9.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem9.Name = "ToolStripMenuItem9";
- this.ToolStripMenuItem9.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem9.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem9.Text = "Edit with Windows Notepad";
//
// ToolStripMenuItem10
//
this.ToolStripMenuItem10.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem10.Name = "ToolStripMenuItem10";
- this.ToolStripMenuItem10.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem10.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem10.Text = "Save Ctrl+S";
//
// ToolStripMenuItem11
//
this.ToolStripMenuItem11.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem11.Name = "ToolStripMenuItem11";
- this.ToolStripMenuItem11.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem11.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem11.Text = "Save As...";
//
// ToolStripMenuItem12
//
this.ToolStripMenuItem12.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem12.Name = "ToolStripMenuItem12";
- this.ToolStripMenuItem12.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem12.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem12.Text = "Print Setup...";
//
// ToolStripMenuItem13
//
this.ToolStripMenuItem13.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem13.Name = "ToolStripMenuItem13";
- this.ToolStripMenuItem13.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem13.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem13.Text = "Print...";
//
// ToolStripMenuItem14
@@ -2537,56 +2532,56 @@
this.ToolStripMenuItem16,
this.ToolStripMenuItem17});
this.ToolStripMenuItem14.Name = "ToolStripMenuItem14";
- this.ToolStripMenuItem14.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem14.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem14.Text = "Send";
//
// ToolStripMenuItem15
//
this.ToolStripMenuItem15.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem15.Name = "ToolStripMenuItem15";
- this.ToolStripMenuItem15.Size = new System.Drawing.Size(198, 22);
+ this.ToolStripMenuItem15.Size = new System.Drawing.Size(179, 22);
this.ToolStripMenuItem15.Text = "Page by E-mail...";
//
// ToolStripMenuItem16
//
this.ToolStripMenuItem16.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem16.Name = "ToolStripMenuItem16";
- this.ToolStripMenuItem16.Size = new System.Drawing.Size(198, 22);
+ this.ToolStripMenuItem16.Size = new System.Drawing.Size(179, 22);
this.ToolStripMenuItem16.Text = "Link by E-mail...";
//
// ToolStripMenuItem17
//
this.ToolStripMenuItem17.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem17.Name = "ToolStripMenuItem17";
- this.ToolStripMenuItem17.Size = new System.Drawing.Size(198, 22);
+ this.ToolStripMenuItem17.Size = new System.Drawing.Size(179, 22);
this.ToolStripMenuItem17.Text = "Shortcut to Desktop";
//
// ToolStripMenuItem18
//
this.ToolStripMenuItem18.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem18.Name = "ToolStripMenuItem18";
- this.ToolStripMenuItem18.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem18.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem18.Text = "Import and Export...";
//
// ToolStripMenuItem19
//
this.ToolStripMenuItem19.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem19.Name = "ToolStripMenuItem19";
- this.ToolStripMenuItem19.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem19.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem19.Text = "Properties";
//
// ToolStripMenuItem20
//
this.ToolStripMenuItem20.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem20.Name = "ToolStripMenuItem20";
- this.ToolStripMenuItem20.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem20.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem20.Text = "Work Offline";
//
// ToolStripMenuItem21
//
this.ToolStripMenuItem21.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem21.Name = "ToolStripMenuItem21";
- this.ToolStripMenuItem21.Size = new System.Drawing.Size(239, 22);
+ this.ToolStripMenuItem21.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem21.Text = "Close";
this.ToolStripMenuItem21.Click += new System.EventHandler(this.ToolStripMenuItem21_Click);
//
@@ -2599,42 +2594,42 @@
this.ToolStripMenuItem26,
this.ToolStripMenuItem27});
this.ToolStripMenuItem22.Name = "ToolStripMenuItem22";
- this.ToolStripMenuItem22.Size = new System.Drawing.Size(43, 20);
+ this.ToolStripMenuItem22.Size = new System.Drawing.Size(39, 20);
this.ToolStripMenuItem22.Text = "Edit";
//
// ToolStripMenuItem23
//
this.ToolStripMenuItem23.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem23.Name = "ToolStripMenuItem23";
- this.ToolStripMenuItem23.Size = new System.Drawing.Size(237, 22);
+ this.ToolStripMenuItem23.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem23.Text = "Cut Ctrl+X";
//
// ToolStripMenuItem24
//
this.ToolStripMenuItem24.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem24.Name = "ToolStripMenuItem24";
- this.ToolStripMenuItem24.Size = new System.Drawing.Size(237, 22);
+ this.ToolStripMenuItem24.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem24.Text = "Copy Ctrl+C";
//
// ToolStripMenuItem25
//
this.ToolStripMenuItem25.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem25.Name = "ToolStripMenuItem25";
- this.ToolStripMenuItem25.Size = new System.Drawing.Size(237, 22);
+ this.ToolStripMenuItem25.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem25.Text = "Paste Ctrl+V";
//
// ToolStripMenuItem26
//
this.ToolStripMenuItem26.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem26.Name = "ToolStripMenuItem26";
- this.ToolStripMenuItem26.Size = new System.Drawing.Size(237, 22);
+ this.ToolStripMenuItem26.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem26.Text = "Select All Ctrl+A";
//
// ToolStripMenuItem27
//
this.ToolStripMenuItem27.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem27.Name = "ToolStripMenuItem27";
- this.ToolStripMenuItem27.Size = new System.Drawing.Size(237, 22);
+ this.ToolStripMenuItem27.Size = new System.Drawing.Size(221, 22);
this.ToolStripMenuItem27.Text = "Find (on This Page)... Ctrl+F";
//
// ToolStripMenuItem28
@@ -2651,7 +2646,7 @@
this.ToolStripMenuItem71,
this.ToolStripMenuItem72});
this.ToolStripMenuItem28.Name = "ToolStripMenuItem28";
- this.ToolStripMenuItem28.Size = new System.Drawing.Size(47, 20);
+ this.ToolStripMenuItem28.Size = new System.Drawing.Size(44, 20);
this.ToolStripMenuItem28.Text = "View";
//
// ToolStripMenuItem29
@@ -2664,49 +2659,49 @@
this.ToolStripMenuItem33,
this.ToolStripMenuItem34});
this.ToolStripMenuItem29.Name = "ToolStripMenuItem29";
- this.ToolStripMenuItem29.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem29.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem29.Text = "Toolbars";
//
// ToolStripMenuItem30
//
this.ToolStripMenuItem30.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem30.Name = "ToolStripMenuItem30";
- this.ToolStripMenuItem30.Size = new System.Drawing.Size(183, 22);
+ this.ToolStripMenuItem30.Size = new System.Drawing.Size(165, 22);
this.ToolStripMenuItem30.Text = "Standard Buttons";
//
// ToolStripMenuItem31
//
this.ToolStripMenuItem31.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem31.Name = "ToolStripMenuItem31";
- this.ToolStripMenuItem31.Size = new System.Drawing.Size(183, 22);
+ this.ToolStripMenuItem31.Size = new System.Drawing.Size(165, 22);
this.ToolStripMenuItem31.Text = "Address Bar";
//
// ToolStripMenuItem32
//
this.ToolStripMenuItem32.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem32.Name = "ToolStripMenuItem32";
- this.ToolStripMenuItem32.Size = new System.Drawing.Size(183, 22);
+ this.ToolStripMenuItem32.Size = new System.Drawing.Size(165, 22);
this.ToolStripMenuItem32.Text = "Links";
//
// ToolStripMenuItem33
//
this.ToolStripMenuItem33.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem33.Name = "ToolStripMenuItem33";
- this.ToolStripMenuItem33.Size = new System.Drawing.Size(183, 22);
+ this.ToolStripMenuItem33.Size = new System.Drawing.Size(165, 22);
this.ToolStripMenuItem33.Text = "Radio";
//
// ToolStripMenuItem34
//
this.ToolStripMenuItem34.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem34.Name = "ToolStripMenuItem34";
- this.ToolStripMenuItem34.Size = new System.Drawing.Size(183, 22);
+ this.ToolStripMenuItem34.Size = new System.Drawing.Size(165, 22);
this.ToolStripMenuItem34.Text = "Customize...";
//
// ToolStripMenuItem35
//
this.ToolStripMenuItem35.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem35.Name = "ToolStripMenuItem35";
- this.ToolStripMenuItem35.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem35.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem35.Text = "Status Bar";
//
// ToolStripMenuItem36
@@ -2718,35 +2713,35 @@
this.ToolStripMenuItem39,
this.ToolStripMenuItem40});
this.ToolStripMenuItem36.Name = "ToolStripMenuItem36";
- this.ToolStripMenuItem36.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem36.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem36.Text = "Explorer Bar";
//
// ToolStripMenuItem37
//
this.ToolStripMenuItem37.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem37.Name = "ToolStripMenuItem37";
- this.ToolStripMenuItem37.Size = new System.Drawing.Size(193, 22);
+ this.ToolStripMenuItem37.Size = new System.Drawing.Size(184, 22);
this.ToolStripMenuItem37.Text = "Search Ctrl+E";
//
// ToolStripMenuItem38
//
this.ToolStripMenuItem38.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem38.Name = "ToolStripMenuItem38";
- this.ToolStripMenuItem38.Size = new System.Drawing.Size(193, 22);
+ this.ToolStripMenuItem38.Size = new System.Drawing.Size(184, 22);
this.ToolStripMenuItem38.Text = "Favorites Ctrl+I";
//
// ToolStripMenuItem39
//
this.ToolStripMenuItem39.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem39.Name = "ToolStripMenuItem39";
- this.ToolStripMenuItem39.Size = new System.Drawing.Size(193, 22);
+ this.ToolStripMenuItem39.Size = new System.Drawing.Size(184, 22);
this.ToolStripMenuItem39.Text = "History Ctrl+H";
//
// ToolStripMenuItem40
//
this.ToolStripMenuItem40.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem40.Name = "ToolStripMenuItem40";
- this.ToolStripMenuItem40.Size = new System.Drawing.Size(193, 22);
+ this.ToolStripMenuItem40.Size = new System.Drawing.Size(184, 22);
this.ToolStripMenuItem40.Text = "Tip of the Day";
//
// ToolStripMenuItem41
@@ -2755,28 +2750,28 @@
this.ToolStripMenuItem41.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem42});
this.ToolStripMenuItem41.Name = "ToolStripMenuItem41";
- this.ToolStripMenuItem41.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem41.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem41.Text = "Go To";
//
// ToolStripMenuItem42
//
this.ToolStripMenuItem42.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem42.Name = "ToolStripMenuItem42";
- this.ToolStripMenuItem42.Size = new System.Drawing.Size(143, 22);
+ this.ToolStripMenuItem42.Size = new System.Drawing.Size(136, 22);
this.ToolStripMenuItem42.Text = "Home Page";
//
// ToolStripMenuItem43
//
this.ToolStripMenuItem43.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem43.Name = "ToolStripMenuItem43";
- this.ToolStripMenuItem43.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem43.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem43.Text = "Stop Esc";
//
// ToolStripMenuItem44
//
this.ToolStripMenuItem44.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem44.Name = "ToolStripMenuItem44";
- this.ToolStripMenuItem44.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem44.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem44.Text = "Refresh F5";
//
// ToolStripMenuItem45
@@ -2789,42 +2784,42 @@
this.ToolStripMenuItem49,
this.ToolStripMenuItem50});
this.ToolStripMenuItem45.Name = "ToolStripMenuItem45";
- this.ToolStripMenuItem45.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem45.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem45.Text = "Text Size";
//
// ToolStripMenuItem46
//
this.ToolStripMenuItem46.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem46.Name = "ToolStripMenuItem46";
- this.ToolStripMenuItem46.Size = new System.Drawing.Size(126, 22);
+ this.ToolStripMenuItem46.Size = new System.Drawing.Size(119, 22);
this.ToolStripMenuItem46.Text = "Largest";
//
// ToolStripMenuItem47
//
this.ToolStripMenuItem47.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem47.Name = "ToolStripMenuItem47";
- this.ToolStripMenuItem47.Size = new System.Drawing.Size(126, 22);
+ this.ToolStripMenuItem47.Size = new System.Drawing.Size(119, 22);
this.ToolStripMenuItem47.Text = "Larger";
//
// ToolStripMenuItem48
//
this.ToolStripMenuItem48.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem48.Name = "ToolStripMenuItem48";
- this.ToolStripMenuItem48.Size = new System.Drawing.Size(126, 22);
+ this.ToolStripMenuItem48.Size = new System.Drawing.Size(119, 22);
this.ToolStripMenuItem48.Text = "Medium";
//
// ToolStripMenuItem49
//
this.ToolStripMenuItem49.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem49.Name = "ToolStripMenuItem49";
- this.ToolStripMenuItem49.Size = new System.Drawing.Size(126, 22);
+ this.ToolStripMenuItem49.Size = new System.Drawing.Size(119, 22);
this.ToolStripMenuItem49.Text = "Smaller";
//
// ToolStripMenuItem50
//
this.ToolStripMenuItem50.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem50.Name = "ToolStripMenuItem50";
- this.ToolStripMenuItem50.Size = new System.Drawing.Size(126, 22);
+ this.ToolStripMenuItem50.Size = new System.Drawing.Size(119, 22);
this.ToolStripMenuItem50.Text = "Smallest";
//
// ToolStripMenuItem51
@@ -2835,21 +2830,21 @@
this.ToolStripMenuItem53,
this.ToolStripMenuItem54});
this.ToolStripMenuItem51.Name = "ToolStripMenuItem51";
- this.ToolStripMenuItem51.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem51.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem51.Text = "Encoding";
//
// ToolStripMenuItem52
//
this.ToolStripMenuItem52.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem52.Name = "ToolStripMenuItem52";
- this.ToolStripMenuItem52.Size = new System.Drawing.Size(249, 22);
+ this.ToolStripMenuItem52.Size = new System.Drawing.Size(230, 22);
this.ToolStripMenuItem52.Text = "Auto-Select";
//
// ToolStripMenuItem53
//
this.ToolStripMenuItem53.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem53.Name = "ToolStripMenuItem53";
- this.ToolStripMenuItem53.Size = new System.Drawing.Size(249, 22);
+ this.ToolStripMenuItem53.Size = new System.Drawing.Size(230, 22);
this.ToolStripMenuItem53.Text = "Western European (Windows)";
//
// ToolStripMenuItem54
@@ -2873,133 +2868,133 @@
this.ToolStripMenuItem69,
this.ToolStripMenuItem70});
this.ToolStripMenuItem54.Name = "ToolStripMenuItem54";
- this.ToolStripMenuItem54.Size = new System.Drawing.Size(249, 22);
+ this.ToolStripMenuItem54.Size = new System.Drawing.Size(230, 22);
this.ToolStripMenuItem54.Text = "More";
//
// ToolStripMenuItem55
//
this.ToolStripMenuItem55.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem55.Name = "ToolStripMenuItem55";
- this.ToolStripMenuItem55.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem55.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem55.Text = "Arabic";
//
// ToolStripMenuItem56
//
this.ToolStripMenuItem56.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem56.Name = "ToolStripMenuItem56";
- this.ToolStripMenuItem56.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem56.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem56.Text = "Baltic";
//
// ToolStripMenuItem57
//
this.ToolStripMenuItem57.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem57.Name = "ToolStripMenuItem57";
- this.ToolStripMenuItem57.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem57.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem57.Text = "Central European";
//
// ToolStripMenuItem58
//
this.ToolStripMenuItem58.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem58.Name = "ToolStripMenuItem58";
- this.ToolStripMenuItem58.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem58.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem58.Text = "Chinese Simplified";
//
// ToolStripMenuItem59
//
this.ToolStripMenuItem59.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem59.Name = "ToolStripMenuItem59";
- this.ToolStripMenuItem59.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem59.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem59.Text = "Chinese Traditional";
//
// ToolStripMenuItem60
//
this.ToolStripMenuItem60.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem60.Name = "ToolStripMenuItem60";
- this.ToolStripMenuItem60.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem60.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem60.Text = "Cyrillic";
//
// ToolStripMenuItem61
//
this.ToolStripMenuItem61.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem61.Name = "ToolStripMenuItem61";
- this.ToolStripMenuItem61.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem61.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem61.Text = "Greek";
//
// ToolStripMenuItem62
//
this.ToolStripMenuItem62.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem62.Name = "ToolStripMenuItem62";
- this.ToolStripMenuItem62.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem62.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem62.Text = "Hebrew";
//
// ToolStripMenuItem63
//
this.ToolStripMenuItem63.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem63.Name = "ToolStripMenuItem63";
- this.ToolStripMenuItem63.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem63.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem63.Text = "Japanese";
//
// ToolStripMenuItem64
//
this.ToolStripMenuItem64.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem64.Name = "ToolStripMenuItem64";
- this.ToolStripMenuItem64.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem64.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem64.Text = "Korean";
//
// ToolStripMenuItem65
//
this.ToolStripMenuItem65.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem65.Name = "ToolStripMenuItem65";
- this.ToolStripMenuItem65.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem65.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem65.Text = "Thai";
//
// ToolStripMenuItem66
//
this.ToolStripMenuItem66.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem66.Name = "ToolStripMenuItem66";
- this.ToolStripMenuItem66.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem66.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem66.Text = "Turkish";
//
// ToolStripMenuItem67
//
this.ToolStripMenuItem67.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem67.Name = "ToolStripMenuItem67";
- this.ToolStripMenuItem67.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem67.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem67.Text = "Unicode (UTF-8)";
//
// ToolStripMenuItem68
//
this.ToolStripMenuItem68.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem68.Name = "ToolStripMenuItem68";
- this.ToolStripMenuItem68.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem68.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem68.Text = "User Defined";
//
// ToolStripMenuItem69
//
this.ToolStripMenuItem69.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem69.Name = "ToolStripMenuItem69";
- this.ToolStripMenuItem69.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem69.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem69.Text = "Vietnamese";
//
// ToolStripMenuItem70
//
this.ToolStripMenuItem70.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem70.Name = "ToolStripMenuItem70";
- this.ToolStripMenuItem70.Size = new System.Drawing.Size(216, 22);
+ this.ToolStripMenuItem70.Size = new System.Drawing.Size(199, 22);
this.ToolStripMenuItem70.Text = "Western European (ISO)";
//
// ToolStripMenuItem71
//
this.ToolStripMenuItem71.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem71.Name = "ToolStripMenuItem71";
- this.ToolStripMenuItem71.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem71.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem71.Text = "Source";
//
// ToolStripMenuItem72
//
this.ToolStripMenuItem72.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem72.Name = "ToolStripMenuItem72";
- this.ToolStripMenuItem72.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem72.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem72.Text = "Full Screen F11";
//
// ToolStripMenuItem78
@@ -3010,7 +3005,7 @@
this.ToolStripMenuItem86,
this.ToolStripMenuItem87});
this.ToolStripMenuItem78.Name = "ToolStripMenuItem78";
- this.ToolStripMenuItem78.Size = new System.Drawing.Size(36, 20);
+ this.ToolStripMenuItem78.Size = new System.Drawing.Size(34, 20);
this.ToolStripMenuItem78.Text = "Go";
//
// ToolStripMenuItem79
@@ -3023,63 +3018,63 @@
this.ToolStripMenuItem83,
this.ToolStripMenuItem84});
this.ToolStripMenuItem79.Name = "ToolStripMenuItem79";
- this.ToolStripMenuItem79.Size = new System.Drawing.Size(191, 22);
+ this.ToolStripMenuItem79.Size = new System.Drawing.Size(175, 22);
this.ToolStripMenuItem79.Text = "Mail and News";
//
// ToolStripMenuItem80
//
this.ToolStripMenuItem80.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem80.Name = "ToolStripMenuItem80";
- this.ToolStripMenuItem80.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem80.Size = new System.Drawing.Size(156, 22);
this.ToolStripMenuItem80.Text = "Read Mail";
//
// ToolStripMenuItem81
//
this.ToolStripMenuItem81.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem81.Name = "ToolStripMenuItem81";
- this.ToolStripMenuItem81.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem81.Size = new System.Drawing.Size(156, 22);
this.ToolStripMenuItem81.Text = "New Message...";
//
// ToolStripMenuItem82
//
this.ToolStripMenuItem82.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem82.Name = "ToolStripMenuItem82";
- this.ToolStripMenuItem82.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem82.Size = new System.Drawing.Size(156, 22);
this.ToolStripMenuItem82.Text = "Send a Link...";
//
// ToolStripMenuItem83
//
this.ToolStripMenuItem83.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem83.Name = "ToolStripMenuItem83";
- this.ToolStripMenuItem83.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem83.Size = new System.Drawing.Size(156, 22);
this.ToolStripMenuItem83.Text = "Send Page...";
//
// ToolStripMenuItem84
//
this.ToolStripMenuItem84.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem84.Name = "ToolStripMenuItem84";
- this.ToolStripMenuItem84.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem84.Size = new System.Drawing.Size(156, 22);
this.ToolStripMenuItem84.Text = "Read News";
//
// ToolStripMenuItem85
//
this.ToolStripMenuItem85.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem85.Name = "ToolStripMenuItem85";
- this.ToolStripMenuItem85.Size = new System.Drawing.Size(191, 22);
+ this.ToolStripMenuItem85.Size = new System.Drawing.Size(175, 22);
this.ToolStripMenuItem85.Text = "Windows Update";
//
// ToolStripMenuItem86
//
this.ToolStripMenuItem86.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem86.Name = "ToolStripMenuItem86";
- this.ToolStripMenuItem86.Size = new System.Drawing.Size(191, 22);
+ this.ToolStripMenuItem86.Size = new System.Drawing.Size(175, 22);
this.ToolStripMenuItem86.Text = "Show Related Links";
//
// ToolStripMenuItem87
//
this.ToolStripMenuItem87.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem87.Name = "ToolStripMenuItem87";
- this.ToolStripMenuItem87.Size = new System.Drawing.Size(191, 22);
+ this.ToolStripMenuItem87.Size = new System.Drawing.Size(175, 22);
this.ToolStripMenuItem87.Text = "Internet Options...";
//
// ToolStripMenuItem73
@@ -3089,21 +3084,21 @@
this.ToolStripMenuItem75,
this.ToolStripMenuItem76});
this.ToolStripMenuItem73.Name = "ToolStripMenuItem73";
- this.ToolStripMenuItem73.Size = new System.Drawing.Size(76, 20);
+ this.ToolStripMenuItem73.Size = new System.Drawing.Size(66, 20);
this.ToolStripMenuItem73.Text = "Favorites";
//
// ToolStripMenuItem74
//
this.ToolStripMenuItem74.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem74.Name = "ToolStripMenuItem74";
- this.ToolStripMenuItem74.Size = new System.Drawing.Size(197, 22);
+ this.ToolStripMenuItem74.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem74.Text = "Add to Favorites...";
//
// ToolStripMenuItem75
//
this.ToolStripMenuItem75.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem75.Name = "ToolStripMenuItem75";
- this.ToolStripMenuItem75.Size = new System.Drawing.Size(197, 22);
+ this.ToolStripMenuItem75.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem75.Text = "Organize Favorites...";
//
// ToolStripMenuItem76
@@ -3112,14 +3107,14 @@
this.ToolStripMenuItem76.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem77});
this.ToolStripMenuItem76.Name = "ToolStripMenuItem76";
- this.ToolStripMenuItem76.Size = new System.Drawing.Size(197, 22);
+ this.ToolStripMenuItem76.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem76.Text = "Links";
//
// ToolStripMenuItem77
//
this.ToolStripMenuItem77.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem77.Name = "ToolStripMenuItem77";
- this.ToolStripMenuItem77.Size = new System.Drawing.Size(111, 22);
+ this.ToolStripMenuItem77.Size = new System.Drawing.Size(109, 22);
this.ToolStripMenuItem77.Text = "(none)";
//
// ToolStripMenuItem88
@@ -3133,56 +3128,56 @@
this.ToolStripMenuItem94,
this.ToolStripMenuItem95});
this.ToolStripMenuItem88.Name = "ToolStripMenuItem88";
- this.ToolStripMenuItem88.Size = new System.Drawing.Size(46, 20);
+ this.ToolStripMenuItem88.Size = new System.Drawing.Size(44, 20);
this.ToolStripMenuItem88.Text = "Help";
//
// ToolStripMenuItem89
//
this.ToolStripMenuItem89.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem89.Name = "ToolStripMenuItem89";
- this.ToolStripMenuItem89.Size = new System.Drawing.Size(217, 22);
+ this.ToolStripMenuItem89.Size = new System.Drawing.Size(196, 22);
this.ToolStripMenuItem89.Text = "Contects and Index";
//
// ToolStripMenuItem90
//
this.ToolStripMenuItem90.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem90.Name = "ToolStripMenuItem90";
- this.ToolStripMenuItem90.Size = new System.Drawing.Size(217, 22);
+ this.ToolStripMenuItem90.Size = new System.Drawing.Size(196, 22);
this.ToolStripMenuItem90.Text = "Tip of the Day";
//
// ToolStripMenuItem91
//
this.ToolStripMenuItem91.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem91.Name = "ToolStripMenuItem91";
- this.ToolStripMenuItem91.Size = new System.Drawing.Size(217, 22);
+ this.ToolStripMenuItem91.Size = new System.Drawing.Size(196, 22);
this.ToolStripMenuItem91.Text = "For Netscape Users";
//
// ToolStripMenuItem92
//
this.ToolStripMenuItem92.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem92.Name = "ToolStripMenuItem92";
- this.ToolStripMenuItem92.Size = new System.Drawing.Size(217, 22);
+ this.ToolStripMenuItem92.Size = new System.Drawing.Size(196, 22);
this.ToolStripMenuItem92.Text = "Tour";
//
// ToolStripMenuItem93
//
this.ToolStripMenuItem93.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem93.Name = "ToolStripMenuItem93";
- this.ToolStripMenuItem93.Size = new System.Drawing.Size(217, 22);
+ this.ToolStripMenuItem93.Size = new System.Drawing.Size(196, 22);
this.ToolStripMenuItem93.Text = "Online Support";
//
// ToolStripMenuItem94
//
this.ToolStripMenuItem94.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem94.Name = "ToolStripMenuItem94";
- this.ToolStripMenuItem94.Size = new System.Drawing.Size(217, 22);
+ this.ToolStripMenuItem94.Size = new System.Drawing.Size(196, 22);
this.ToolStripMenuItem94.Text = "About Internet Explorer";
//
// ToolStripMenuItem95
//
this.ToolStripMenuItem95.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem95.Name = "ToolStripMenuItem95";
- this.ToolStripMenuItem95.Size = new System.Drawing.Size(217, 22);
+ this.ToolStripMenuItem95.Size = new System.Drawing.Size(196, 22);
this.ToolStripMenuItem95.Text = "Send Feedback";
//
// WinClassicIE4
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index 1e4e204..e6253c9 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -25,15 +25,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
private void WinClassicIE4_Load(object sender, EventArgs e)
{
- browsinghistory.Capacity = 99;
- BringToFront();
- hidePrograms();
- browsinghistory.Add("www.microsoft.com/internetexplorer4/welcome");
- for (int i = 0; i < 99; i++) browsinghistory.Add(null);
- webBrowser1.DocumentText = resources.GetString("ie4start_HTML");
- webBrowser1.Show();
- foreach (ToolStripMenuItem item in MenuStrip3.Items) item.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
- foreach (Control ctrl in Panel1.Controls) ctrl.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
+
}
private void hidePrograms()
@@ -218,7 +210,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
}
}
-
+
//TODO: Add more websites
//TODO: Relabel Buttons And Things
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
index ea0e96b..2021fda 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
@@ -191,225 +191,7 @@ If you Don't like this product you may recieve a full refund on day of purchous.
So Please enjoy Using this amzing software and show the world what your made of.</value>
</data>
- <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <data name="MenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing">
+ <metadata name="MenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
- </data>
- <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <data name="ie4start" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\..\..\resources\ie4\ie4start.html;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
- </data>
- <data name="ie4start_HTML" xml:space="preserve">
- <value>&lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;IE4START&lt;/title&gt;
- &lt;style&gt;
- body {
- font-family: "Microsoft Sans Serif";
- text-align: center;
- }
- h1 {
- margin-top: 19px;
- font-size: 14.25pt;
- font-style: bold;
- }
- p {
- font-size: 11.25pt;
- }
- h2 {
- font-size: 12pt;
- font-style: bold;
- margin-top: 50px;
- }
- p.end {
- font-size: 9.75pt;
- }
- a {
- color: blue;
- text-decoration: underline;
- cursor: pointer;
- }
- &lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
- &lt;h1&gt;Welcome to Internet Explorer 4&lt;/h1&gt;
- &lt;p&gt;Welcome To Internet Explorer 4.&lt;br&gt;
-Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.&lt;br&gt;
-Just type an address in the location bar above and then press go.&lt;br&gt;
-Instantly you will be taken to the webpage of your choosing.&lt;br&gt;
-Where do you want to go today?&lt;/p&gt;
- &lt;h2&gt;Here are some sites you may want to visit.&lt;/h2&gt;
- &lt;a id="google"&gt;www.google.com&lt;/a&gt;&lt;br&gt;
- &lt;a id="padams"&gt;www.12padams.com&lt;/a&gt;
- &lt;p class="end"&gt;Where do you want to go today?&lt;/p&gt;
- &lt;/body&gt;
-&lt;/html&gt;</value>
- </data>
- <data name="padams" type="System.Resources.ResXFileRef, System.Windows.Forms">
- <value>..\..\..\resources\ie4\padams.html;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
- </data>
- <data name="padams_HTML" xml:space="preserve">
- <value>&lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;12PADAMS&lt;/title&gt;
- &lt;style&gt;
- body {
- font-family: "Microsoft Sans Serif";
- text-align: center;
- }
- h1 {
- font-size: 9.75pt;
- margin-top: 20px;
- }
- p {
- font-size: 9.25pt;
- margin-top: 0;
- margin-bottom: 25px;
- }
- td div {
- display: inline-block;
- border: 1px solid black;
- width: 215px;
- height: 305px;
- margin: 0 3px 0 3px;
- text-align: center;
- }
- h1#copyright {
- font-size: 9pt;
- }
- p.app {
- margin-top: 30px;
- }
- p.app button {
- float: right;
- background-color: silver;
- border-color: white black black white;
- margin-right: 2px;
- }
- a {
- font-size: 9.25pt;
- color: blue;
- }
- &lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
- &lt;h1&gt;Welcome to the Official 12padams website!!!&lt;/h1&gt;
- &lt;p&gt;The best customizations for your windows 95 computer&lt;/p&gt;
- &lt;table align="center"&gt;
- &lt;tr&gt;
- &lt;td&gt;&lt;div class="software"&gt;
- &lt;h1&gt;Games/Software&lt;/h1&gt;
- &lt;p class="app" id="gtn"&gt;Guess the Number V1 &lt;button id="gtn_b"&gt;Download&lt;/button&gt;&lt;/p&gt;
- &lt;p class="app" id="wc"&gt;Web Chat 1998 &lt;button id="wc_b"&gt;Download&lt;/button&gt;&lt;/p&gt;
- &lt;p class="app" id="distort"&gt;Time Distorter 0.1 &lt;button id="distort_b"&gt;Download&lt;/button&gt;&lt;/p&gt;
- &lt;/div&gt;&lt;/td&gt;
- &lt;td&gt;&lt;div class="customize"&gt;
- &lt;h1&gt;Customizations&lt;/h1&gt;
- &lt;p class="app" id="bg"&gt;Backgrounds &lt;button id="bg_b"&gt;View Backgrounds&lt;/button&gt;&lt;/p&gt;
- &lt;p class="app" id="skn"&gt;Skindows 95 &lt;button id="skn_b"&gt;Info&lt;/button&gt;&lt;/p&gt;
- &lt;/div&gt;&lt;/td&gt;
- &lt;td&gt;&lt;div class="viruses"&gt;
- &lt;h1&gt;Example Viruses&lt;/h1&gt;
- &lt;p class="app" id="sr"&gt;Start Runner 95 &lt;button id="sr_b"&gt;Download&lt;/button&gt;&lt;/p&gt;
- &lt;p class="app" id="eb"&gt;Error Blaster 95 &lt;button id="eb_b"&gt;Download&lt;/button&gt;&lt;/p&gt;
- &lt;/div&gt;&lt;/td&gt;
- &lt;td&gt;&lt;div class="sites"&gt;
- &lt;h1&gt;Changelog&lt;/h1&gt;
- &lt;p class="app"&gt;1996: 12padams.com created&lt;/p&gt;
- &lt;p class="app"&gt;1997: Software added to the site&lt;/p&gt;
- &lt;p class="app"&gt;1̧͙̙̦̪͙͇̜̥͍̟͍̹̰̝͖̫̩͘͡͡9̸̨͏̖̱̗̣̥͕̲͈̬̦9͠҉̶̢͔̹̖͇̫̩̻̪̬͔̥̟̺̼̺̟̫8̷̴̶̱̩͖̟̠̬̻̼̳̰̺͚͜͞:̧͟͏̰̣̠̹͍͔̼͕̲͇̪̥̗̞͚͇̖ͅ ͏̙͇̮̤̠͇̜͚͈͇͔̠̙͜͡ͅÀ͏̰̮̞̲̠̩̳͙͓͉̭̼̠͕̣͇̜͎ͅd̢̩̝̙̩̭̫͓̮͙͔̘̥͝d̻̻̪̙͖̬͈͟͝e͠҉̨̧҉̯̙̹̝̟̺̰͖̹̞̻̝̖̪͉͍͇̬#҉̵̻̜͇̻̹͈̀͟ ̨̡̘͓͔̜̭̫͖͔̰̦̘̀#̛͓̬̭̦̹̙̭͕̕#̧͢͠͏̖̙͚͉͇̣̜̖ͅ#̜̝͚͓̳̘̭̣̲̟̤̖͇̬̠̯̠̀͠ ̢͚̲̞̯͎͙̪̗̜̹͙͓͉͢ͅ#̡͙̻̫̝̪͙͚̺̝͓̘̬̬͙͔̀̕͠#̴҉͖̲̺̱͖͈̭̭ͅ#̸̸̷̼̫̪̖̻̻͈̭̬͓̘͓̦̟̻̪͇̞̕#̸̢̨̻̗̣̠̥̖̜̜̖̺͍̝̗͓̦̳̫#̛͡҉̭̝̙̟̘̩̬͖͎̘̞̭̖͔̪̼̠͢ͅ#̰̜̭̹̻̖̬̺͘͡#̛̬̣̳͔͔̘̟͜͢͟͡#̷̨̼̺̤̥̞́͢͡ ̢̞̬͙͍̬̪̪̰̰̰̙̮͙͚͕̩̟͇̕͜ͅ#̶͙̣̣̦͈͈̫̕͡#̸̡̥̹̮͇̱̱͍͜͜͢#̵̢̧̦͙̮̮͔͖̞̮͚͞#̧̗̤̱̪̜͓̠͖̞̰͍͢#̧̱̳̻̖̝͇͜͞#̛́҉͍̩̞̬͔̬̪̻̯̩#̷̴̨̙͚̹̘̜̗͔̺͖̳̕͜#̶̬͖͙̠̜̲̱̲͙̻̙̩̹̳̪̠̖́̕͟͞ͅ&lt;/p&gt;
- &lt;/div&gt;&lt;/td&gt;
- &lt;/tr&gt;
- &lt;/table&gt;
- &lt;h1 id="copyright"&gt;Copyright 1998 12padams&lt;/h1&gt;
- &lt;/body&gt;
-&lt;/html&gt;</value>
- </data>
- <data name="google_HTML" xml:space="preserve">
- <value>&lt;html&gt;
- &lt;head&gt;
- &lt;meta charset="utf-8" /&gt;
- &lt;title&gt;GOOGLE&lt;/title&gt;
- &lt;style&gt;
- a {
- color: blue;
- text-decoration: underline;
- cursor: pointer;
- }
- &lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
- &lt;h1&gt;Welcome to Google&lt;/h1&gt;
- &lt;a id="prototype"&gt;Google Search Engine Prototype&lt;/a&gt;
- &lt;br /&gt;
- &lt;a id="alpha"&gt;Might-work-some-of-the-time-prototype that is much more up to date.&lt;/a&gt;
- &lt;/body&gt;
-&lt;/html&gt;</value>
- </data>
- <data name="prototype_HTML" xml:space="preserve">
- <value>&lt;html&gt;
- &lt;head&gt;
- &lt;meta charset="utf-8" /&gt;
- &lt;title&gt;PROTOTYPE&lt;/title&gt;
- &lt;style&gt;
- a {
- color: blue;
- text-decoration: underline;
- cursor: pointer;
- }
- &lt;/style&gt;
- &lt;/head&gt;
- &lt;body bgcolor="#FFFFFF"&gt;
- &lt;center&gt;
- &lt;img src="file:///C:/TimeHack/Data/google.jpg" width="351" height="113"&gt;&lt;br&gt;
- &lt;table border="0" cellspacing="0" cellpadding="5" width="70%"&gt;
- &lt;tr&gt;
- &lt;td bgcolor="#EEEEEE"&gt;
- &lt;center&gt;
- Search the web using Google!&lt;br&gt;
- &lt;input type="text" name="query" value="" size="40"&gt;&lt;br&gt;
- &lt;select name="num"&gt;
- &lt;option value="10" selected&gt;10 results
- &lt;option value="30"&gt;30 results
- &lt;option value="100"&gt;100 results
- &lt;/select&gt;
- &lt;button id="search"&gt;Google Search&lt;/button&gt;
- &lt;button id="lucky"&gt;I'm feeling lucky&lt;/button&gt; &lt;br&gt;
- &lt;i&gt;Index contains ~25 million pages (soon to be much bigger)&lt;/i&gt;
- &lt;/center&gt;
- &lt;/td&gt;
- &lt;/tr&gt;
- &lt;tr&gt;
- &lt;td&gt;
- &lt;center&gt;
- &lt;h2&gt;&lt;a&gt;About Google!&lt;/a&gt;&lt;/h2&gt;
- &lt;a&gt;
- Stanford
- Search
- &lt;/a&gt; &lt;a&gt;Linux Search&lt;/a&gt;
- &lt;/center&gt;
- &lt;/td&gt;
- &lt;/tr&gt;
- &lt;tr align="LEFT"&gt;
- &lt;td valign="CENTER" bgcolor="#EEEEEE" width="100%"&gt;
- &lt;center&gt;Get Google! updates monthly!&lt;/center&gt;
- &lt;/td&gt;
- &lt;/tr&gt;
-
- &lt;tr align="LEFT"&gt;
- &lt;td bgcolor="#EEEEEE"&gt;
- &lt;center&gt;
- &lt;input type="text" name="emailaddr" value="your e-mail" size="18"&gt;
- &lt;input type="submit" name="SubmitAction" value="Subscribe"&gt;&lt;font size="-1"&gt;&amp;nbsp;&amp;nbsp;&lt;a&gt;Archive&lt;/a&gt;&lt;/font&gt;
- &lt;/center&gt;
- &lt;/td&gt;
- &lt;/tr&gt;
- &lt;/table&gt;
- &lt;/center&gt;
-
- &lt;center&gt;&lt;font size="-1"&gt;Copyright &amp;copy;1997-8 Stanford University&lt;/font&gt;&lt;/center&gt;
-
- &lt;/body&gt;
-&lt;/html&gt;</value>
- </data>
+ </metadata>
</root> \ No newline at end of file
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs
index 167fd42..64da2e9 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.Designer.cs
@@ -31,19 +31,26 @@
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicInstaller));
this.installerproccess = new System.Windows.Forms.Panel();
+ this.PictureBox5 = new System.Windows.Forms.PictureBox();
this.Panel5 = new System.Windows.Forms.Panel();
+ this.PictureBox4 = new System.Windows.Forms.PictureBox();
+ this.PictureBox2 = new System.Windows.Forms.PictureBox();
this.Label9 = new System.Windows.Forms.Label();
this.Label13 = new System.Windows.Forms.Label();
this.Label14 = new System.Windows.Forms.Label();
this.ProgressBar1 = new System.Windows.Forms.ProgressBar();
this.Complete = new System.Windows.Forms.Panel();
+ this.PictureBox3 = new System.Windows.Forms.PictureBox();
this.Panel6 = new System.Windows.Forms.Panel();
+ this.finishinstallimage = new System.Windows.Forms.PictureBox();
this.Label17 = new System.Windows.Forms.Label();
this.Label16 = new System.Windows.Forms.Label();
this.Label18 = new System.Windows.Forms.Label();
this.welcome = new System.Windows.Forms.Panel();
+ this.PictureBox9 = new System.Windows.Forms.PictureBox();
this.Label1 = new System.Windows.Forms.Label();
this.programimage = new System.Windows.Forms.Panel();
+ this.installimage = new System.Windows.Forms.PictureBox();
this.Label3 = new System.Windows.Forms.Label();
this.Label2 = new System.Windows.Forms.Label();
this.Label4 = new System.Windows.Forms.Label();
@@ -63,65 +70,58 @@
this.Panel7 = new System.Windows.Forms.Panel();
this.Panel9 = new System.Windows.Forms.Panel();
this.Panel2 = new System.Windows.Forms.Panel();
+ this.iconpic = new System.Windows.Forms.PictureBox();
this.installname = new System.Windows.Forms.Label();
this.Button3 = new System.Windows.Forms.Button();
this.Button2 = new System.Windows.Forms.Button();
this.Button1 = new System.Windows.Forms.Button();
this.licenseagreement = new System.Windows.Forms.Panel();
+ this.PictureBox8 = new System.Windows.Forms.PictureBox();
+ this.PictureBox1 = new System.Windows.Forms.PictureBox();
this.Panel3 = new System.Windows.Forms.Panel();
+ this.licenceagreementinstallpic = new System.Windows.Forms.PictureBox();
this.Label6 = new System.Windows.Forms.Label();
this.Label5 = new System.Windows.Forms.Label();
this.RadioButton2 = new System.Windows.Forms.RadioButton();
this.RadioButton1 = new System.Windows.Forms.RadioButton();
this.TextBox3 = new System.Windows.Forms.TextBox();
this.summary = new System.Windows.Forms.Panel();
+ this.PictureBox7 = new System.Windows.Forms.PictureBox();
this.Panel4 = new System.Windows.Forms.Panel();
+ this.PictureBox6 = new System.Windows.Forms.PictureBox();
+ this.suminstallpic = new System.Windows.Forms.PictureBox();
this.Label7 = new System.Windows.Forms.Label();
this.Label12 = new System.Windows.Forms.Label();
this.Label11 = new System.Windows.Forms.Label();
this.Label10 = new System.Windows.Forms.Label();
this.Label8 = new System.Windows.Forms.Label();
- this.iconpic = new System.Windows.Forms.PictureBox();
- this.PictureBox8 = new System.Windows.Forms.PictureBox();
- this.PictureBox1 = new System.Windows.Forms.PictureBox();
- this.licenceagreementinstallpic = new System.Windows.Forms.PictureBox();
- this.PictureBox7 = new System.Windows.Forms.PictureBox();
- this.PictureBox6 = new System.Windows.Forms.PictureBox();
- this.suminstallpic = new System.Windows.Forms.PictureBox();
- this.PictureBox5 = new System.Windows.Forms.PictureBox();
- this.PictureBox4 = new System.Windows.Forms.PictureBox();
- this.PictureBox2 = new System.Windows.Forms.PictureBox();
- this.PictureBox3 = new System.Windows.Forms.PictureBox();
- this.finishinstallimage = new System.Windows.Forms.PictureBox();
- this.PictureBox9 = new System.Windows.Forms.PictureBox();
- this.installimage = new System.Windows.Forms.PictureBox();
this.installerproccess.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox5)).BeginInit();
this.Panel5.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox4)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).BeginInit();
this.Complete.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox3)).BeginInit();
this.Panel6.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.finishinstallimage)).BeginInit();
this.welcome.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox9)).BeginInit();
this.programimage.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.installimage)).BeginInit();
this.program.SuspendLayout();
this.Panel1.SuspendLayout();
this.Panel2.SuspendLayout();
- this.licenseagreement.SuspendLayout();
- this.Panel3.SuspendLayout();
- this.summary.SuspendLayout();
- this.Panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.iconpic)).BeginInit();
+ this.licenseagreement.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PictureBox8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
+ this.Panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.licenceagreementinstallpic)).BeginInit();
+ this.summary.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PictureBox7)).BeginInit();
+ this.Panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.suminstallpic)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.finishinstallimage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox9)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.installimage)).BeginInit();
this.SuspendLayout();
//
// installerproccess
@@ -135,6 +135,15 @@
this.installerproccess.Size = new System.Drawing.Size(564, 342);
this.installerproccess.TabIndex = 15;
//
+ // PictureBox5
+ //
+ this.PictureBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.PictureBox5.Location = new System.Drawing.Point(0, 340);
+ this.PictureBox5.Name = "PictureBox5";
+ this.PictureBox5.Size = new System.Drawing.Size(564, 2);
+ this.PictureBox5.TabIndex = 22;
+ this.PictureBox5.TabStop = false;
+ //
// Panel5
//
this.Panel5.BackColor = System.Drawing.Color.White;
@@ -148,6 +157,25 @@
this.Panel5.Size = new System.Drawing.Size(564, 55);
this.Panel5.TabIndex = 21;
//
+ // PictureBox4
+ //
+ this.PictureBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.PictureBox4.Location = new System.Drawing.Point(0, 53);
+ this.PictureBox4.Name = "PictureBox4";
+ this.PictureBox4.Size = new System.Drawing.Size(564, 2);
+ this.PictureBox4.TabIndex = 8;
+ this.PictureBox4.TabStop = false;
+ //
+ // PictureBox2
+ //
+ this.PictureBox2.Anchor = System.Windows.Forms.AnchorStyles.Right;
+ this.PictureBox2.Location = new System.Drawing.Point(512, 4);
+ this.PictureBox2.Name = "PictureBox2";
+ this.PictureBox2.Size = new System.Drawing.Size(48, 48);
+ this.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.PictureBox2.TabIndex = 2;
+ this.PictureBox2.TabStop = false;
+ //
// Label9
//
this.Label9.AutoSize = true;
@@ -196,6 +224,15 @@
this.Complete.Size = new System.Drawing.Size(564, 342);
this.Complete.TabIndex = 17;
//
+ // PictureBox3
+ //
+ this.PictureBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.PictureBox3.Location = new System.Drawing.Point(180, 340);
+ this.PictureBox3.Name = "PictureBox3";
+ this.PictureBox3.Size = new System.Drawing.Size(384, 2);
+ this.PictureBox3.TabIndex = 16;
+ this.PictureBox3.TabStop = false;
+ //
// Panel6
//
this.Panel6.Controls.Add(this.finishinstallimage);
@@ -205,6 +242,16 @@
this.Panel6.Size = new System.Drawing.Size(180, 342);
this.Panel6.TabIndex = 15;
//
+ // finishinstallimage
+ //
+ this.finishinstallimage.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.finishinstallimage.Location = new System.Drawing.Point(0, 0);
+ this.finishinstallimage.Name = "finishinstallimage";
+ this.finishinstallimage.Size = new System.Drawing.Size(180, 342);
+ this.finishinstallimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.finishinstallimage.TabIndex = 0;
+ this.finishinstallimage.TabStop = false;
+ //
// Label17
//
this.Label17.AutoSize = true;
@@ -249,6 +296,15 @@
this.welcome.Size = new System.Drawing.Size(564, 342);
this.welcome.TabIndex = 14;
//
+ // PictureBox9
+ //
+ this.PictureBox9.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.PictureBox9.Location = new System.Drawing.Point(180, 338);
+ this.PictureBox9.Name = "PictureBox9";
+ this.PictureBox9.Size = new System.Drawing.Size(382, 2);
+ this.PictureBox9.TabIndex = 16;
+ this.PictureBox9.TabStop = false;
+ //
// Label1
//
this.Label1.AutoSize = true;
@@ -268,6 +324,16 @@
this.programimage.Size = new System.Drawing.Size(180, 340);
this.programimage.TabIndex = 14;
//
+ // installimage
+ //
+ this.installimage.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.installimage.Location = new System.Drawing.Point(0, 0);
+ this.installimage.Name = "installimage";
+ this.installimage.Size = new System.Drawing.Size(180, 340);
+ this.installimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.installimage.TabIndex = 0;
+ this.installimage.TabStop = false;
+ //
// Label3
//
this.Label3.AutoSize = true;
@@ -431,6 +497,15 @@
this.Panel2.Size = new System.Drawing.Size(573, 421);
this.Panel2.TabIndex = 21;
//
+ // iconpic
+ //
+ this.iconpic.Location = new System.Drawing.Point(96, 350);
+ this.iconpic.Name = "iconpic";
+ this.iconpic.Size = new System.Drawing.Size(60, 31);
+ this.iconpic.TabIndex = 19;
+ this.iconpic.TabStop = false;
+ this.iconpic.Visible = false;
+ //
// installname
//
this.installname.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
@@ -452,21 +527,21 @@
this.Button3.UseVisualStyleBackColor = true;
this.Button3.Click += new System.EventHandler(this.Button3_Click);
//
- // ForwardButton
+ // Button2
//
this.Button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.Button2.Location = new System.Drawing.Point(323, 390);
- this.Button2.Name = "ForwardButton";
+ this.Button2.Name = "Button2";
this.Button2.Size = new System.Drawing.Size(75, 23);
this.Button2.TabIndex = 11;
this.Button2.Text = "< Back";
this.Button2.UseVisualStyleBackColor = true;
//
- // BackButton
+ // Button1
//
this.Button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.Button1.Location = new System.Drawing.Point(485, 390);
- this.Button1.Name = "BackButton";
+ this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(75, 23);
this.Button1.TabIndex = 10;
this.Button1.Text = "Cancel";
@@ -487,6 +562,24 @@
this.licenseagreement.Size = new System.Drawing.Size(564, 342);
this.licenseagreement.TabIndex = 15;
//
+ // PictureBox8
+ //
+ this.PictureBox8.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.PictureBox8.Location = new System.Drawing.Point(0, 340);
+ this.PictureBox8.Name = "PictureBox8";
+ this.PictureBox8.Size = new System.Drawing.Size(564, 2);
+ this.PictureBox8.TabIndex = 9;
+ this.PictureBox8.TabStop = false;
+ //
+ // PictureBox1
+ //
+ this.PictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.PictureBox1.Location = new System.Drawing.Point(0, 55);
+ this.PictureBox1.Name = "PictureBox1";
+ this.PictureBox1.Size = new System.Drawing.Size(564, 2);
+ this.PictureBox1.TabIndex = 7;
+ this.PictureBox1.TabStop = false;
+ //
// Panel3
//
this.Panel3.BackColor = System.Drawing.Color.White;
@@ -499,6 +592,16 @@
this.Panel3.Size = new System.Drawing.Size(564, 55);
this.Panel3.TabIndex = 6;
//
+ // licenceagreementinstallpic
+ //
+ this.licenceagreementinstallpic.Anchor = System.Windows.Forms.AnchorStyles.Right;
+ this.licenceagreementinstallpic.Location = new System.Drawing.Point(512, 4);
+ this.licenceagreementinstallpic.Name = "licenceagreementinstallpic";
+ this.licenceagreementinstallpic.Size = new System.Drawing.Size(48, 48);
+ this.licenceagreementinstallpic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.licenceagreementinstallpic.TabIndex = 2;
+ this.licenceagreementinstallpic.TabStop = false;
+ //
// Label6
//
this.Label6.AutoSize = true;
@@ -551,7 +654,7 @@
this.TextBox3.Name = "TextBox3";
this.TextBox3.Size = new System.Drawing.Size(424, 39);
this.TextBox3.TabIndex = 2;
- this.TextBox3.Text = "Please read the following licence agreement, use the scroll bar to view the rest " +
+ this.TextBox3.Text = "Please read the following license agreement, use the scroll bar to view the rest " +
"of this agreement";
//
// summary
@@ -566,6 +669,15 @@
this.summary.Size = new System.Drawing.Size(564, 342);
this.summary.TabIndex = 16;
//
+ // PictureBox7
+ //
+ this.PictureBox7.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.PictureBox7.Location = new System.Drawing.Point(0, 340);
+ this.PictureBox7.Name = "PictureBox7";
+ this.PictureBox7.Size = new System.Drawing.Size(564, 2);
+ this.PictureBox7.TabIndex = 9;
+ this.PictureBox7.TabStop = false;
+ //
// Panel4
//
this.Panel4.BackColor = System.Drawing.Color.White;
@@ -579,6 +691,25 @@
this.Panel4.Size = new System.Drawing.Size(564, 55);
this.Panel4.TabIndex = 7;
//
+ // PictureBox6
+ //
+ this.PictureBox6.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.PictureBox6.Location = new System.Drawing.Point(0, 53);
+ this.PictureBox6.Name = "PictureBox6";
+ this.PictureBox6.Size = new System.Drawing.Size(564, 2);
+ this.PictureBox6.TabIndex = 9;
+ this.PictureBox6.TabStop = false;
+ //
+ // suminstallpic
+ //
+ this.suminstallpic.Anchor = System.Windows.Forms.AnchorStyles.Right;
+ this.suminstallpic.Location = new System.Drawing.Point(512, 4);
+ this.suminstallpic.Name = "suminstallpic";
+ this.suminstallpic.Size = new System.Drawing.Size(48, 48);
+ this.suminstallpic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.suminstallpic.TabIndex = 2;
+ this.suminstallpic.TabStop = false;
+ //
// Label7
//
this.Label7.AutoSize = true;
@@ -627,137 +758,6 @@
this.Label8.TabIndex = 2;
this.Label8.Text = "Guess The Number will be installed the following location:";
//
- // iconpic
- //
- this.iconpic.Location = new System.Drawing.Point(96, 350);
- this.iconpic.Name = "iconpic";
- this.iconpic.Size = new System.Drawing.Size(60, 31);
- this.iconpic.TabIndex = 19;
- this.iconpic.TabStop = false;
- this.iconpic.Visible = false;
- //
- // PictureBox8
- //
- this.PictureBox8.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.PictureBox8.Location = new System.Drawing.Point(0, 340);
- this.PictureBox8.Name = "PictureBox8";
- this.PictureBox8.Size = new System.Drawing.Size(564, 2);
- this.PictureBox8.TabIndex = 9;
- this.PictureBox8.TabStop = false;
- //
- // PictureBox1
- //
- this.PictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.PictureBox1.Location = new System.Drawing.Point(0, 55);
- this.PictureBox1.Name = "PictureBox1";
- this.PictureBox1.Size = new System.Drawing.Size(564, 2);
- this.PictureBox1.TabIndex = 7;
- this.PictureBox1.TabStop = false;
- //
- // licenceagreementinstallpic
- //
- this.licenceagreementinstallpic.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.licenceagreementinstallpic.Location = new System.Drawing.Point(512, 4);
- this.licenceagreementinstallpic.Name = "licenceagreementinstallpic";
- this.licenceagreementinstallpic.Size = new System.Drawing.Size(48, 48);
- this.licenceagreementinstallpic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.licenceagreementinstallpic.TabIndex = 2;
- this.licenceagreementinstallpic.TabStop = false;
- //
- // PictureBox7
- //
- this.PictureBox7.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.PictureBox7.Location = new System.Drawing.Point(0, 340);
- this.PictureBox7.Name = "PictureBox7";
- this.PictureBox7.Size = new System.Drawing.Size(564, 2);
- this.PictureBox7.TabIndex = 9;
- this.PictureBox7.TabStop = false;
- //
- // PictureBox6
- //
- this.PictureBox6.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.PictureBox6.Location = new System.Drawing.Point(0, 53);
- this.PictureBox6.Name = "PictureBox6";
- this.PictureBox6.Size = new System.Drawing.Size(564, 2);
- this.PictureBox6.TabIndex = 9;
- this.PictureBox6.TabStop = false;
- //
- // suminstallpic
- //
- this.suminstallpic.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.suminstallpic.Location = new System.Drawing.Point(512, 4);
- this.suminstallpic.Name = "suminstallpic";
- this.suminstallpic.Size = new System.Drawing.Size(48, 48);
- this.suminstallpic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.suminstallpic.TabIndex = 2;
- this.suminstallpic.TabStop = false;
- //
- // PictureBox5
- //
- this.PictureBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.PictureBox5.Location = new System.Drawing.Point(0, 340);
- this.PictureBox5.Name = "PictureBox5";
- this.PictureBox5.Size = new System.Drawing.Size(564, 2);
- this.PictureBox5.TabIndex = 22;
- this.PictureBox5.TabStop = false;
- //
- // PictureBox4
- //
- this.PictureBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.PictureBox4.Location = new System.Drawing.Point(0, 53);
- this.PictureBox4.Name = "PictureBox4";
- this.PictureBox4.Size = new System.Drawing.Size(564, 2);
- this.PictureBox4.TabIndex = 8;
- this.PictureBox4.TabStop = false;
- //
- // PictureBox2
- //
- this.PictureBox2.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.PictureBox2.Location = new System.Drawing.Point(512, 4);
- this.PictureBox2.Name = "PictureBox2";
- this.PictureBox2.Size = new System.Drawing.Size(48, 48);
- this.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.PictureBox2.TabIndex = 2;
- this.PictureBox2.TabStop = false;
- //
- // PictureBox3
- //
- this.PictureBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.PictureBox3.Location = new System.Drawing.Point(180, 340);
- this.PictureBox3.Name = "PictureBox3";
- this.PictureBox3.Size = new System.Drawing.Size(384, 2);
- this.PictureBox3.TabIndex = 16;
- this.PictureBox3.TabStop = false;
- //
- // finishinstallimage
- //
- this.finishinstallimage.Dock = System.Windows.Forms.DockStyle.Fill;
- this.finishinstallimage.Location = new System.Drawing.Point(0, 0);
- this.finishinstallimage.Name = "finishinstallimage";
- this.finishinstallimage.Size = new System.Drawing.Size(180, 342);
- this.finishinstallimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.finishinstallimage.TabIndex = 0;
- this.finishinstallimage.TabStop = false;
- //
- // PictureBox9
- //
- this.PictureBox9.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.PictureBox9.Location = new System.Drawing.Point(180, 338);
- this.PictureBox9.Name = "PictureBox9";
- this.PictureBox9.Size = new System.Drawing.Size(382, 2);
- this.PictureBox9.TabIndex = 16;
- this.PictureBox9.TabStop = false;
- //
- // installimage
- //
- this.installimage.Dock = System.Windows.Forms.DockStyle.Fill;
- this.installimage.Location = new System.Drawing.Point(0, 0);
- this.installimage.Name = "installimage";
- this.installimage.Size = new System.Drawing.Size(180, 340);
- this.installimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.installimage.TabIndex = 0;
- this.installimage.TabStop = false;
- //
// WinClassicInstaller
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -768,40 +768,40 @@
this.Load += new System.EventHandler(this.WinClassicInstaller_Load);
this.installerproccess.ResumeLayout(false);
this.installerproccess.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox5)).EndInit();
this.Panel5.ResumeLayout(false);
this.Panel5.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox4)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).EndInit();
this.Complete.ResumeLayout(false);
this.Complete.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox3)).EndInit();
this.Panel6.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.finishinstallimage)).EndInit();
this.welcome.ResumeLayout(false);
this.welcome.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox9)).EndInit();
this.programimage.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.installimage)).EndInit();
this.program.ResumeLayout(false);
this.Panel1.ResumeLayout(false);
this.Panel2.ResumeLayout(false);
this.Panel2.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.iconpic)).EndInit();
this.licenseagreement.ResumeLayout(false);
this.licenseagreement.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox8)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
this.Panel3.ResumeLayout(false);
this.Panel3.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.licenceagreementinstallpic)).EndInit();
this.summary.ResumeLayout(false);
this.summary.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.PictureBox7)).EndInit();
this.Panel4.ResumeLayout(false);
this.Panel4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.iconpic)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox8)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.licenceagreementinstallpic)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.suminstallpic)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.finishinstallimage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PictureBox9)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.installimage)).EndInit();
this.ResumeLayout(false);
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.resx
index cb7bdc8..33801ef 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicInstaller.resx
@@ -135,18 +135,18 @@
<data name="TextBox4.Text" xml:space="preserve">
<value>By installing this software you agree that you will not try to reverse engineer it in anyway or claim it as your own work.
-You agree that you will not try to spread this software or and of its components to other companies without rightful permission from the owner.
+You agree that you will not try to spread this software or any of its components to other companies without rightful permission from the owner.
-You agree that if you bought this program that you own it and that nobody else is allowed to use it on your computer or on there computer.
+You agree that if you bought this program, you own it and that nobody else is allowed to use it on your computer or on their computer.
You understand that trying to upload this software online or any other forms of spreading this software will result in the FBI coming into your home and killing you with knives.
You agree that taking a picture of this software and sending it to someone will cause you to get 15 years in jail for software exposing.
-You agree that if you tell someone else about this softwares features that you will wake up dead in the morning because the owner would have killed you in your sleep.
+You agree that if you tell someone else about this software's features that you will wake up dead in the morning because the owner would have killed you in your sleep.
You know that using this software will alert the maker of it and then cause him to monitor every moment of your life after you install this software.
-You agree to all of the above and will not commit any of the crimes otherwise you will go to hell</value>
+You agree to all of the above and will not commit any of the crimes otherwise you will go to Hell.</value>
</data>
</root> \ No newline at end of file
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs
index 04145dd..01cfdb3 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs
@@ -66,7 +66,7 @@
this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(401, 24);
+ this.menuStrip1.Size = new System.Drawing.Size(619, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
@@ -324,7 +324,7 @@
this.mainText.Multiline = true;
this.mainText.Name = "mainText";
this.mainText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.mainText.Size = new System.Drawing.Size(401, 210);
+ this.mainText.Size = new System.Drawing.Size(619, 341);
this.mainText.TabIndex = 1;
this.mainText.WordWrap = false;
//
@@ -335,7 +335,7 @@
this.Controls.Add(this.mainText);
this.Controls.Add(this.menuStrip1);
this.Name = "WinClassicNotepad";
- this.Size = new System.Drawing.Size(401, 234);
+ this.Size = new System.Drawing.Size(619, 365);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs
index 94c3303..6f4f161 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWordPad.Designer.cs
@@ -266,7 +266,7 @@
//
this.bulletStyleToolStripMenuItem.CheckOnClick = true;
this.bulletStyleToolStripMenuItem.Name = "bulletStyleToolStripMenuItem";
- this.bulletStyleToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
+ this.bulletStyleToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
this.bulletStyleToolStripMenuItem.Text = "Bullet style";
this.bulletStyleToolStripMenuItem.Click += new System.EventHandler(this.bulletStyleToolStripMenuItem_Click);
//
@@ -501,9 +501,9 @@
this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblStatus.Location = new System.Drawing.Point(3, 1);
this.lblStatus.Name = "lblStatus";
- this.lblStatus.Size = new System.Drawing.Size(210, 16);
+ this.lblStatus.Size = new System.Drawing.Size(213, 16);
this.lblStatus.TabIndex = 0;
- this.lblStatus.Text = "For Help, goto Help -> Help topics";
+ this.lblStatus.Text = "For Help, go to Help -> Help topics";
//
// WinClassicWordPad
//
diff --git a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
index 71ccfde..c0977f2 100644
--- a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs
@@ -28,44 +28,60 @@
/// </summary>
private void InitializeComponent()
{
- this.progPic = new System.Windows.Forms.PictureBox();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Win95TaskBarItem));
this.progName = new System.Windows.Forms.Label();
+ this.progPic = new System.Windows.Forms.PictureBox();
+ this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.progPic)).BeginInit();
+ this.panel1.SuspendLayout();
this.SuspendLayout();
//
- // progPic
- //
- this.progPic.Location = new System.Drawing.Point(3, 3);
- this.progPic.Name = "progPic";
- this.progPic.Size = new System.Drawing.Size(28, 24);
- this.progPic.TabIndex = 0;
- this.progPic.TabStop = false;
- this.progPic.Click += new System.EventHandler(this.Win95TaskBarItem_Click);
- //
// progName
//
this.progName.AutoSize = true;
+ this.progName.BackColor = System.Drawing.Color.Transparent;
this.progName.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.progName.Location = new System.Drawing.Point(37, 3);
+ this.progName.Location = new System.Drawing.Point(18, 2);
this.progName.Name = "progName";
this.progName.Size = new System.Drawing.Size(60, 24);
this.progName.TabIndex = 1;
this.progName.Text = "label1";
this.progName.Click += new System.EventHandler(this.Win95TaskBarItem_Click);
//
+ // progPic
+ //
+ this.progPic.BackColor = System.Drawing.Color.Transparent;
+ this.progPic.Location = new System.Drawing.Point(3, 3);
+ this.progPic.Name = "progPic";
+ this.progPic.Size = new System.Drawing.Size(16, 16);
+ this.progPic.TabIndex = 0;
+ this.progPic.TabStop = false;
+ this.progPic.Click += new System.EventHandler(this.Win95TaskBarItem_Click);
+ //
+ // panel1
+ //
+ this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
+ this.panel1.Controls.Add(this.progName);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel1.Location = new System.Drawing.Point(0, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(160, 22);
+ this.panel1.TabIndex = 2;
+ //
// Win95TaskBarItem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.progName);
this.Controls.Add(this.progPic);
+ this.Controls.Add(this.panel1);
this.Name = "Win95TaskBarItem";
- this.Size = new System.Drawing.Size(193, 30);
+ this.Size = new System.Drawing.Size(160, 22);
this.Load += new System.EventHandler(this.Win95TaskBarItem_Load);
this.Click += new System.EventHandler(this.Win95TaskBarItem_Click);
((System.ComponentModel.ISupportInitialize)(this.progPic)).EndInit();
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
this.ResumeLayout(false);
- this.PerformLayout();
}
@@ -73,5 +89,6 @@
private System.Windows.Forms.PictureBox progPic;
private System.Windows.Forms.Label progName;
+ private System.Windows.Forms.Panel panel1;
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.cs b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.cs
index b193e38..b463a83 100644
--- a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.cs
+++ b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.cs
@@ -27,8 +27,7 @@ namespace TimeHACK.Engine.Template.Taskbars
progName.Text = (string)this.Tag;
progPic.Image = this.BackgroundImage;
ApplicationID = (TaskBarController.AvalibleApplicationID - 1).ToString();
- this.BackgroundImage = null;
- this.Width = (progName.Left + progName.Width);
+ this.BackgroundImage = null;
}
private void Win95TaskBarItem_Click(object sender, EventArgs e)
diff --git a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.resx b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.resx
index 1af7de1..bdcd158 100644
--- a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.resx
+++ b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.resx
@@ -117,4 +117,13 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <data name="panel1.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAAKAAAAAWCAIAAADIPgASAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+ wgAADsIBFShKgAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAABXSURBVGhD7dGx
+ EcAwDAMxja7RslniVN7hD2jI/uela44zD0W7K3CZwHECxwkcJ3CcwHECxwkcJ3CcwHECxwkcJ3CcwHEC
+ xwkcJ3CcwHE38Hkk/YEpm/kAYtNZ26573kYAAAAASUVORK5CYII=
+</value>
+ </data>
</root> \ No newline at end of file