aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-27 15:55:40 -0400
committerlempamo <[email protected]>2017-04-27 15:55:40 -0400
commitbcd89d808b9fdcb7746d4705c09afde3091b8eef (patch)
tree927e73b0a8537a5a381644eea392dee21ea64294 /TimeHACK.Main/OS
parentc52e94c582440553c17eb5ba88a86f4acdc00fe4 (diff)
downloadhistacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.gz
histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.bz2
histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.zip
gettin started with sites
Diffstat (limited to 'TimeHACK.Main/OS')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs24
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs12
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx9
3 files changed, 30 insertions, 15 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
index 5e716d1..31349ae 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
@@ -192,7 +192,7 @@
this.Panel2 = new System.Windows.Forms.Panel();
this.Label8 = new System.Windows.Forms.Label();
this.Button10 = new System.Windows.Forms.Button();
- this.Button9 = new System.Windows.Forms.Button();
+ this.GoogleSearchButton = new System.Windows.Forms.Button();
this.ComboBox1 = new System.Windows.Forms.ComboBox();
this.TextBox2 = new System.Windows.Forms.TextBox();
this.Label7 = new System.Windows.Forms.Label();
@@ -2102,7 +2102,7 @@
this.Panel2.BackColor = System.Drawing.Color.WhiteSmoke;
this.Panel2.Controls.Add(this.Label8);
this.Panel2.Controls.Add(this.Button10);
- this.Panel2.Controls.Add(this.Button9);
+ this.Panel2.Controls.Add(this.GoogleSearchButton);
this.Panel2.Controls.Add(this.ComboBox1);
this.Panel2.Controls.Add(this.TextBox2);
this.Panel2.Controls.Add(this.Label7);
@@ -2131,16 +2131,16 @@
this.Button10.Text = "I\'m Feeling Lucky";
this.Button10.UseVisualStyleBackColor = false;
//
- // Button9
+ // GoogleSearchButton
//
- this.Button9.BackColor = System.Drawing.Color.Silver;
- this.Button9.Location = new System.Drawing.Point(153, 65);
- this.Button9.Name = "Button9";
- this.Button9.Size = new System.Drawing.Size(104, 23);
- this.Button9.TabIndex = 3;
- this.Button9.Text = "Google Search";
- this.Button9.UseVisualStyleBackColor = false;
- this.Button9.Click += new System.EventHandler(this.Button9_Click);
+ this.GoogleSearchButton.BackColor = System.Drawing.Color.Silver;
+ this.GoogleSearchButton.Location = new System.Drawing.Point(153, 65);
+ this.GoogleSearchButton.Name = "GoogleSearchButton";
+ this.GoogleSearchButton.Size = new System.Drawing.Size(104, 23);
+ this.GoogleSearchButton.TabIndex = 3;
+ this.GoogleSearchButton.Text = "Google Search";
+ this.GoogleSearchButton.UseVisualStyleBackColor = false;
+ this.GoogleSearchButton.Click += new System.EventHandler(this.Button9_Click);
//
// ComboBox1
//
@@ -3441,7 +3441,7 @@
internal System.Windows.Forms.Panel Panel2;
internal System.Windows.Forms.Label Label8;
internal System.Windows.Forms.Button Button10;
- internal System.Windows.Forms.Button Button9;
+ internal System.Windows.Forms.Button GoogleSearchButton;
internal System.Windows.Forms.ComboBox ComboBox1;
internal System.Windows.Forms.TextBox TextBox2;
internal System.Windows.Forms.Label Label7;
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index 751283e..8e85c94 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -83,7 +83,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
private void Button9_Click(object sender, EventArgs e)
{
-
+ goToSite("www.???.com", false);
}
private void ToolStripMenuItem21_Click(object sender, EventArgs e)
@@ -120,6 +120,16 @@ namespace TimeHACK.OS.Win95.Win95Apps
welcomeinternetscreen.Dock = DockStyle.Fill;
welcomeinternetscreen.Show();
break;
+ case "www.???.com":
+ hidePrograms();
+ secretwebsite.Dock = DockStyle.Fill;
+ secretwebsite.Show();
+ break;
+ case "www.12padams.com/???":
+ hidePrograms();
+ padamshidden.Dock = DockStyle.Fill;
+ padamshidden.Show();
+ break;
default:
return;
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
index 2021fda..967d7b1 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
@@ -191,7 +191,12 @@ If you Don't like this product you may recieve a full refund on day of purchous.
So Please enjoy Using this amzing software and show the world what your made of.</value>
</data>
- <metadata name="MenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <data name="MenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing">
<value>17, 17</value>
- </metadata>
+ </data>
+ <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <data name="ie4start" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\..\..\resources\ie4\ie4start.html;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
+ </data>
</root> \ No newline at end of file