mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
Added WinClassicHWCV
and some other stuff i think
This commit is contained in:
parent
d2b23d2b1b
commit
8dd3326bd2
17 changed files with 745 additions and 356 deletions
Binary file not shown.
BIN
TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.cs
Normal file
BIN
TimeHACK.Engine/Resources/WinClassic/Window/pjBg6mKP.cs
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 MiB |
|
@ -46,6 +46,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="BSODCreator.cs" />
|
||||
<Compile Include="Resources\WinClassic\Window\pjBg6mKP.cs" />
|
||||
<Compile Include="Template\Win9XBSOD.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
|
|
@ -1 +1 @@
|
|||
c069a0dc9ee2cef4a9280ad4bae0f080a7205bc1
|
||||
caff375bf961ec15c9f3940eef1abfb30f28b377
|
||||
|
|
Binary file not shown.
193
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.Designer.cs
generated
Normal file
193
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.Designer.cs
generated
Normal file
|
@ -0,0 +1,193 @@
|
|||
namespace TimeHACK.OS.Win95.Win95Apps
|
||||
{
|
||||
partial class WinClassicHWCV
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Component Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicHWCV));
|
||||
this.program = new System.Windows.Forms.Panel();
|
||||
this.Panel2 = new System.Windows.Forms.Panel();
|
||||
this.Label3 = new System.Windows.Forms.Label();
|
||||
this.Button1 = new System.Windows.Forms.Button();
|
||||
this.TextBox2 = new System.Windows.Forms.TextBox();
|
||||
this.TextBox1 = new System.Windows.Forms.TextBox();
|
||||
this.toprightcorner = new System.Windows.Forms.Panel();
|
||||
this.bottomrightcorner = new System.Windows.Forms.Panel();
|
||||
this.bottomleftcorner = new System.Windows.Forms.Panel();
|
||||
this.topleftcorner = new System.Windows.Forms.Panel();
|
||||
this.PictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.program.SuspendLayout();
|
||||
this.Panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// program
|
||||
//
|
||||
this.program.BackColor = System.Drawing.Color.Silver;
|
||||
this.program.Controls.Add(this.PictureBox1);
|
||||
this.program.Controls.Add(this.Panel2);
|
||||
this.program.Controls.Add(this.toprightcorner);
|
||||
this.program.Controls.Add(this.bottomrightcorner);
|
||||
this.program.Controls.Add(this.bottomleftcorner);
|
||||
this.program.Controls.Add(this.topleftcorner);
|
||||
this.program.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.program.Location = new System.Drawing.Point(0, 0);
|
||||
this.program.Name = "program";
|
||||
this.program.Size = new System.Drawing.Size(361, 324);
|
||||
this.program.TabIndex = 11;
|
||||
//
|
||||
// Panel2
|
||||
//
|
||||
this.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.Panel2.Controls.Add(this.Label3);
|
||||
this.Panel2.Controls.Add(this.Button1);
|
||||
this.Panel2.Controls.Add(this.TextBox2);
|
||||
this.Panel2.Controls.Add(this.TextBox1);
|
||||
this.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.Panel2.Location = new System.Drawing.Point(0, 135);
|
||||
this.Panel2.Name = "Panel2";
|
||||
this.Panel2.Size = new System.Drawing.Size(361, 189);
|
||||
this.Panel2.TabIndex = 9;
|
||||
//
|
||||
// Label3
|
||||
//
|
||||
this.Label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.Label3.AutoSize = true;
|
||||
this.Label3.Location = new System.Drawing.Point(7, 168);
|
||||
this.Label3.Name = "Label3";
|
||||
this.Label3.Size = new System.Drawing.Size(148, 13);
|
||||
this.Label3.TabIndex = 3;
|
||||
this.Label3.Text = "Content Found: Time Distortor";
|
||||
//
|
||||
// Button1
|
||||
//
|
||||
this.Button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Button1.Location = new System.Drawing.Point(278, 145);
|
||||
this.Button1.Name = "Button1";
|
||||
this.Button1.Size = new System.Drawing.Size(75, 20);
|
||||
this.Button1.TabIndex = 2;
|
||||
this.Button1.Text = "Display";
|
||||
this.Button1.UseVisualStyleBackColor = true;
|
||||
this.Button1.Click += new System.EventHandler(this.Button1_Click);
|
||||
//
|
||||
// TextBox2
|
||||
//
|
||||
this.TextBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.TextBox2.Location = new System.Drawing.Point(12, 144);
|
||||
this.TextBox2.Name = "TextBox2";
|
||||
this.TextBox2.Size = new System.Drawing.Size(226, 20);
|
||||
this.TextBox2.TabIndex = 1;
|
||||
//
|
||||
// TextBox1
|
||||
//
|
||||
this.TextBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||
this.TextBox1.BackColor = System.Drawing.Color.Silver;
|
||||
this.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.TextBox1.Location = new System.Drawing.Point(22, 4);
|
||||
this.TextBox1.Multiline = true;
|
||||
this.TextBox1.Name = "TextBox1";
|
||||
this.TextBox1.ReadOnly = true;
|
||||
this.TextBox1.Size = new System.Drawing.Size(321, 137);
|
||||
this.TextBox1.TabIndex = 0;
|
||||
this.TextBox1.Text = resources.GetString("TextBox1.Text");
|
||||
this.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// toprightcorner
|
||||
//
|
||||
this.toprightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.toprightcorner.Location = new System.Drawing.Point(357, 0);
|
||||
this.toprightcorner.Name = "toprightcorner";
|
||||
this.toprightcorner.Size = new System.Drawing.Size(4, 4);
|
||||
this.toprightcorner.TabIndex = 6;
|
||||
//
|
||||
// bottomrightcorner
|
||||
//
|
||||
this.bottomrightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.bottomrightcorner.Cursor = System.Windows.Forms.Cursors.SizeNWSE;
|
||||
this.bottomrightcorner.Location = new System.Drawing.Point(357, 320);
|
||||
this.bottomrightcorner.Name = "bottomrightcorner";
|
||||
this.bottomrightcorner.Size = new System.Drawing.Size(4, 4);
|
||||
this.bottomrightcorner.TabIndex = 4;
|
||||
//
|
||||
// bottomleftcorner
|
||||
//
|
||||
this.bottomleftcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.bottomleftcorner.Location = new System.Drawing.Point(0, 320);
|
||||
this.bottomleftcorner.Name = "bottomleftcorner";
|
||||
this.bottomleftcorner.Size = new System.Drawing.Size(4, 4);
|
||||
this.bottomleftcorner.TabIndex = 2;
|
||||
//
|
||||
// topleftcorner
|
||||
//
|
||||
this.topleftcorner.Location = new System.Drawing.Point(0, 0);
|
||||
this.topleftcorner.Name = "topleftcorner";
|
||||
this.topleftcorner.Size = new System.Drawing.Size(4, 4);
|
||||
this.topleftcorner.TabIndex = 1;
|
||||
//
|
||||
// PictureBox1
|
||||
//
|
||||
this.PictureBox1.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.PictureBox1.Image = global::TimeHACK.Properties.Resources.WinClassicHWCV;
|
||||
this.PictureBox1.Location = new System.Drawing.Point(5, 24);
|
||||
this.PictureBox1.Name = "PictureBox1";
|
||||
this.PictureBox1.Size = new System.Drawing.Size(351, 107);
|
||||
this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.PictureBox1.TabIndex = 0;
|
||||
this.PictureBox1.TabStop = false;
|
||||
//
|
||||
// WinClassicHWCV
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.program);
|
||||
this.Name = "WinClassicHWCV";
|
||||
this.Size = new System.Drawing.Size(361, 324);
|
||||
this.program.ResumeLayout(false);
|
||||
this.Panel2.ResumeLayout(false);
|
||||
this.Panel2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
internal System.Windows.Forms.Panel program;
|
||||
internal System.Windows.Forms.PictureBox PictureBox1;
|
||||
internal System.Windows.Forms.Panel Panel2;
|
||||
internal System.Windows.Forms.Label Label3;
|
||||
internal System.Windows.Forms.Button Button1;
|
||||
internal System.Windows.Forms.TextBox TextBox2;
|
||||
internal System.Windows.Forms.TextBox TextBox1;
|
||||
internal System.Windows.Forms.Panel toprightcorner;
|
||||
internal System.Windows.Forms.Panel bottomrightcorner;
|
||||
internal System.Windows.Forms.Panel bottomleftcorner;
|
||||
internal System.Windows.Forms.Panel topleftcorner;
|
||||
}
|
||||
}
|
34
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs
Normal file
34
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs
Normal file
|
@ -0,0 +1,34 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace TimeHACK.OS.Win95.Win95Apps
|
||||
{
|
||||
public partial class WinClassicHWCV : UserControl
|
||||
{
|
||||
public WinClassicHWCV()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void Button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (TextBox1.Text == "www.12padams.com")
|
||||
{
|
||||
Label3.Show();
|
||||
Label3.Text = "Hidden Content Found: Time Distorter";
|
||||
}
|
||||
else
|
||||
{
|
||||
Label3.Show();
|
||||
Label3.Text = "No Content Found";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
128
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.resx
Normal file
128
TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.resx
Normal file
|
@ -0,0 +1,128 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="TextBox1.Text" xml:space="preserve">
|
||||
<value>This Program is a hacking tool which is able to view hidden content on websites.
|
||||
|
||||
To view hidden content just type the name of the website in the box below and this will enable you to see all the hidden features on a website.
|
||||
|
||||
WARNING: This only displays hidden content which can not be accessed in anyway without this software.
|
||||
</value>
|
||||
</data>
|
||||
</root>
|
File diff suppressed because it is too large
Load diff
|
@ -21,7 +21,7 @@ private void WinClassicIE4_Load(object sender, EventArgs e)
|
|||
{
|
||||
browsinghistory.Capacity = 99;
|
||||
BringToFront();
|
||||
hidePrograms();
|
||||
hideWebsites();
|
||||
browsinghistory.Add("www.microsoft.com/internetexplorer4/welcome");
|
||||
for (int i = 0; i < 99; i++) browsinghistory.Add(null);
|
||||
welcomeinternetscreen.Show();
|
||||
|
@ -30,7 +30,7 @@ private void WinClassicIE4_Load(object sender, EventArgs e)
|
|||
foreach (Control ctrl in Panel1.Controls) ctrl.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
|
||||
}
|
||||
|
||||
private void hidePrograms()
|
||||
private void hideWebsites()
|
||||
{
|
||||
googlemain.Hide();
|
||||
welcomeinternetscreen.Hide();
|
||||
|
@ -71,7 +71,7 @@ private void googlebetalink_LinkClicked(object sender, LinkLabelLinkClickedEvent
|
|||
|
||||
private void Label20_Click(object sender, EventArgs e)
|
||||
{
|
||||
hidePrograms();
|
||||
hideWebsites();
|
||||
padamshidden.Dock = DockStyle.Fill;
|
||||
padamshidden.Show();
|
||||
}
|
||||
|
@ -83,7 +83,7 @@ private void Button12_Click(object sender, EventArgs e)
|
|||
|
||||
private void Button9_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
goToSite("www.???.com", false);
|
||||
}
|
||||
|
||||
private void ToolStripMenuItem21_Click(object sender, EventArgs e)
|
||||
|
@ -93,7 +93,7 @@ private void ToolStripMenuItem21_Click(object sender, EventArgs e)
|
|||
|
||||
private void goToSite(string url, bool back)
|
||||
{
|
||||
hidePrograms();
|
||||
hideWebsites();
|
||||
|
||||
if (!back)
|
||||
{
|
||||
|
@ -117,25 +117,40 @@ private void goToSite(string url, bool back)
|
|||
switch (url)
|
||||
{
|
||||
case "www.google.com":
|
||||
addressbar.Text = url;
|
||||
googlemain.Dock = DockStyle.Fill;
|
||||
googlemain.Show();
|
||||
break;
|
||||
case "www.google.stanford.edu":
|
||||
addressbar.Text = url;
|
||||
googleprototype.Dock = DockStyle.Fill;
|
||||
googleprototype.Show();
|
||||
break;
|
||||
case "www.alpha.google.com":
|
||||
addressbar.Text = url;
|
||||
googlealpha.Dock = DockStyle.Fill;
|
||||
googlealpha.Show();
|
||||
break;
|
||||
case "www.12padams.com":
|
||||
addressbar.Text = url;
|
||||
padamsmain.Dock = DockStyle.Fill;
|
||||
padamsmain.Show();
|
||||
break;
|
||||
case "www.microsoft.com/internetexplorer4/welcome":
|
||||
addressbar.Text = url;
|
||||
welcomeinternetscreen.Dock = DockStyle.Fill;
|
||||
welcomeinternetscreen.Show();
|
||||
break;
|
||||
case "www.???.com":
|
||||
addressbar.Text = url;
|
||||
secretwebsite.Dock = DockStyle.Fill;
|
||||
secretwebsite.Show();
|
||||
break;
|
||||
case "www.12padams.com/???":
|
||||
addressbar.Text = url;
|
||||
padamshidden.Dock = DockStyle.Fill;
|
||||
padamshidden.Show();
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
10
TimeHACK.Main/Properties/Resources.Designer.cs
generated
10
TimeHACK.Main/Properties/Resources.Designer.cs
generated
|
@ -421,6 +421,16 @@ internal static System.Drawing.Bitmap WinClassicHelp {
|
|||
}
|
||||
}
|
||||
|
||||
/// <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>
|
||||
|
|
|
@ -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>
|
BIN
TimeHACK.Main/Resources/WinClassic/WinClassicHWCV.png
Normal file
BIN
TimeHACK.Main/Resources/WinClassic/WinClassicHWCV.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
|
@ -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>
|
||||
|
@ -262,6 +271,7 @@
|
|||
<Content Include="Resources\WinClassic\WinClassicFind.png" />
|
||||
<Content Include="Resources\WinClassic\WinClassicFolder.png" />
|
||||
<Content Include="Resources\WinClassic\WinClassicHelp.png" />
|
||||
<Content Include="Resources\WinClassic\WinClassicHWCV.png" />
|
||||
<Content Include="Resources\WinClassic\WinClassicIE4.png" />
|
||||
<Content Include="Resources\WinClassic\WinClassicInbox.png" />
|
||||
<Content Include="Resources\WinClassic\WinClassicMSN.png" />
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue