From bcd89d808b9fdcb7746d4705c09afde3091b8eef Mon Sep 17 00:00:00 2001 From: lempamo Date: Thu, 27 Apr 2017 15:55:40 -0400 Subject: gettin started with sites --- .vs/TimeHACK/v14/.suo | Bin 99840 -> 99328 bytes .../Resources/WinClassic/Window/pjBg6mKP.bin | Bin 4997267 -> 0 bytes .../Resources/WinClassic/Window/pjBg6mKP.bmp | Bin 0 -> 4997267 bytes TimeHACK.Engine/Template/Infobox95.Designer.cs | 4 +-- .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 9050 -> 9405 bytes .../OS/Win95/Win95Apps/WinClassicIE4.Designer.cs | 24 ++++++------- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | 12 ++++++- .../OS/Win95/Win95Apps/WinClassicIE4.resx | 9 +++-- TimeHACK.Main/Properties/Resources.Designer.cs | 10 ++++++ TimeHACK.Main/Properties/Resources.resx | 9 +++-- TimeHACK.Main/Resources/IE4/ie4start.html | 38 +++++++++++++++++++++ TimeHACK.Main/Resources/IE4/padams.html | 31 +++++++++++++++++ TimeHACK.Main/Resources/ie4start.html | 38 +++++++++++++++++++++ .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 12742 -> 13026 bytes .../TempPE/Properties.Resources.Designer.cs.dll | Bin 10240 -> 10240 bytes 15 files changed, 155 insertions(+), 20 deletions(-) delete mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bin create mode 100644 TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp create mode 100644 TimeHACK.Main/Resources/IE4/ie4start.html create mode 100644 TimeHACK.Main/Resources/IE4/padams.html create mode 100644 TimeHACK.Main/Resources/ie4start.html diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo index 6af1989..38c599a 100644 Binary files a/.vs/TimeHACK/v14/.suo and b/.vs/TimeHACK/v14/.suo differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bin b/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bin deleted file mode 100644 index 80948b4..0000000 Binary files a/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bin and /dev/null differ diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp b/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp new file mode 100644 index 0000000..80948b4 Binary files /dev/null and b/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp differ diff --git a/TimeHACK.Engine/Template/Infobox95.Designer.cs b/TimeHACK.Engine/Template/Infobox95.Designer.cs index 1e28883..c47a670 100644 --- a/TimeHACK.Engine/Template/Infobox95.Designer.cs +++ b/TimeHACK.Engine/Template/Infobox95.Designer.cs @@ -81,8 +81,8 @@ // // ok // - this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) + this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ok.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.ok.Location = new System.Drawing.Point(169, 135); diff --git a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache index 6b2e418..211aeef 100644 Binary files a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ 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. - + + 17, 17 - + + + + ..\..\..\resources\ie4\ie4start.html;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + \ No newline at end of file diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index a46352a..7e97012 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -421,6 +421,16 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WinClassicHWCV { + get { + object obj = ResourceManager.GetObject("WinClassicHWCV", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index 37a86b3..0729d48 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -277,9 +277,9 @@ - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAABSSURBVDhPY6AaaGho+I+OoVKEAUjxgQMH/v//z4BCE2UILs3IhmDDUO0QA0gFUAMghiAMwO4C - bDRWA4jVDKJHXUALF5CD4QZAAUyAVDzggIEBAAd55hAtsdnFAAAAAElFTkSuQmCC + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAFJJREFUOE9j + oBpoaGj4j46hUoQBSPGBAwf+///PgEITZQguzciGYMNQ7RADSAVQAyCGIAzA7gJsNFYDiNUMokddQAsX + kIPhBkABTIBUPOCAgQEAB3nmEC2x2cUAAAAASUVORK5CYII= @@ -288,4 +288,7 @@ ..\Resources\windows_command_prompt.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\WinClassic\WinClassicHWCV.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/TimeHACK.Main/Resources/IE4/ie4start.html b/TimeHACK.Main/Resources/IE4/ie4start.html new file mode 100644 index 0000000..6a0f5d4 --- /dev/null +++ b/TimeHACK.Main/Resources/IE4/ie4start.html @@ -0,0 +1,38 @@ + + + + + +

Welcome to Internet Explorer 4

+

Welcome To Internet Explorer 4.
+Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.
+Just type an address in the location bar above and then press go.
+Instantly you will be taken to the webpage of your choosing.
+Where do you want to go today?

+

Here are some sites you may want to visit.

+ www.google.com
+ www.12padams.com +

Where do you want to go today?

+ + \ No newline at end of file diff --git a/TimeHACK.Main/Resources/IE4/padams.html b/TimeHACK.Main/Resources/IE4/padams.html new file mode 100644 index 0000000..7be54f9 --- /dev/null +++ b/TimeHACK.Main/Resources/IE4/padams.html @@ -0,0 +1,31 @@ + + + + + +

Welcome to the Official 12padams website!!!

+

The best customizations for your windows 95 computer

+
+

Games/Software

+
+ + \ No newline at end of file diff --git a/TimeHACK.Main/Resources/ie4start.html b/TimeHACK.Main/Resources/ie4start.html new file mode 100644 index 0000000..927072d --- /dev/null +++ b/TimeHACK.Main/Resources/ie4start.html @@ -0,0 +1,38 @@ + + + + + +

Welcome to Internet Explorer 4

+

Welcome To Internet Explorer 4.
+Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.
+Just type an address in the location bar above and then press go.
+Instantly you will be taken to the webpage of your choosing.
+Where do you want to go today?

+

Here are some sites you may want to visit.

+ www.google.com
+ www.12padams.com +

Where do you want to go today?

+ + \ No newline at end of file diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache index bdd3669..7732100 100644 Binary files a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll index 556e9e0..804f05d 100644 Binary files a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll and b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll differ -- cgit v1.2.3