diff options
| author | lempamo <[email protected]> | 2017-04-27 15:55:40 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-27 15:55:40 -0400 |
| commit | bcd89d808b9fdcb7746d4705c09afde3091b8eef (patch) | |
| tree | 927e73b0a8537a5a381644eea392dee21ea64294 | |
| parent | c52e94c582440553c17eb5ba88a86f4acdc00fe4 (diff) | |
| download | histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.gz histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.tar.bz2 histacom2-bcd89d808b9fdcb7746d4705c09afde3091b8eef.zip | |
gettin started with sites
14 files changed, 155 insertions, 20 deletions
diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo Binary files differindex 6af1989..38c599a 100644 --- a/.vs/TimeHACK/v14/.suo +++ b/.vs/TimeHACK/v14/.suo diff --git a/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bin b/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp Binary files differindex 80948b4..80948b4 100644 --- a/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bin +++ b/TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.bmp 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 Binary files differindex 6b2e418..211aeef 100644 --- a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache +++ b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache 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 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 @@ -424,6 +424,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicHWCV { + get { + object obj = ResourceManager.GetObject("WinClassicHWCV", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicIE4 { get { object obj = ResourceManager.GetObject("WinClassicIE4", resourceCulture); 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 @@ <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <data name="WinClassicFolderSmall" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAABSSURBVDhPY6AaaGho+I+OoVKEAUjxgQMH/v//z4BCE2UILs3IhmDDUO0QA0gFUAMghiAMwO4C - bDRWA4jVDKJHXUALF5CD4QZAAUyAVDzggIEBAAd55hAtsdnFAAAAAElFTkSuQmCC + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAFJJREFUOE9j + oBpoaGj4j46hUoQBSPGBAwf+///PgEITZQguzciGYMNQ7RADSAVQAyCGIAzA7gJsNFYDiNUMokddQAsX + kIPhBkABTIBUPOCAgQEAB3nmEC2x2cUAAAAASUVORK5CYII= </value> </data> <data name="Win95IconNotepad" type="System.Resources.ResXFileRef, System.Windows.Forms"> @@ -288,4 +288,7 @@ <data name="windows_command_prompt" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\windows_command_prompt.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </data> + <data name="WinClassicHWCV" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\WinClassicHWCV.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/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 @@ +<html> + <head> + <style> + body { + font-family: "Microsoft Sans Serif"; + text-align: center; + } + h1 { + margin-top: 19px; + font-size: 14.25pt; + font-style: bold; + } + p { + font-size: 11.25pt; + } + h2 { + font-size: 12pt; + font-style: bold; + margin-top: 50px; + } + p.end { + font-size: 9.75pt; + } + </style> + </head> + <body> + <h1>Welcome to Internet Explorer 4</h1> + <p>Welcome To Internet Explorer 4.<br> +Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.<br> +Just type an address in the location bar above and then press go.<br> +Instantly you will be taken to the webpage of your choosing.<br> +Where do you want to go today?</p> + <h2>Here are some sites you may want to visit.</h2> + <a id="google" href="google">www.google.com</a><br> + <a id="padams" href="12padams">www.12padams.com</a> + <p class="end">Where do you want to go today?</p> + </body> +</html>
\ 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 @@ +<html> + <head> + <style> + body { + font-family: "Microsoft Sans Serif"; + text-align: center; + } + h1 { + font-size: 9.75pt; + margin-top: 20px; + } + p { + font-size: 9.25pt; + margin-top: 0; + margin-bottom: 25px; + } + div { + border: 1px solid black; + width: 205px; + height: 305px; + } + </style> + </head> + <body> + <h1>Welcome to the Official 12padams website!!!</h1> + <p>The best customizations for your windows 95 computer</p> + <div class="software"> + <h1>Games/Software</h1> + </div> + </body> +</html>
\ 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 @@ +<html> + <head> + <style> + body { + font-family: "Microsoft Sans Serif"; + text-align: center; + } + h1 { + margin-top: 19px; + font-size: 14.25pt; + font-style: bold; + } + p { + font-size: 11.25pt; + } + h2 { + font-size: 12pt; + font-style: bold; + margin-top: 50px; + } + p.end { + font-size: 9.75pt; + } + </style> + </head> + <body> + <h1>Welcome to Internet Explorer 4</h1> + <p>Welcome To Internet Explorer 4.<br> +Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.<br> +Just type an address in the location bar above and then press go.<br> +Instantly you will be taken to the webpage of your choosing.<br> +Where do you want to go today?</p> + <h2>Here are some sites you may want to visit.</h2> + <a href="google">www.google.com</a><br> + <a href="12padams">www.12padams.com</a> + <p class="end">Where do you want to go today?</p> + </body> +</html>
\ No newline at end of file diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache Binary files differindex bdd3669..7732100 100644 --- a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache +++ b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache diff --git a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll Binary files differindex 556e9e0..804f05d 100644 --- a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll +++ b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll |
