aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-27 16:54:28 -0400
committerlempamo <[email protected]>2017-04-27 16:54:28 -0400
commite21ca9fd83e951edc98e5f8c00516db42a74914a (patch)
treec82ea2c8b8f0df40850ed82c1a51db944aae83db
parentbcd89d808b9fdcb7746d4705c09afde3091b8eef (diff)
downloadhistacom2-e21ca9fd83e951edc98e5f8c00516db42a74914a.tar.gz
histacom2-e21ca9fd83e951edc98e5f8c00516db42a74914a.tar.bz2
histacom2-e21ca9fd83e951edc98e5f8c00516db42a74914a.zip
12padams homepage
-rw-r--r--.vs/TimeHACK/v14/.suobin99328 -> 105472 bytes
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx3
-rw-r--r--TimeHACK.Main/Resources/IE4/padams.html50
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj13
-rw-r--r--TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cachebin13026 -> 13116 bytes
5 files changed, 61 insertions, 5 deletions
diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo
index 38c599a..58a53c9 100644
--- a/.vs/TimeHACK/v14/.suo
+++ b/.vs/TimeHACK/v14/.suo
Binary files differ
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
index 967d7b1..d1ae5fd 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
@@ -199,4 +199,7 @@ So Please enjoy Using this amzing software and show the world what your made of.
<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>
+ <data name="padams" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\..\..\resources\ie4\padams.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/Resources/IE4/padams.html b/TimeHACK.Main/Resources/IE4/padams.html
index 7be54f9..83ade49 100644
--- a/TimeHACK.Main/Resources/IE4/padams.html
+++ b/TimeHACK.Main/Resources/IE4/padams.html
@@ -14,18 +14,58 @@
margin-top: 0;
margin-bottom: 25px;
}
- div {
+ td div {
+ display: inline-block;
border: 1px solid black;
- width: 205px;
+ width: 215px;
height: 305px;
+ margin: 0 3px 0 3px;
+ text-align: center;
+ }
+ h1#copyright {
+ font-size: 9pt;
+ }
+ p.app {
+ margin-top: 30px;
+ }
+ p.app button {
+ float: right;
+ background-color: silver;
+ border-color: gray black black gray;
+ margin-right: 2px;
+ }
+ a {
+ font-size: 9.25pt;
}
</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>
+ <table align="center">
+ <tr>
+ <td><div class="software">
+ <h1>Games/Software</h1>
+ <p class="app" id="gtn">Guess the Number V1 <button id="gtn_b">Download</button></p>
+ <p class="app" id="wc">Web Chat 1998 <button id="wc_b">Download</button></p>
+ <p class="app" id="distort">Time Distorter 0.1 <button id="distort_b">Download</button></p>
+ </div></td>
+ <td><div class="customize">
+ <h1>Customizations</h1>
+ <p class="app" id="bg">Backgrounds <button id="bg_b">View Backgrounds</button></p>
+ <p class="app" id="skn">Skindows 95 <button id="skn_b">Info</button></p>
+ </div></td>
+ <td><div class="viruses">
+ <h1>Example Viruses</h1>
+ <p class="app" id="sr">Start Runner 95 <button id="sr_b">Download</button></p>
+ <p class="app" id="eb">Error Blaster 95 <button id="eb_b">Download</button></p>
+ </div></td>
+ <td><div class="sites">
+ <h1>WebSites</h1>
+ <a id="hotmail" href="hotmail">www.hotmail.com</a>
+ </div></td>
+ </tr>
+ </table>
+ <h1 id="copyright">Copyright 1998 12padams</h1>
</body>
</html> \ No newline at end of file
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj
index 654f278..fd33b37 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -149,6 +149,12 @@
<Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.Designer.cs">
<DependentUpon>WinClassicDownloader.cs</DependentUpon>
</Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicHWCV.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicHWCV.Designer.cs">
+ <DependentUpon>WinClassicHWCV.cs</DependentUpon>
+ </Compile>
<Compile Include="OS\Win95\Win95Apps\WinClassicIE4.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -189,6 +195,9 @@
<EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicDownloader.resx">
<DependentUpon>WinClassicDownloader.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicHWCV.resx">
+ <DependentUpon>WinClassicHWCV.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE4.resx">
<DependentUpon>WinClassicIE4.cs</DependentUpon>
</EmbeddedResource>
@@ -229,6 +238,9 @@
<ItemGroup>
<Content Include="Resources\12padams_EULA.txt" />
<Content Include="Resources\Icon128x.ico" />
+ <Content Include="Resources\ie4start.html" />
+ <Content Include="Resources\IE4\ie4start.html" />
+ <Content Include="Resources\IE4\padams.html" />
<Content Include="Resources\TitleScreen\Exit.png" />
<Content Include="Resources\TitleScreen\LoadGame.png" />
<Content Include="Resources\TitleScreen\MSExit.png" />
@@ -262,6 +274,7 @@
<Content Include="Resources\WinClassic\WinClassicFind.png" />
<Content Include="Resources\WinClassic\WinClassicFolder.png" />
<Content Include="Resources\WinClassic\WinClassicHelp.png" />
+ <None Include="Resources\WinClassic\WinClassicHWCV.png" />
<Content Include="Resources\WinClassic\WinClassicIE4.png" />
<Content Include="Resources\WinClassic\WinClassicInbox.png" />
<Content Include="Resources\WinClassic\WinClassicMSN.png" />
diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
index 7732100..0dadb6f 100644
--- a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
+++ b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary files differ