aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main')
-rw-r--r--TimeHACK.Main/OS/BIOS/BIOS.Designer.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.Designer.cs15
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs34
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs358
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs94
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx229
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs15
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.Designer.cs143
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs138
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.resx4
-rw-r--r--TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs71
-rw-r--r--TimeHACK.Main/OS/Win95/Win95SaveAs.cs20
-rw-r--r--TimeHACK.Main/OS/Win95/Win95SaveAs.resx120
-rw-r--r--TimeHACK.Main/Properties/Resources.Designer.cs80
-rw-r--r--TimeHACK.Main/Properties/Resources.resx24
-rw-r--r--TimeHACK.Main/Resources/WinClassic/Win95ComputerIcon.pngbin0 -> 157 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/Win95ControlPanelIcon.pngbin0 -> 170 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/Win95DesktopIcon.pngbin0 -> 168 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/Win95HardDiskIcon.pngbin0 -> 127 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/Win95NetworkIcon.pngbin0 -> 181 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/Win95PrintersFolder.pngbin0 -> 164 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/Win95RecycleIcon.pngbin0 -> 174 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/WinClassicDocuments.pngbin346 -> 404 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/WinClassicFind.pngbin519 -> 457 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/WinClassicHelp.pngbin468 -> 445 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/WinClassicOpenFolderSmall.pngbin0 -> 155 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/WinClassicPrograms.pngbin377 -> 425 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/WinClassicRun.pngbin439 -> 396 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/WinClassicSettings.pngbin543 -> 502 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/WinClassicShutdown.pngbin461 -> 435 bytes
-rw-r--r--TimeHACK.Main/Resources/WinClassic/WinClassicSuspend.pngbin467 -> 429 bytes
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj18
-rw-r--r--TimeHACK.Main/TitleScreen.Designer.cs5
34 files changed, 1007 insertions, 365 deletions
diff --git a/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs b/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs
index ec89495..1e77eaa 100644
--- a/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs
+++ b/TimeHACK.Main/OS/BIOS/BIOS.Designer.cs
@@ -28,7 +28,7 @@
/// </summary>
private void InitializeComponent()
{
- this.BIOSConsole = new TimeHACK.OS.Win95.Win95Apps.WinClassicTerminal();
+ this.BIOSConsole = new TimeHACK.OS.Win95.Win95Apps.WinClassicTerminal(true);
this.SuspendLayout();
//
// BIOSConsole
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs
index a2b6e51..e789520 100644
--- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs
@@ -269,7 +269,6 @@ namespace TimeHACK.OS.Win95
this.ProgramsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicPrograms;
this.ProgramsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.ProgramsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.ProgramsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.ProgramsToolStripMenuItem.Name = "ProgramsToolStripMenuItem";
this.ProgramsToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.ProgramsToolStripMenuItem.Size = new System.Drawing.Size(138, 36);
@@ -296,7 +295,6 @@ namespace TimeHACK.OS.Win95
this.AccessoriesToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicProgramItem;
this.AccessoriesToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.AccessoriesToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.AccessoriesToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.AccessoriesToolStripMenuItem.Name = "AccessoriesToolStripMenuItem";
this.AccessoriesToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
this.AccessoriesToolStripMenuItem.Text = "Accessories";
@@ -550,7 +548,6 @@ namespace TimeHACK.OS.Win95
this.StartUpToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicProgramItem;
this.StartUpToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.StartUpToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.StartUpToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.StartUpToolStripMenuItem.Name = "StartUpToolStripMenuItem";
this.StartUpToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
this.StartUpToolStripMenuItem.Text = "Online Services";
@@ -604,7 +601,6 @@ namespace TimeHACK.OS.Win95
this.MSDOSPromptToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicProgramItem;
this.MSDOSPromptToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.MSDOSPromptToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.MSDOSPromptToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.MSDOSPromptToolStripMenuItem.Name = "MSDOSPromptToolStripMenuItem";
this.MSDOSPromptToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
this.MSDOSPromptToolStripMenuItem.Text = "StartUp";
@@ -626,7 +622,6 @@ namespace TimeHACK.OS.Win95
this.InternetExplorerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("InternetExplorerToolStripMenuItem.Image")));
this.InternetExplorerToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.InternetExplorerToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.InternetExplorerToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.InternetExplorerToolStripMenuItem.Name = "InternetExplorerToolStripMenuItem";
this.InternetExplorerToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
this.InternetExplorerToolStripMenuItem.Text = "Internet Explorer";
@@ -640,7 +635,6 @@ namespace TimeHACK.OS.Win95
this.MSDOSPromptToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("MSDOSPromptToolStripMenuItem1.Image")));
this.MSDOSPromptToolStripMenuItem1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.MSDOSPromptToolStripMenuItem1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.MSDOSPromptToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Silver;
this.MSDOSPromptToolStripMenuItem1.Name = "MSDOSPromptToolStripMenuItem1";
this.MSDOSPromptToolStripMenuItem1.Size = new System.Drawing.Size(181, 28);
this.MSDOSPromptToolStripMenuItem1.Text = "MS-DOS Prompt";
@@ -654,7 +648,6 @@ namespace TimeHACK.OS.Win95
this.OutlookExpressToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("OutlookExpressToolStripMenuItem.Image")));
this.OutlookExpressToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.OutlookExpressToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.OutlookExpressToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.OutlookExpressToolStripMenuItem.Name = "OutlookExpressToolStripMenuItem";
this.OutlookExpressToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
this.OutlookExpressToolStripMenuItem.Text = "Outlook Express";
@@ -667,7 +660,6 @@ namespace TimeHACK.OS.Win95
this.WindowsExplorerToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("WindowsExplorerToolStripMenuItem1.Image")));
this.WindowsExplorerToolStripMenuItem1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.WindowsExplorerToolStripMenuItem1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.WindowsExplorerToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Silver;
this.WindowsExplorerToolStripMenuItem1.Name = "WindowsExplorerToolStripMenuItem1";
this.WindowsExplorerToolStripMenuItem1.Size = new System.Drawing.Size(181, 28);
this.WindowsExplorerToolStripMenuItem1.Text = "Windows Explorer";
@@ -745,7 +737,6 @@ namespace TimeHACK.OS.Win95
this.DocumentsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicDocuments;
this.DocumentsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.DocumentsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.DocumentsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.DocumentsToolStripMenuItem.Name = "DocumentsToolStripMenuItem";
this.DocumentsToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.DocumentsToolStripMenuItem.Size = new System.Drawing.Size(138, 36);
@@ -796,7 +787,6 @@ namespace TimeHACK.OS.Win95
this.SettingsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicSettings;
this.SettingsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.SettingsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.SettingsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.SettingsToolStripMenuItem.Name = "SettingsToolStripMenuItem";
this.SettingsToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.SettingsToolStripMenuItem.Size = new System.Drawing.Size(138, 36);
@@ -841,7 +831,6 @@ namespace TimeHACK.OS.Win95
this.FindToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicFind;
this.FindToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.FindToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.FindToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.FindToolStripMenuItem.Name = "FindToolStripMenuItem";
this.FindToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.FindToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No;
@@ -890,7 +879,6 @@ namespace TimeHACK.OS.Win95
this.HelpToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicHelp;
this.HelpToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.HelpToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.HelpToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";
this.HelpToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.HelpToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No;
@@ -903,7 +891,6 @@ namespace TimeHACK.OS.Win95
this.RunToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicRun;
this.RunToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.RunToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.RunToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.RunToolStripMenuItem.Name = "RunToolStripMenuItem";
this.RunToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.RunToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No;
@@ -916,7 +903,6 @@ namespace TimeHACK.OS.Win95
this.SuspendToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicSuspend;
this.SuspendToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.SuspendToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.SuspendToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.SuspendToolStripMenuItem.Name = "SuspendToolStripMenuItem";
this.SuspendToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.SuspendToolStripMenuItem.Size = new System.Drawing.Size(138, 36);
@@ -928,7 +914,6 @@ namespace TimeHACK.OS.Win95
this.ShutdownToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicShutdown;
this.ShutdownToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.ShutdownToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.ShutdownToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.ShutdownToolStripMenuItem.Name = "ShutdownToolStripMenuItem";
this.ShutdownToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.ShutdownToolStripMenuItem.Size = new System.Drawing.Size(138, 36);
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index b8970d4..5dd8fee 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -360,7 +360,7 @@ namespace TimeHACK.OS.Win95
private void MSDOSPromptToolStripMenuItem1_Click (object sender, EventArgs e)
{
- WinClassicTerminal msdos = new WinClassicTerminal();
+ WinClassicTerminal msdos = new WinClassicTerminal(false);
WinClassic app = wm.StartWin95(msdos, "MS-DOS Prompt", Properties.Resources.MS_DOS, true, true, false);
AddTaskBarItem(app, app.Tag.ToString(), "MS-DOS Prompt", Properties.Resources.MS_DOS);
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs
index a743636..85b14f5 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs
@@ -16,16 +16,16 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story
static class Hack1 : Object
{
static WindowManager wm = new WindowManager();
- static Boolean ended = false;
+ static bool ended = false;
static Thread soundThread = new Thread(dialup_sound_play);
- static Boolean devMode = true;
+ static bool devMode = true;
// This is the very first story script!
public static void startObjective()
{
System.Windows.Forms.Timer tmr = new System.Windows.Forms.Timer();
- WinClassicTerminal Console = new WinClassicTerminal();
+ WinClassicTerminal Console = new WinClassicTerminal(true);
WinClassic app = wm.StartWin95(Console, "MS-DOS Prompt", null, true, true);
Console.WriteLine("telnet> 104.27.135.159 Connecting...");
@@ -50,34 +50,34 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story
public static void continueObjective()
{
- WinClassicTerminal Console = new WinClassicTerminal();
+ WinClassicTerminal Console = new WinClassicTerminal(true);
wm.StartWin95(Console, "MS-DOS Prompt", null, true, true);
Application.DoEvents();
- Console.WriteLine("\ntelnet> 104.27.135.159 Connected.");
+ Console.WriteLine("telnet> 104.27.135.159 Connected.");
Thread.Sleep(2500);
- Console.WriteLine("\ntelnet> 104.27.135.159 set hostname to 'TheHiddenHacker'.");
+ Console.WriteLine("telnet> 104.27.135.159 set hostname to 'TheHiddenHacker'.");
Thread.Sleep(2500);
- Console.WriteLine("\nTheHiddenHacker> I see you have access to 12padams.com.");
+ Console.WriteLine("TheHiddenHacker> I see you have access to 12padams.com.");
Thread.Sleep(4500);
- Console.WriteLine("\nTheHiddenHacker> Though it doesn't seem obvious, only a very limited amount of people can access the site.");
+ Console.WriteLine("TheHiddenHacker> Though it doesn't seem obvious, only a very limited amount of people can access the site.");
Thread.Sleep(6000);
- Console.WriteLine("\nTheHiddenHacker> 12padams has a secret, and I need you to help me find it.");
+ Console.WriteLine("TheHiddenHacker> 12padams has a secret, and I need you to help me find it.");
Thread.Sleep(3500);
- Console.WriteLine("\nTheHiddenHacker> I was snooping around his website, when he blacklisted my IP address.");
+ Console.WriteLine("TheHiddenHacker> I was snooping around his website, when he blacklisted my IP address.");
Thread.Sleep(4000);
- Console.WriteLine("\nTheHiddenHacker> While I was serching, I noticed a file that I didn't have permission to download. I need you to get it for me.");
+ Console.WriteLine("TheHiddenHacker> While I was serching, I noticed a file that I didn't have permission to download. I need you to get it for me.");
Thread.Sleep(6500);
- Console.WriteLine("\nTheHiddenHacker> First, I'll need you to download an FTP client, avalible under the software section of 12padams' website.");
+ Console.WriteLine("TheHiddenHacker> First, I'll need you to download an FTP client, avalible under the software section of 12padams' website.");
Thread.Sleep(5000);
- Console.WriteLine("\nTheHiddenHacker> Once that's downloaded, You'll need to type in a Hostname, Username, and Password.");
+ Console.WriteLine("TheHiddenHacker> Once that's downloaded, You'll need to type in a Hostname, Username, and Password.");
Thread.Sleep(4500);
- Console.WriteLine("\nTheHiddenHacker> The hostname is 172.68.119.42, and the username is most likely 12padams. I'm not too sure what the password is, however.");
+ Console.WriteLine("TheHiddenHacker> The hostname is 172.68.119.42, and the username is most likely 12padams. I'm not too sure what the password is, however.");
Thread.Sleep(3500);
- Console.WriteLine("\nTheHiddenHacker> You'll need to figure out where you can get the password. Try looking for any odd text on the website.");
- Thread.Sleep(1000);
- Console.WriteLine("\nTheHiddenHacker> I don't have much time to talk - I'd quickly copy down those details into Notepad before this Terminal gets closed.");
+ Console.WriteLine("TheHiddenHacker> You'll need to figure out where you can get the password. Try looking for any odd text on the website.");
+ Thread.Sleep(3500);
+ Console.WriteLine("TheHiddenHacker> I don't have much time to talk - I'd quickly copy down those details into Notepad before this Terminal gets closed.");
Application.DoEvents();
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
index 9e0cd81..76d62b1 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs
@@ -28,9 +28,10 @@
/// </summary>
private void InitializeComponent()
{
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicIE4));
+ this.resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicIE4));
this.program = new System.Windows.Forms.Panel();
this.browsingarea = new System.Windows.Forms.Panel();
+ this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.padamsmain = new System.Windows.Forms.Panel();
this.Panel12 = new System.Windows.Forms.Panel();
this.LinkLabel17 = new System.Windows.Forms.LinkLabel();
@@ -96,6 +97,13 @@
this.Panel11 = new System.Windows.Forms.Panel();
this.PictureBox4 = new System.Windows.Forms.PictureBox();
this.PictureBox3 = new System.Windows.Forms.PictureBox();
+ this.welcomeinternetscreen = new System.Windows.Forms.Panel();
+ this.Label58 = new System.Windows.Forms.Label();
+ this.LinkLabel16 = new System.Windows.Forms.LinkLabel();
+ this.LinkLabel15 = new System.Windows.Forms.LinkLabel();
+ this.Label3 = new System.Windows.Forms.Label();
+ this.TextBox1 = new System.Windows.Forms.TextBox();
+ this.Label2 = new System.Windows.Forms.Label();
this.hotmailpadams = new System.Windows.Forms.Panel();
this.email1 = new System.Windows.Forms.Panel();
this.LinkLabel18 = new System.Windows.Forms.LinkLabel();
@@ -324,6 +332,7 @@
this.Panel11.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PictureBox3)).BeginInit();
+ this.welcomeinternetscreen.SuspendLayout();
this.hotmailpadams.SuspendLayout();
this.email1.SuspendLayout();
this.email3.SuspendLayout();
@@ -356,6 +365,7 @@
//
this.program.BackColor = System.Drawing.Color.Silver;
this.program.Controls.Add(this.browsingarea);
+ this.program.Controls.Add(this.webBrowser1);
this.program.Controls.Add(this.Panel14);
this.program.Controls.Add(this.Panel1);
this.program.Controls.Add(this.PictureBox1);
@@ -372,6 +382,7 @@
this.browsingarea.Controls.Add(this.padamsmain);
this.browsingarea.Controls.Add(this.padamsbackgrounds);
this.browsingarea.Controls.Add(this.hotmailmain);
+ this.browsingarea.Controls.Add(this.welcomeinternetscreen);
this.browsingarea.Controls.Add(this.hotmailpadams);
this.browsingarea.Controls.Add(this.googlealpha);
this.browsingarea.Controls.Add(this.padamshidden);
@@ -386,6 +397,15 @@
this.browsingarea.TabIndex = 9;
this.browsingarea.Visible = false;
//
+ // webBrowser1
+ //
+ this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.webBrowser1.Location = new System.Drawing.Point(0, 111);
+ this.webBrowser1.Name = "webBrowser1";
+ this.webBrowser1.Size = new System.Drawing.Size(959, 483);
+ this.webBrowser1.TabIndex = 11;
+ this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(webBrowser1_DocumentCompleted);
+ //
// padamsmain
//
this.padamsmain.AutoScroll = true;
@@ -442,6 +462,7 @@
this.Label20.Size = new System.Drawing.Size(174, 15);
this.Label20.TabIndex = 7;
this.Label20.Text = "Copyright 1998 12padams";
+ this.Label20.Click += new System.EventHandler(this.Label20_Click);
//
// Panel10
//
@@ -684,8 +705,8 @@
//
// Panel13
//
- this.Panel13.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ this.Panel13.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.Panel13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Panel13.Controls.Add(this.Previewimage);
@@ -699,18 +720,18 @@
this.Panel13.Controls.Add(this.win95background);
this.Panel13.Location = new System.Drawing.Point(46, 74);
this.Panel13.Name = "Panel13";
- this.Panel13.Size = new System.Drawing.Size(8162, 118);
+ this.Panel13.Size = new System.Drawing.Size(7358, 118);
this.Panel13.TabIndex = 2;
//
// Previewimage
//
- this.Previewimage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ this.Previewimage.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.Previewimage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Previewimage.Location = new System.Drawing.Point(246, 6);
this.Previewimage.Name = "Previewimage";
- this.Previewimage.Size = new System.Drawing.Size(6745, 118);
+ this.Previewimage.Size = new System.Drawing.Size(5941, 118);
this.Previewimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.Previewimage.TabIndex = 1;
this.Previewimage.TabStop = false;
@@ -865,7 +886,7 @@
this.Label31.ForeColor = System.Drawing.Color.White;
this.Label31.Location = new System.Drawing.Point(513, 259);
this.Label31.Name = "Label31";
- this.Label31.Size = new System.Drawing.Size(111, 15);
+ this.Label31.Size = new System.Drawing.Size(113, 15);
this.Label31.TabIndex = 19;
this.Label31.Text = "Privacy Statement";
//
@@ -876,7 +897,7 @@
this.Label30.ForeColor = System.Drawing.Color.White;
this.Label30.Location = new System.Drawing.Point(513, 234);
this.Label30.Name = "Label30";
- this.Label30.Size = new System.Drawing.Size(77, 15);
+ this.Label30.Size = new System.Drawing.Size(79, 15);
this.Label30.TabIndex = 18;
this.Label30.Text = "Email Safety";
//
@@ -887,7 +908,7 @@
this.Label29.ForeColor = System.Drawing.Color.White;
this.Label29.Location = new System.Drawing.Point(513, 207);
this.Label29.Name = "Label29";
- this.Label29.Size = new System.Drawing.Size(86, 15);
+ this.Label29.Size = new System.Drawing.Size(88, 15);
this.Label29.TabIndex = 17;
this.Label29.Text = "About Hotmail";
//
@@ -934,7 +955,7 @@
this.Label27.ForeColor = System.Drawing.Color.White;
this.Label27.Location = new System.Drawing.Point(258, 140);
this.Label27.Name = "Label27";
- this.Label27.Size = new System.Drawing.Size(139, 15);
+ this.Label27.Size = new System.Drawing.Size(142, 15);
this.Label27.TabIndex = 12;
this.Label27.Text = "Forgot Your Password?";
//
@@ -1027,7 +1048,7 @@
this.Label25.ForeColor = System.Drawing.Color.White;
this.Label25.Location = new System.Drawing.Point(232, 59);
this.Label25.Name = "Label25";
- this.Label25.Size = new System.Drawing.Size(74, 15);
+ this.Label25.Size = new System.Drawing.Size(75, 15);
this.Label25.TabIndex = 3;
this.Label25.Text = "Login Name";
//
@@ -1081,7 +1102,97 @@
this.PictureBox3.Size = new System.Drawing.Size(160, 136);
this.PictureBox3.TabIndex = 0;
this.PictureBox3.TabStop = false;
- //
+ //
+ // welcomeinternetscreen
+ //
+ this.welcomeinternetscreen.AutoScroll = true;
+ this.welcomeinternetscreen.BackColor = System.Drawing.Color.White;
+ this.welcomeinternetscreen.Controls.Add(this.Label58);
+ this.welcomeinternetscreen.Controls.Add(this.LinkLabel16);
+ this.welcomeinternetscreen.Controls.Add(this.LinkLabel15);
+ this.welcomeinternetscreen.Controls.Add(this.Label3);
+ this.welcomeinternetscreen.Controls.Add(this.TextBox1);
+ this.welcomeinternetscreen.Controls.Add(this.Label2);
+ this.welcomeinternetscreen.Location = new System.Drawing.Point(8, 3);
+ this.welcomeinternetscreen.Name = "welcomeinternetscreen";
+ this.welcomeinternetscreen.Size = new System.Drawing.Size(38, 38);
+ this.welcomeinternetscreen.TabIndex = 0;
+ //
+ // Label58
+ //
+ this.Label58.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.Label58.AutoSize = false;
+ this.Label58.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.Label58.Location = new System.Drawing.Point(0, 45);
+ this.Label58.Name = "Label58";
+ this.Label58.Size = new System.Drawing.Size(browsingarea.Width, 16);
+ this.Label58.TabIndex = 7;
+ this.Label58.Text = "Where do you want to go today?";
+ this.Label58.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // LinkLabel16
+ //
+ this.LinkLabel16.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.LinkLabel16.AutoSize = false;
+ this.LinkLabel16.Location = new System.Drawing.Point(0, 317);
+ this.LinkLabel16.Name = "LinkLabel16";
+ this.LinkLabel16.Size = new System.Drawing.Size(browsingarea.Width, 13);
+ this.LinkLabel16.TabIndex = 6;
+ this.LinkLabel16.TabStop = true;
+ this.LinkLabel16.Text = "www.12padams.com";
+ this.LinkLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // LinkLabel15
+ //
+ this.LinkLabel15.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.LinkLabel15.AutoSize = false;
+ this.LinkLabel15.Location = new System.Drawing.Point(0, 298);
+ this.LinkLabel15.Name = "LinkLabel15";
+ this.LinkLabel15.Size = new System.Drawing.Size(browsingarea.Width, 13);
+ this.LinkLabel15.TabIndex = 5;
+ this.LinkLabel15.TabStop = true;
+ this.LinkLabel15.Text = "www.google.com";
+ this.LinkLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // Label3
+ //
+ this.Label3.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.Label3.AutoSize = false;
+ this.Label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.Label3.Location = new System.Drawing.Point(0, 258);
+ this.Label3.Name = "Label3";
+ this.Label3.Size = new System.Drawing.Size(browsingarea.Width, 20);
+ this.Label3.TabIndex = 2;
+ this.Label3.Text = "Here are some sites you may wish to visit.";
+ this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // TextBox1
+ //
+ this.TextBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.TextBox1.BackColor = System.Drawing.Color.White;
+ this.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.TextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.TextBox1.Location = new System.Drawing.Point(0, 98);
+ this.TextBox1.Multiline = true;
+ this.TextBox1.Name = "TextBox1";
+ this.TextBox1.ReadOnly = true;
+ this.TextBox1.Size = new System.Drawing.Size(browsingarea.Width, 130);
+ this.TextBox1.TabIndex = 1;
+ this.TextBox1.Text = resources.GetString("TextBox1.Text");
+ this.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // Label2
+ //
+ this.Label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.Label2.AutoSize = false;
+ this.Label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.Label2.Location = new System.Drawing.Point(0, 19);
+ this.Label2.Name = "Label2";
+ this.Label2.Size = new System.Drawing.Size(browsingarea.Width, 24);
+ this.Label2.TabIndex = 0;
+ this.Label2.Text = "Welcome To Internet Explorer 4";
+ this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
// hotmailpadams
//
this.hotmailpadams.AutoScroll = true;
@@ -1667,6 +1778,7 @@
this.Button12.TabIndex = 2;
this.Button12.Text = "Google Search";
this.Button12.UseVisualStyleBackColor = false;
+ this.Button12.Click += new System.EventHandler(this.Button12_Click);
//
// TextBox4
//
@@ -1760,7 +1872,7 @@
this.Label42.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.Label42.AutoSize = true;
this.Label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Label42.Location = new System.Drawing.Point(1258, 9);
+ this.Label42.Location = new System.Drawing.Point(1124, 9);
this.Label42.Name = "Label42";
this.Label42.Size = new System.Drawing.Size(263, 18);
this.Label42.TabIndex = 5;
@@ -1771,7 +1883,7 @@
this.Label41.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.Label41.AutoSize = true;
this.Label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Label41.Location = new System.Drawing.Point(1358, 33);
+ this.Label41.Location = new System.Drawing.Point(1224, 33);
this.Label41.Name = "Label41";
this.Label41.Size = new System.Drawing.Size(71, 24);
this.Label41.TabIndex = 4;
@@ -1779,21 +1891,21 @@
//
// TextBox8
//
- this.TextBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ this.TextBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.TextBox8.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.TextBox8.Location = new System.Drawing.Point(51, 72);
this.TextBox8.Multiline = true;
this.TextBox8.Name = "TextBox8";
this.TextBox8.ReadOnly = true;
- this.TextBox8.Size = new System.Drawing.Size(172, 6978);
+ this.TextBox8.Size = new System.Drawing.Size(172, 6276);
this.TextBox8.TabIndex = 3;
this.TextBox8.Text = resources.GetString("TextBox8.Text");
//
// PictureBox11
//
this.PictureBox11.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.PictureBox11.Location = new System.Drawing.Point(1228, 60);
+ this.PictureBox11.Location = new System.Drawing.Point(1094, 60);
this.PictureBox11.Name = "PictureBox11";
this.PictureBox11.Size = new System.Drawing.Size(337, 386);
this.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
@@ -1802,7 +1914,7 @@
//
// Label40
//
- this.Label40.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ this.Label40.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.Label40.AutoSize = true;
this.Label40.Location = new System.Drawing.Point(48, 45);
@@ -1813,7 +1925,7 @@
//
// Label39
//
- this.Label39.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ this.Label39.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.Label39.AutoSize = true;
this.Label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -2024,6 +2136,7 @@
this.GoogleSearchButton.TabIndex = 3;
this.GoogleSearchButton.Text = "Google Search";
this.GoogleSearchButton.UseVisualStyleBackColor = false;
+ this.GoogleSearchButton.Click += new System.EventHandler(this.Button9_Click);
//
// ComboBox1
//
@@ -2086,11 +2199,11 @@
this.GoButton.Text = "Go";
this.GoButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.GoButton.UseVisualStyleBackColor = true;
- this.GoButton.Click += new System.EventHandler(this.GoButton_Click);
+ this.GoButton.Click += new System.EventHandler(GoButton_Click);
//
// addressbar
//
- this.addressbar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ this.addressbar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.addressbar.FormattingEnabled = true;
this.addressbar.Location = new System.Drawing.Point(58, 9);
@@ -2323,7 +2436,7 @@
this.ToolStripMenuItem20,
this.ToolStripMenuItem21});
this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
- this.ToolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
+ this.ToolStripMenuItem1.Size = new System.Drawing.Size(40, 20);
this.ToolStripMenuItem1.Text = "File";
//
// ToolStripMenuItem2
@@ -2336,84 +2449,84 @@
this.ToolStripMenuItem6,
this.ToolStripMenuItem7});
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
- this.ToolStripMenuItem2.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem2.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem2.Text = "New";
//
// ToolStripMenuItem3
//
this.ToolStripMenuItem3.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
- this.ToolStripMenuItem3.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem3.Size = new System.Drawing.Size(181, 22);
this.ToolStripMenuItem3.Text = "Window Ctrl+N";
//
// ToolStripMenuItem4
//
this.ToolStripMenuItem4.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem4.Name = "ToolStripMenuItem4";
- this.ToolStripMenuItem4.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem4.Size = new System.Drawing.Size(181, 22);
this.ToolStripMenuItem4.Text = "Message";
//
// ToolStripMenuItem5
//
this.ToolStripMenuItem5.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem5.Name = "ToolStripMenuItem5";
- this.ToolStripMenuItem5.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem5.Size = new System.Drawing.Size(181, 22);
this.ToolStripMenuItem5.Text = "Post";
//
// ToolStripMenuItem6
//
this.ToolStripMenuItem6.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem6.Name = "ToolStripMenuItem6";
- this.ToolStripMenuItem6.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem6.Size = new System.Drawing.Size(181, 22);
this.ToolStripMenuItem6.Text = "Contact";
//
// ToolStripMenuItem7
//
this.ToolStripMenuItem7.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem7.Name = "ToolStripMenuItem7";
- this.ToolStripMenuItem7.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem7.Size = new System.Drawing.Size(181, 22);
this.ToolStripMenuItem7.Text = "Internet Call";
//
// ToolStripMenuItem8
//
this.ToolStripMenuItem8.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem8.Name = "ToolStripMenuItem8";
- this.ToolStripMenuItem8.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem8.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem8.Text = "Open... Ctrl+O";
//
// ToolStripMenuItem9
//
this.ToolStripMenuItem9.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem9.Name = "ToolStripMenuItem9";
- this.ToolStripMenuItem9.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem9.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem9.Text = "Edit with Windows Notepad";
//
// ToolStripMenuItem10
//
this.ToolStripMenuItem10.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem10.Name = "ToolStripMenuItem10";
- this.ToolStripMenuItem10.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem10.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem10.Text = "Save Ctrl+S";
//
// ToolStripMenuItem11
//
this.ToolStripMenuItem11.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem11.Name = "ToolStripMenuItem11";
- this.ToolStripMenuItem11.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem11.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem11.Text = "Save As...";
//
// ToolStripMenuItem12
//
this.ToolStripMenuItem12.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem12.Name = "ToolStripMenuItem12";
- this.ToolStripMenuItem12.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem12.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem12.Text = "Print Setup...";
//
// ToolStripMenuItem13
//
this.ToolStripMenuItem13.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem13.Name = "ToolStripMenuItem13";
- this.ToolStripMenuItem13.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem13.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem13.Text = "Print...";
//
// ToolStripMenuItem14
@@ -2424,57 +2537,58 @@
this.ToolStripMenuItem16,
this.ToolStripMenuItem17});
this.ToolStripMenuItem14.Name = "ToolStripMenuItem14";
- this.ToolStripMenuItem14.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem14.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem14.Text = "Send";
//
// ToolStripMenuItem15
//
this.ToolStripMenuItem15.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem15.Name = "ToolStripMenuItem15";
- this.ToolStripMenuItem15.Size = new System.Drawing.Size(179, 22);
+ this.ToolStripMenuItem15.Size = new System.Drawing.Size(198, 22);
this.ToolStripMenuItem15.Text = "Page by E-mail...";
//
// ToolStripMenuItem16
//
this.ToolStripMenuItem16.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem16.Name = "ToolStripMenuItem16";
- this.ToolStripMenuItem16.Size = new System.Drawing.Size(179, 22);
+ this.ToolStripMenuItem16.Size = new System.Drawing.Size(198, 22);
this.ToolStripMenuItem16.Text = "Link by E-mail...";
//
// ToolStripMenuItem17
//
this.ToolStripMenuItem17.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem17.Name = "ToolStripMenuItem17";
- this.ToolStripMenuItem17.Size = new System.Drawing.Size(179, 22);
+ this.ToolStripMenuItem17.Size = new System.Drawing.Size(198, 22);
this.ToolStripMenuItem17.Text = "Shortcut to Desktop";
//
// ToolStripMenuItem18
//
this.ToolStripMenuItem18.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem18.Name = "ToolStripMenuItem18";
- this.ToolStripMenuItem18.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem18.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem18.Text = "Import and Export...";
//
// ToolStripMenuItem19
//
this.ToolStripMenuItem19.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem19.Name = "ToolStripMenuItem19";
- this.ToolStripMenuItem19.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem19.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem19.Text = "Properties";
//
// ToolStripMenuItem20
//
this.ToolStripMenuItem20.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem20.Name = "ToolStripMenuItem20";
- this.ToolStripMenuItem20.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem20.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem20.Text = "Work Offline";
//
// ToolStripMenuItem21
//
this.ToolStripMenuItem21.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem21.Name = "ToolStripMenuItem21";
- this.ToolStripMenuItem21.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem21.Size = new System.Drawing.Size(239, 22);
this.ToolStripMenuItem21.Text = "Close";
+ this.ToolStripMenuItem21.Click += new System.EventHandler(this.ToolStripMenuItem21_Click);
//
// ToolStripMenuItem22
//
@@ -2485,42 +2599,42 @@
this.ToolStripMenuItem26,
this.ToolStripMenuItem27});
this.ToolStripMenuItem22.Name = "ToolStripMenuItem22";
- this.ToolStripMenuItem22.Size = new System.Drawing.Size(39, 20);
+ this.ToolStripMenuItem22.Size = new System.Drawing.Size(43, 20);
this.ToolStripMenuItem22.Text = "Edit";
//
// ToolStripMenuItem23
//
this.ToolStripMenuItem23.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem23.Name = "ToolStripMenuItem23";
- this.ToolStripMenuItem23.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem23.Size = new System.Drawing.Size(237, 22);
this.ToolStripMenuItem23.Text = "Cut Ctrl+X";
//
// ToolStripMenuItem24
//
this.ToolStripMenuItem24.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem24.Name = "ToolStripMenuItem24";
- this.ToolStripMenuItem24.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem24.Size = new System.Drawing.Size(237, 22);
this.ToolStripMenuItem24.Text = "Copy Ctrl+C";
//
// ToolStripMenuItem25
//
this.ToolStripMenuItem25.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem25.Name = "ToolStripMenuItem25";
- this.ToolStripMenuItem25.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem25.Size = new System.Drawing.Size(237, 22);
this.ToolStripMenuItem25.Text = "Paste Ctrl+V";
//
// ToolStripMenuItem26
//
this.ToolStripMenuItem26.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem26.Name = "ToolStripMenuItem26";
- this.ToolStripMenuItem26.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem26.Size = new System.Drawing.Size(237, 22);
this.ToolStripMenuItem26.Text = "Select All Ctrl+A";
//
// ToolStripMenuItem27
//
this.ToolStripMenuItem27.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem27.Name = "ToolStripMenuItem27";
- this.ToolStripMenuItem27.Size = new System.Drawing.Size(221, 22);
+ this.ToolStripMenuItem27.Size = new System.Drawing.Size(237, 22);
this.ToolStripMenuItem27.Text = "Find (on This Page)... Ctrl+F";
//
// ToolStripMenuItem28
@@ -2537,7 +2651,7 @@
this.ToolStripMenuItem71,
this.ToolStripMenuItem72});
this.ToolStripMenuItem28.Name = "ToolStripMenuItem28";
- this.ToolStripMenuItem28.Size = new System.Drawing.Size(44, 20);
+ this.ToolStripMenuItem28.Size = new System.Drawing.Size(47, 20);
this.ToolStripMenuItem28.Text = "View";
//
// ToolStripMenuItem29
@@ -2550,49 +2664,49 @@
this.ToolStripMenuItem33,
this.ToolStripMenuItem34});
this.ToolStripMenuItem29.Name = "ToolStripMenuItem29";
- this.ToolStripMenuItem29.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem29.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem29.Text = "Toolbars";
//
// ToolStripMenuItem30
//
this.ToolStripMenuItem30.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem30.Name = "ToolStripMenuItem30";
- this.ToolStripMenuItem30.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem30.Size = new System.Drawing.Size(183, 22);
this.ToolStripMenuItem30.Text = "Standard Buttons";
//
// ToolStripMenuItem31
//
this.ToolStripMenuItem31.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem31.Name = "ToolStripMenuItem31";
- this.ToolStripMenuItem31.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem31.Size = new System.Drawing.Size(183, 22);
this.ToolStripMenuItem31.Text = "Address Bar";
//
// ToolStripMenuItem32
//
this.ToolStripMenuItem32.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem32.Name = "ToolStripMenuItem32";
- this.ToolStripMenuItem32.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem32.Size = new System.Drawing.Size(183, 22);
this.ToolStripMenuItem32.Text = "Links";
//
// ToolStripMenuItem33
//
this.ToolStripMenuItem33.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem33.Name = "ToolStripMenuItem33";
- this.ToolStripMenuItem33.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem33.Size = new System.Drawing.Size(183, 22);
this.ToolStripMenuItem33.Text = "Radio";
//
// ToolStripMenuItem34
//
this.ToolStripMenuItem34.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem34.Name = "ToolStripMenuItem34";
- this.ToolStripMenuItem34.Size = new System.Drawing.Size(165, 22);
+ this.ToolStripMenuItem34.Size = new System.Drawing.Size(183, 22);
this.ToolStripMenuItem34.Text = "Customize...";
//
// ToolStripMenuItem35
//
this.ToolStripMenuItem35.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem35.Name = "ToolStripMenuItem35";
- this.ToolStripMenuItem35.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem35.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem35.Text = "Status Bar";
//
// ToolStripMenuItem36
@@ -2604,35 +2718,35 @@
this.ToolStripMenuItem39,
this.ToolStripMenuItem40});
this.ToolStripMenuItem36.Name = "ToolStripMenuItem36";
- this.ToolStripMenuItem36.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem36.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem36.Text = "Explorer Bar";
//
// ToolStripMenuItem37
//
this.ToolStripMenuItem37.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem37.Name = "ToolStripMenuItem37";
- this.ToolStripMenuItem37.Size = new System.Drawing.Size(184, 22);
+ this.ToolStripMenuItem37.Size = new System.Drawing.Size(193, 22);
this.ToolStripMenuItem37.Text = "Search Ctrl+E";
//
// ToolStripMenuItem38
//
this.ToolStripMenuItem38.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem38.Name = "ToolStripMenuItem38";
- this.ToolStripMenuItem38.Size = new System.Drawing.Size(184, 22);
+ this.ToolStripMenuItem38.Size = new System.Drawing.Size(193, 22);
this.ToolStripMenuItem38.Text = "Favorites Ctrl+I";
//
// ToolStripMenuItem39
//
this.ToolStripMenuItem39.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem39.Name = "ToolStripMenuItem39";
- this.ToolStripMenuItem39.Size = new System.Drawing.Size(184, 22);
+ this.ToolStripMenuItem39.Size = new System.Drawing.Size(193, 22);
this.ToolStripMenuItem39.Text = "History Ctrl+H";
//
// ToolStripMenuItem40
//
this.ToolStripMenuItem40.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem40.Name = "ToolStripMenuItem40";
- this.ToolStripMenuItem40.Size = new System.Drawing.Size(184, 22);
+ this.ToolStripMenuItem40.Size = new System.Drawing.Size(193, 22);
this.ToolStripMenuItem40.Text = "Tip of the Day";
//
// ToolStripMenuItem41
@@ -2641,28 +2755,28 @@
this.ToolStripMenuItem41.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem42});
this.ToolStripMenuItem41.Name = "ToolStripMenuItem41";
- this.ToolStripMenuItem41.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem41.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem41.Text = "Go To";
//
// ToolStripMenuItem42
//
this.ToolStripMenuItem42.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem42.Name = "ToolStripMenuItem42";
- this.ToolStripMenuItem42.Size = new System.Drawing.Size(136, 22);
+ this.ToolStripMenuItem42.Size = new System.Drawing.Size(143, 22);
this.ToolStripMenuItem42.Text = "Home Page";
//
// ToolStripMenuItem43
//
this.ToolStripMenuItem43.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem43.Name = "ToolStripMenuItem43";
- this.ToolStripMenuItem43.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem43.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem43.Text = "Stop Esc";
//
// ToolStripMenuItem44
//
this.ToolStripMenuItem44.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem44.Name = "ToolStripMenuItem44";
- this.ToolStripMenuItem44.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem44.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem44.Text = "Refresh F5";
//
// ToolStripMenuItem45
@@ -2675,42 +2789,42 @@
this.ToolStripMenuItem49,
this.ToolStripMenuItem50});
this.ToolStripMenuItem45.Name = "ToolStripMenuItem45";
- this.ToolStripMenuItem45.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem45.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem45.Text = "Text Size";
//
// ToolStripMenuItem46
//
this.ToolStripMenuItem46.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem46.Name = "ToolStripMenuItem46";
- this.ToolStripMenuItem46.Size = new System.Drawing.Size(119, 22);
+ this.ToolStripMenuItem46.Size = new System.Drawing.Size(126, 22);
this.ToolStripMenuItem46.Text = "Largest";
//
// ToolStripMenuItem47
//
this.ToolStripMenuItem47.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem47.Name = "ToolStripMenuItem47";
- this.ToolStripMenuItem47.Size = new System.Drawing.Size(119, 22);
+ this.ToolStripMenuItem47.Size = new System.Drawing.Size(126, 22);
this.ToolStripMenuItem47.Text = "Larger";
//
// ToolStripMenuItem48
//
this.ToolStripMenuItem48.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem48.Name = "ToolStripMenuItem48";
- this.ToolStripMenuItem48.Size = new System.Drawing.Size(119, 22);
+ this.ToolStripMenuItem48.Size = new System.Drawing.Size(126, 22);
this.ToolStripMenuItem48.Text = "Medium";
//
// ToolStripMenuItem49
//
this.ToolStripMenuItem49.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem49.Name = "ToolStripMenuItem49";
- this.ToolStripMenuItem49.Size = new System.Drawing.Size(119, 22);
+ this.ToolStripMenuItem49.Size = new System.Drawing.Size(126, 22);
this.ToolStripMenuItem49.Text = "Smaller";
//
// ToolStripMenuItem50
//
this.ToolStripMenuItem50.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem50.Name = "ToolStripMenuItem50";
- this.ToolStripMenuItem50.Size = new System.Drawing.Size(119, 22);
+ this.ToolStripMenuItem50.Size = new System.Drawing.Size(126, 22);
this.ToolStripMenuItem50.Text = "Smallest";
//
// ToolStripMenuItem51
@@ -2721,21 +2835,21 @@
this.ToolStripMenuItem53,
this.ToolStripMenuItem54});
this.ToolStripMenuItem51.Name = "ToolStripMenuItem51";
- this.ToolStripMenuItem51.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem51.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem51.Text = "Encoding";
//
// ToolStripMenuItem52
//
this.ToolStripMenuItem52.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem52.Name = "ToolStripMenuItem52";
- this.ToolStripMenuItem52.Size = new System.Drawing.Size(230, 22);
+ this.ToolStripMenuItem52.Size = new System.Drawing.Size(249, 22);
this.ToolStripMenuItem52.Text = "Auto-Select";
//
// ToolStripMenuItem53
//
this.ToolStripMenuItem53.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem53.Name = "ToolStripMenuItem53";
- this.ToolStripMenuItem53.Size = new System.Drawing.Size(230, 22);
+ this.ToolStripMenuItem53.Size = new System.Drawing.Size(249, 22);
this.ToolStripMenuItem53.Text = "Western European (Windows)";
//
// ToolStripMenuItem54
@@ -2759,133 +2873,133 @@
this.ToolStripMenuItem69,
this.ToolStripMenuItem70});
this.ToolStripMenuItem54.Name = "ToolStripMenuItem54";
- this.ToolStripMenuItem54.Size = new System.Drawing.Size(230, 22);
+ this.ToolStripMenuItem54.Size = new System.Drawing.Size(249, 22);
this.ToolStripMenuItem54.Text = "More";
//
// ToolStripMenuItem55
//
this.ToolStripMenuItem55.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem55.Name = "ToolStripMenuItem55";
- this.ToolStripMenuItem55.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem55.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem55.Text = "Arabic";
//
// ToolStripMenuItem56
//
this.ToolStripMenuItem56.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem56.Name = "ToolStripMenuItem56";
- this.ToolStripMenuItem56.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem56.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem56.Text = "Baltic";
//
// ToolStripMenuItem57
//
this.ToolStripMenuItem57.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem57.Name = "ToolStripMenuItem57";
- this.ToolStripMenuItem57.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem57.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem57.Text = "Central European";
//
// ToolStripMenuItem58
//
this.ToolStripMenuItem58.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem58.Name = "ToolStripMenuItem58";
- this.ToolStripMenuItem58.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem58.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem58.Text = "Chinese Simplified";
//
// ToolStripMenuItem59
//
this.ToolStripMenuItem59.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem59.Name = "ToolStripMenuItem59";
- this.ToolStripMenuItem59.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem59.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem59.Text = "Chinese Traditional";
//
// ToolStripMenuItem60
//
this.ToolStripMenuItem60.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem60.Name = "ToolStripMenuItem60";
- this.ToolStripMenuItem60.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem60.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem60.Text = "Cyrillic";
//
// ToolStripMenuItem61
//
this.ToolStripMenuItem61.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem61.Name = "ToolStripMenuItem61";
- this.ToolStripMenuItem61.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem61.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem61.Text = "Greek";
//
// ToolStripMenuItem62
//
this.ToolStripMenuItem62.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem62.Name = "ToolStripMenuItem62";
- this.ToolStripMenuItem62.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem62.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem62.Text = "Hebrew";
//
// ToolStripMenuItem63
//
this.ToolStripMenuItem63.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem63.Name = "ToolStripMenuItem63";
- this.ToolStripMenuItem63.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem63.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem63.Text = "Japanese";
//
// ToolStripMenuItem64
//
this.ToolStripMenuItem64.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem64.Name = "ToolStripMenuItem64";
- this.ToolStripMenuItem64.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem64.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem64.Text = "Korean";
//
// ToolStripMenuItem65
//
this.ToolStripMenuItem65.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem65.Name = "ToolStripMenuItem65";
- this.ToolStripMenuItem65.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem65.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem65.Text = "Thai";
//
// ToolStripMenuItem66
//
this.ToolStripMenuItem66.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem66.Name = "ToolStripMenuItem66";
- this.ToolStripMenuItem66.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem66.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem66.Text = "Turkish";
//
// ToolStripMenuItem67
//
this.ToolStripMenuItem67.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem67.Name = "ToolStripMenuItem67";
- this.ToolStripMenuItem67.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem67.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem67.Text = "Unicode (UTF-8)";
//
// ToolStripMenuItem68
//
this.ToolStripMenuItem68.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem68.Name = "ToolStripMenuItem68";
- this.ToolStripMenuItem68.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem68.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem68.Text = "User Defined";
//
// ToolStripMenuItem69
//
this.ToolStripMenuItem69.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem69.Name = "ToolStripMenuItem69";
- this.ToolStripMenuItem69.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem69.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem69.Text = "Vietnamese";
//
// ToolStripMenuItem70
//
this.ToolStripMenuItem70.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem70.Name = "ToolStripMenuItem70";
- this.ToolStripMenuItem70.Size = new System.Drawing.Size(199, 22);
+ this.ToolStripMenuItem70.Size = new System.Drawing.Size(216, 22);
this.ToolStripMenuItem70.Text = "Western European (ISO)";
//
// ToolStripMenuItem71
//
this.ToolStripMenuItem71.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem71.Name = "ToolStripMenuItem71";
- this.ToolStripMenuItem71.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem71.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem71.Text = "Source";
//
// ToolStripMenuItem72
//
this.ToolStripMenuItem72.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem72.Name = "ToolStripMenuItem72";
- this.ToolStripMenuItem72.Size = new System.Drawing.Size(166, 22);
+ this.ToolStripMenuItem72.Size = new System.Drawing.Size(180, 22);
this.ToolStripMenuItem72.Text = "Full Screen F11";
//
// ToolStripMenuItem78
@@ -2896,7 +3010,7 @@
this.ToolStripMenuItem86,
this.ToolStripMenuItem87});
this.ToolStripMenuItem78.Name = "ToolStripMenuItem78";
- this.ToolStripMenuItem78.Size = new System.Drawing.Size(34, 20);
+ this.ToolStripMenuItem78.Size = new System.Drawing.Size(36, 20);
this.ToolStripMenuItem78.Text = "Go";
//
// ToolStripMenuItem79
@@ -2909,63 +3023,63 @@
this.ToolStripMenuItem83,
this.ToolStripMenuItem84});
this.ToolStripMenuItem79.Name = "ToolStripMenuItem79";
- this.ToolStripMenuItem79.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem79.Size = new System.Drawing.Size(191, 22);
this.ToolStripMenuItem79.Text = "Mail and News";
//
// ToolStripMenuItem80
//
this.ToolStripMenuItem80.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem80.Name = "ToolStripMenuItem80";
- this.ToolStripMenuItem80.Size = new System.Drawing.Size(156, 22);
+ this.ToolStripMenuItem80.Size = new System.Drawing.Size(165, 22);
this.ToolStripMenuItem80.Text = "Read Mail";
//
// ToolStripMenuItem81
//
this.ToolStripMenuItem81.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem81.Name = "ToolStripMenuItem81";
- this.ToolStripMenuItem81.Size = new System.Drawing.Size(156, 22);
+ this.ToolStripMenuItem81.Size = new System.Drawing.Size(165, 22);
this.ToolStripMenuItem81.Text = "New Message...";
//
// ToolStripMenuItem82
//
this.ToolStripMenuItem82.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem82.Name = "ToolStripMenuItem82";
- this.ToolStripMenuItem82.Size = new System.Drawing.Size(156, 22);
+ this.ToolStripMenuItem82.Size = new System.Drawing.Size(165, 22);
this.ToolStripMenuItem82.Text = "Send a Link...";
//
// ToolStripMenuItem83
//
this.ToolStripMenuItem83.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem83.Name = "ToolStripMenuItem83";
- this.ToolStripMenuItem83.Size = new System.Drawing.Size(156, 22);
+ this.ToolStripMenuItem83.Size = new System.Drawing.Size(165, 22);
this.ToolStripMenuItem83.Text = "Send Page...";
//
// ToolStripMenuItem84
//
this.ToolStripMenuItem84.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem84.Name = "ToolStripMenuItem84";
- this.ToolStripMenuItem84.Size = new System.Drawing.Size(156, 22);
+ this.ToolStripMenuItem84.Size = new System.Drawing.Size(165, 22);
this.ToolStripMenuItem84.Text = "Read News";
//
// ToolStripMenuItem85
//
this.ToolStripMenuItem85.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem85.Name = "ToolStripMenuItem85";
- this.ToolStripMenuItem85.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem85.Size = new System.Drawing.Size(191, 22);
this.ToolStripMenuItem85.Text = "Windows Update";
//
// ToolStripMenuItem86
//
this.ToolStripMenuItem86.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem86.Name = "ToolStripMenuItem86";
- this.ToolStripMenuItem86.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem86.Size = new System.Drawing.Size(191, 22);
this.ToolStripMenuItem86.Text = "Show Related Links";
//
// ToolStripMenuItem87
//
this.ToolStripMenuItem87.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem87.Name = "ToolStripMenuItem87";
- this.ToolStripMenuItem87.Size = new System.Drawing.Size(175, 22);
+ this.ToolStripMenuItem87.Size = new System.Drawing.Size(191, 22);
this.ToolStripMenuItem87.Text = "Internet Options...";
//
// ToolStripMenuItem73
@@ -2975,21 +3089,21 @@
this.ToolStripMenuItem75,
this.ToolStripMenuItem76});
this.ToolStripMenuItem73.Name = "ToolStripMenuItem73";
- this.ToolStripMenuItem73.Size = new System.Drawing.Size(66, 20);
+ this.ToolStripMenuItem73.Size = new System.Drawing.Size(76, 20);
this.ToolStripMenuItem73.Text = "Favorites";
//
// ToolStripMenuItem74
//
this.ToolStripMenuItem74.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem74.Name = "ToolStripMenuItem74";
- this.ToolStripMenuItem74.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem74.Size = new System.Drawing.Size(197, 22);
this.ToolStripMenuItem74.Text = "Add to Favorites...";
//
// ToolStripMenuItem75
//
this.ToolStripMenuItem75.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem75.Name = "ToolStripMenuItem75";
- this.ToolStripMenuItem75.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem75.Size = new System.Drawing.Size(197, 22);
this.ToolStripMenuItem75.Text = "Organize Favorites...";
//
// ToolStripMenuItem76
@@ -2998,14 +3112,14 @@
this.ToolStripMenuItem76.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem77});
this.ToolStripMenuItem76.Name = "ToolStripMenuItem76";
- this.ToolStripMenuItem76.Size = new System.Drawing.Size(180, 22);
+ this.ToolStripMenuItem76.Size = new System.Drawing.Size(197, 22);
this.ToolStripMenuItem76.Text = "Links";
//
// ToolStripMenuItem77
//
this.ToolStripMenuItem77.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem77.Name = "ToolStripMenuItem77";
- this.ToolStripMenuItem77.Size = new System.Drawing.Size(109, 22);
+ this.ToolStripMenuItem77.Size = new System.Drawing.Size(111, 22);
this.ToolStripMenuItem77.Text = "(none)";
//
// ToolStripMenuItem88
@@ -3019,56 +3133,56 @@
this.ToolStripMenuItem94,
this.ToolStripMenuItem95});
this.ToolStripMenuItem88.Name = "ToolStripMenuItem88";
- this.ToolStripMenuItem88.Size = new System.Drawing.Size(44, 20);
+ this.ToolStripMenuItem88.Size = new System.Drawing.Size(46, 20);
this.ToolStripMenuItem88.Text = "Help";
//
// ToolStripMenuItem89
//
this.ToolStripMenuItem89.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem89.Name = "ToolStripMenuItem89";
- this.ToolStripMenuItem89.Size = new System.Drawing.Size(196, 22);
+ this.ToolStripMenuItem89.Size = new System.Drawing.Size(217, 22);
this.ToolStripMenuItem89.Text = "Contects and Index";
//
// ToolStripMenuItem90
//
this.ToolStripMenuItem90.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem90.Name = "ToolStripMenuItem90";
- this.ToolStripMenuItem90.Size = new System.Drawing.Size(196, 22);
+ this.ToolStripMenuItem90.Size = new System.Drawing.Size(217, 22);
this.ToolStripMenuItem90.Text = "Tip of the Day";
//
// ToolStripMenuItem91
//
this.ToolStripMenuItem91.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem91.Name = "ToolStripMenuItem91";
- this.ToolStripMenuItem91.Size = new System.Drawing.Size(196, 22);
+ this.ToolStripMenuItem91.Size = new System.Drawing.Size(217, 22);
this.ToolStripMenuItem91.Text = "For Netscape Users";
//
// ToolStripMenuItem92
//
this.ToolStripMenuItem92.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem92.Name = "ToolStripMenuItem92";
- this.ToolStripMenuItem92.Size = new System.Drawing.Size(196, 22);
+ this.ToolStripMenuItem92.Size = new System.Drawing.Size(217, 22);
this.ToolStripMenuItem92.Text = "Tour";
//
// ToolStripMenuItem93
//
this.ToolStripMenuItem93.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem93.Name = "ToolStripMenuItem93";
- this.ToolStripMenuItem93.Size = new System.Drawing.Size(196, 22);
+ this.ToolStripMenuItem93.Size = new System.Drawing.Size(217, 22);
this.ToolStripMenuItem93.Text = "Online Support";
//
// ToolStripMenuItem94
//
this.ToolStripMenuItem94.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem94.Name = "ToolStripMenuItem94";
- this.ToolStripMenuItem94.Size = new System.Drawing.Size(196, 22);
+ this.ToolStripMenuItem94.Size = new System.Drawing.Size(217, 22);
this.ToolStripMenuItem94.Text = "About Internet Explorer";
//
// ToolStripMenuItem95
//
this.ToolStripMenuItem95.BackColor = System.Drawing.Color.Silver;
this.ToolStripMenuItem95.Name = "ToolStripMenuItem95";
- this.ToolStripMenuItem95.Size = new System.Drawing.Size(196, 22);
+ this.ToolStripMenuItem95.Size = new System.Drawing.Size(217, 22);
this.ToolStripMenuItem95.Text = "Send Feedback";
//
// WinClassicIE4
@@ -3110,6 +3224,8 @@
this.Panel11.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.PictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PictureBox3)).EndInit();
+ this.welcomeinternetscreen.ResumeLayout(false);
+ this.welcomeinternetscreen.PerformLayout();
this.hotmailpadams.ResumeLayout(false);
this.email1.ResumeLayout(false);
this.email1.PerformLayout();
@@ -3199,6 +3315,13 @@
internal System.Windows.Forms.Panel Panel11;
internal System.Windows.Forms.PictureBox PictureBox4;
internal System.Windows.Forms.PictureBox PictureBox3;
+ internal System.Windows.Forms.Panel welcomeinternetscreen;
+ internal System.Windows.Forms.Label Label58;
+ internal System.Windows.Forms.LinkLabel LinkLabel16;
+ internal System.Windows.Forms.LinkLabel LinkLabel15;
+ internal System.Windows.Forms.Label Label3;
+ internal System.Windows.Forms.TextBox TextBox1;
+ internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.Panel hotmailpadams;
internal System.Windows.Forms.Panel email1;
internal System.Windows.Forms.LinkLabel LinkLabel18;
@@ -3432,6 +3555,7 @@
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem93;
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem94;
internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem95;
+ internal System.Windows.Forms.WebBrowser webBrowser1;
internal System.ComponentModel.ComponentResourceManager resources;
}
} \ No newline at end of file
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index 57bff66..bf05104 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
+using System.Diagnostics;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;
@@ -12,6 +13,9 @@ namespace TimeHACK.OS.Win95.Win95Apps
public List<string> browsinghistory = new List<string>();
public int historylocation = 0;
+ public HtmlDocument currentsite;
+ private Timer loadplz = new Timer();
+
public WinClassicIE4()
{
InitializeComponent();
@@ -24,6 +28,9 @@ namespace TimeHACK.OS.Win95.Win95Apps
hidePrograms();
browsinghistory.Add("www.microsoft.com/internetexplorer4/welcome");
for (int i = 0; i < 99; i++) browsinghistory.Add(null);
+ webBrowser1.DocumentText = resources.GetString("ie4start_HTML");
+ webBrowser1.Show();
+ loadplz.Tick += new EventHandler(loadplz_Tick);
foreach (ToolStripMenuItem item in MenuStrip3.Items) item.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
foreach (Control ctrl in Panel1.Controls) ctrl.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0)));
}
@@ -44,15 +51,62 @@ namespace TimeHACK.OS.Win95.Win95Apps
email3.Hide();
hotmailpadams.Hide();
}
+
+ private void google_LinkClicked(object sender, HtmlElementEventArgs e)
+ {
+ goToSite("www.google.com", false);
+ }
+
+ private void padams_LinkClicked(object sender, HtmlElementEventArgs e)
+ {
+ goToSite("www.12padams.com", false);
+ }
+
+ private void googleprototypelink_LinkClicked(object sender, HtmlElementEventArgs e)
+ {
+ goToSite("www.google.stanford.edu", false);
+ }
+
+ private void googlebetalink_LinkClicked(object sender, HtmlElementEventArgs e)
+ {
+ goToSite("www.alpha.google.com", false);
+ }
+
+ private void Label20_Click(object sender, EventArgs e)
+ {
+ hidePrograms();
+ padamshidden.Dock = DockStyle.Fill;
+ padamshidden.Show();
+ }
+
+ 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)
+ {
+ ((Form)this.TopLevelControl).Close();
+ }
+
private void goToSite(string url, bool back)
{
+ webBrowser1.DocumentText = "";
switch (url)
{
case "www.google.com":
hidePrograms();
+ webBrowser1.DocumentText = resources.GetString("google_HTML");
break;
case "www.google.stanford.edu":
hidePrograms();
+ webBrowser1.DocumentText = resources.GetString("prototype_HTML");
break;
case "www.alpha.google.com":
hidePrograms();
@@ -60,11 +114,13 @@ namespace TimeHACK.OS.Win95.Win95Apps
googlealpha.Show();
break;
case "www.12padams.com":
- Win95Apps.Story.Hack1.startObjective();
hidePrograms();
+ Story.Hack1.startObjective();
+ webBrowser1.DocumentText = resources.GetString("padams_HTML");
break;
case "www.microsoft.com/internetexplorer4/welcome":
hidePrograms();
+ webBrowser1.DocumentText = resources.GetString("ie4start_HTML");
break;
case "www.???.com":
hidePrograms();
@@ -98,6 +154,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
}
addressbar.Text = url;
+ currentsite = webBrowser1.Document;
}
private void BackButton_Click(object sender, EventArgs e)
@@ -131,7 +188,40 @@ namespace TimeHACK.OS.Win95.Win95Apps
{
goToSite(addressbar.Text, false);
}
-
+
+ private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
+ {
+ loadplz.Start();
+ }
+
+ private void loadplz_Tick(object sender, EventArgs e)
+ {
+ try
+ {
+ Debug.Print(webBrowser1.Document.Title);
+ switch (webBrowser1.Document.Title)
+ {
+ case "IE4START":
+ webBrowser1.Document.GetElementById("google").Click += new HtmlElementEventHandler(google_LinkClicked);
+ webBrowser1.Document.GetElementById("padams").Click += new HtmlElementEventHandler(padams_LinkClicked);
+ break;
+ case "12PADAMS":
+ webBrowser1.Document.GetElementById("wc_b").Click += new HtmlElementEventHandler(WCDownloadButton_Click);
+ if (!TitleScreen.frm95.hiddenpadamsFound) webBrowser1.Document.GetElementById("distort").Style += "visibility:hidden;";
+ break;
+ case "GOOGLE":
+ webBrowser1.Document.GetElementById("prototype").Click += new HtmlElementEventHandler(googleprototypelink_LinkClicked);
+ webBrowser1.Document.GetElementById("alpha").Click += new HtmlElementEventHandler(googlebetalink_LinkClicked);
+ break;
+ }
+ loadplz.Stop();
+ }
+ catch
+ {
+
+ }
+ }
+
//TODO: Add more websites
//TODO: Relabel Buttons And Things
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
index c89e385..02cc277 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx
@@ -117,6 +117,13 @@
<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>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?</value>
+ </data>
<data name="TextBox12.Text" xml:space="preserve">
<value>1998: Added Time Distortion software to 12padams website.
Software was hidden and only accessable after downloading hwcv.exe and applying it onto the 12padams website
@@ -184,7 +191,225 @@ 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>
+ <data name="ie4start_HTML" xml:space="preserve">
+ <value>&lt;html&gt;
+ &lt;head&gt;
+ &lt;title&gt;IE4START&lt;/title&gt;
+ &lt;style&gt;
+ 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;
+ }
+ a {
+ color: blue;
+ text-decoration: underline;
+ cursor: pointer;
+ }
+ &lt;/style&gt;
+ &lt;/head&gt;
+ &lt;body&gt;
+ &lt;h1&gt;Welcome to Internet Explorer 4&lt;/h1&gt;
+ &lt;p&gt;Welcome To Internet Explorer 4.&lt;br&gt;
+Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.&lt;br&gt;
+Just type an address in the location bar above and then press go.&lt;br&gt;
+Instantly you will be taken to the webpage of your choosing.&lt;br&gt;
+Where do you want to go today?&lt;/p&gt;
+ &lt;h2&gt;Here are some sites you may want to visit.&lt;/h2&gt;
+ &lt;a id="google"&gt;www.google.com&lt;/a&gt;&lt;br&gt;
+ &lt;a id="padams"&gt;www.12padams.com&lt;/a&gt;
+ &lt;p class="end"&gt;Where do you want to go today?&lt;/p&gt;
+ &lt;/body&gt;
+&lt;/html&gt;</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>
+ <data name="padams_HTML" xml:space="preserve">
+ <value>&lt;html&gt;
+ &lt;head&gt;
+ &lt;title&gt;12PADAMS&lt;/title&gt;
+ &lt;style&gt;
+ 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;
+ }
+ td div {
+ display: inline-block;
+ border: 1px solid black;
+ 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: white black black white;
+ margin-right: 2px;
+ }
+ a {
+ font-size: 9.25pt;
+ color: blue;
+ }
+ &lt;/style&gt;
+ &lt;/head&gt;
+ &lt;body&gt;
+ &lt;h1&gt;Welcome to the Official 12padams website!!!&lt;/h1&gt;
+ &lt;p&gt;The best customizations for your windows 95 computer&lt;/p&gt;
+ &lt;table align="center"&gt;
+ &lt;tr&gt;
+ &lt;td&gt;&lt;div class="software"&gt;
+ &lt;h1&gt;Games/Software&lt;/h1&gt;
+ &lt;p class="app" id="gtn"&gt;Guess the Number V1 &lt;button id="gtn_b"&gt;Download&lt;/button&gt;&lt;/p&gt;
+ &lt;p class="app" id="wc"&gt;Web Chat 1998 &lt;button id="wc_b"&gt;Download&lt;/button&gt;&lt;/p&gt;
+ &lt;p class="app" id="distort"&gt;Time Distorter 0.1 &lt;button id="distort_b"&gt;Download&lt;/button&gt;&lt;/p&gt;
+ &lt;/div&gt;&lt;/td&gt;
+ &lt;td&gt;&lt;div class="customize"&gt;
+ &lt;h1&gt;Customizations&lt;/h1&gt;
+ &lt;p class="app" id="bg"&gt;Backgrounds &lt;button id="bg_b"&gt;View Backgrounds&lt;/button&gt;&lt;/p&gt;
+ &lt;p class="app" id="skn"&gt;Skindows 95 &lt;button id="skn_b"&gt;Info&lt;/button&gt;&lt;/p&gt;
+ &lt;/div&gt;&lt;/td&gt;
+ &lt;td&gt;&lt;div class="viruses"&gt;
+ &lt;h1&gt;Example Viruses&lt;/h1&gt;
+ &lt;p class="app" id="sr"&gt;Start Runner 95 &lt;button id="sr_b"&gt;Download&lt;/button&gt;&lt;/p&gt;
+ &lt;p class="app" id="eb"&gt;Error Blaster 95 &lt;button id="eb_b"&gt;Download&lt;/button&gt;&lt;/p&gt;
+ &lt;/div&gt;&lt;/td&gt;
+ &lt;td&gt;&lt;div class="sites"&gt;
+ &lt;h1&gt;Changelog&lt;/h1&gt;
+ &lt;p class="app"&gt;1996: 12padams.com created&lt;/p&gt;
+ &lt;p class="app"&gt;1997: Software added to the site&lt;/p&gt;
+ &lt;p class="app"&gt;1̧͙̙̦̪͙͇̜̥͍̟͍̹̰̝͖̫̩͘͡͡9̸̨͏̖̱̗̣̥͕̲͈̬̦9͠҉̶̢͔̹̖͇̫̩̻̪̬͔̥̟̺̼̺̟̫8̷̴̶̱̩͖̟̠̬̻̼̳̰̺͚͜͞:̧͟͏̰̣̠̹͍͔̼͕̲͇̪̥̗̞͚͇̖ͅ ͏̙͇̮̤̠͇̜͚͈͇͔̠̙͜͡ͅÀ͏̰̮̞̲̠̩̳͙͓͉̭̼̠͕̣͇̜͎ͅd̢̩̝̙̩̭̫͓̮͙͔̘̥͝d̻̻̪̙͖̬͈͟͝e͠҉̨̧҉̯̙̹̝̟̺̰͖̹̞̻̝̖̪͉͍͇̬#҉̵̻̜͇̻̹͈̀͟ ̨̡̘͓͔̜̭̫͖͔̰̦̘̀#̛͓̬̭̦̹̙̭͕̕#̧͢͠͏̖̙͚͉͇̣̜̖ͅ#̜̝͚͓̳̘̭̣̲̟̤̖͇̬̠̯̠̀͠ ̢͚̲̞̯͎͙̪̗̜̹͙͓͉͢ͅ#̡͙̻̫̝̪͙͚̺̝͓̘̬̬͙͔̀̕͠#̴҉͖̲̺̱͖͈̭̭ͅ#̸̸̷̼̫̪̖̻̻͈̭̬͓̘͓̦̟̻̪͇̞̕#̸̢̨̻̗̣̠̥̖̜̜̖̺͍̝̗͓̦̳̫#̛͡҉̭̝̙̟̘̩̬͖͎̘̞̭̖͔̪̼̠͢ͅ#̰̜̭̹̻̖̬̺͘͡#̛̬̣̳͔͔̘̟͜͢͟͡#̷̨̼̺̤̥̞́͢͡ ̢̞̬͙͍̬̪̪̰̰̰̙̮͙͚͕̩̟͇̕͜ͅ#̶͙̣̣̦͈͈̫̕͡#̸̡̥̹̮͇̱̱͍͜͜͢#̵̢̧̦͙̮̮͔͖̞̮͚͞#̧̗̤̱̪̜͓̠͖̞̰͍͢#̧̱̳̻̖̝͇͜͞#̛́҉͍̩̞̬͔̬̪̻̯̩#̷̴̨̙͚̹̘̜̗͔̺͖̳̕͜#̶̬͖͙̠̜̲̱̲͙̻̙̩̹̳̪̠̖́̕͟͞ͅ&lt;/p&gt;
+ &lt;/div&gt;&lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;/table&gt;
+ &lt;h1 id="copyright"&gt;Copyright 1998 12padams&lt;/h1&gt;
+ &lt;/body&gt;
+&lt;/html&gt;</value>
+ </data>
+ <data name="google_HTML" xml:space="preserve">
+ <value>&lt;html&gt;
+ &lt;head&gt;
+ &lt;meta charset="utf-8" /&gt;
+ &lt;title&gt;GOOGLE&lt;/title&gt;
+ &lt;style&gt;
+ a {
+ color: blue;
+ text-decoration: underline;
+ cursor: pointer;
+ }
+ &lt;/style&gt;
+ &lt;/head&gt;
+ &lt;body&gt;
+ &lt;h1&gt;Welcome to Google&lt;/h1&gt;
+ &lt;a id="prototype"&gt;Google Search Engine Prototype&lt;/a&gt;
+ &lt;br /&gt;
+ &lt;a id="alpha"&gt;Might-work-some-of-the-time-prototype that is much more up to date.&lt;/a&gt;
+ &lt;/body&gt;
+&lt;/html&gt;</value>
+ </data>
+ <data name="prototype_HTML" xml:space="preserve">
+ <value>&lt;html&gt;
+ &lt;head&gt;
+ &lt;meta charset="utf-8" /&gt;
+ &lt;title&gt;PROTOTYPE&lt;/title&gt;
+ &lt;style&gt;
+ a {
+ color: blue;
+ text-decoration: underline;
+ cursor: pointer;
+ }
+ &lt;/style&gt;
+ &lt;/head&gt;
+ &lt;body bgcolor="#FFFFFF"&gt;
+ &lt;center&gt;
+ &lt;img src="file:///C:/TimeHackData/Data/google.jpg" width="351" height="113"&gt;&lt;br&gt;
+ &lt;table border="0" cellspacing="0" cellpadding="5" width="70%"&gt;
+ &lt;tr&gt;
+ &lt;td bgcolor="#EEEEEE"&gt;
+ &lt;center&gt;
+ Search the web using Google!&lt;br&gt;
+ &lt;input type="text" name="query" value="" size="40"&gt;&lt;br&gt;
+ &lt;select name="num"&gt;
+ &lt;option value="10" selected&gt;10 results
+ &lt;option value="30"&gt;30 results
+ &lt;option value="100"&gt;100 results
+ &lt;/select&gt;
+ &lt;button id="search"&gt;Google Search&lt;/button&gt;
+ &lt;button id="lucky"&gt;I'm feeling lucky&lt;/button&gt; &lt;br&gt;
+ &lt;i&gt;Index contains ~25 million pages (soon to be much bigger)&lt;/i&gt;
+ &lt;/center&gt;
+ &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+ &lt;td&gt;
+ &lt;center&gt;
+ &lt;h2&gt;&lt;a&gt;About Google!&lt;/a&gt;&lt;/h2&gt;
+ &lt;a&gt;
+ Stanford
+ Search
+ &lt;/a&gt; &lt;a&gt;Linux Search&lt;/a&gt;
+ &lt;/center&gt;
+ &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr align="LEFT"&gt;
+ &lt;td valign="CENTER" bgcolor="#EEEEEE" width="100%"&gt;
+ &lt;center&gt;Get Google! updates monthly!&lt;/center&gt;
+ &lt;/td&gt;
+ &lt;/tr&gt;
+
+ &lt;tr align="LEFT"&gt;
+ &lt;td bgcolor="#EEEEEE"&gt;
+ &lt;center&gt;
+ &lt;input type="text" name="emailaddr" value="your e-mail" size="18"&gt;
+ &lt;input type="submit" name="SubmitAction" value="Subscribe"&gt;&lt;font size="-1"&gt;&amp;nbsp;&amp;nbsp;&lt;a&gt;Archive&lt;/a&gt;&lt;/font&gt;
+ &lt;/center&gt;
+ &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;/table&gt;
+ &lt;/center&gt;
+
+ &lt;center&gt;&lt;font size="-1"&gt;Copyright &amp;copy;1997-8 Stanford University&lt;/font&gt;&lt;/center&gt;
+
+ &lt;/body&gt;
+&lt;/html&gt;</value>
+ </data>
</root> \ No newline at end of file
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs
index 731bec1..70cd0f9 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTerminal.cs
@@ -26,7 +26,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
public static string startupDir = $"{Engine.SaveSystem.ProfileMyComputerDirectory}";
public string output = "";
- public WinClassicTerminal()
+ public WinClassicTerminal(bool readOnly)
{
InitializeComponent();
@@ -43,10 +43,19 @@ namespace TimeHACK.OS.Win95.Win95Apps
sizeSel.SelectedIndex = 0;
// Set the font and append the prefix text
- cmdPrompt.Font = new Font(TitleScreen.pfc.Families[1], 10F, System.Drawing.FontStyle.Regular);
- cmdPrompt.AppendText(prefix);
+ cmdPrompt.Font = new Font(TitleScreen.pfc.Families[1], 10F, FontStyle.Regular);
cmdPrompt.BringToFront();
+
+ if (readOnly)
+ {
+ actionPanel.Hide();
+ cmdPrompt.ReadOnly = true;
+ }
+ else
+ {
+ cmdPrompt.AppendText(prefix);
+ }
}
/// <summary>
/// Write text to the Terminal and create a new line. Very similar to the Win32 Console.WriteLine Function.
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.Designer.cs
index 3d5db60..3cc9ad9 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.Designer.cs
@@ -31,9 +31,7 @@
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicWindowsExplorer));
this.program = new System.Windows.Forms.Panel();
- this.diskView = new System.Windows.Forms.ListView();
- this.icons = new System.Windows.Forms.ImageList(this.components);
- this.btnGo = new System.Windows.Forms.Button();
+ this.diskView = new System.Windows.Forms.TreeView();
this.MenuStrip1 = new System.Windows.Forms.MenuStrip();
this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.CreateShortcutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -81,7 +79,6 @@
this.HelpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.AboutWindows95ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toprightcorner = new System.Windows.Forms.Panel();
- this.dirLbl = new System.Windows.Forms.ComboBox();
this.bottomrightcorner = new System.Windows.Forms.Panel();
this.bottomleftcorner = new System.Windows.Forms.Panel();
this.topleftcorner = new System.Windows.Forms.Panel();
@@ -90,31 +87,22 @@
this.Label1 = new System.Windows.Forms.Label();
this.txtSave = new System.Windows.Forms.TextBox();
this.mainView = new System.Windows.Forms.ListView();
- this.iconsList = new System.Windows.Forms.ImageList(this.components);
- this.pnlHidden = new System.Windows.Forms.Panel();
- this.LinkLabel1 = new System.Windows.Forms.LinkLabel();
- this.Label3 = new System.Windows.Forms.Label();
- this.Label2 = new System.Windows.Forms.Label();
this.program.SuspendLayout();
this.MenuStrip1.SuspendLayout();
this.pnlSave.SuspendLayout();
- this.pnlHidden.SuspendLayout();
this.SuspendLayout();
//
// program
//
this.program.BackColor = System.Drawing.Color.Silver;
this.program.Controls.Add(this.diskView);
- this.program.Controls.Add(this.btnGo);
this.program.Controls.Add(this.MenuStrip1);
this.program.Controls.Add(this.toprightcorner);
- this.program.Controls.Add(this.dirLbl);
this.program.Controls.Add(this.bottomrightcorner);
this.program.Controls.Add(this.bottomleftcorner);
this.program.Controls.Add(this.topleftcorner);
this.program.Controls.Add(this.pnlSave);
this.program.Controls.Add(this.mainView);
- this.program.Controls.Add(this.pnlHidden);
this.program.Dock = System.Windows.Forms.DockStyle.Fill;
this.program.Location = new System.Drawing.Point(0, 0);
this.program.Name = "program";
@@ -123,38 +111,13 @@
//
// diskView
//
- this.diskView.Location = new System.Drawing.Point(3, 54);
+ this.diskView.ImageList = new System.Windows.Forms.ImageList();
+ this.diskView.Location = new System.Drawing.Point(3, 27);
this.diskView.Name = "diskView";
- this.diskView.Size = new System.Drawing.Size(213, 417);
- this.diskView.SmallImageList = this.icons;
+ this.diskView.Size = new System.Drawing.Size(213, 444);
this.diskView.TabIndex = 13;
- this.diskView.UseCompatibleStateImageBehavior = false;
- this.diskView.View = System.Windows.Forms.View.List;
- this.diskView.Visible = false;
- this.diskView.DoubleClick += new System.EventHandler(this.diskView_DoubleClick);
- //
- // icons
- //
- this.icons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("icons.ImageStream")));
- this.icons.TransparentColor = System.Drawing.Color.Transparent;
- this.icons.Images.SetKeyName(0, "nwnp32_1_SERVER_ICON.png");
- this.icons.Images.SetKeyName(1, "shell32_21.ico_16x16.png");
- this.icons.Images.SetKeyName(2, "blank-file-Windows95Icon.gif");
- this.icons.Images.SetKeyName(3, "WinClassicCalc.png");
- this.icons.Images.SetKeyName(4, "WinClassicComputer.png");
- //
- // btnGo
- //
- this.btnGo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnGo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnGo.Location = new System.Drawing.Point(646, 22);
- this.btnGo.Name = "btnGo";
- this.btnGo.Size = new System.Drawing.Size(55, 28);
- this.btnGo.TabIndex = 12;
- this.btnGo.Text = "Go";
- this.btnGo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
- this.btnGo.UseVisualStyleBackColor = true;
- this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
+ this.diskView.Visible = true;
+ this.diskView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(diskView_AfterSelect);
//
// MenuStrip1
//
@@ -501,26 +464,6 @@
this.toprightcorner.Size = new System.Drawing.Size(4, 4);
this.toprightcorner.TabIndex = 6;
//
- // dirLbl
- //
- this.dirLbl.FormattingEnabled = true;
- this.dirLbl.Items.AddRange(new object[] {
- "Desktop",
- "My Computer",
- "3 1/2 Floppy (a:)",
- "(C:)",
- "(D:)",
- "Control Panel",
- "Printers",
- "Network Neightborhood",
- "Recycle Bin",
- "Online Services"});
- this.dirLbl.Location = new System.Drawing.Point(11, 27);
- this.dirLbl.Name = "dirLbl";
- this.dirLbl.Size = new System.Drawing.Size(629, 21);
- this.dirLbl.TabIndex = 7;
- this.dirLbl.Text = "My Computer";
- //
// bottomrightcorner
//
this.bottomrightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
@@ -591,72 +534,14 @@
this.mainView.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.mainView.LargeImageList = this.iconsList;
- this.mainView.Location = new System.Drawing.Point(11, 54);
+ this.mainView.Location = new System.Drawing.Point(215, 27);
this.mainView.Name = "mainView";
- this.mainView.Size = new System.Drawing.Size(690, 417);
- this.mainView.SmallImageList = this.iconsList;
- this.mainView.StateImageList = this.iconsList;
+ this.mainView.Size = new System.Drawing.Size(486, 444);
this.mainView.TabIndex = 10;
this.mainView.UseCompatibleStateImageBehavior = false;
this.mainView.View = System.Windows.Forms.View.List;
this.mainView.DoubleClick += new System.EventHandler(this.mainView_DoubleClick);
//
- // iconsList
- //
- this.iconsList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iconsList.ImageStream")));
- this.iconsList.TransparentColor = System.Drawing.Color.Transparent;
- this.iconsList.Images.SetKeyName(0, "nwnp32_1_SERVER_ICON.png");
- this.iconsList.Images.SetKeyName(1, "shell32_21.ico_16x16.png");
- this.iconsList.Images.SetKeyName(2, "blank-file-Windows95Icon.gif");
- this.iconsList.Images.SetKeyName(3, "WinClassicCalc.png");
- this.iconsList.Images.SetKeyName(4, "WinClassicComputer.png");
- //
- // pnlHidden
- //
- this.pnlHidden.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.pnlHidden.Controls.Add(this.LinkLabel1);
- this.pnlHidden.Controls.Add(this.Label3);
- this.pnlHidden.Controls.Add(this.Label2);
- this.pnlHidden.Location = new System.Drawing.Point(9, 54);
- this.pnlHidden.Name = "pnlHidden";
- this.pnlHidden.Size = new System.Drawing.Size(461, 417);
- this.pnlHidden.TabIndex = 14;
- this.pnlHidden.Visible = false;
- //
- // LinkLabel1
- //
- this.LinkLabel1.AutoSize = true;
- this.LinkLabel1.Location = new System.Drawing.Point(325, 50);
- this.LinkLabel1.Name = "LinkLabel1";
- this.LinkLabel1.Size = new System.Drawing.Size(54, 13);
- this.LinkLabel1.TabIndex = 1;
- this.LinkLabel1.TabStop = true;
- this.LinkLabel1.Text = "Click here";
- this.LinkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1_LinkClicked);
- //
- // Label3
- //
- this.Label3.AutoSize = true;
- this.Label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.Label3.Location = new System.Drawing.Point(3, 45);
- this.Label3.Name = "Label3";
- this.Label3.Size = new System.Drawing.Size(330, 20);
- this.Label3.TabIndex = 0;
- this.Label3.Text = "If you want to view the contents of this folder, ";
- //
- // Label2
- //
- this.Label2.AutoSize = true;
- this.Label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Label2.Location = new System.Drawing.Point(3, 14);
- this.Label2.Name = "Label2";
- this.Label2.Size = new System.Drawing.Size(293, 31);
- this.Label2.TabIndex = 0;
- this.Label2.Text = "This directory is hidden";
- //
// WinClassicWindowsExplorer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -671,8 +556,6 @@
this.MenuStrip1.PerformLayout();
this.pnlSave.ResumeLayout(false);
this.pnlSave.PerformLayout();
- this.pnlHidden.ResumeLayout(false);
- this.pnlHidden.PerformLayout();
this.ResumeLayout(false);
}
@@ -680,8 +563,7 @@
#endregion
internal System.Windows.Forms.Panel program;
- internal System.Windows.Forms.ListView diskView;
- internal System.Windows.Forms.Button btnGo;
+ internal System.Windows.Forms.TreeView diskView;
internal System.Windows.Forms.MenuStrip MenuStrip1;
internal System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem;
internal System.Windows.Forms.ToolStripMenuItem CreateShortcutToolStripMenuItem;
@@ -729,20 +611,13 @@
internal System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem1;
internal System.Windows.Forms.ToolStripMenuItem AboutWindows95ToolStripMenuItem;
internal System.Windows.Forms.Panel toprightcorner;
- internal System.Windows.Forms.ComboBox dirLbl;
internal System.Windows.Forms.Panel bottomrightcorner;
internal System.Windows.Forms.Panel bottomleftcorner;
internal System.Windows.Forms.Panel topleftcorner;
internal System.Windows.Forms.ListView mainView;
- internal System.Windows.Forms.Panel pnlHidden;
- internal System.Windows.Forms.LinkLabel LinkLabel1;
- internal System.Windows.Forms.Label Label3;
- internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.Panel pnlSave;
internal System.Windows.Forms.Button Button1;
internal System.Windows.Forms.Label Label1;
internal System.Windows.Forms.TextBox txtSave;
- internal System.Windows.Forms.ImageList icons;
- private System.Windows.Forms.ImageList iconsList;
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs
index 89a6b6f..e4f98ff 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.cs
@@ -16,15 +16,15 @@ namespace TimeHACK.OS.Win95.Win95Apps
{
public partial class WinClassicWindowsExplorer : UserControl
{
- public Boolean IsFileOpenDialog = false;
- public Boolean IsFileSaveDialog = false;
- public String onlyViewExtension = "";
-
- String ToReplaceWith = ProfileDirectory;
- String currentDirectory = Path.Combine(ProfileDirectory, "folders");
- String oldLabelText;
- Int32 fileType = 6;
- String attemptedDirectory = "";
+ public bool IsFileOpenDialog = false;
+ public bool IsFileSaveDialog = false;
+ public string onlyViewExtension = "";
+
+ string ToReplaceWith = ProfileDirectory;
+ string currentDirectory = Path.Combine(ProfileDirectory, "folders/computer");
+ string oldLabelText;
+ int fileType = 6;
+ string attemptedDirectory = "";
WindowManager wm = new WindowManager();
public WinClassicWindowsExplorer()
@@ -32,9 +32,6 @@ namespace TimeHACK.OS.Win95.Win95Apps
InitializeComponent();
}
-
-
-
//'Private Sub TreeView1_AfterSelect(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs)
//' mainView.Items.Clear()
//' Dim childamount As TreeNodeCollection
@@ -48,21 +45,6 @@ namespace TimeHACK.OS.Win95.Win95Apps
//' Next
//'End Sub
- void CheckLbl() {
- try
- {
- dirLbl.Text = dirLbl.Text.Replace(GameDirectory, "");
- dirLbl.Text = dirLbl.Text.Replace("\\TimeHACK\\", "");
- dirLbl.Text = dirLbl.Text.Replace(ProfileDirectory, "");
- dirLbl.Text = dirLbl.Text.Replace("\\Profiles\\" + ProfileName + "\\", "");
- dirLbl.Text = dirLbl.Text.Replace("folders", "My Computer");
- //dirLbl.Text = dirLbl.Text.Substring(7, dirLbl.Text.Length - 7);
- } catch
- {
-
- }
- }
-
String ReadDataFile(String reqDirectory, Boolean returnYesIfProtected = false) {
String Val = "";
String directoryFileInfo;
@@ -87,10 +69,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
void RefreshAll() {
try {
// Refresh the right listview
- icons.Images.Clear();
this.mainView.Items.Clear();
- diskView.SmallImageList = icons;
- this.mainView.LargeImageList = icons;
// For Each drive As String In My.Computer.FileSystem.GetDirectories(GameMain.MyDocuments & "\HistacomVB\" & GameMain.SaveProfile & "\HistacomVB\Folders")
// If GetPropetiesForDir(drive)(4) = "isMyDocuments" Then
// diskView.Items.Add("", 0)
@@ -148,16 +127,14 @@ namespace TimeHACK.OS.Win95.Win95Apps
}
}
}
- dirLbl.Text = currentDirectory;
- CheckLbl();
} catch (Exception ex) {
wm.StartInfobox95("Exploring - C:", "Error with the file explorer \n" + ex.Message, Properties.Resources.Win95Info);
((Form)this.TopLevelControl).Close();
}
}
- String ReturnType(String extension) {
- String returnVal = "";
+ string ReturnType(string extension) {
+ string returnVal = "";
fileType = 1;
switch (extension) {
case ".txt":
@@ -452,14 +429,42 @@ namespace TimeHACK.OS.Win95.Win95Apps
// IsFileDialog = False
//End Sub
void WinClassicWindowsExplorer_Load(object sender, EventArgs e) {
-
- //icons.Images.Add(Properties.Resources.WinClassicFolder);
- //icons.Images.Add(Properties.Resources.WinClassicComputer);
+ diskView.ImageList.Images.Add(Properties.Resources.Win95DesktopIcon);
+ diskView.ImageList.Images.Add(Properties.Resources.Win95HardDiskIcon);
+ diskView.ImageList.Images.Add(Properties.Resources.WinClassicFolderSmall);
+ diskView.ImageList.Images.Add(Properties.Resources.WinClassicOpenFolderSmall);
+ diskView.ImageList.Images.Add(Properties.Resources.Win95ControlPanelIcon);
+ diskView.ImageList.Images.Add(Properties.Resources.Win95PrintersFolder);
+ diskView.ImageList.Images.Add(Properties.Resources.Win95ComputerIcon);
+ diskView.ImageList.Images.Add(Properties.Resources.Win95NetworkIcon);
+ diskView.ImageList.Images.Add(Properties.Resources.Win95RecycleIcon);
program.BringToFront();
- dirLbl.Text = "folders";
- diskView.Items.Add("My Computer", 0);
+ int loc = 0;
+ TreeNode[] folders = new TreeNode[new DirectoryInfo(currentDirectory).GetDirectories().Length];
+ foreach (DirectoryInfo folder in new DirectoryInfo(currentDirectory).GetDirectories())
+ {
+ if (folder.GetDirectories().Length > 0)
+ {
+ TreeNode[] tn = createSubDirNodes(folder);
+ folders[loc] = new TreeNode(folder.Name, 2, 3, tn);
+ }
+ else
+ {
+ folders[loc] = new TreeNode(folder.Name, 2, 3);
+ }
+ loc++;
+ }
+ TreeNode[] mypcarray = new TreeNode[3];
+ mypcarray[0] = new TreeNode("(C:)", 1, 1, folders);
+ mypcarray[1] = new TreeNode("Control Panel", 4, 4);
+ mypcarray[2] = new TreeNode("Printers", 5, 5);
+ TreeNode[] desktoparray = new TreeNode[3];
+ desktoparray[0] = new TreeNode("My Computer", 6, 6, mypcarray);
+ desktoparray[1] = new TreeNode("Network Neighborhood", 7, 7);
+ desktoparray[2] = new TreeNode("Recycle Bin", 8, 8);
+ diskView.Nodes.Add(new TreeNode("Desktop", 0, 0, desktoparray));
+ //diskView.Items.Add("My Computer", 0);
Application.DoEvents();
- CheckLbl();
RefreshAll();
if (FileDialogBoxManager.IsInOpenDialog)
{
@@ -506,12 +511,11 @@ namespace TimeHACK.OS.Win95.Win95Apps
}
}
- void diskView_DoubleClick(object sender, EventArgs e)
+ void diskView_AfterSelect(object sender, EventArgs e)
{
try
{
- if (diskView.FocusedItem.Text == "My Computer") {
-
+ if (diskView.SelectedNode.Text == "My Computer") {
GoToDir(ProfileFileSystemDirectory);
}
@@ -519,30 +523,12 @@ namespace TimeHACK.OS.Win95.Win95Apps
}
}
- void btnGo_Click(object sender, EventArgs e)
+ void GoToDir(string dir)
{
- GoToDir(ProfileDirectory + "\\" + dirLbl.Text.Replace("My Computer", "folders"));
- }
-
- void GoToDir(String dir, Boolean GoneThoughHidden = false)
- {
- if (ReadDataFile(dir, true) == "yes" && (GoneThoughHidden == false)) {
- attemptedDirectory = dir;
- mainView.Hide();
- pnlHidden.BringToFront();
- pnlHidden.Show();
- } else {
- pnlHidden.Hide();
- mainView.Show();
- mainView.BringToFront();
- currentDirectory = dir;
- RefreshAll();
- }
- }
-
- private void LinkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
- {
- GoToDir(attemptedDirectory, true);
+ mainView.Show();
+ mainView.BringToFront();
+ currentDirectory = dir;
+ RefreshAll();
}
private void FolderToolStripMenuItem_Click(object sender, EventArgs e)
@@ -666,5 +652,25 @@ namespace TimeHACK.OS.Win95.Win95Apps
}
RefreshAll();
}
+
+ private TreeNode[] createSubDirNodes(DirectoryInfo folder)
+ {
+ TreeNode[] toReturn = new TreeNode[folder.GetDirectories().Length];
+ int loc = 0;
+ foreach (DirectoryInfo fold in folder.GetDirectories())
+ {
+ if (fold.GetDirectories().Length > 0)
+ {
+ TreeNode[] tn = createSubDirNodes(fold);
+ toReturn[loc] = new TreeNode(fold.Name, 2, 3, tn);
+ }
+ else
+ {
+ toReturn[loc] = new TreeNode(fold.Name, 2, 3);
+ }
+ loc++;
+ }
+ return toReturn;
+ }
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.resx
index 77c4304..8ebe617 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicWindowsExplorer.resx
@@ -125,7 +125,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAADG
- CwAAAk1TRnQBSQFMAgEBBQEAATABAAEwAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
+ CwAAAk1TRnQBSQFMAgEBBQEAATgBAAE4AQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@@ -189,7 +189,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAADG
- CwAAAk1TRnQBSQFMAgEBBQEAARgBAAEYAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
+ CwAAAk1TRnQBSQFMAgEBBQEAASABAAEgAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
diff --git a/TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs b/TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs
new file mode 100644
index 0000000..980ddf3
--- /dev/null
+++ b/TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs
@@ -0,0 +1,71 @@
+namespace TimeHACK.OS.Win95
+{
+ partial class Win95SaveAs
+ {
+ /// <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()
+ {
+ this.label1 = new System.Windows.Forms.Label();
+ this.listView1 = new System.Windows.Forms.ListView();
+ this.SuspendLayout();
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(13, 10);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(47, 13);
+ this.label1.TabIndex = 0;
+ this.label1.Text = "Save In:";
+ //
+ // listView1
+ //
+ this.listView1.Location = new System.Drawing.Point(16, 35);
+ this.listView1.Name = "listView1";
+ this.listView1.Size = new System.Drawing.Size(312, 110);
+ this.listView1.TabIndex = 1;
+ this.listView1.UseCompatibleStateImageBehavior = false;
+ this.listView1.View = System.Windows.Forms.View.List;
+ //
+ // Win95SaveAs
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.listView1);
+ this.Controls.Add(this.label1);
+ this.Name = "Win95SaveAs";
+ this.Size = new System.Drawing.Size(348, 193);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.ListView listView1;
+ }
+}
diff --git a/TimeHACK.Main/OS/Win95/Win95SaveAs.cs b/TimeHACK.Main/OS/Win95/Win95SaveAs.cs
new file mode 100644
index 0000000..96469e4
--- /dev/null
+++ b/TimeHACK.Main/OS/Win95/Win95SaveAs.cs
@@ -0,0 +1,20 @@
+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
+{
+ public partial class Win95SaveAs : UserControl
+ {
+ public Win95SaveAs()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/TimeHACK.Main/OS/Win95/Win95SaveAs.resx b/TimeHACK.Main/OS/Win95/Win95SaveAs.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/TimeHACK.Main/OS/Win95/Win95SaveAs.resx
@@ -0,0 +1,120 @@
+<?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>
+</root> \ No newline at end of file
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs
index d0c0215..a4836d8 100644
--- a/TimeHACK.Main/Properties/Resources.Designer.cs
+++ b/TimeHACK.Main/Properties/Resources.Designer.cs
@@ -437,6 +437,36 @@ namespace TimeHACK.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap Win95ComputerIcon {
+ get {
+ object obj = ResourceManager.GetObject("Win95ComputerIcon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap Win95ControlPanelIcon {
+ get {
+ object obj = ResourceManager.GetObject("Win95ControlPanelIcon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap Win95DesktopIcon {
+ get {
+ object obj = ResourceManager.GetObject("Win95DesktopIcon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap Win95Error {
get {
object obj = ResourceManager.GetObject("Win95Error", resourceCulture);
@@ -447,6 +477,16 @@ namespace TimeHACK.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap Win95HardDiskIcon {
+ get {
+ object obj = ResourceManager.GetObject("Win95HardDiskIcon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap Win95IconIE4 {
get {
object obj = ResourceManager.GetObject("Win95IconIE4", resourceCulture);
@@ -497,6 +537,36 @@ namespace TimeHACK.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap Win95NetworkIcon {
+ get {
+ object obj = ResourceManager.GetObject("Win95NetworkIcon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap Win95PrintersFolder {
+ get {
+ object obj = ResourceManager.GetObject("Win95PrintersFolder", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
+ internal static System.Drawing.Bitmap Win95RecycleIcon {
+ get {
+ object obj = ResourceManager.GetObject("Win95RecycleIcon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap Win95SideBar {
get {
object obj = ResourceManager.GetObject("Win95SideBar", resourceCulture);
@@ -776,6 +846,16 @@ namespace TimeHACK.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap WinClassicOpenFolderSmall {
+ get {
+ object obj = ResourceManager.GetObject("WinClassicOpenFolderSmall", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap WinClassicOutlook {
get {
object obj = ResourceManager.GetObject("WinClassicOutlook", resourceCulture);
diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx
index ff960e9..b591188 100644
--- a/TimeHACK.Main/Properties/Resources.resx
+++ b/TimeHACK.Main/Properties/Resources.resx
@@ -534,4 +534,28 @@
<data name="MS_DOS" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MS-DOS-logo-1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="Win95DesktopIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\Win95DesktopIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95HardDiskIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\Win95HardDiskIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95ComputerIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\Win95ComputerIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95ControlPanelIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\Win95ControlPanelIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95NetworkIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\Win95NetworkIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95PrintersFolder" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\Win95PrintersFolder.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Win95RecycleIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\Win95RecycleIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="WinClassicOpenFolderSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\WinClassic\WinClassicOpenFolderSmall.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/WinClassic/Win95ComputerIcon.png b/TimeHACK.Main/Resources/WinClassic/Win95ComputerIcon.png
new file mode 100644
index 0000000..fe350d1
--- /dev/null
+++ b/TimeHACK.Main/Resources/WinClassic/Win95ComputerIcon.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/Win95ControlPanelIcon.png b/TimeHACK.Main/Resources/WinClassic/Win95ControlPanelIcon.png
new file mode 100644
index 0000000..80db1fd
--- /dev/null
+++ b/TimeHACK.Main/Resources/WinClassic/Win95ControlPanelIcon.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/Win95DesktopIcon.png b/TimeHACK.Main/Resources/WinClassic/Win95DesktopIcon.png
new file mode 100644
index 0000000..5507563
--- /dev/null
+++ b/TimeHACK.Main/Resources/WinClassic/Win95DesktopIcon.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/Win95HardDiskIcon.png b/TimeHACK.Main/Resources/WinClassic/Win95HardDiskIcon.png
new file mode 100644
index 0000000..1828589
--- /dev/null
+++ b/TimeHACK.Main/Resources/WinClassic/Win95HardDiskIcon.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/Win95NetworkIcon.png b/TimeHACK.Main/Resources/WinClassic/Win95NetworkIcon.png
new file mode 100644
index 0000000..cf19aec
--- /dev/null
+++ b/TimeHACK.Main/Resources/WinClassic/Win95NetworkIcon.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/Win95PrintersFolder.png b/TimeHACK.Main/Resources/WinClassic/Win95PrintersFolder.png
new file mode 100644
index 0000000..7f4fa2e
--- /dev/null
+++ b/TimeHACK.Main/Resources/WinClassic/Win95PrintersFolder.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/Win95RecycleIcon.png b/TimeHACK.Main/Resources/WinClassic/Win95RecycleIcon.png
new file mode 100644
index 0000000..6c295ea
--- /dev/null
+++ b/TimeHACK.Main/Resources/WinClassic/Win95RecycleIcon.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicDocuments.png b/TimeHACK.Main/Resources/WinClassic/WinClassicDocuments.png
index ba12cff..22b1ffe 100644
--- a/TimeHACK.Main/Resources/WinClassic/WinClassicDocuments.png
+++ b/TimeHACK.Main/Resources/WinClassic/WinClassicDocuments.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicFind.png b/TimeHACK.Main/Resources/WinClassic/WinClassicFind.png
index 6003b34..23dcb71 100644
--- a/TimeHACK.Main/Resources/WinClassic/WinClassicFind.png
+++ b/TimeHACK.Main/Resources/WinClassic/WinClassicFind.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicHelp.png b/TimeHACK.Main/Resources/WinClassic/WinClassicHelp.png
index 1f11553..ed1fe93 100644
--- a/TimeHACK.Main/Resources/WinClassic/WinClassicHelp.png
+++ b/TimeHACK.Main/Resources/WinClassic/WinClassicHelp.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicOpenFolderSmall.png b/TimeHACK.Main/Resources/WinClassic/WinClassicOpenFolderSmall.png
new file mode 100644
index 0000000..2a63e19
--- /dev/null
+++ b/TimeHACK.Main/Resources/WinClassic/WinClassicOpenFolderSmall.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicPrograms.png b/TimeHACK.Main/Resources/WinClassic/WinClassicPrograms.png
index 1e5c4c7..0a8b54a 100644
--- a/TimeHACK.Main/Resources/WinClassic/WinClassicPrograms.png
+++ b/TimeHACK.Main/Resources/WinClassic/WinClassicPrograms.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicRun.png b/TimeHACK.Main/Resources/WinClassic/WinClassicRun.png
index 02759e9..5e0cccd 100644
--- a/TimeHACK.Main/Resources/WinClassic/WinClassicRun.png
+++ b/TimeHACK.Main/Resources/WinClassic/WinClassicRun.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicSettings.png b/TimeHACK.Main/Resources/WinClassic/WinClassicSettings.png
index f8ba721..bbce7d8 100644
--- a/TimeHACK.Main/Resources/WinClassic/WinClassicSettings.png
+++ b/TimeHACK.Main/Resources/WinClassic/WinClassicSettings.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicShutdown.png b/TimeHACK.Main/Resources/WinClassic/WinClassicShutdown.png
index b130f45..33ac66e 100644
--- a/TimeHACK.Main/Resources/WinClassic/WinClassicShutdown.png
+++ b/TimeHACK.Main/Resources/WinClassic/WinClassicShutdown.png
Binary files differ
diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicSuspend.png b/TimeHACK.Main/Resources/WinClassic/WinClassicSuspend.png
index fcd0a8b..b43c25a 100644
--- a/TimeHACK.Main/Resources/WinClassic/WinClassicSuspend.png
+++ b/TimeHACK.Main/Resources/WinClassic/WinClassicSuspend.png
Binary files differ
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj
index 17e7093..46f08f6 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -152,6 +152,12 @@
<Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.Designer.cs">
<DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon>
</Compile>
+ <Compile Include="OS\Win95\Win95SaveAs.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95SaveAs.Designer.cs">
+ <DependentUpon>Win95SaveAs.cs</DependentUpon>
+ </Compile>
<Compile Include="SaveDialogs\LoadGameDialog.cs">
<SubType>Form</SubType>
</Compile>
@@ -287,6 +293,10 @@
</EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.resx">
<DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95SaveAs.resx">
+ <DependentUpon>Win95SaveAs.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SaveDialogs\LoadGameDialog.resx">
<DependentUpon>LoadGameDialog.cs</DependentUpon>
@@ -428,6 +438,13 @@
<None Include="Resources\WinClassic\Win95Info.png" />
<None Include="Resources\WinClassic\Win95Error.png" />
<None Include="Resources\WinClassic\Win95IconNotepad.png" />
+ <None Include="Resources\WinClassic\Win95DesktopIcon.png" />
+ <None Include="Resources\WinClassic\Win95HardDiskIcon.png" />
+ <None Include="Resources\WinClassic\Win95ControlPanelIcon.png" />
+ <None Include="Resources\WinClassic\Win95PrintersFolder.png" />
+ <None Include="Resources\WinClassic\Win95ComputerIcon.png" />
+ <None Include="Resources\WinClassic\Win95NetworkIcon.png" />
+ <None Include="Resources\WinClassic\Win95RecycleIcon.png" />
<Content Include="Resources\WinClassic\Win95SideBar.png" />
<Content Include="Resources\WinClassic\Win95Start.wav" />
<None Include="Resources\WinClassic\Win95Warning.png" />
@@ -451,6 +468,7 @@
<Content Include="Resources\WinClassic\WinClassicNetworking.png" />
<None Include="Resources\WinClassic\WinClassicNotepad.png" />
<None Include="Resources\WinClassic\WinClassicNew.png" />
+ <None Include="Resources\WinClassic\WinClassicOpenFolderSmall.png" />
<Content Include="Resources\WinClassic\WinClassicOutlook.png" />
<None Include="Resources\WinClassic\WinClassicPaste.png" />
<Content Include="Resources\WinClassic\WinClassicProgramItem.png" />
diff --git a/TimeHACK.Main/TitleScreen.Designer.cs b/TimeHACK.Main/TitleScreen.Designer.cs
index 71a37c3..95d9d63 100644
--- a/TimeHACK.Main/TitleScreen.Designer.cs
+++ b/TimeHACK.Main/TitleScreen.Designer.cs
@@ -242,7 +242,6 @@
this.DocumentsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicPrograms;
this.DocumentsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.DocumentsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.DocumentsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.DocumentsToolStripMenuItem.Name = "DocumentsToolStripMenuItem";
this.DocumentsToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.DocumentsToolStripMenuItem.Size = new System.Drawing.Size(138, 36);
@@ -257,7 +256,6 @@
this.ProgramsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicDocuments;
this.ProgramsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.ProgramsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.ProgramsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.ProgramsToolStripMenuItem.Name = "ProgramsToolStripMenuItem";
this.ProgramsToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.ProgramsToolStripMenuItem.Size = new System.Drawing.Size(138, 36);
@@ -270,7 +268,6 @@
this.SettingsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicSettings;
this.SettingsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.SettingsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.SettingsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.SettingsToolStripMenuItem.Name = "SettingsToolStripMenuItem";
this.SettingsToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.SettingsToolStripMenuItem.Size = new System.Drawing.Size(138, 36);
@@ -282,7 +279,6 @@
this.HelpToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicHelp;
this.HelpToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.HelpToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.HelpToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";
this.HelpToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.HelpToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No;
@@ -295,7 +291,6 @@
this.ShutdownToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicShutdown;
this.ShutdownToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.ShutdownToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.ShutdownToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Silver;
this.ShutdownToolStripMenuItem.Name = "ShutdownToolStripMenuItem";
this.ShutdownToolStripMenuItem.Padding = new System.Windows.Forms.Padding(4, 0, 25, 0);
this.ShutdownToolStripMenuItem.Size = new System.Drawing.Size(138, 36);