aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-17 14:10:30 -0400
committerlempamo <[email protected]>2017-08-17 14:10:30 -0400
commitcba109cd8ae5203b5e393a15e7918eb6dce19a96 (patch)
tree9cb7d978a7085710680246e5b9b73276d69b5b09
parent48fb80e89674127f89508ed2293cc591aaf6af4b (diff)
downloadhistacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.gz
histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.tar.bz2
histacom2-cba109cd8ae5203b5e393a15e7918eb6dce19a96.zip
IE4 is now IE3
-rw-r--r--TimeHACK.Main/OS/BIOS/BIOS.Designer.cs61
-rw-r--r--TimeHACK.Main/OS/BIOS/BIOS.cs38
-rw-r--r--TimeHACK.Main/OS/BIOS/BIOS.resx120
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.Designer.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs4
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs4
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs1
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs (renamed from TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs)401
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.cs (renamed from TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs)11
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.resx (renamed from TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx)3
-rw-r--r--TimeHACK.Main/OS/Win98/Win98.Designer.cs2
-rw-r--r--TimeHACK.Main/OS/Win98/Win98.cs4
-rw-r--r--TimeHACK.Main/Properties/Resources.Designer.cs80
-rw-r--r--TimeHACK.Main/Properties/Resources.resx24
-rw-r--r--TimeHACK.Main/Resources/IE3/IE3_BackHover.pngbin0 -> 556 bytes
-rw-r--r--TimeHACK.Main/Resources/IE3/IE3_Forward.pngbin0 -> 625 bytes
-rw-r--r--TimeHACK.Main/Resources/IE3/IE3_ForwardHover.pngbin0 -> 628 bytes
-rw-r--r--TimeHACK.Main/Resources/IE3/IE3_Stop.pngbin0 -> 505 bytes
-rw-r--r--TimeHACK.Main/Resources/IE3/IE3_StopHover.pngbin0 -> 495 bytes
-rw-r--r--TimeHACK.Main/Resources/IE3/IE3_SwirlyThings.pngbin0 -> 6986 bytes
-rw-r--r--TimeHACK.Main/Resources/wordpad_cut.pngbin275 -> 255 bytes
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj31
24 files changed, 335 insertions, 455 deletions
diff --git a/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs b/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs
deleted file mode 100644
index 1e77eaa..0000000
--- a/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs
+++ /dev/null
@@ -1,61 +0,0 @@
-namespace TimeHACK.OS.BIOS
-{
- partial class BIOS
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.BIOSConsole = new TimeHACK.OS.Win95.Win95Apps.WinClassicTerminal(true);
- this.SuspendLayout();
- //
- // BIOSConsole
- //
- this.BIOSConsole.Dock = System.Windows.Forms.DockStyle.Fill;
- this.BIOSConsole.Location = new System.Drawing.Point(0, 0);
- this.BIOSConsole.Name = "BIOSConsole";
- this.BIOSConsole.Size = new System.Drawing.Size(528, 305);
- this.BIOSConsole.TabIndex = 0;
- this.BIOSConsole.Load += new System.EventHandler(this.BIOSConsole_Load);
- //
- // BIOS
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(528, 305);
- this.Controls.Add(this.BIOSConsole);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "BIOS";
- this.Text = "BIOS";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- public Win95.Win95Apps.WinClassicTerminal BIOSConsole;
- }
-} \ No newline at end of file
diff --git a/TimeHACK.Main/OS/BIOS/BIOS.cs b/TimeHACK.Main/OS/BIOS/BIOS.cs
deleted file mode 100644
index 5c607e1..0000000
--- a/TimeHACK.Main/OS/BIOS/BIOS.cs
+++ /dev/null
@@ -1,38 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-using TimeHACK.Engine;
-using TimeHACK.OS.Win95.Win95Apps;
-using TimeHACK.Engine.Template;
-using System.Threading;
-
-namespace TimeHACK.OS.BIOS
-{
- public partial class BIOS : Form
- {
- public BIOS()
- {
- InitializeComponent();
- }
-
- private void BIOSConsole_Load(object sender, EventArgs e)
- {
- BIOSConsole.WriteLine("TiemHARK BIOS v.1.337, An Shift Soft Ally.");
- Console.Beep(575, 100);
- Thread.Sleep(1000);
- BIOSConsole.WriteLine("Copyright (C) 1984-1998, AShift Software, Inc.");
- Console.Beep(575, 100);
- Thread.Sleep(1500);
- BIOSConsole.WriteLine("\nAntel More a8-1700x at 1.337 ghz");
- Console.Beep(575, 100);
- Thread.Sleep(500);
-
- }
- }
-}
diff --git a/TimeHACK.Main/OS/BIOS/BIOS.resx b/TimeHACK.Main/OS/BIOS/BIOS.resx
deleted file mode 100644
index 1af7de1..0000000
--- a/TimeHACK.Main/OS/BIOS/BIOS.resx
+++ /dev/null
@@ -1,120 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<root>
- <!--
- Microsoft ResX Schema
-
- Version 2.0
-
- The primary goals of this format is to allow a simple XML format
- that is mostly human readable. The generation and parsing of the
- various data types are done through the TypeConverter classes
- associated with the data types.
-
- Example:
-
- ... ado.net/XML headers & schema ...
- <resheader name="resmimetype">text/microsoft-resx</resheader>
- <resheader name="version">2.0</resheader>
- <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
- <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
- <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
- <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
- <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
- <value>[base64 mime encoded serialized .NET Framework object]</value>
- </data>
- <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
- <comment>This is a comment</comment>
- </data>
-
- There are any number of "resheader" rows that contain simple
- name/value pairs.
-
- Each data row contains a name, and value. The row also contains a
- type or mimetype. Type corresponds to a .NET class that support
- text/value conversion through the TypeConverter architecture.
- Classes that don't support this are serialized and stored with the
- mimetype set.
-
- The mimetype is used for serialized objects, and tells the
- ResXResourceReader how to depersist the object. This is currently not
- extensible. For a given mimetype the value must be set accordingly:
-
- Note - application/x-microsoft.net.object.binary.base64 is the format
- that the ResXResourceWriter will generate, however the reader can
- read any of the formats listed below.
-
- mimetype: application/x-microsoft.net.object.binary.base64
- value : The object must be serialized with
- : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
- : and then encoded with base64 encoding.
-
- mimetype: application/x-microsoft.net.object.soap.base64
- value : The object must be serialized with
- : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
- : and then encoded with base64 encoding.
-
- mimetype: application/x-microsoft.net.object.bytearray.base64
- value : The object must be serialized into a byte array
- : using a System.ComponentModel.TypeConverter
- : and then encoded with base64 encoding.
- -->
- <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
- <xsd:element name="root" msdata:IsDataSet="true">
- <xsd:complexType>
- <xsd:choice maxOccurs="unbounded">
- <xsd:element name="metadata">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" />
- </xsd:sequence>
- <xsd:attribute name="name" use="required" type="xsd:string" />
- <xsd:attribute name="type" type="xsd:string" />
- <xsd:attribute name="mimetype" type="xsd:string" />
- <xsd:attribute ref="xml:space" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="assembly">
- <xsd:complexType>
- <xsd:attribute name="alias" type="xsd:string" />
- <xsd:attribute name="name" type="xsd:string" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="data">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
- <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
- </xsd:sequence>
- <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
- <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
- <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
- <xsd:attribute ref="xml:space" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="resheader">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
- </xsd:sequence>
- <xsd:attribute name="name" type="xsd:string" use="required" />
- </xsd:complexType>
- </xsd:element>
- </xsd:choice>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- <resheader name="resmimetype">
- <value>text/microsoft-resx</value>
- </resheader>
- <resheader name="version">
- <value>2.0</value>
- </resheader>
- <resheader name="reader">
- <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </resheader>
- <resheader name="writer">
- <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </resheader>
-</root> \ No newline at end of file
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs
index d009876..9e73187 100644
--- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs
@@ -948,7 +948,7 @@ namespace TimeHACK.OS.Win95
this.desktopImages.TransparentColor = System.Drawing.Color.Transparent;
this.desktopImages.Images.SetKeyName(0, "WinClassicComputer.png");
this.desktopImages.Images.SetKeyName(1, "WinClassicFolder.png");
- this.desktopImages.Images.SetKeyName(2, "WinClassicIE4.png");
+ this.desktopImages.Images.SetKeyName(2, "WinClassicIE3.png");
this.desktopImages.Images.SetKeyName(3, "WinClassicInbox.png");
this.desktopImages.Images.SetKeyName(4, "WinClassicMSN.png");
this.desktopImages.Images.SetKeyName(5, "WinClassicNetworking.png");
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index 3a2f9ed..ab7eb77 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -260,7 +260,7 @@ namespace TimeHACK.OS.Win95
private void InternetExplorerToolStripMenuItem_Click(object sender, EventArgs e)
{
if (ie != null) { wm.StartInfobox95("Error Opening Internet Explorer", "An instance of Internet Explorer 4 is already open.", InfoboxType.Warning, InfoboxButtons.OK); return; }
- ie = wm.StartWin95(new WinClassicIE4(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
+ ie = wm.StartWin95(new WinClassicIE3(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
AddTaskBarItem(ie, ie.Tag.ToString(), "Internet Explorer 4", Properties.Resources.Win95IconIE4);
ie.BringToFront();
ie.FormClosing += new FormClosingEventHandler(InternetExplorer4_Closing);
@@ -280,7 +280,7 @@ namespace TimeHACK.OS.Win95
if (objListViewItem.Text == "Internet Explorer")
{
if (ie != null) { wm.StartInfobox95("Error Opening Internet Explorer", "An instance of Internet Explorer 4 is already open.", InfoboxType.Warning, InfoboxButtons.OK); return; }
- ie = wm.StartWin95(new WinClassicIE4(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
+ ie = wm.StartWin95(new WinClassicIE3(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
AddTaskBarItem(ie, ie.Tag.ToString(), "Internet Explorer 4", Properties.Resources.Win95IconIE4);
ie.BringToFront();
ie.FormClosing += new FormClosingEventHandler(InternetExplorer4_Closing);
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
index c8eb531..0fb9650 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/GoogleHome.cs
@@ -19,7 +19,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.IE4Sites
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- WinClassicIE4.GoToPage("www.google.stanford.edu");
+ WinClassicIE3.GoToPage("www.google.stanford.edu");
}
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
index 150f2db..68936c1 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
@@ -19,12 +19,12 @@ namespace TimeHACK.OS.Win95.Win95Apps.IE4Sites
private void linkLabel1_Click(object sender, EventArgs e)
{
- WinClassicIE4.GoToPage("www.google.com");
+ WinClassicIE3.GoToPage("www.google.com");
}
private void linkLabel2_Click(object sender, EventArgs e)
{
- WinClassicIE4.GoToPage("www.12padams.com");
+ WinClassicIE3.GoToPage("www.12padams.com");
}
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs
index ecea3af..e064ce0 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs
@@ -273,6 +273,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story
SaveSystem.UpgradeFileSystem("95", "98");
SaveSystem.CurrentSave.CurrentOS = "98";
SaveSystem.currentTheme = new Default98Theme();
+ SaveSystem.CurrentSave.ThemeName = "default98";
TitleScreen.frm95.distort.ParentForm.Close();
Program.title.StartGame();
TitleScreen.frm95.Close();
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
index 55413b7..9448b3a 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
@@ -268,7 +268,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
break;
case "ie":
if (TitleScreen.frm95.ie != null) { wm.StartInfobox95("Error Opening Internet Explorer", "An instance of Internet Explorer 4 is already open.", InfoboxType.Warning, InfoboxButtons.OK); return; }
- TitleScreen.frm95.ie = wm.StartWin95(new WinClassicIE4(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
+ TitleScreen.frm95.ie = wm.StartWin95(new WinClassicIE3(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
Program.AddTaskbarItem(TitleScreen.frm95.ie, TitleScreen.frm95.ie.Tag.ToString(), "Internet Explorer 4", Properties.Resources.Win95IconIE4);
TitleScreen.frm95.ie.BringToFront();
TitleScreen.frm95.ie.FormClosing += new FormClosingEventHandler(TitleScreen.frm95.InternetExplorer4_Closing);
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs
index ce1a216..92168ec 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs
@@ -1,6 +1,6 @@
namespace TimeHACK.OS.Win95.Win95Apps
{
- partial class WinClassicIE4
+ partial class WinClassicIE3
{
/// <summary>
/// Required designer variable.
@@ -43,15 +43,13 @@
this.Button6 = new System.Windows.Forms.Button();
this.HomeButton = new System.Windows.Forms.Button();
this.Button4 = new System.Windows.Forms.Button();
- this.Button3 = new System.Windows.Forms.Button();
+ this.StopButton = new System.Windows.Forms.Button();
this.ForwardButton = new System.Windows.Forms.Button();
this.BackButton = new System.Windows.Forms.Button();
this.Panel1 = new System.Windows.Forms.Panel();
+ this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
- this.pictureBox5 = new System.Windows.Forms.PictureBox();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.MenuStrip3 = new System.Windows.Forms.MenuStrip();
this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
@@ -156,11 +154,9 @@
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.Panel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.MenuStrip3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
@@ -169,6 +165,7 @@
// Panel14
//
this.Panel14.BackColor = System.Drawing.Color.Silver;
+ this.Panel14.BackgroundImage = global::TimeHACK.Properties.Resources.IE3_SwirlyThings;
this.Panel14.Controls.Add(this.pictureBox10);
this.Panel14.Controls.Add(this.label2);
this.Panel14.Controls.Add(this.pictureBox9);
@@ -177,7 +174,7 @@
this.Panel14.Controls.Add(this._addressbar);
this.Panel14.Controls.Add(this.Label1);
this.Panel14.Dock = System.Windows.Forms.DockStyle.Top;
- this.Panel14.Location = new System.Drawing.Point(0, 71);
+ this.Panel14.Location = new System.Drawing.Point(0, 70);
this.Panel14.Name = "Panel14";
this.Panel14.Size = new System.Drawing.Size(959, 31);
this.Panel14.TabIndex = 16;
@@ -197,6 +194,7 @@
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
+ this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(924, 7);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(32, 13);
@@ -254,6 +252,7 @@
// Label1
//
this.Label1.AutoSize = true;
+ this.Label1.BackColor = System.Drawing.Color.Transparent;
this.Label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.Label1.Location = new System.Drawing.Point(12, 7);
this.Label1.Name = "Label1";
@@ -263,172 +262,183 @@
//
// Button30
//
+ this.Button30.BackColor = System.Drawing.Color.Transparent;
this.Button30.Dock = System.Windows.Forms.DockStyle.Left;
this.Button30.FlatAppearance.BorderSize = 0;
this.Button30.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button30.Image = global::TimeHACK.Properties.Resources.ie4_print;
this.Button30.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.Button30.Location = new System.Drawing.Point(591, 0);
+ this.Button30.Location = new System.Drawing.Point(490, 0);
this.Button30.Name = "Button30";
- this.Button30.Size = new System.Drawing.Size(49, 47);
+ this.Button30.Size = new System.Drawing.Size(49, 42);
this.Button30.TabIndex = 10;
this.Button30.Text = "Print";
this.Button30.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.Button30.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.Button30.UseVisualStyleBackColor = true;
+ this.Button30.UseVisualStyleBackColor = false;
//
// Button29
//
+ this.Button29.BackColor = System.Drawing.Color.Transparent;
this.Button29.Dock = System.Windows.Forms.DockStyle.Left;
this.Button29.FlatAppearance.BorderSize = 0;
this.Button29.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button29.Image = global::TimeHACK.Properties.Resources.ie4_mail;
this.Button29.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.Button29.Location = new System.Drawing.Point(528, 0);
+ this.Button29.Location = new System.Drawing.Point(435, 0);
this.Button29.Name = "Button29";
- this.Button29.Size = new System.Drawing.Size(63, 47);
+ this.Button29.Size = new System.Drawing.Size(55, 42);
this.Button29.TabIndex = 9;
this.Button29.Text = "Mail";
this.Button29.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.Button29.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.Button29.UseVisualStyleBackColor = true;
+ this.Button29.UseVisualStyleBackColor = false;
//
// Button27
//
+ this.Button27.BackColor = System.Drawing.Color.Transparent;
this.Button27.Dock = System.Windows.Forms.DockStyle.Left;
this.Button27.FlatAppearance.BorderSize = 0;
this.Button27.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button27.Image = global::TimeHACK.Properties.Resources.ie4_history;
this.Button27.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.Button27.Location = new System.Drawing.Point(465, 0);
+ this.Button27.Location = new System.Drawing.Point(380, 0);
this.Button27.Name = "Button27";
- this.Button27.Size = new System.Drawing.Size(63, 47);
+ this.Button27.Size = new System.Drawing.Size(55, 42);
this.Button27.TabIndex = 7;
this.Button27.Text = "History";
this.Button27.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.Button27.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.Button27.UseVisualStyleBackColor = true;
+ this.Button27.UseVisualStyleBackColor = false;
//
// Button7
//
+ this.Button7.BackColor = System.Drawing.Color.Transparent;
this.Button7.Dock = System.Windows.Forms.DockStyle.Left;
this.Button7.FlatAppearance.BorderSize = 0;
this.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button7.Image = global::TimeHACK.Properties.Resources.ie4_favorites;
this.Button7.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.Button7.Location = new System.Drawing.Point(402, 0);
+ this.Button7.Location = new System.Drawing.Point(320, 0);
this.Button7.Name = "Button7";
- this.Button7.Size = new System.Drawing.Size(63, 47);
+ this.Button7.Size = new System.Drawing.Size(60, 42);
this.Button7.TabIndex = 6;
this.Button7.Text = "Favorites";
this.Button7.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.Button7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.Button7.UseVisualStyleBackColor = true;
+ this.Button7.UseVisualStyleBackColor = false;
//
// Button6
//
+ this.Button6.BackColor = System.Drawing.Color.Transparent;
this.Button6.Dock = System.Windows.Forms.DockStyle.Left;
this.Button6.FlatAppearance.BorderSize = 0;
this.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button6.Image = global::TimeHACK.Properties.Resources.ie4_search;
this.Button6.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.Button6.Location = new System.Drawing.Point(339, 0);
+ this.Button6.Location = new System.Drawing.Point(265, 0);
this.Button6.Name = "Button6";
- this.Button6.Size = new System.Drawing.Size(63, 47);
+ this.Button6.Size = new System.Drawing.Size(55, 42);
this.Button6.TabIndex = 5;
this.Button6.Text = "Search";
this.Button6.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.Button6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.Button6.UseVisualStyleBackColor = true;
+ this.Button6.UseVisualStyleBackColor = false;
//
// HomeButton
//
+ this.HomeButton.BackColor = System.Drawing.Color.Transparent;
this.HomeButton.Dock = System.Windows.Forms.DockStyle.Left;
this.HomeButton.FlatAppearance.BorderSize = 0;
this.HomeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.HomeButton.Image = global::TimeHACK.Properties.Resources.ie4_home;
this.HomeButton.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.HomeButton.Location = new System.Drawing.Point(276, 0);
+ this.HomeButton.Location = new System.Drawing.Point(210, 0);
this.HomeButton.Name = "HomeButton";
- this.HomeButton.Size = new System.Drawing.Size(63, 47);
+ this.HomeButton.Size = new System.Drawing.Size(55, 42);
this.HomeButton.TabIndex = 4;
this.HomeButton.Text = "Home";
this.HomeButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.HomeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.HomeButton.UseVisualStyleBackColor = true;
+ this.HomeButton.UseVisualStyleBackColor = false;
//
// Button4
//
+ this.Button4.BackColor = System.Drawing.Color.Transparent;
+ this.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.Button4.Dock = System.Windows.Forms.DockStyle.Left;
this.Button4.FlatAppearance.BorderSize = 0;
this.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Button4.Image = global::TimeHACK.Properties.Resources.ie4_refresh;
- this.Button4.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.Button4.Location = new System.Drawing.Point(213, 0);
+ this.Button4.Image = global::TimeHACK.Properties.Resources.IE3_Refresh;
+ this.Button4.Location = new System.Drawing.Point(160, 0);
this.Button4.Name = "Button4";
- this.Button4.Size = new System.Drawing.Size(63, 47);
+ this.Button4.Size = new System.Drawing.Size(50, 42);
this.Button4.TabIndex = 3;
- this.Button4.Text = "Refresh";
this.Button4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.Button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.Button4.UseVisualStyleBackColor = true;
- //
- // Button3
- //
- this.Button3.Dock = System.Windows.Forms.DockStyle.Left;
- this.Button3.FlatAppearance.BorderSize = 0;
- this.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Button3.Image = global::TimeHACK.Properties.Resources.ie4_stop;
- this.Button3.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.Button3.Location = new System.Drawing.Point(150, 0);
- this.Button3.Name = "Button3";
- this.Button3.Size = new System.Drawing.Size(63, 47);
- this.Button3.TabIndex = 2;
- this.Button3.Text = "Stop";
- this.Button3.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.Button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.Button3.UseVisualStyleBackColor = true;
+ this.Button4.UseVisualStyleBackColor = false;
+ //
+ // StopButton
+ //
+ this.StopButton.BackColor = System.Drawing.Color.Transparent;
+ this.StopButton.BackgroundImage = global::TimeHACK.Properties.Resources.IE3_Stop;
+ this.StopButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.StopButton.Dock = System.Windows.Forms.DockStyle.Left;
+ this.StopButton.FlatAppearance.BorderSize = 0;
+ this.StopButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
+ this.StopButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
+ this.StopButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.StopButton.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.StopButton.Location = new System.Drawing.Point(110, 0);
+ this.StopButton.Name = "StopButton";
+ this.StopButton.Size = new System.Drawing.Size(50, 42);
+ this.StopButton.TabIndex = 2;
+ this.StopButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.StopButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.StopButton.UseVisualStyleBackColor = false;
//
// ForwardButton
//
+ this.ForwardButton.BackColor = System.Drawing.Color.Transparent;
+ this.ForwardButton.BackgroundImage = global::TimeHACK.Properties.Resources.IE3_Forward;
+ this.ForwardButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ForwardButton.Dock = System.Windows.Forms.DockStyle.Left;
this.ForwardButton.FlatAppearance.BorderSize = 0;
+ this.ForwardButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
+ this.ForwardButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.ForwardButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.ForwardButton.Image = global::TimeHACK.Properties.Resources.ie4_forward;
- this.ForwardButton.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.ForwardButton.Location = new System.Drawing.Point(75, 0);
+ this.ForwardButton.Location = new System.Drawing.Point(60, 0);
this.ForwardButton.Name = "ForwardButton";
- this.ForwardButton.Size = new System.Drawing.Size(75, 47);
+ this.ForwardButton.Size = new System.Drawing.Size(50, 42);
this.ForwardButton.TabIndex = 1;
- this.ForwardButton.Text = "Forward";
this.ForwardButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.ForwardButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.ForwardButton.UseVisualStyleBackColor = true;
+ this.ForwardButton.UseVisualStyleBackColor = false;
//
// BackButton
//
+ this.BackButton.BackColor = System.Drawing.Color.Transparent;
+ this.BackButton.BackgroundImage = global::TimeHACK.Properties.Resources.IE3_Back;
+ this.BackButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.BackButton.Dock = System.Windows.Forms.DockStyle.Left;
this.BackButton.FlatAppearance.BorderSize = 0;
+ this.BackButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
+ this.BackButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.BackButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.BackButton.Image = global::TimeHACK.Properties.Resources.ie4_back;
- this.BackButton.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.BackButton.Location = new System.Drawing.Point(0, 0);
this.BackButton.Name = "BackButton";
- this.BackButton.Size = new System.Drawing.Size(75, 47);
+ this.BackButton.Padding = new System.Windows.Forms.Padding(9, 0, 0, 0);
+ this.BackButton.Size = new System.Drawing.Size(60, 42);
this.BackButton.TabIndex = 1;
- this.BackButton.Text = "Back";
this.BackButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.BackButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.BackButton.UseVisualStyleBackColor = true;
+ this.BackButton.UseVisualStyleBackColor = false;
//
// Panel1
//
this.Panel1.BackColor = System.Drawing.Color.Silver;
- this.Panel1.Controls.Add(this.pictureBox8);
- this.Panel1.Controls.Add(this.pictureBox6);
+ this.Panel1.BackgroundImage = global::TimeHACK.Properties.Resources.IE3_SwirlyThings;
this.Panel1.Controls.Add(this.pictureBox5);
- this.Panel1.Controls.Add(this.pictureBox2);
- this.Panel1.Controls.Add(this.pictureBox1);
this.Panel1.Controls.Add(this.Button30);
this.Panel1.Controls.Add(this.Button29);
this.Panel1.Controls.Add(this.Button27);
@@ -436,21 +446,31 @@
this.Panel1.Controls.Add(this.Button6);
this.Panel1.Controls.Add(this.HomeButton);
this.Panel1.Controls.Add(this.Button4);
- this.Panel1.Controls.Add(this.Button3);
+ this.Panel1.Controls.Add(this.StopButton);
this.Panel1.Controls.Add(this.ForwardButton);
this.Panel1.Controls.Add(this.BackButton);
this.Panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.Panel1.Location = new System.Drawing.Point(0, 24);
+ this.Panel1.Location = new System.Drawing.Point(0, 26);
this.Panel1.Name = "Panel1";
- this.Panel1.Size = new System.Drawing.Size(959, 47);
+ this.Panel1.Size = new System.Drawing.Size(959, 42);
this.Panel1.TabIndex = 14;
//
+ // pictureBox5
+ //
+ this.pictureBox5.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter3;
+ this.pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+ this.pictureBox5.Location = new System.Drawing.Point(2, 3);
+ this.pictureBox5.Name = "pictureBox5";
+ this.pictureBox5.Size = new System.Drawing.Size(3, 36);
+ this.pictureBox5.TabIndex = 13;
+ this.pictureBox5.TabStop = false;
+ //
// pictureBox8
//
- this.pictureBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox8.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_hsplitter;
this.pictureBox8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox8.Location = new System.Drawing.Point(0, 46);
+ this.pictureBox8.Dock = System.Windows.Forms.DockStyle.Top;
+ this.pictureBox8.Location = new System.Drawing.Point(0, 68);
this.pictureBox8.Name = "pictureBox8";
this.pictureBox8.Size = new System.Drawing.Size(959, 2);
this.pictureBox8.TabIndex = 15;
@@ -458,45 +478,15 @@
//
// pictureBox6
//
- this.pictureBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox6.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_hsplitter;
this.pictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox6.Location = new System.Drawing.Point(0, 0);
+ this.pictureBox6.Dock = System.Windows.Forms.DockStyle.Top;
+ this.pictureBox6.Location = new System.Drawing.Point(0, 24);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(959, 2);
this.pictureBox6.TabIndex = 14;
this.pictureBox6.TabStop = false;
//
- // pictureBox5
- //
- this.pictureBox5.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter3;
- this.pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox5.Location = new System.Drawing.Point(2, 5);
- this.pictureBox5.Name = "pictureBox5";
- this.pictureBox5.Size = new System.Drawing.Size(3, 38);
- this.pictureBox5.TabIndex = 13;
- this.pictureBox5.TabStop = false;
- //
- // pictureBox2
- //
- this.pictureBox2.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter;
- this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox2.Location = new System.Drawing.Point(337, -1);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(2, 47);
- this.pictureBox2.TabIndex = 12;
- this.pictureBox2.TabStop = false;
- //
- // pictureBox1
- //
- this.pictureBox1.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter;
- this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox1.Location = new System.Drawing.Point(526, -1);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(2, 47);
- this.pictureBox1.TabIndex = 11;
- this.pictureBox1.TabStop = false;
- //
// MenuStrip3
//
this.MenuStrip3.BackColor = System.Drawing.Color.Silver;
@@ -528,8 +518,9 @@
this.ToolStripMenuItem19,
this.ToolStripMenuItem20,
this.ToolStripMenuItem21});
+ this.ToolStripMenuItem1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
- this.ToolStripMenuItem1.Size = new System.Drawing.Size(40, 20);
+ this.ToolStripMenuItem1.Size = new System.Drawing.Size(35, 20);
this.ToolStripMenuItem1.Text = "File";
//
// ToolStripMenuItem2
@@ -542,84 +533,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(205, 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(163, 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(163, 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(163, 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(163, 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(163, 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(205, 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(205, 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(205, 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(205, 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(205, 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(205, 22);
this.ToolStripMenuItem13.Text = "Print...";
//
// ToolStripMenuItem14
@@ -630,56 +621,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(205, 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(169, 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(169, 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(169, 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(205, 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(205, 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(205, 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(205, 22);
this.ToolStripMenuItem21.Text = "Close";
//
// ToolStripMenuItem22
@@ -691,42 +682,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
@@ -743,7 +734,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
@@ -756,49 +747,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
@@ -810,35 +801,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
@@ -847,28 +838,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
@@ -881,42 +872,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
@@ -927,21 +918,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
@@ -965,133 +956,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
@@ -1102,7 +1093,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
@@ -1115,63 +1106,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
@@ -1181,21 +1172,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
@@ -1204,14 +1195,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
@@ -1225,65 +1216,65 @@
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";
//
// _browsingArea
//
this._browsingArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this._browsingArea.Dock = System.Windows.Forms.DockStyle.Fill;
- this._browsingArea.Location = new System.Drawing.Point(0, 102);
+ this._browsingArea.Location = new System.Drawing.Point(0, 101);
this._browsingArea.Name = "_browsingArea";
- this._browsingArea.Size = new System.Drawing.Size(959, 492);
+ this._browsingArea.Size = new System.Drawing.Size(959, 493);
this._browsingArea.TabIndex = 17;
//
// pictureBox4
@@ -1306,7 +1297,7 @@
this.pictureBox7.TabIndex = 15;
this.pictureBox7.TabStop = false;
//
- // WinClassicIE4
+ // WinClassicIE3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -1314,9 +1305,11 @@
this.Controls.Add(this.pictureBox4);
this.Controls.Add(this._browsingArea);
this.Controls.Add(this.Panel14);
+ this.Controls.Add(this.pictureBox8);
this.Controls.Add(this.Panel1);
+ this.Controls.Add(this.pictureBox6);
this.Controls.Add(this.MenuStrip3);
- this.Name = "WinClassicIE4";
+ this.Name = "WinClassicIE3";
this.Size = new System.Drawing.Size(959, 594);
this.Load += new System.EventHandler(this.TempIE4_Load);
this.Panel14.ResumeLayout(false);
@@ -1325,11 +1318,9 @@
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.Panel1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.MenuStrip3.ResumeLayout(false);
this.MenuStrip3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
@@ -1352,7 +1343,7 @@
internal System.Windows.Forms.Button Button6;
internal System.Windows.Forms.Button HomeButton;
internal System.Windows.Forms.Button Button4;
- internal System.Windows.Forms.Button Button3;
+ internal System.Windows.Forms.Button StopButton;
internal System.Windows.Forms.Button ForwardButton;
internal System.Windows.Forms.Button BackButton;
internal System.Windows.Forms.Panel Panel1;
@@ -1453,8 +1444,6 @@
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem94;
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem95;
private System.Windows.Forms.Panel _browsingArea;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox pictureBox5;
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.cs
index aa20f37..1b1fbc8 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.cs
@@ -11,16 +11,23 @@ using TimeHACK.OS.Win95.Win95Apps.IE4Sites;
namespace TimeHACK.OS.Win95.Win95Apps
{
- public partial class WinClassicIE4 : UserControl
+ public partial class WinClassicIE3 : UserControl
{
public static Panel browsingArea = new Panel();
public static ComboBox addressbar = new ComboBox();
- public WinClassicIE4()
+ public WinClassicIE3()
{
InitializeComponent();
browsingArea = _browsingArea;
addressbar = _addressbar;
+
+ BackButton.MouseEnter += (s, e) => BackButton.BackgroundImage = Properties.Resources.IE3_BackHover;
+ BackButton.MouseLeave += (s, e) => BackButton.BackgroundImage = Properties.Resources.IE3_Back;
+ ForwardButton.MouseEnter += (s, e) => ForwardButton.BackgroundImage = Properties.Resources.IE3_ForwardHover;
+ ForwardButton.MouseLeave += (s, e) => ForwardButton.BackgroundImage = Properties.Resources.IE3_Forward;
+ StopButton.MouseEnter += (s, e) => StopButton.BackgroundImage = Properties.Resources.IE3_StopHover;
+ StopButton.MouseLeave += (s, e) => StopButton.BackgroundImage = Properties.Resources.IE3_Stop;
}
public static async void GoToPage(string url)
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.resx
index 5039d37..3ef475a 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.resx
@@ -120,4 +120,7 @@
<metadata name="MenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
+ <metadata name="MenuStrip3.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </metadata>
</root> \ No newline at end of file
diff --git a/TimeHACK.Main/OS/Win98/Win98.Designer.cs b/TimeHACK.Main/OS/Win98/Win98.Designer.cs
index 8a786ce..d4507a5 100644
--- a/TimeHACK.Main/OS/Win98/Win98.Designer.cs
+++ b/TimeHACK.Main/OS/Win98/Win98.Designer.cs
@@ -918,7 +918,7 @@ namespace TimeHACK.OS.Win98
this.desktopImages.TransparentColor = System.Drawing.Color.Transparent;
this.desktopImages.Images.SetKeyName(0, "");
this.desktopImages.Images.SetKeyName(1, "WinClassicFolder.png");
- this.desktopImages.Images.SetKeyName(2, "WinClassicIE4.png");
+ this.desktopImages.Images.SetKeyName(2, "WinClassicIE3.png");
this.desktopImages.Images.SetKeyName(3, "WinClassicInbox.png");
this.desktopImages.Images.SetKeyName(4, "WinClassicMSN.png");
this.desktopImages.Images.SetKeyName(5, "WinClassicNetworking.png");
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs
index 422d688..008be03 100644
--- a/TimeHACK.Main/OS/Win98/Win98.cs
+++ b/TimeHACK.Main/OS/Win98/Win98.cs
@@ -242,7 +242,7 @@ namespace TimeHACK.OS.Win98
private void InternetExplorerToolStripMenuItem_Click(object sender, EventArgs e)
{
if (ie != null) { wm.StartInfobox95("Error Opening Internet Explorer", "An instance of Internet Explorer 4 is already open.", InfoboxType.Warning, InfoboxButtons.OK); return; }
- ie = wm.StartWin95(new WinClassicIE4(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
+ ie = wm.StartWin95(new WinClassicIE3(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
AddTaskBarItem(ie, ie.Tag.ToString(), "Internet Explorer 4", Properties.Resources.Win95IconIE4);
ie.BringToFront();
ie.FormClosing += new FormClosingEventHandler(InternetExplorer4_Closing);
@@ -262,7 +262,7 @@ namespace TimeHACK.OS.Win98
if (objListViewItem.Text == "Internet Explorer")
{
if (ie != null) { wm.StartInfobox95("Error Opening Internet Explorer", "An instance of Internet Explorer 4 is already open.", InfoboxType.Warning, InfoboxButtons.OK); return; }
- ie = wm.StartWin95(new WinClassicIE4(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
+ ie = wm.StartWin95(new WinClassicIE3(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true);
AddTaskBarItem(ie, ie.Tag.ToString(), "Internet Explorer 4", Properties.Resources.Win95IconIE4);
ie.BringToFront();
ie.FormClosing += new FormClosingEventHandler(InternetExplorer4_Closing);
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs
index 52ccfa1..8f67f81 100644
--- a/TimeHACK.Main/Properties/Resources.Designer.cs
+++ b/TimeHACK.Main/Properties/Resources.Designer.cs
@@ -207,6 +207,86 @@ namespace TimeHACK.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap IE3_Back {
+ get {
+ object obj = ResourceManager.GetObject("IE3_Back", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap IE3_BackHover {
+ get {
+ object obj = ResourceManager.GetObject("IE3_BackHover", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap IE3_Forward {
+ get {
+ object obj = ResourceManager.GetObject("IE3_Forward", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap IE3_ForwardHover {
+ get {
+ object obj = ResourceManager.GetObject("IE3_ForwardHover", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap IE3_Refresh {
+ get {
+ object obj = ResourceManager.GetObject("IE3_Refresh", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap IE3_Stop {
+ get {
+ object obj = ResourceManager.GetObject("IE3_Stop", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap IE3_StopHover {
+ get {
+ object obj = ResourceManager.GetObject("IE3_StopHover", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap IE3_SwirlyThings {
+ get {
+ object obj = ResourceManager.GetObject("IE3_SwirlyThings", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap ie4_back {
get {
object obj = ResourceManager.GetObject("ie4_back", resourceCulture);
diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx
index f9294e0..6605b13 100644
--- a/TimeHACK.Main/Properties/Resources.resx
+++ b/TimeHACK.Main/Properties/Resources.resx
@@ -780,4 +780,28 @@
<data name="wordpad_underline" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\wordpad_underline.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="IE3_Back" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\IE3\IE3_Back.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="IE3_Forward" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\IE3\IE3_Forward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="IE3_Stop" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\IE3\IE3_Stop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="IE3_SwirlyThings" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\IE3\IE3_SwirlyThings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="IE3_BackHover" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\IE3\IE3_BackHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="IE3_ForwardHover" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\IE3\IE3_ForwardHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="IE3_Refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\IE3\IE3_Refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="IE3_StopHover" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\IE3\IE3_StopHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
</root> \ No newline at end of file
diff --git a/TimeHACK.Main/Resources/IE3/IE3_BackHover.png b/TimeHACK.Main/Resources/IE3/IE3_BackHover.png
new file mode 100644
index 0000000..d0eb432
--- /dev/null
+++ b/TimeHACK.Main/Resources/IE3/IE3_BackHover.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/IE3/IE3_Forward.png b/TimeHACK.Main/Resources/IE3/IE3_Forward.png
new file mode 100644
index 0000000..7ee691b
--- /dev/null
+++ b/TimeHACK.Main/Resources/IE3/IE3_Forward.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/IE3/IE3_ForwardHover.png b/TimeHACK.Main/Resources/IE3/IE3_ForwardHover.png
new file mode 100644
index 0000000..3807699
--- /dev/null
+++ b/TimeHACK.Main/Resources/IE3/IE3_ForwardHover.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/IE3/IE3_Stop.png b/TimeHACK.Main/Resources/IE3/IE3_Stop.png
new file mode 100644
index 0000000..37a614a
--- /dev/null
+++ b/TimeHACK.Main/Resources/IE3/IE3_Stop.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/IE3/IE3_StopHover.png b/TimeHACK.Main/Resources/IE3/IE3_StopHover.png
new file mode 100644
index 0000000..6559b13
--- /dev/null
+++ b/TimeHACK.Main/Resources/IE3/IE3_StopHover.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/IE3/IE3_SwirlyThings.png b/TimeHACK.Main/Resources/IE3/IE3_SwirlyThings.png
new file mode 100644
index 0000000..0e8f03f
--- /dev/null
+++ b/TimeHACK.Main/Resources/IE3/IE3_SwirlyThings.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/wordpad_cut.png b/TimeHACK.Main/Resources/wordpad_cut.png
index 0b354ef..ffb0060 100644
--- a/TimeHACK.Main/Resources/wordpad_cut.png
+++ b/TimeHACK.Main/Resources/wordpad_cut.png
Binary files differ
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj
index 26a47d6..5e04705 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -132,12 +132,6 @@
<Compile Include="AchievementBox.Designer.cs">
<DependentUpon>AchievementBox.cs</DependentUpon>
</Compile>
- <Compile Include="OS\BIOS\BIOS.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="OS\BIOS\BIOS.Designer.cs">
- <DependentUpon>BIOS.cs</DependentUpon>
- </Compile>
<Compile Include="OS\Win2K\Win2KApps\SurviveTheDay.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -190,11 +184,11 @@
<Compile Include="OS\Win95\Win95Apps\MineSweeper\Square.cs" />
<Compile Include="OS\Win95\Win95Apps\Story\Hack1.cs" />
<Compile Include="OS\Win95\Win95Apps\Story\Hack2.cs" />
- <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.cs">
+ <Compile Include="OS\Win95\Win95Apps\WinClassicIE3.cs">
<SubType>UserControl</SubType>
</Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.Designer.cs">
- <DependentUpon>WinClassicIE4.cs</DependentUpon>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicIE3.Designer.cs">
+ <DependentUpon>WinClassicIE3.cs</DependentUpon>
</Compile>
<Compile Include="OS\Win95\Win95Apps\Win95Installer.cs">
<SubType>UserControl</SubType>
@@ -365,9 +359,6 @@
<EmbeddedResource Include="AchievementBox.resx">
<DependentUpon>AchievementBox.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="OS\BIOS\BIOS.resx">
- <DependentUpon>BIOS.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="OS\Win2K\Win2KApps\SurviveTheDay.resx">
<DependentUpon>SurviveTheDay.cs</DependentUpon>
</EmbeddedResource>
@@ -393,8 +384,8 @@
<EmbeddedResource Include="OS\Win95\Win95Apps\MineSweeper\MineBestTimes.resx">
<DependentUpon>MineBestTimes.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE4.resx">
- <DependentUpon>WinClassicIE4.cs</DependentUpon>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE3.resx">
+ <DependentUpon>WinClassicIE3.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95Apps\Win95Installer.resx">
<DependentUpon>Win95Installer.cs</DependentUpon>
@@ -516,7 +507,6 @@
<ItemGroup>
<Content Include="Icon128x.ico" />
<Content Include="Resources\12padams_EULA.txt" />
- <None Include="Resources\WinClassic\WinClassicWordpadIcon.png" />
<None Include="Resources\wordpad_find.png" />
<None Include="Resources\wordpad_printpreview.png" />
<None Include="Resources\wordpad_print.png" />
@@ -538,6 +528,14 @@
<None Include="Resources\distort1.wav" />
<Content Include="Resources\Icon128x.ico" />
<None Include="Resources\ICTheme_BG.jpg" />
+ <None Include="Resources\IE3\IE3_SwirlyThings.png" />
+ <None Include="Resources\IE3\IE3_Back.png" />
+ <None Include="Resources\IE3\IE3_Forward.png" />
+ <None Include="Resources\IE3\IE3_Stop.png" />
+ <None Include="Resources\IE3\IE3_Refresh.png" />
+ <None Include="Resources\IE3\IE3_BackHover.png" />
+ <None Include="Resources\IE3\IE3_ForwardHover.png" />
+ <None Include="Resources\IE3\IE3_StopHover.png" />
<Content Include="Resources\IE4\google.jpg" />
<Content Include="Resources\IE4\googlehome.html" />
<Content Include="Resources\IE4\googleprototype.html" />
@@ -566,7 +564,6 @@
<None Include="Resources\ie4_hsplitter.png" />
<None Include="Resources\ie4_forward.png" />
<None Include="Resources\ie4_back.png" />
- <None Include="Resources\minsweeper logo.jpg" />
<None Include="Resources\minsweeper flag.PNG" />
<None Include="Resources\minsweeper sad.PNG" />
<None Include="Resources\minsweeper smile.PNG" />
@@ -593,7 +590,6 @@
<None Include="Resources\msdosprompt.png" />
<None Include="Resources\SeizureWarning.png" />
<None Include="Resources\MSDOSPromptToolStripMenuItem1.Image.png" />
- <None Include="Resources\regedit_100.ico" />
<Content Include="Resources\std_beep.wav" />
<Content Include="Resources\std_gobeep.wav" />
<None Include="Resources\termCopy.png" />
@@ -658,7 +654,6 @@
<Content Include="Resources\WinClassic\WinClassicComputer.png" />
<None Include="Resources\WinClassic\WinClassicCopy.png" />
<None Include="Resources\WinClassic\WinClassicCut.png" />
- <None Include="Resources\WinClassic\WinClassicDisplayDummy.png" />
<None Include="Resources\WinClassic\WinClassicDisplayExample.png" />
<Content Include="Resources\WinClassic\WinClassicDocuments.png" />
<None Include="Resources\WinClassic\WinClassicEndings.png" />