aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-11 14:52:30 -0400
committerlempamo <[email protected]>2017-08-11 14:52:30 -0400
commita5709d1c3a088f46b80d7839623735d0fa649074 (patch)
tree089e9c33198aaa1251bae44cb63e12b9d12ed415 /TimeHACK.Main
parenta2aef11bd4ca2553bad5f5bdab7ae22dad6247ac (diff)
downloadhistacom2-a5709d1c3a088f46b80d7839623735d0fa649074.tar.gz
histacom2-a5709d1c3a088f46b80d7839623735d0fa649074.tar.bz2
histacom2-a5709d1c3a088f46b80d7839623735d0fa649074.zip
improved 12padams slightly
Diffstat (limited to 'TimeHACK.Main')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.Designer.cs215
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.Designer.cs1
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs5
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs22
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs274
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs5
6 files changed, 363 insertions, 159 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.Designer.cs
index bbea29f..8f001da 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/12padams1998.Designer.cs
@@ -30,11 +30,29 @@
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.panel3 = new System.Windows.Forms.Panel();
+ this.panel4 = new System.Windows.Forms.Panel();
+ this.label3 = new System.Windows.Forms.Label();
+ this.label4 = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.label6 = new System.Windows.Forms.Label();
+ this.label7 = new System.Windows.Forms.Label();
+ this.label8 = new System.Windows.Forms.Label();
+ this.label9 = new System.Windows.Forms.Label();
+ this.button1 = new System.Windows.Forms.Button();
+ this.button2 = new System.Windows.Forms.Button();
+ this.button3 = new System.Windows.Forms.Button();
+ this.panel1.SuspendLayout();
+ this.panel2.SuspendLayout();
+ this.panel3.SuspendLayout();
+ this.panel4.SuspendLayout();
this.SuspendLayout();
//
// label1
//
+ this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(324, 20);
@@ -46,6 +64,7 @@
//
// label2
//
+ this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label2.Location = new System.Drawing.Point(347, 40);
@@ -54,30 +73,183 @@
this.label2.TabIndex = 1;
this.label2.Text = "The best customizations for your windows 95 computer";
//
- // tableLayoutPanel1
+ // panel1
//
- this.tableLayoutPanel1.ColumnCount = 4;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.Location = new System.Drawing.Point(327, 96);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(309, 100);
- this.tableLayoutPanel1.TabIndex = 2;
+ this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel1.Controls.Add(this.button3);
+ this.panel1.Controls.Add(this.button2);
+ this.panel1.Controls.Add(this.button1);
+ this.panel1.Controls.Add(this.label9);
+ this.panel1.Controls.Add(this.label8);
+ this.panel1.Controls.Add(this.label7);
+ this.panel1.Controls.Add(this.label4);
+ this.panel1.Location = new System.Drawing.Point(23, 89);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(200, 305);
+ this.panel1.TabIndex = 2;
+ //
+ // panel2
+ //
+ this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel2.Controls.Add(this.label5);
+ this.panel2.Location = new System.Drawing.Point(253, 89);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(200, 305);
+ this.panel2.TabIndex = 3;
+ //
+ // panel3
+ //
+ this.panel3.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel3.Controls.Add(this.label6);
+ this.panel3.Location = new System.Drawing.Point(489, 89);
+ this.panel3.Name = "panel3";
+ this.panel3.Size = new System.Drawing.Size(200, 305);
+ this.panel3.TabIndex = 3;
+ //
+ // panel4
+ //
+ this.panel4.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel4.Controls.Add(this.label3);
+ this.panel4.Location = new System.Drawing.Point(729, 89);
+ this.panel4.Name = "panel4";
+ this.panel4.Size = new System.Drawing.Size(200, 305);
+ this.panel4.TabIndex = 3;
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label3.Location = new System.Drawing.Point(57, 12);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(83, 16);
+ this.label3.TabIndex = 4;
+ this.label3.Text = "Changelog";
+ this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label4.Location = new System.Drawing.Point(39, 12);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(122, 16);
+ this.label4.TabIndex = 5;
+ this.label4.Text = "Games/Software";
+ this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label5.Location = new System.Drawing.Point(44, 12);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(112, 16);
+ this.label5.TabIndex = 6;
+ this.label5.Text = "Customizations";
+ this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // label6
+ //
+ this.label6.AutoSize = true;
+ this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label6.Location = new System.Drawing.Point(38, 12);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(124, 16);
+ this.label6.TabIndex = 5;
+ this.label6.Text = "Example Viruses";
+ this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // label7
+ //
+ this.label7.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.label7.AutoSize = true;
+ this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
+ this.label7.Location = new System.Drawing.Point(3, 52);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(115, 13);
+ this.label7.TabIndex = 6;
+ this.label7.Text = "Guess The Number V1";
+ //
+ // label8
+ //
+ this.label8.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.label8.AutoSize = true;
+ this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
+ this.label8.Location = new System.Drawing.Point(3, 100);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(82, 13);
+ this.label8.TabIndex = 7;
+ this.label8.Text = "Web Chat 1998";
+ //
+ // label9
+ //
+ this.label9.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.label9.AutoSize = true;
+ this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
+ this.label9.Location = new System.Drawing.Point(3, 154);
+ this.label9.Name = "label9";
+ this.label9.Size = new System.Drawing.Size(56, 13);
+ this.label9.TabIndex = 8;
+ this.label9.Text = "FTP Client";
+ //
+ // button1
+ //
+ this.button1.BackColor = System.Drawing.Color.Silver;
+ this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button1.Location = new System.Drawing.Point(124, 47);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(71, 23);
+ this.button1.TabIndex = 9;
+ this.button1.Text = "Download";
+ this.button1.UseVisualStyleBackColor = false;
+ //
+ // button2
+ //
+ this.button2.BackColor = System.Drawing.Color.Silver;
+ this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button2.Location = new System.Drawing.Point(124, 95);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(71, 23);
+ this.button2.TabIndex = 10;
+ this.button2.Text = "Download";
+ this.button2.UseVisualStyleBackColor = false;
+ //
+ // button3
+ //
+ this.button3.BackColor = System.Drawing.Color.Silver;
+ this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button3.Location = new System.Drawing.Point(124, 149);
+ this.button3.Name = "button3";
+ this.button3.Size = new System.Drawing.Size(71, 23);
+ this.button3.TabIndex = 11;
+ this.button3.Text = "Download";
+ this.button3.UseVisualStyleBackColor = false;
//
// _12padams1998
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
- this.Controls.Add(this.tableLayoutPanel1);
+ this.Controls.Add(this.panel4);
+ this.Controls.Add(this.panel3);
+ this.Controls.Add(this.panel2);
+ this.Controls.Add(this.panel1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "_12padams1998";
this.Size = new System.Drawing.Size(959, 483);
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ this.panel2.ResumeLayout(false);
+ this.panel2.PerformLayout();
+ this.panel3.ResumeLayout(false);
+ this.panel3.PerformLayout();
+ this.panel4.ResumeLayout(false);
+ this.panel4.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@@ -87,6 +259,19 @@
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.Panel panel2;
+ private System.Windows.Forms.Panel panel3;
+ private System.Windows.Forms.Panel panel4;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.Label label6;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.Label label9;
+ private System.Windows.Forms.Label label8;
+ private System.Windows.Forms.Label label7;
+ private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.Button button3;
+ private System.Windows.Forms.Button button2;
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.Designer.cs
index 80ffe36..d52a3bc 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.Designer.cs
@@ -69,6 +69,7 @@
this.linkLabel2.TabIndex = 2;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = " ";
+ this.linkLabel2.Click += new System.EventHandler(this.linkLabel2_Click);
//
// IE4Start
//
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
index 2d48c99..150f2db 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.cs
@@ -21,5 +21,10 @@ namespace TimeHACK.OS.Win95.Win95Apps.IE4Sites
{
WinClassicIE4.GoToPage("www.google.com");
}
+
+ private void linkLabel2_Click(object sender, EventArgs e)
+ {
+ WinClassicIE4.GoToPage("www.12padams.com");
+ }
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs
index 293d4bb..86e6334 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs
@@ -23,18 +23,17 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story
// This is the very first story script!
public static void StartObjective()
{
- System.Windows.Forms.Timer tmr = new System.Windows.Forms.Timer();
- tmr.Interval = 1;
- tmr.Tick += new EventHandler(CheckIfSoundFinished);
+ if (!ended) {
+ System.Windows.Forms.Timer tmr = new System.Windows.Forms.Timer();
+ tmr.Interval = 1;
+ tmr.Tick += new EventHandler(CheckIfSoundFinished);
- if (devMode == true)
- {
- ContinueObjective();
- }
- else
- {
- soundThread.Start();
- tmr.Start();
+ if (devMode == true) ContinueObjective();
+ else
+ {
+ soundThread.Start();
+ tmr.Start();
+ }
}
}
@@ -71,6 +70,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story
await Task.Delay(36000);
app.Close();
+ ended = true;
}
public static void CheckIfSoundFinished(Object sender, EventArgs e)
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
index 9c81998..aa2975f 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
@@ -29,6 +29,9 @@
private void InitializeComponent()
{
this.Panel14 = new System.Windows.Forms.Panel();
+ this.pictureBox10 = new System.Windows.Forms.PictureBox();
+ this.label2 = new System.Windows.Forms.Label();
+ this.pictureBox9 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.GoButton = new System.Windows.Forms.Button();
this._addressbar = new System.Windows.Forms.ComboBox();
@@ -148,10 +151,9 @@
this._browsingArea = new System.Windows.Forms.Panel();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
- this.pictureBox9 = new System.Windows.Forms.PictureBox();
- this.label2 = new System.Windows.Forms.Label();
- this.pictureBox10 = new System.Windows.Forms.PictureBox();
this.Panel14.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.Panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
@@ -162,8 +164,6 @@
this.MenuStrip3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
this.SuspendLayout();
//
// Panel14
@@ -182,6 +182,37 @@
this.Panel14.Size = new System.Drawing.Size(959, 31);
this.Panel14.TabIndex = 16;
//
+ // pictureBox10
+ //
+ this.pictureBox10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.pictureBox10.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter2;
+ this.pictureBox10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+ this.pictureBox10.Location = new System.Drawing.Point(921, 4);
+ this.pictureBox10.Name = "pictureBox10";
+ this.pictureBox10.Size = new System.Drawing.Size(3, 20);
+ this.pictureBox10.TabIndex = 19;
+ this.pictureBox10.TabStop = false;
+ //
+ // label2
+ //
+ this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(924, 7);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(32, 13);
+ this.label2.TabIndex = 17;
+ this.label2.Text = "Links";
+ //
+ // pictureBox9
+ //
+ this.pictureBox9.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_hsplitter;
+ this.pictureBox9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+ this.pictureBox9.Location = new System.Drawing.Point(0, 26);
+ this.pictureBox9.Name = "pictureBox9";
+ this.pictureBox9.Size = new System.Drawing.Size(959, 2);
+ this.pictureBox9.TabIndex = 16;
+ this.pictureBox9.TabStop = false;
+ //
// pictureBox3
//
this.pictureBox3.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter2;
@@ -415,6 +446,8 @@
//
// pictureBox8
//
+ this.pictureBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | 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);
@@ -425,6 +458,8 @@
//
// pictureBox6
//
+ this.pictureBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | 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);
@@ -495,7 +530,7 @@
this.ToolStripMenuItem20,
this.ToolStripMenuItem21});
this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
- this.ToolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
+ this.ToolStripMenuItem1.Size = new System.Drawing.Size(40, 20);
this.ToolStripMenuItem1.Text = "File";
//
// ToolStripMenuItem2
@@ -508,84 +543,84 @@
this.ToolStripMenuItem6,
this.ToolStripMenuItem7});
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
- this.ToolStripMenuItem2.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem2.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem2.Text = "New";
//
// ToolStripMenuItem3
//
this.ToolStripMenuItem3.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
- this.ToolStripMenuItem3.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem3.Size = new System.Drawing.Size(181, 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(175, 22);
+ this.ToolStripMenuItem4.Size = new System.Drawing.Size(181, 22);
this.ToolStripMenuItem4.Text = "Message";
//
// ToolStripMenuItem5
//
this.ToolStripMenuItem5.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem5.Name = "ToolStripMenuItem5";
- this.ToolStripMenuItem5.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem5.Size = new System.Drawing.Size(181, 22);
this.ToolStripMenuItem5.Text = "Post";
//
// ToolStripMenuItem6
//
this.ToolStripMenuItem6.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem6.Name = "ToolStripMenuItem6";
- this.ToolStripMenuItem6.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem6.Size = new System.Drawing.Size(181, 22);
this.ToolStripMenuItem6.Text = "Contact";
//
// ToolStripMenuItem7
//
this.ToolStripMenuItem7.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem7.Name = "ToolStripMenuItem7";
- this.ToolStripMenuItem7.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem7.Size = new System.Drawing.Size(181, 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(221, 22);
+ this.ToolStripMenuItem8.Size = new System.Drawing.Size(239, 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(221, 22);
+ this.ToolStripMenuItem9.Size = new System.Drawing.Size(239, 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(221, 22);
+ this.ToolStripMenuItem10.Size = new System.Drawing.Size(239, 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(221, 22);
+ this.ToolStripMenuItem11.Size = new System.Drawing.Size(239, 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(221, 22);
+ this.ToolStripMenuItem12.Size = new System.Drawing.Size(239, 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(221, 22);
+ this.ToolStripMenuItem13.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem13.Text = "Print...";
//
// ToolStripMenuItem14
@@ -596,56 +631,56 @@
this.ToolStripMenuItem16,
this.ToolStripMenuItem17});
this.ToolStripMenuItem14.Name = "ToolStripMenuItem14";
- this.ToolStripMenuItem14.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem14.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem14.Text = "Send";
//
// ToolStripMenuItem15
//
this.ToolStripMenuItem15.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem15.Name = "ToolStripMenuItem15";
- this.ToolStripMenuItem15.Size = new System.Drawing.Size(179, 22);
+ this.ToolStripMenuItem15.Size = new System.Drawing.Size(198, 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(179, 22);
+ this.ToolStripMenuItem16.Size = new System.Drawing.Size(198, 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(179, 22);
+ this.ToolStripMenuItem17.Size = new System.Drawing.Size(198, 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(221, 22);
+ this.ToolStripMenuItem18.Size = new System.Drawing.Size(239, 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(221, 22);
+ this.ToolStripMenuItem19.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem19.Text = "Properties";
//
// ToolStripMenuItem20
//
this.ToolStripMenuItem20.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem20.Name = "ToolStripMenuItem20";
- this.ToolStripMenuItem20.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem20.Size = new System.Drawing.Size(239, 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(221, 22);
+ this.ToolStripMenuItem21.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem21.Text = "Close";
//
// ToolStripMenuItem22
@@ -657,42 +692,42 @@
this.ToolStripMenuItem26,
this.ToolStripMenuItem27});
this.ToolStripMenuItem22.Name = "ToolStripMenuItem22";
- this.ToolStripMenuItem22.Size = new System.Drawing.Size(39, 20);
+ this.ToolStripMenuItem22.Size = new System.Drawing.Size(43, 20);
this.ToolStripMenuItem22.Text = "Edit";
//
// ToolStripMenuItem23
//
this.ToolStripMenuItem23.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem23.Name = "ToolStripMenuItem23";
- this.ToolStripMenuItem23.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem23.Size = new System.Drawing.Size(237, 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(221, 22);
+ this.ToolStripMenuItem24.Size = new System.Drawing.Size(237, 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(221, 22);
+ this.ToolStripMenuItem25.Size = new System.Drawing.Size(237, 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(221, 22);
+ this.ToolStripMenuItem26.Size = new System.Drawing.Size(237, 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(221, 22);
+ this.ToolStripMenuItem27.Size = new System.Drawing.Size(237, 22);
this.ToolStripMenuItem27.Text = "Find (on This Page)... Ctrl+F";
//
// ToolStripMenuItem28
@@ -709,7 +744,7 @@
this.ToolStripMenuItem71,
this.ToolStripMenuItem72});
this.ToolStripMenuItem28.Name = "ToolStripMenuItem28";
- this.ToolStripMenuItem28.Size = new System.Drawing.Size(44, 20);
+ this.ToolStripMenuItem28.Size = new System.Drawing.Size(47, 20);
this.ToolStripMenuItem28.Text = "View";
//
// ToolStripMenuItem29
@@ -722,49 +757,49 @@
this.ToolStripMenuItem33,
this.ToolStripMenuItem34});
this.ToolStripMenuItem29.Name = "ToolStripMenuItem29";
- this.ToolStripMenuItem29.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem29.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem29.Text = "Toolbars";
//
// ToolStripMenuItem30
//
this.ToolStripMenuItem30.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem30.Name = "ToolStripMenuItem30";
- this.ToolStripMenuItem30.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem30.Size = new System.Drawing.Size(183, 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(165, 22);
+ this.ToolStripMenuItem31.Size = new System.Drawing.Size(183, 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(165, 22);
+ this.ToolStripMenuItem32.Size = new System.Drawing.Size(183, 22);
this.ToolStripMenuItem32.Text = "Links";
//
// ToolStripMenuItem33
//
this.ToolStripMenuItem33.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem33.Name = "ToolStripMenuItem33";
- this.ToolStripMenuItem33.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem33.Size = new System.Drawing.Size(183, 22);
this.ToolStripMenuItem33.Text = "Radio";
//
// ToolStripMenuItem34
//
this.ToolStripMenuItem34.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem34.Name = "ToolStripMenuItem34";
- this.ToolStripMenuItem34.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem34.Size = new System.Drawing.Size(183, 22);
this.ToolStripMenuItem34.Text = "Customize...";
//
// ToolStripMenuItem35
//
this.ToolStripMenuItem35.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem35.Name = "ToolStripMenuItem35";
- this.ToolStripMenuItem35.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem35.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem35.Text = "Status Bar";
//
// ToolStripMenuItem36
@@ -776,35 +811,35 @@
this.ToolStripMenuItem39,
this.ToolStripMenuItem40});
this.ToolStripMenuItem36.Name = "ToolStripMenuItem36";
- this.ToolStripMenuItem36.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem36.Size = new System.Drawing.Size(180, 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(184, 22);
+ this.ToolStripMenuItem37.Size = new System.Drawing.Size(193, 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(184, 22);
+ this.ToolStripMenuItem38.Size = new System.Drawing.Size(193, 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(184, 22);
+ this.ToolStripMenuItem39.Size = new System.Drawing.Size(193, 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(184, 22);
+ this.ToolStripMenuItem40.Size = new System.Drawing.Size(193, 22);
this.ToolStripMenuItem40.Text = "Tip of the Day";
//
// ToolStripMenuItem41
@@ -813,28 +848,28 @@
this.ToolStripMenuItem41.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem42});
this.ToolStripMenuItem41.Name = "ToolStripMenuItem41";
- this.ToolStripMenuItem41.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem41.Size = new System.Drawing.Size(180, 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(136, 22);
+ this.ToolStripMenuItem42.Size = new System.Drawing.Size(143, 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(166, 22);
+ this.ToolStripMenuItem43.Size = new System.Drawing.Size(180, 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(166, 22);
+ this.ToolStripMenuItem44.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem44.Text = "Refresh F5";
//
// ToolStripMenuItem45
@@ -847,42 +882,42 @@
this.ToolStripMenuItem49,
this.ToolStripMenuItem50});
this.ToolStripMenuItem45.Name = "ToolStripMenuItem45";
- this.ToolStripMenuItem45.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem45.Size = new System.Drawing.Size(180, 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(119, 22);
+ this.ToolStripMenuItem46.Size = new System.Drawing.Size(126, 22);
this.ToolStripMenuItem46.Text = "Largest";
//
// ToolStripMenuItem47
//
this.ToolStripMenuItem47.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem47.Name = "ToolStripMenuItem47";
- this.ToolStripMenuItem47.Size = new System.Drawing.Size(119, 22);
+ this.ToolStripMenuItem47.Size = new System.Drawing.Size(126, 22);
this.ToolStripMenuItem47.Text = "Larger";
//
// ToolStripMenuItem48
//
this.ToolStripMenuItem48.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem48.Name = "ToolStripMenuItem48";
- this.ToolStripMenuItem48.Size = new System.Drawing.Size(119, 22);
+ this.ToolStripMenuItem48.Size = new System.Drawing.Size(126, 22);
this.ToolStripMenuItem48.Text = "Medium";
//
// ToolStripMenuItem49
//
this.ToolStripMenuItem49.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem49.Name = "ToolStripMenuItem49";
- this.ToolStripMenuItem49.Size = new System.Drawing.Size(119, 22);
+ this.ToolStripMenuItem49.Size = new System.Drawing.Size(126, 22);
this.ToolStripMenuItem49.Text = "Smaller";
//
// ToolStripMenuItem50
//
this.ToolStripMenuItem50.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem50.Name = "ToolStripMenuItem50";
- this.ToolStripMenuItem50.Size = new System.Drawing.Size(119, 22);
+ this.ToolStripMenuItem50.Size = new System.Drawing.Size(126, 22);
this.ToolStripMenuItem50.Text = "Smallest";
//
// ToolStripMenuItem51
@@ -893,21 +928,21 @@
this.ToolStripMenuItem53,
this.ToolStripMenuItem54});
this.ToolStripMenuItem51.Name = "ToolStripMenuItem51";
- this.ToolStripMenuItem51.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem51.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem51.Text = "Encoding";
//
// ToolStripMenuItem52
//
this.ToolStripMenuItem52.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem52.Name = "ToolStripMenuItem52";
- this.ToolStripMenuItem52.Size = new System.Drawing.Size(230, 22);
+ this.ToolStripMenuItem52.Size = new System.Drawing.Size(249, 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(230, 22);
+ this.ToolStripMenuItem53.Size = new System.Drawing.Size(249, 22);
this.ToolStripMenuItem53.Text = "Western European (Windows)";
//
// ToolStripMenuItem54
@@ -931,133 +966,133 @@
this.ToolStripMenuItem69,
this.ToolStripMenuItem70});
this.ToolStripMenuItem54.Name = "ToolStripMenuItem54";
- this.ToolStripMenuItem54.Size = new System.Drawing.Size(230, 22);
+ this.ToolStripMenuItem54.Size = new System.Drawing.Size(249, 22);
this.ToolStripMenuItem54.Text = "More";
//
// ToolStripMenuItem55
//
this.ToolStripMenuItem55.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem55.Name = "ToolStripMenuItem55";
- this.ToolStripMenuItem55.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem55.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem55.Text = "Arabic";
//
// ToolStripMenuItem56
//
this.ToolStripMenuItem56.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem56.Name = "ToolStripMenuItem56";
- this.ToolStripMenuItem56.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem56.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem56.Text = "Baltic";
//
// ToolStripMenuItem57
//
this.ToolStripMenuItem57.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem57.Name = "ToolStripMenuItem57";
- this.ToolStripMenuItem57.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem57.Size = new System.Drawing.Size(216, 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(199, 22);
+ this.ToolStripMenuItem58.Size = new System.Drawing.Size(216, 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(199, 22);
+ this.ToolStripMenuItem59.Size = new System.Drawing.Size(216, 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(199, 22);
+ this.ToolStripMenuItem60.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem60.Text = "Cyrillic";
//
// ToolStripMenuItem61
//
this.ToolStripMenuItem61.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem61.Name = "ToolStripMenuItem61";
- this.ToolStripMenuItem61.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem61.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem61.Text = "Greek";
//
// ToolStripMenuItem62
//
this.ToolStripMenuItem62.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem62.Name = "ToolStripMenuItem62";
- this.ToolStripMenuItem62.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem62.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem62.Text = "Hebrew";
//
// ToolStripMenuItem63
//
this.ToolStripMenuItem63.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem63.Name = "ToolStripMenuItem63";
- this.ToolStripMenuItem63.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem63.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem63.Text = "Japanese";
//
// ToolStripMenuItem64
//
this.ToolStripMenuItem64.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem64.Name = "ToolStripMenuItem64";
- this.ToolStripMenuItem64.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem64.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem64.Text = "Korean";
//
// ToolStripMenuItem65
//
this.ToolStripMenuItem65.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem65.Name = "ToolStripMenuItem65";
- this.ToolStripMenuItem65.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem65.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem65.Text = "Thai";
//
// ToolStripMenuItem66
//
this.ToolStripMenuItem66.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem66.Name = "ToolStripMenuItem66";
- this.ToolStripMenuItem66.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem66.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem66.Text = "Turkish";
//
// ToolStripMenuItem67
//
this.ToolStripMenuItem67.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem67.Name = "ToolStripMenuItem67";
- this.ToolStripMenuItem67.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem67.Size = new System.Drawing.Size(216, 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(199, 22);
+ this.ToolStripMenuItem68.Size = new System.Drawing.Size(216, 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(199, 22);
+ this.ToolStripMenuItem69.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem69.Text = "Vietnamese";
//
// ToolStripMenuItem70
//
this.ToolStripMenuItem70.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem70.Name = "ToolStripMenuItem70";
- this.ToolStripMenuItem70.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem70.Size = new System.Drawing.Size(216, 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(166, 22);
+ this.ToolStripMenuItem71.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem71.Text = "Source";
//
// ToolStripMenuItem72
//
this.ToolStripMenuItem72.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem72.Name = "ToolStripMenuItem72";
- this.ToolStripMenuItem72.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem72.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem72.Text = "Full Screen F11";
//
// ToolStripMenuItem78
@@ -1068,7 +1103,7 @@
this.ToolStripMenuItem86,
this.ToolStripMenuItem87});
this.ToolStripMenuItem78.Name = "ToolStripMenuItem78";
- this.ToolStripMenuItem78.Size = new System.Drawing.Size(34, 20);
+ this.ToolStripMenuItem78.Size = new System.Drawing.Size(36, 20);
this.ToolStripMenuItem78.Text = "Go";
//
// ToolStripMenuItem79
@@ -1081,63 +1116,63 @@
this.ToolStripMenuItem83,
this.ToolStripMenuItem84});
this.ToolStripMenuItem79.Name = "ToolStripMenuItem79";
- this.ToolStripMenuItem79.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem79.Size = new System.Drawing.Size(191, 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(156, 22);
+ this.ToolStripMenuItem80.Size = new System.Drawing.Size(165, 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(156, 22);
+ this.ToolStripMenuItem81.Size = new System.Drawing.Size(165, 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(156, 22);
+ this.ToolStripMenuItem82.Size = new System.Drawing.Size(165, 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(156, 22);
+ this.ToolStripMenuItem83.Size = new System.Drawing.Size(165, 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(156, 22);
+ this.ToolStripMenuItem84.Size = new System.Drawing.Size(165, 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(175, 22);
+ this.ToolStripMenuItem85.Size = new System.Drawing.Size(191, 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(175, 22);
+ this.ToolStripMenuItem86.Size = new System.Drawing.Size(191, 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(175, 22);
+ this.ToolStripMenuItem87.Size = new System.Drawing.Size(191, 22);
this.ToolStripMenuItem87.Text = "Internet Options...";
//
// ToolStripMenuItem73
@@ -1147,21 +1182,21 @@
this.ToolStripMenuItem75,
this.ToolStripMenuItem76});
this.ToolStripMenuItem73.Name = "ToolStripMenuItem73";
- this.ToolStripMenuItem73.Size = new System.Drawing.Size(66, 20);
+ this.ToolStripMenuItem73.Size = new System.Drawing.Size(76, 20);
this.ToolStripMenuItem73.Text = "Favorites";
//
// ToolStripMenuItem74
//
this.ToolStripMenuItem74.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem74.Name = "ToolStripMenuItem74";
- this.ToolStripMenuItem74.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem74.Size = new System.Drawing.Size(197, 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(180, 22);
+ this.ToolStripMenuItem75.Size = new System.Drawing.Size(197, 22);
this.ToolStripMenuItem75.Text = "Organize Favorites...";
//
// ToolStripMenuItem76
@@ -1170,14 +1205,14 @@
this.ToolStripMenuItem76.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem77});
this.ToolStripMenuItem76.Name = "ToolStripMenuItem76";
- this.ToolStripMenuItem76.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem76.Size = new System.Drawing.Size(197, 22);
this.ToolStripMenuItem76.Text = "Links";
//
// ToolStripMenuItem77
//
this.ToolStripMenuItem77.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem77.Name = "ToolStripMenuItem77";
- this.ToolStripMenuItem77.Size = new System.Drawing.Size(109, 22);
+ this.ToolStripMenuItem77.Size = new System.Drawing.Size(111, 22);
this.ToolStripMenuItem77.Text = "(none)";
//
// ToolStripMenuItem88
@@ -1191,56 +1226,56 @@
this.ToolStripMenuItem94,
this.ToolStripMenuItem95});
this.ToolStripMenuItem88.Name = "ToolStripMenuItem88";
- this.ToolStripMenuItem88.Size = new System.Drawing.Size(44, 20);
+ this.ToolStripMenuItem88.Size = new System.Drawing.Size(46, 20);
this.ToolStripMenuItem88.Text = "Help";
//
// ToolStripMenuItem89
//
this.ToolStripMenuItem89.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem89.Name = "ToolStripMenuItem89";
- this.ToolStripMenuItem89.Size = new System.Drawing.Size(196, 22);
+ this.ToolStripMenuItem89.Size = new System.Drawing.Size(217, 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(196, 22);
+ this.ToolStripMenuItem90.Size = new System.Drawing.Size(217, 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(196, 22);
+ this.ToolStripMenuItem91.Size = new System.Drawing.Size(217, 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(196, 22);
+ this.ToolStripMenuItem92.Size = new System.Drawing.Size(217, 22);
this.ToolStripMenuItem92.Text = "Tour";
//
// ToolStripMenuItem93
//
this.ToolStripMenuItem93.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem93.Name = "ToolStripMenuItem93";
- this.ToolStripMenuItem93.Size = new System.Drawing.Size(196, 22);
+ this.ToolStripMenuItem93.Size = new System.Drawing.Size(217, 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(196, 22);
+ this.ToolStripMenuItem94.Size = new System.Drawing.Size(217, 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(196, 22);
+ this.ToolStripMenuItem95.Size = new System.Drawing.Size(217, 22);
this.ToolStripMenuItem95.Text = "Send Feedback";
//
// _browsingArea
@@ -1264,6 +1299,8 @@
//
// pictureBox7
//
+ this.pictureBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox7.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_hsplitter;
this.pictureBox7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox7.Location = new System.Drawing.Point(0, 0);
@@ -1272,36 +1309,7 @@
this.pictureBox7.TabIndex = 15;
this.pictureBox7.TabStop = false;
//
- // pictureBox9
- //
- this.pictureBox9.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_hsplitter;
- this.pictureBox9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox9.Location = new System.Drawing.Point(0, 26);
- this.pictureBox9.Name = "pictureBox9";
- this.pictureBox9.Size = new System.Drawing.Size(959, 2);
- this.pictureBox9.TabIndex = 16;
- this.pictureBox9.TabStop = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(924, 7);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(32, 13);
- this.label2.TabIndex = 17;
- this.label2.Text = "Links";
- //
- // pictureBox10
- //
- this.pictureBox10.BackgroundImage = global::TimeHACK.Properties.Resources.ie4_vsplitter2;
- this.pictureBox10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pictureBox10.Location = new System.Drawing.Point(921, 4);
- this.pictureBox10.Name = "pictureBox10";
- this.pictureBox10.Size = new System.Drawing.Size(3, 20);
- this.pictureBox10.TabIndex = 19;
- this.pictureBox10.TabStop = false;
- //
- // TempIE4
+ // WinClassicIE4
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -1311,11 +1319,13 @@
this.Controls.Add(this.Panel14);
this.Controls.Add(this.Panel1);
this.Controls.Add(this.MenuStrip3);
- this.Name = "TempIE4";
+ this.Name = "WinClassicIE4";
this.Size = new System.Drawing.Size(959, 594);
this.Load += new System.EventHandler(this.TempIE4_Load);
this.Panel14.ResumeLayout(false);
this.Panel14.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
@@ -1327,8 +1337,6 @@
this.MenuStrip3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index e880926..aa20f37 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -38,6 +38,9 @@ namespace TimeHACK.OS.Win95.Win95Apps
case "www.google.stanford.edu":
uc = new GooglePrototype();
break;
+ case "www.12padams.com":
+ uc = new _12padams1998();
+ break;
default:
uc = new IE4NoPage();
break;
@@ -50,6 +53,8 @@ namespace TimeHACK.OS.Win95.Win95Apps
browsingArea.Controls.Clear();
browsingArea.Controls.Add(uc);
+
+ if (url == "www.12padams.com") Story.Hack1.StartObjective();
}
private void TempIE4_Load(object sender, EventArgs e)