mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 00:51:57 -05:00
HUGE list of changes; see Discord for more info
This commit is contained in:
parent
95345b4f04
commit
7a17bdcb24
31 changed files with 1834 additions and 1685 deletions
|
@ -265,6 +265,7 @@
|
|||
<Content Include="Resources\Win95PlusTravelStart.wav" />
|
||||
<Content Include="Resources\Win95PlusTravelStop.wav" />
|
||||
<Content Include="Resources\Win95PlusTravelWallpaper.jpg" />
|
||||
<None Include="Resources\WinXPShutdown.wav" />
|
||||
<Content Include="Resources\WinXP\Window\WinXP_Bottom.png" />
|
||||
<Content Include="Resources\WinXP\Window\WinXP_Close.png" />
|
||||
<None Include="Resources\WinXP\Window\WinXP_CloseHover.png" />
|
||||
|
|
|
@ -1270,6 +1270,15 @@ public static System.Drawing.Bitmap WinXP_TopRight {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
public static System.IO.UnmanagedMemoryStream WinXPShutdown {
|
||||
get {
|
||||
return ResourceManager.GetStream("WinXPShutdown", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
@ -508,4 +508,7 @@
|
|||
<data name="WinXP_ClosePress" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinXP\Window\WinXP_ClosePress.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPShutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinXPShutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</root>
|
BIN
Histacom2.Engine/Resources/WinXPShutdown.wav
Normal file
BIN
Histacom2.Engine/Resources/WinXPShutdown.wav
Normal file
Binary file not shown.
|
@ -487,6 +487,7 @@ public class BadXPTheme: Theme
|
|||
public BadXPTheme()
|
||||
{
|
||||
startSound = Properties.Resources.WinBadXPStart;
|
||||
stopSound = Properties.Resources.WinXPShutdown;
|
||||
|
||||
threeDObjectsColor = Color.White;
|
||||
|
||||
|
|
|
@ -701,6 +701,9 @@
|
|||
<ItemGroup>
|
||||
<Content Include="Icon128x.ico" />
|
||||
<Content Include="Resources\12padams_EULA.txt" />
|
||||
<None Include="Resources\WinXPShutdown.wav" />
|
||||
<None Include="Resources\WinXPProfilePictureChess.png" />
|
||||
<None Include="Resources\WinXPTurnOff.png" />
|
||||
<None Include="Resources\WinClassic\WinXPClose.png" />
|
||||
<None Include="Resources\WinClassic\WinXPIE6Icon.png" />
|
||||
<None Include="Resources\WinClassic\WinXPError.png" />
|
||||
|
@ -770,6 +773,7 @@
|
|||
<None Include="Resources\GuessTheNumber\GTN95_Error.png" />
|
||||
<None Include="Resources\distort fail.wav" />
|
||||
<None Include="Resources\addrbook.ico_32x32[1].png" />
|
||||
<None Include="Resources\exchng32_12950.ico" />
|
||||
<Content Include="Resources\Icon128x.ico" />
|
||||
<None Include="Resources\ICTheme_BG.jpg" />
|
||||
<None Include="Resources\IE3\IE3_SwirlyThings.png" />
|
||||
|
@ -842,7 +846,6 @@
|
|||
<None Include="Resources\minesweepSquare7.png" />
|
||||
<None Include="Resources\minesweepSquare8.png" />
|
||||
<None Include="Resources\minesweepSquareQuestion.png" />
|
||||
<Content Include="Resources\modem_dial.wav" />
|
||||
<None Include="Resources\MS-DOS-logo-1.png" />
|
||||
<None Include="Resources\msdosprompt.png" />
|
||||
<None Include="Resources\SeizureWarning.png" />
|
||||
|
|
76
Histacom2/OS/Win95/Win95.Designer.cs
generated
76
Histacom2/OS/Win95/Win95.Designer.cs
generated
|
@ -198,7 +198,7 @@ private void InitializeComponent()
|
|||
this.startmenu.BackColor = System.Drawing.Color.Silver;
|
||||
this.startmenu.Controls.Add(this.startmenuitems);
|
||||
this.startmenu.Controls.Add(this.ossidestartmenu);
|
||||
this.startmenu.Location = new System.Drawing.Point(2, 185);
|
||||
this.startmenu.Location = new System.Drawing.Point(0, 181);
|
||||
this.startmenu.Name = "startmenu";
|
||||
this.startmenu.Size = new System.Drawing.Size(168, 271);
|
||||
this.startmenu.TabIndex = 3;
|
||||
|
@ -285,7 +285,7 @@ private void InitializeComponent()
|
|||
this.AccessoriesToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.AccessoriesToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.AccessoriesToolStripMenuItem.Name = "AccessoriesToolStripMenuItem";
|
||||
this.AccessoriesToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.AccessoriesToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.AccessoriesToolStripMenuItem.Text = "Accessories";
|
||||
//
|
||||
// CommunicationsToolStripMenuItem
|
||||
|
@ -299,7 +299,7 @@ private void InitializeComponent()
|
|||
this.CommunicationsToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicProgramItem;
|
||||
this.CommunicationsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.CommunicationsToolStripMenuItem.Name = "CommunicationsToolStripMenuItem";
|
||||
this.CommunicationsToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.CommunicationsToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.CommunicationsToolStripMenuItem.Text = "Communications";
|
||||
//
|
||||
// InternetConnectionWizardToolStripMenuItem
|
||||
|
@ -337,7 +337,7 @@ private void InitializeComponent()
|
|||
this.MultimediaToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicProgramItem;
|
||||
this.MultimediaToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.MultimediaToolStripMenuItem.Name = "MultimediaToolStripMenuItem";
|
||||
this.MultimediaToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.MultimediaToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.MultimediaToolStripMenuItem.Text = "Multimedia";
|
||||
//
|
||||
// CDPlayerToolStripMenuItem
|
||||
|
@ -395,7 +395,7 @@ private void InitializeComponent()
|
|||
this.toolStripMenuItem1.Image = global::Histacom2.Properties.Resources.WinClassicProgramItem;
|
||||
this.toolStripMenuItem1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(169, 28);
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(186, 28);
|
||||
this.toolStripMenuItem1.Text = "System Tools";
|
||||
//
|
||||
// toolStripMenuItem2
|
||||
|
@ -406,7 +406,7 @@ private void InitializeComponent()
|
|||
this.toolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem2.Image")));
|
||||
this.toolStripMenuItem2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(162, 22);
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(180, 22);
|
||||
this.toolStripMenuItem2.Text = "Disk Defragmenter";
|
||||
//
|
||||
// toolStripMenuItem3
|
||||
|
@ -417,7 +417,7 @@ private void InitializeComponent()
|
|||
this.toolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem3.Image")));
|
||||
this.toolStripMenuItem3.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
||||
this.toolStripMenuItem3.Size = new System.Drawing.Size(162, 22);
|
||||
this.toolStripMenuItem3.Size = new System.Drawing.Size(180, 22);
|
||||
this.toolStripMenuItem3.Text = "ScanDisk";
|
||||
//
|
||||
// GamesToolStripMenuItem
|
||||
|
@ -430,7 +430,7 @@ private void InitializeComponent()
|
|||
this.GamesToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicProgramItem;
|
||||
this.GamesToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.GamesToolStripMenuItem.Name = "GamesToolStripMenuItem";
|
||||
this.GamesToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.GamesToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.GamesToolStripMenuItem.Text = "Games";
|
||||
//
|
||||
// MinsweeperToolStripMenuItem
|
||||
|
@ -440,7 +440,7 @@ private void InitializeComponent()
|
|||
this.MinsweeperToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.MinsweeperToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicMinesweeper;
|
||||
this.MinsweeperToolStripMenuItem.Name = "MinsweeperToolStripMenuItem";
|
||||
this.MinsweeperToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
|
||||
this.MinsweeperToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.MinsweeperToolStripMenuItem.Text = "Minesweeper";
|
||||
this.MinsweeperToolStripMenuItem.Click += new System.EventHandler(this.MinsweeperToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -452,7 +452,7 @@ private void InitializeComponent()
|
|||
this.CalculatorToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("CalculatorToolStripMenuItem.Image")));
|
||||
this.CalculatorToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.CalculatorToolStripMenuItem.Name = "CalculatorToolStripMenuItem";
|
||||
this.CalculatorToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.CalculatorToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.CalculatorToolStripMenuItem.Text = "Calculator";
|
||||
this.CalculatorToolStripMenuItem.Click += new System.EventHandler(this.CalculatorToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -464,7 +464,7 @@ private void InitializeComponent()
|
|||
this.HyperTerminalToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicFolderSmall;
|
||||
this.HyperTerminalToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.HyperTerminalToolStripMenuItem.Name = "HyperTerminalToolStripMenuItem";
|
||||
this.HyperTerminalToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.HyperTerminalToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.HyperTerminalToolStripMenuItem.Text = "HyperTerminal";
|
||||
//
|
||||
// ImagingToolStripMenuItem
|
||||
|
@ -475,7 +475,7 @@ private void InitializeComponent()
|
|||
this.ImagingToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("ImagingToolStripMenuItem.Image")));
|
||||
this.ImagingToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.ImagingToolStripMenuItem.Name = "ImagingToolStripMenuItem";
|
||||
this.ImagingToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.ImagingToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.ImagingToolStripMenuItem.Text = "Imaging";
|
||||
//
|
||||
// NotePadToolStripMenuItem
|
||||
|
@ -486,7 +486,7 @@ private void InitializeComponent()
|
|||
this.NotePadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("NotePadToolStripMenuItem.Image")));
|
||||
this.NotePadToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.NotePadToolStripMenuItem.Name = "NotePadToolStripMenuItem";
|
||||
this.NotePadToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.NotePadToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.NotePadToolStripMenuItem.Text = "Notepad";
|
||||
this.NotePadToolStripMenuItem.Click += new System.EventHandler(this.NotePadToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -498,7 +498,7 @@ private void InitializeComponent()
|
|||
this.OnlineRegistrationToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("OnlineRegistrationToolStripMenuItem.Image")));
|
||||
this.OnlineRegistrationToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.OnlineRegistrationToolStripMenuItem.Name = "OnlineRegistrationToolStripMenuItem";
|
||||
this.OnlineRegistrationToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.OnlineRegistrationToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.OnlineRegistrationToolStripMenuItem.Text = "Online Registration";
|
||||
//
|
||||
// PaintToolStripMenuItem
|
||||
|
@ -509,7 +509,7 @@ private void InitializeComponent()
|
|||
this.PaintToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("PaintToolStripMenuItem.Image")));
|
||||
this.PaintToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.PaintToolStripMenuItem.Name = "PaintToolStripMenuItem";
|
||||
this.PaintToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.PaintToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.PaintToolStripMenuItem.Text = "Paintbrush";
|
||||
//
|
||||
// PhoneDialerToolStripMenuItem
|
||||
|
@ -520,7 +520,7 @@ private void InitializeComponent()
|
|||
this.PhoneDialerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("PhoneDialerToolStripMenuItem.Image")));
|
||||
this.PhoneDialerToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.PhoneDialerToolStripMenuItem.Name = "PhoneDialerToolStripMenuItem";
|
||||
this.PhoneDialerToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.PhoneDialerToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.PhoneDialerToolStripMenuItem.Text = "Phone Dialer";
|
||||
//
|
||||
// WordPadToolStripMenuItem
|
||||
|
@ -531,7 +531,7 @@ private void InitializeComponent()
|
|||
this.WordPadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("WordPadToolStripMenuItem.Image")));
|
||||
this.WordPadToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.WordPadToolStripMenuItem.Name = "WordPadToolStripMenuItem";
|
||||
this.WordPadToolStripMenuItem.Size = new System.Drawing.Size(169, 28);
|
||||
this.WordPadToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.WordPadToolStripMenuItem.Text = "WordPad";
|
||||
this.WordPadToolStripMenuItem.Click += new System.EventHandler(this.WordPadToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -549,7 +549,7 @@ private void InitializeComponent()
|
|||
this.StartUpToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.StartUpToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.StartUpToolStripMenuItem.Name = "StartUpToolStripMenuItem";
|
||||
this.StartUpToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.StartUpToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.StartUpToolStripMenuItem.Text = "Online Services";
|
||||
//
|
||||
// AOLInternetFREETrialToolStripMenuItem
|
||||
|
@ -602,7 +602,7 @@ private void InitializeComponent()
|
|||
this.MSDOSPromptToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.MSDOSPromptToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.MSDOSPromptToolStripMenuItem.Name = "MSDOSPromptToolStripMenuItem";
|
||||
this.MSDOSPromptToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.MSDOSPromptToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.MSDOSPromptToolStripMenuItem.Text = "StartUp";
|
||||
//
|
||||
// EmptyToolStripMenuItem
|
||||
|
@ -611,7 +611,7 @@ private void InitializeComponent()
|
|||
this.EmptyToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
||||
this.EmptyToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.EmptyToolStripMenuItem.Name = "EmptyToolStripMenuItem";
|
||||
this.EmptyToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
|
||||
this.EmptyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.EmptyToolStripMenuItem.Text = "(Empty)";
|
||||
//
|
||||
// InternetExplorerToolStripMenuItem
|
||||
|
@ -623,7 +623,7 @@ private void InitializeComponent()
|
|||
this.InternetExplorerToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.InternetExplorerToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.InternetExplorerToolStripMenuItem.Name = "InternetExplorerToolStripMenuItem";
|
||||
this.InternetExplorerToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.InternetExplorerToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.InternetExplorerToolStripMenuItem.Text = "Internet Explorer";
|
||||
this.InternetExplorerToolStripMenuItem.Click += new System.EventHandler(this.InternetExplorerToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -636,7 +636,7 @@ private void InitializeComponent()
|
|||
this.MSDOSPromptToolStripMenuItem1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.MSDOSPromptToolStripMenuItem1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.MSDOSPromptToolStripMenuItem1.Name = "MSDOSPromptToolStripMenuItem1";
|
||||
this.MSDOSPromptToolStripMenuItem1.Size = new System.Drawing.Size(172, 28);
|
||||
this.MSDOSPromptToolStripMenuItem1.Size = new System.Drawing.Size(186, 28);
|
||||
this.MSDOSPromptToolStripMenuItem1.Text = "MS-DOS Prompt";
|
||||
this.MSDOSPromptToolStripMenuItem1.Click += new System.EventHandler(this.MSDOSPromptToolStripMenuItem1_Click);
|
||||
//
|
||||
|
@ -649,7 +649,7 @@ private void InitializeComponent()
|
|||
this.OutlookExpressToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.OutlookExpressToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.OutlookExpressToolStripMenuItem.Name = "OutlookExpressToolStripMenuItem";
|
||||
this.OutlookExpressToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.OutlookExpressToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.OutlookExpressToolStripMenuItem.Text = "Outlook Express";
|
||||
//
|
||||
// WindowsExplorerToolStripMenuItem1
|
||||
|
@ -661,7 +661,7 @@ private void InitializeComponent()
|
|||
this.WindowsExplorerToolStripMenuItem1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.WindowsExplorerToolStripMenuItem1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.WindowsExplorerToolStripMenuItem1.Name = "WindowsExplorerToolStripMenuItem1";
|
||||
this.WindowsExplorerToolStripMenuItem1.Size = new System.Drawing.Size(172, 28);
|
||||
this.WindowsExplorerToolStripMenuItem1.Size = new System.Drawing.Size(186, 28);
|
||||
this.WindowsExplorerToolStripMenuItem1.Text = "Windows Explorer";
|
||||
this.WindowsExplorerToolStripMenuItem1.Click += new System.EventHandler(this.WindowsExplorerToolStripMenuItem1_Click);
|
||||
//
|
||||
|
@ -672,7 +672,7 @@ private void InitializeComponent()
|
|||
this.GuessTheNumberToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.GuessTheNumberToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicGTNIcon;
|
||||
this.GuessTheNumberToolStripMenuItem.Name = "GuessTheNumberToolStripMenuItem";
|
||||
this.GuessTheNumberToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.GuessTheNumberToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.GuessTheNumberToolStripMenuItem.Text = "Guess The Number";
|
||||
this.GuessTheNumberToolStripMenuItem.Visible = false;
|
||||
this.GuessTheNumberToolStripMenuItem.Click += new System.EventHandler(this.GuessTheNumberToolStripMenuItem_Click);
|
||||
|
@ -683,7 +683,7 @@ private void InitializeComponent()
|
|||
this.StartRunnerToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
||||
this.StartRunnerToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.StartRunnerToolStripMenuItem.Name = "StartRunnerToolStripMenuItem";
|
||||
this.StartRunnerToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.StartRunnerToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.StartRunnerToolStripMenuItem.Text = "Start Runner";
|
||||
this.StartRunnerToolStripMenuItem.Visible = false;
|
||||
this.StartRunnerToolStripMenuItem.Click += new System.EventHandler(this.StartRunnerToolStripMenuItem_Click);
|
||||
|
@ -695,7 +695,7 @@ private void InitializeComponent()
|
|||
this.ErrorBlasterToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.ErrorBlasterToolStripMenuItem.Image = global::Histacom2.Properties.Resources.Win95Error;
|
||||
this.ErrorBlasterToolStripMenuItem.Name = "ErrorBlasterToolStripMenuItem";
|
||||
this.ErrorBlasterToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.ErrorBlasterToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.ErrorBlasterToolStripMenuItem.Text = "Error Blaster 95";
|
||||
this.ErrorBlasterToolStripMenuItem.Visible = false;
|
||||
this.ErrorBlasterToolStripMenuItem.Click += new System.EventHandler(this.ErrorBlasterToolStripMenuItem_Click);
|
||||
|
@ -706,7 +706,7 @@ private void InitializeComponent()
|
|||
this.SkindowsToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
||||
this.SkindowsToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.SkindowsToolStripMenuItem.Name = "SkindowsToolStripMenuItem";
|
||||
this.SkindowsToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.SkindowsToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.SkindowsToolStripMenuItem.Text = "Skindows 95";
|
||||
this.SkindowsToolStripMenuItem.Visible = false;
|
||||
//
|
||||
|
@ -717,7 +717,7 @@ private void InitializeComponent()
|
|||
this.WebChatToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.WebChatToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicWebchat;
|
||||
this.WebChatToolStripMenuItem.Name = "WebChatToolStripMenuItem";
|
||||
this.WebChatToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.WebChatToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.WebChatToolStripMenuItem.Text = "Web Chat";
|
||||
this.WebChatToolStripMenuItem.Visible = false;
|
||||
this.WebChatToolStripMenuItem.Click += new System.EventHandler(this.WebChatToolStripMenuItem_Click);
|
||||
|
@ -729,7 +729,7 @@ private void InitializeComponent()
|
|||
this.TimeDistorterToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.TimeDistorterToolStripMenuItem.Image = global::Histacom2.Properties.Resources.TimeDistorter1Icon;
|
||||
this.TimeDistorterToolStripMenuItem.Name = "TimeDistorterToolStripMenuItem";
|
||||
this.TimeDistorterToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.TimeDistorterToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.TimeDistorterToolStripMenuItem.Text = "Time Distorter";
|
||||
this.TimeDistorterToolStripMenuItem.Visible = false;
|
||||
this.TimeDistorterToolStripMenuItem.Click += new System.EventHandler(this.TimeDistorterToolStripMenuItem_Click);
|
||||
|
@ -741,7 +741,7 @@ private void InitializeComponent()
|
|||
this.FTPClientToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.FTPClientToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicFTPIcon;
|
||||
this.FTPClientToolStripMenuItem.Name = "FTPClientToolStripMenuItem";
|
||||
this.FTPClientToolStripMenuItem.Size = new System.Drawing.Size(172, 28);
|
||||
this.FTPClientToolStripMenuItem.Size = new System.Drawing.Size(186, 28);
|
||||
this.FTPClientToolStripMenuItem.Text = "FTP Client";
|
||||
this.FTPClientToolStripMenuItem.Visible = false;
|
||||
this.FTPClientToolStripMenuItem.Click += new System.EventHandler(this.FTPClientToolStripMenuItem_Click);
|
||||
|
@ -790,7 +790,7 @@ private void InitializeComponent()
|
|||
this.ControlPanelToolStripMenuItem.Image = global::Histacom2.Properties.Resources.Win95ControlPanelIcon;
|
||||
this.ControlPanelToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.ControlPanelToolStripMenuItem.Name = "ControlPanelToolStripMenuItem";
|
||||
this.ControlPanelToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.ControlPanelToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.ControlPanelToolStripMenuItem.Text = "Control Panel";
|
||||
//
|
||||
// PrintersToolStripMenuItem
|
||||
|
@ -800,7 +800,7 @@ private void InitializeComponent()
|
|||
this.PrintersToolStripMenuItem.Image = global::Histacom2.Properties.Resources.Win95PrintersFolder;
|
||||
this.PrintersToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.PrintersToolStripMenuItem.Name = "PrintersToolStripMenuItem";
|
||||
this.PrintersToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.PrintersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.PrintersToolStripMenuItem.Text = "Printers";
|
||||
//
|
||||
// TaskbarToolStripMenuItem
|
||||
|
@ -809,7 +809,7 @@ private void InitializeComponent()
|
|||
this.TaskbarToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TaskbarToolStripMenuItem.BackgroundImage")));
|
||||
this.TaskbarToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.TaskbarToolStripMenuItem.Name = "TaskbarToolStripMenuItem";
|
||||
this.TaskbarToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.TaskbarToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.TaskbarToolStripMenuItem.Text = "Taskbar";
|
||||
//
|
||||
// FindToolStripMenuItem
|
||||
|
@ -841,7 +841,7 @@ private void InitializeComponent()
|
|||
this.FilesOrFoldersToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FilesOrFoldersToolStripMenuItem.BackgroundImage")));
|
||||
this.FilesOrFoldersToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.FilesOrFoldersToolStripMenuItem.Name = "FilesOrFoldersToolStripMenuItem";
|
||||
this.FilesOrFoldersToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
|
||||
this.FilesOrFoldersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.FilesOrFoldersToolStripMenuItem.Text = "Files or Folders...";
|
||||
//
|
||||
// ComputerToolStripMenuItem
|
||||
|
@ -850,7 +850,7 @@ private void InitializeComponent()
|
|||
this.ComputerToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ComputerToolStripMenuItem.BackgroundImage")));
|
||||
this.ComputerToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.ComputerToolStripMenuItem.Name = "ComputerToolStripMenuItem";
|
||||
this.ComputerToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
|
||||
this.ComputerToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.ComputerToolStripMenuItem.Text = "Computer...";
|
||||
//
|
||||
// OnTheInternetToolStripMenuItem
|
||||
|
@ -859,7 +859,7 @@ private void InitializeComponent()
|
|||
this.OnTheInternetToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("OnTheInternetToolStripMenuItem.BackgroundImage")));
|
||||
this.OnTheInternetToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.OnTheInternetToolStripMenuItem.Name = "OnTheInternetToolStripMenuItem";
|
||||
this.OnTheInternetToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
|
||||
this.OnTheInternetToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.OnTheInternetToolStripMenuItem.Text = "On the Internet...";
|
||||
//
|
||||
// PeopleToolStripMenuItem
|
||||
|
@ -868,7 +868,7 @@ private void InitializeComponent()
|
|||
this.PeopleToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PeopleToolStripMenuItem.BackgroundImage")));
|
||||
this.PeopleToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.PeopleToolStripMenuItem.Name = "PeopleToolStripMenuItem";
|
||||
this.PeopleToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
|
||||
this.PeopleToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.PeopleToolStripMenuItem.Text = "People...";
|
||||
//
|
||||
// HelpToolStripMenuItem
|
||||
|
|
|
@ -360,7 +360,7 @@
|
|||
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
||||
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
||||
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACO
|
||||
hAAAAk1TRnQBSQFMAgEBDQEAAUwBAwFMAQMBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA
|
||||
hAAAAk1TRnQBSQFMAgEBDQEAAVQBAwFUAQMBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA
|
||||
AwABgAMAAQEBAAEgBwABASQAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/
|
||||
AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH//wChAAOAAf8DwAH/
|
||||
A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/
|
||||
|
|
|
@ -37,6 +37,8 @@ public static void StartObjective()
|
|||
}
|
||||
|
||||
public static async void ContinueObjective()
|
||||
{
|
||||
try
|
||||
{
|
||||
WinClassicTerminal Console = new WinClassicTerminal(true);
|
||||
WinClassic app = wm.Init(Console, "MS-DOS Prompt", null, true, true);
|
||||
|
@ -71,6 +73,10 @@ public static async void ContinueObjective()
|
|||
await Task.Delay(36000);
|
||||
app.Close();
|
||||
ended = true;
|
||||
} catch (Exception e)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
public static void CheckIfSoundFinished(Object sender, EventArgs e)
|
||||
|
@ -87,11 +93,11 @@ public static void CheckIfSoundFinished(Object sender, EventArgs e)
|
|||
|
||||
public static void dialup_sound_play()
|
||||
{
|
||||
SoundPlayer dialup_sound;
|
||||
/* SoundPlayer dialup_sound;
|
||||
// Play Dial-up Sound
|
||||
Stream audio = Properties.Resources.modem_dial;
|
||||
dialup_sound = new SoundPlayer(audio);
|
||||
dialup_sound.PlaySync();
|
||||
dialup_sound.PlaySync(); */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,6 +14,8 @@ public class Hack2 : object
|
|||
static WindowManager wm = new WindowManager();
|
||||
|
||||
public static async void StartObjective()
|
||||
{
|
||||
try
|
||||
{
|
||||
WinClassicTerminal Console = new WinClassicTerminal(true);
|
||||
Random r = new Random();
|
||||
|
@ -280,6 +282,9 @@ public static async void StartObjective()
|
|||
Program.title.StartGame();
|
||||
TitleScreen.frm95.Close();
|
||||
return;
|
||||
} catch (Exception e) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -281,6 +281,8 @@ private void InitializeComponent()
|
|||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.pictureBox1);
|
||||
this.Controls.Add(this.installPic);
|
||||
this.MaximumSize = new System.Drawing.Size(483, 340);
|
||||
this.MinimumSize = new System.Drawing.Size(483, 340);
|
||||
this.Name = "Win95Installer";
|
||||
this.Size = new System.Drawing.Size(483, 340);
|
||||
this.Load += new System.EventHandler(this.Win95Installer_Load);
|
||||
|
|
|
@ -306,7 +306,7 @@ void OpenApplication(string appname, string path)
|
|||
case "web chat setup":
|
||||
Win95Installer inst = new Win95Installer("Web Chat 1998");
|
||||
inst.InstallCompleted += (sendr, args) => { TitleScreen.frm95.WebChatToolStripMenuItem.Visible = true; CurrentSave.installed95[0] = true; SaveGame(); };
|
||||
WinClassic appInstaller = wm.Init(inst, "Web Chat Setup", null, true, true);
|
||||
WinClassic appInstaller = wm.Init(inst, "Web Chat Setup", null, false, true, false, false);
|
||||
Program.AddTaskbarItem(appInstaller, appInstaller.Tag.ToString(), "Web Chat Setup", null);
|
||||
appInstaller.BringToFront();
|
||||
|
||||
|
@ -322,7 +322,7 @@ void OpenApplication(string appname, string path)
|
|||
CurrentSave.installed95[1] = true;
|
||||
SaveGame();
|
||||
};
|
||||
WinClassic appFtp = wm.Init(instFtp, "FTP Client Setup", null, true, true);
|
||||
WinClassic appFtp = wm.Init(instFtp, "FTP Client Setup", null, false, true, false, false);
|
||||
Program.AddTaskbarItem(appFtp, appFtp.Tag.ToString(), "FTP Client Setup", null);
|
||||
appFtp.BringToFront();
|
||||
|
||||
|
@ -338,7 +338,7 @@ void OpenApplication(string appname, string path)
|
|||
CurrentSave.installed95[5] = true;
|
||||
SaveGame();
|
||||
};
|
||||
WinClassic appTd = wm.Init(instTd, "Time Distorter Setup", null, true, true);
|
||||
WinClassic appTd = wm.Init(instTd, "Time Distorter Setup", null, false, true, false, false);
|
||||
Program.AddTaskbarItem(appTd, appTd.Tag.ToString(), "Time Distorter Setup", null);
|
||||
appTd.BringToFront();
|
||||
|
||||
|
@ -358,7 +358,7 @@ void OpenApplication(string appname, string path)
|
|||
CurrentSave.installed95[6] = true;
|
||||
SaveGame();
|
||||
};
|
||||
WinClassic appGtn = wm.Init(instGtn, "Guess The Number Setup", null, true, true);
|
||||
WinClassic appGtn = wm.Init(instGtn, "Guess The Number Setup", null, false, true, false, false);
|
||||
Program.AddTaskbarItem(appGtn, appGtn.Tag.ToString(), "Guess The Number Setup", null);
|
||||
appGtn.BringToFront();
|
||||
|
||||
|
@ -375,7 +375,7 @@ void OpenApplication(string appname, string path)
|
|||
case "eb95 setup":
|
||||
Win95Installer ebInstall = new Win95Installer("Error Blaster 95");
|
||||
ebInstall.InstallCompleted += (sender, args) => { TitleScreen.frm95.ErrorBlasterToolStripMenuItem.Visible = true; CurrentSave.installed95[3] = true; };
|
||||
WinClassic installer = wm.Init(ebInstall, "Error Blaster 95 Setup", null, true, true);
|
||||
WinClassic installer = wm.Init(ebInstall, "Error Blaster 95 Setup", null, false, true, false, false);
|
||||
Program.AddTaskbarItem(installer, installer.Tag.ToString(), "Error Blaster 95 Setup", null);
|
||||
installer.BringToFront();
|
||||
break;
|
||||
|
@ -388,7 +388,7 @@ void OpenApplication(string appname, string path)
|
|||
case "sr95 setup":
|
||||
Win95Installer srInstall = new Win95Installer("Start Runner 95");
|
||||
srInstall.InstallCompleted += (sender, args) => { TitleScreen.frm95.StartRunnerToolStripMenuItem.Visible = true; CurrentSave.installed95[2] = true; };
|
||||
WinClassic install = wm.Init(srInstall, "Start Runner 95 Setup", null, true, true);
|
||||
WinClassic install = wm.Init(srInstall, "Start Runner 95 Setup", null, false, true, false, false);
|
||||
Program.AddTaskbarItem(install, install.Tag.ToString(), "Start Runner 95 Setup", null);
|
||||
install.BringToFront();
|
||||
break;
|
||||
|
|
16
Histacom2/OS/Win98/Win98.Designer.cs
generated
16
Histacom2/OS/Win98/Win98.Designer.cs
generated
|
@ -198,7 +198,7 @@ private void InitializeComponent()
|
|||
this.startmenu.BackColor = System.Drawing.Color.Silver;
|
||||
this.startmenu.Controls.Add(this.startmenuitems);
|
||||
this.startmenu.Controls.Add(this.ossidestartmenu);
|
||||
this.startmenu.Location = new System.Drawing.Point(0, 160);
|
||||
this.startmenu.Location = new System.Drawing.Point(0, 157);
|
||||
this.startmenu.Name = "startmenu";
|
||||
this.startmenu.Size = new System.Drawing.Size(161, 295);
|
||||
this.startmenu.TabIndex = 3;
|
||||
|
@ -770,7 +770,7 @@ private void InitializeComponent()
|
|||
this.ControlPanelToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ControlPanelToolStripMenuItem.BackgroundImage")));
|
||||
this.ControlPanelToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.ControlPanelToolStripMenuItem.Name = "ControlPanelToolStripMenuItem";
|
||||
this.ControlPanelToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.ControlPanelToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.ControlPanelToolStripMenuItem.Text = "Control Panel";
|
||||
//
|
||||
// PrintersToolStripMenuItem
|
||||
|
@ -779,7 +779,7 @@ private void InitializeComponent()
|
|||
this.PrintersToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PrintersToolStripMenuItem.BackgroundImage")));
|
||||
this.PrintersToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.PrintersToolStripMenuItem.Name = "PrintersToolStripMenuItem";
|
||||
this.PrintersToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.PrintersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.PrintersToolStripMenuItem.Text = "Printers";
|
||||
//
|
||||
// TaskbarToolStripMenuItem
|
||||
|
@ -788,7 +788,7 @@ private void InitializeComponent()
|
|||
this.TaskbarToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TaskbarToolStripMenuItem.BackgroundImage")));
|
||||
this.TaskbarToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.TaskbarToolStripMenuItem.Name = "TaskbarToolStripMenuItem";
|
||||
this.TaskbarToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.TaskbarToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.TaskbarToolStripMenuItem.Text = "Taskbar";
|
||||
//
|
||||
// FindToolStripMenuItem
|
||||
|
@ -815,7 +815,7 @@ private void InitializeComponent()
|
|||
this.FilesOrFoldersToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("FilesOrFoldersToolStripMenuItem.BackgroundImage")));
|
||||
this.FilesOrFoldersToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.FilesOrFoldersToolStripMenuItem.Name = "FilesOrFoldersToolStripMenuItem";
|
||||
this.FilesOrFoldersToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
|
||||
this.FilesOrFoldersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.FilesOrFoldersToolStripMenuItem.Text = "Files or Folders...";
|
||||
//
|
||||
// ComputerToolStripMenuItem
|
||||
|
@ -824,7 +824,7 @@ private void InitializeComponent()
|
|||
this.ComputerToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ComputerToolStripMenuItem.BackgroundImage")));
|
||||
this.ComputerToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.ComputerToolStripMenuItem.Name = "ComputerToolStripMenuItem";
|
||||
this.ComputerToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
|
||||
this.ComputerToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.ComputerToolStripMenuItem.Text = "Computer...";
|
||||
//
|
||||
// OnTheInternetToolStripMenuItem
|
||||
|
@ -833,7 +833,7 @@ private void InitializeComponent()
|
|||
this.OnTheInternetToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("OnTheInternetToolStripMenuItem.BackgroundImage")));
|
||||
this.OnTheInternetToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.OnTheInternetToolStripMenuItem.Name = "OnTheInternetToolStripMenuItem";
|
||||
this.OnTheInternetToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
|
||||
this.OnTheInternetToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.OnTheInternetToolStripMenuItem.Text = "On the Internet...";
|
||||
//
|
||||
// PeopleToolStripMenuItem
|
||||
|
@ -842,7 +842,7 @@ private void InitializeComponent()
|
|||
this.PeopleToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PeopleToolStripMenuItem.BackgroundImage")));
|
||||
this.PeopleToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.PeopleToolStripMenuItem.Name = "PeopleToolStripMenuItem";
|
||||
this.PeopleToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
|
||||
this.PeopleToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.PeopleToolStripMenuItem.Text = "People...";
|
||||
//
|
||||
// HelpToolStripMenuItem
|
||||
|
|
|
@ -121,48 +121,6 @@
|
|||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="InternetExplorerToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAAJVJREFUOE+VkQsSxCAMQj16bu4GFU3YdO2+Gaqi0F/7j96zfqKHqYiuByYBFfYJ
|
||||
1okT9uuef4slmG9gWjdzN4Wnf9bRT1RhaCN+KriGieyvkjr8Rl7AMMbywE0zCBiIBS9Awbn7tUD29xME
|
||||
Q0rM8IHhPbziKRhMU0pqjVIfcgHAfB2oiugnuEnG/EkZ/4fLZEksutHaB6sGQO/gf7MbAAAAAElFTkSu
|
||||
QmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="MSDOSPromptToolStripMenuItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAALtJREFUOE91TwESBCEI6un9vBPRYqljhtEIyUZhzTkXKo8J1ZI4P3xjlAjsqpoN
|
||||
upcBf0zA6+7r8QAxA9170IEPm6l7PWu9A1CLwNaVpSfWNEKLWCECDnkvAdFtMgBDLeHFaNaXEpQu22B9
|
||||
NsFA96i2yQlo00wejQG9VfuSCQ0IXAFAVAb468AVwJB3AHpsBFKn2uYkemh9hllezf4KcDKwtqkBpX5j
|
||||
Dyj5DRIeDDh3wD3c5AYkh2QwOMYPtAJqglssjE8AAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="OutlookExpressToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAAJVJREFUOE+VkIESgCAIQ/10/pwasJrlkb27nUZsoqPHPbWNlYHCN9gKMTc7O31I
|
||||
gIa0PM2EE32ErE9WNQEw1y6azbZGvkFAhnBcKMmwrQnCVI0MofA+a6UniIDYqKTx7JhBDeVaQd5fVT9m
|
||||
M4JvowbwzjNlu4C5DVBgVyll4Zo8AzrK0gfo6ZBSFq7J6g0+ePWj8EPDD0i7RXV30HOWAAAAAElFTkSu
|
||||
QmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="WindowsExplorerToolStripMenuItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAAJJJREFUOE+tkYEOgCAIRP10/tzk4FISZ7ZuuzDwnq4KJSL1aR/txc21llBfQVbh
|
||||
EZJZZ5C+nEoEcIN0QDyxLVGzm6WAsMYTvRSSAqaw2jRBloApbJUBhLVub4ABqwMY1poCuEYzhPWjRkgK
|
||||
6EP7A+obqOc2EzIBeELmtqNFDECI9R3gYmPhCPH+qX6HfAJAQ7iUCwlxft5LSoDNAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="FindToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wAAADsABataJCQAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
|
||||
4AAABIQCQUtXaBsAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="InternetConnectionWizardToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAALRJREFUOE+N
|
||||
|
@ -306,6 +264,41 @@
|
|||
DsAgCAN9Ok/zZ4yiEINsMkkKRNezWWNmlZSM84wabVwyEX3ODNLCZXWiyUrsgEr13h2gZlmvAGZGKQAX
|
||||
VRlAzfcJIAB+/gMiM5smIMbMBLO8uUMqCcxsOzww4/AIiGZ7eR4OQBYZ2uIGswOyWj72ArQMyOoVsMY+
|
||||
aQNok1HVambm9gBAYeI/oBSQZwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="InternetExplorerToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAAJVJREFUOE+VkQsSxCAMQj16bu4GFU3YdO2+Gaqi0F/7j96zfqKHqYiuByYBFfYJ
|
||||
1okT9uuef4slmG9gWjdzN4Wnf9bRT1RhaCN+KriGieyvkjr8Rl7AMMbywE0zCBiIBS9Awbn7tUD29xME
|
||||
Q0rM8IHhPbziKRhMU0pqjVIfcgHAfB2oiugnuEnG/EkZ/4fLZEksutHaB6sGQO/gf7MbAAAAAElFTkSu
|
||||
QmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="MSDOSPromptToolStripMenuItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAALtJREFUOE91TwESBCEI6un9vBPRYqljhtEIyUZhzTkXKo8J1ZI4P3xjlAjsqpoN
|
||||
upcBf0zA6+7r8QAxA9170IEPm6l7PWu9A1CLwNaVpSfWNEKLWCECDnkvAdFtMgBDLeHFaNaXEpQu22B9
|
||||
NsFA96i2yQlo00wejQG9VfuSCQ0IXAFAVAb468AVwJB3AHpsBFKn2uYkemh9hllezf4KcDKwtqkBpX5j
|
||||
Dyj5DRIeDDh3wD3c5AYkh2QwOMYPtAJqglssjE8AAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="OutlookExpressToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAAJVJREFUOE+VkIESgCAIQ/10/pwasJrlkb27nUZsoqPHPbWNlYHCN9gKMTc7O31I
|
||||
gIa0PM2EE32ErE9WNQEw1y6azbZGvkFAhnBcKMmwrQnCVI0MofA+a6UniIDYqKTx7JhBDeVaQd5fVT9m
|
||||
M4JvowbwzjNlu4C5DVBgVyll4Zo8AzrK0gfo6ZBSFq7J6g0+ePWj8EPDD0i7RXV30HOWAAAAAElFTkSu
|
||||
QmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="WindowsExplorerToolStripMenuItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wgAADsIBFShKgAAAAJJJREFUOE+tkYEOgCAIRP10/tzk4FISZ7ZuuzDwnq4KJSL1aR/txc21llBfQVbh
|
||||
EZJZZ5C+nEoEcIN0QDyxLVGzm6WAsMYTvRSSAqaw2jRBloApbJUBhLVub4ABqwMY1poCuEYzhPWjRkgK
|
||||
6EP7A+obqOc2EzIBeELmtqNFDECI9R3gYmPhCPH+qX6HfAJAQ7iUCwlxft5LSoDNAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="downloaderTestToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
@ -341,6 +334,13 @@
|
|||
iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wAAADsABataJCQAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
|
||||
4AAABIQCQUtXaBsAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="FindToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wAAADsABataJCQAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAAAMSURBVBhXYzhw
|
||||
4AAABIQCQUtXaBsAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="FilesOrFoldersToolStripMenuItem.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
@ -382,7 +382,7 @@
|
|||
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
||||
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
||||
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAADq
|
||||
ggAAAk1TRnQBSQFMAgEBDAEAAagBAQGoAQEBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA
|
||||
ggAAAk1TRnQBSQFMAgEBDAEAAbABAQGwAQEBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA
|
||||
AwABgAMAAQEBAAEgBwABAf8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A
|
||||
/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8A
|
||||
/wD/AP8A/wD/AP8A/wD/AP8A/wD/AP8AXAAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/x8AAf8DAAH/
|
||||
|
|
|
@ -348,7 +348,7 @@ void OpenApplication(string appname, string path)
|
|||
case "web chat 99 setup":
|
||||
WinClassicInstaller inst = new WinClassicInstaller("Web Chat 1999");
|
||||
inst.InstallCompleted += (sendr, args) => TitleScreen.frm98.WebChatToolStripMenuItem.Visible = true;
|
||||
WinClassic appInstaller = wm.Init(inst, "Web Chat Setup", null, true, true);
|
||||
WinClassic appInstaller = wm.Init(inst, "Web Chat Setup", null, false, true, false, false);
|
||||
Program.AddTaskbarItem(appInstaller, appInstaller.Tag.ToString(), "Web Chat Setup", null);
|
||||
appInstaller.BringToFront();
|
||||
|
||||
|
@ -359,7 +359,7 @@ void OpenApplication(string appname, string path)
|
|||
{
|
||||
TitleScreen.frm98.TimeDistorterToolStripMenuItem.Visible = true;
|
||||
};
|
||||
WinClassic appTd = wm.Init(instTd, "Time Distorter Setup", null, true, true);
|
||||
WinClassic appTd = wm.Init(instTd, "Time Distorter Setup", null, false, true, false, false);
|
||||
Program.AddTaskbarItem(appTd, appTd.Tag.ToString(), "Time Distorter Setup", null);
|
||||
appTd.BringToFront();
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ public class Hack4 : object
|
|||
public static async void StartObjective()
|
||||
{
|
||||
try {
|
||||
await Task.Delay(5000);
|
||||
WinXP app = wm.InitXP(Console, "Command Prompt", null, true, true);
|
||||
Console.WriteLine("telnet> 104.27.135.159 Connecting...");
|
||||
|
||||
|
@ -79,7 +78,10 @@ public static async void StartObjective()
|
|||
public static async void VirusDestruction(WinClassicIE6Bad ie)
|
||||
{
|
||||
LabelMaker();
|
||||
if (Console.ParentForm != null)
|
||||
{
|
||||
Console.ParentForm.Close();
|
||||
}
|
||||
await Task.Delay(10000); ((WinXP)ie.ParentForm).maximizebutton.Image = ((WinXP)ie.ParentForm).closebutton.Image;
|
||||
await Task.Delay(1000); ((WinXP)ie.ParentForm).minimizebutton.Image = ((WinXP)ie.ParentForm).closebutton.Image;
|
||||
await Task.Delay(1000); ie.toolStripMenuItem8.Image = Properties.Resources.WinXPError;
|
||||
|
|
649
Histacom2/OS/WinXPBad/WinXPBad.Designer.cs
generated
649
Histacom2/OS/WinXPBad/WinXPBad.Designer.cs
generated
|
@ -41,6 +41,8 @@ private void InitializeComponent()
|
|||
this.classicLabel2 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.startbutton = new System.Windows.Forms.PictureBox();
|
||||
this.startmenu = new System.Windows.Forms.Panel();
|
||||
this.xpMenuStripBottom = new System.Windows.Forms.MenuStrip();
|
||||
this.xpStartBottomTurnOff = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.pictureBox14 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox13 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox12 = new System.Windows.Forms.PictureBox();
|
||||
|
@ -53,27 +55,27 @@ private void InitializeComponent()
|
|||
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.pictureBox3 = new System.Windows.Forms.Panel();
|
||||
this.classicLabel1 = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||||
this.classicStartMenuItem1 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.classicStartMenuItem2 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.picWinXPStartTop = new System.Windows.Forms.Panel();
|
||||
this.lblUsername = new Histacom2.Engine.UI.ClassicLabel();
|
||||
this.picWinXPStartRight = new System.Windows.Forms.PictureBox();
|
||||
this.picWinXPStartLeft = new System.Windows.Forms.PictureBox();
|
||||
this.xpMenuStripLeft = new System.Windows.Forms.MenuStrip();
|
||||
this.xpStartIE = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartOutlook = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.classicStartMenuItem3 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.classicStartMenuItem4 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.classicStartMenuItem5 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.classicStartMenuItem6 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.menuStrip2 = new System.Windows.Forms.MenuStrip();
|
||||
this.classicStartMenuItem7 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.classicStartMenuItem8 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.classicStartMenuItem9 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.classicStartMenuItem10 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.classicStartMenuItem11 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartMSN = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartMediaPlayer = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartMovieMaker = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartTour = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpMenuStripRight = new System.Windows.Forms.MenuStrip();
|
||||
this.xpStartRightDocuments = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartRightRecentDocuments = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartRightPictures = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartRightMusic = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartRightComputer = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.classicStartMenuItem12 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.classicStartMenuItem13 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartRightControlPanel = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.xpStartRightPrinters = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.clockTimer = new System.Windows.Forms.Timer(this.components);
|
||||
this.desktopImages = new System.Windows.Forms.ImageList(this.components);
|
||||
|
@ -85,12 +87,14 @@ private void InitializeComponent()
|
|||
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.PropertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.desktopupdate = new System.Windows.Forms.Timer(this.components);
|
||||
this.picProfilePicture = new System.Windows.Forms.PictureBox();
|
||||
this.panel1.SuspendLayout();
|
||||
this.taskbar.SuspendLayout();
|
||||
this.clockPanel.SuspendLayout();
|
||||
this.taskbarItems.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.startbutton)).BeginInit();
|
||||
this.startmenu.SuspendLayout();
|
||||
this.xpMenuStripBottom.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
|
||||
|
@ -103,12 +107,13 @@ private void InitializeComponent()
|
|||
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
||||
this.panel3.SuspendLayout();
|
||||
this.pictureBox3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
this.menuStrip2.SuspendLayout();
|
||||
this.picWinXPStartTop.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.picWinXPStartRight)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.picWinXPStartLeft)).BeginInit();
|
||||
this.xpMenuStripLeft.SuspendLayout();
|
||||
this.xpMenuStripRight.SuspendLayout();
|
||||
this.rightclickbackproperties.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.picProfilePicture)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panel1
|
||||
|
@ -203,6 +208,7 @@ private void InitializeComponent()
|
|||
//
|
||||
this.startmenu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.startmenu.BackColor = System.Drawing.Color.White;
|
||||
this.startmenu.Controls.Add(this.xpMenuStripBottom);
|
||||
this.startmenu.Controls.Add(this.pictureBox14);
|
||||
this.startmenu.Controls.Add(this.pictureBox13);
|
||||
this.startmenu.Controls.Add(this.pictureBox12);
|
||||
|
@ -215,13 +221,48 @@ private void InitializeComponent()
|
|||
this.startmenu.Controls.Add(this.pictureBox5);
|
||||
this.startmenu.Controls.Add(this.pictureBox4);
|
||||
this.startmenu.Controls.Add(this.panel3);
|
||||
this.startmenu.Controls.Add(this.menuStrip1);
|
||||
this.startmenu.Controls.Add(this.menuStrip2);
|
||||
this.startmenu.Controls.Add(this.xpMenuStripLeft);
|
||||
this.startmenu.Controls.Add(this.xpMenuStripRight);
|
||||
this.startmenu.Location = new System.Drawing.Point(0, 133);
|
||||
this.startmenu.Name = "startmenu";
|
||||
this.startmenu.Size = new System.Drawing.Size(380, 438);
|
||||
this.startmenu.TabIndex = 3;
|
||||
//
|
||||
// xpMenuStripBottom
|
||||
//
|
||||
this.xpMenuStripBottom.AutoSize = false;
|
||||
this.xpMenuStripBottom.BackColor = System.Drawing.Color.Transparent;
|
||||
this.xpMenuStripBottom.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuBottomCenter2;
|
||||
this.xpMenuStripBottom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.xpMenuStripBottom.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this.xpMenuStripBottom.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpMenuStripBottom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.xpStartBottomTurnOff});
|
||||
this.xpMenuStripBottom.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
||||
this.xpMenuStripBottom.Location = new System.Drawing.Point(0, 397);
|
||||
this.xpMenuStripBottom.Name = "xpMenuStripBottom";
|
||||
this.xpMenuStripBottom.Padding = new System.Windows.Forms.Padding(8, 8, 0, 2);
|
||||
this.xpMenuStripBottom.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||||
this.xpMenuStripBottom.Size = new System.Drawing.Size(380, 46);
|
||||
this.xpMenuStripBottom.TabIndex = 15;
|
||||
this.xpMenuStripBottom.Text = "menuStrip3";
|
||||
//
|
||||
// xpStartBottomTurnOff
|
||||
//
|
||||
this.xpStartBottomTurnOff.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||
this.xpStartBottomTurnOff.AutoSize = false;
|
||||
this.xpStartBottomTurnOff.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.None;
|
||||
this.xpStartBottomTurnOff.DoBackColorAdapt = false;
|
||||
this.xpStartBottomTurnOff.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpStartBottomTurnOff.ForeColor = System.Drawing.Color.White;
|
||||
this.xpStartBottomTurnOff.Image = global::Histacom2.Properties.Resources.WinXPTurnOff;
|
||||
this.xpStartBottomTurnOff.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartBottomTurnOff.Name = "xpStartBottomTurnOff";
|
||||
this.xpStartBottomTurnOff.Size = new System.Drawing.Size(140, 42);
|
||||
this.xpStartBottomTurnOff.SubTitle = "Internet Explorer";
|
||||
this.xpStartBottomTurnOff.Text = "Turn Off Computer";
|
||||
this.xpStartBottomTurnOff.Click += new System.EventHandler(this.turnOffClick);
|
||||
//
|
||||
// pictureBox14
|
||||
//
|
||||
this.pictureBox14.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuCenterDivider;
|
||||
|
@ -331,110 +372,111 @@ private void InitializeComponent()
|
|||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.Controls.Add(this.pictureBox3);
|
||||
this.panel3.Controls.Add(this.pictureBox2);
|
||||
this.panel3.Controls.Add(this.pictureBox1);
|
||||
this.panel3.Controls.Add(this.picWinXPStartTop);
|
||||
this.panel3.Controls.Add(this.picWinXPStartRight);
|
||||
this.panel3.Controls.Add(this.picWinXPStartLeft);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(380, 63);
|
||||
this.panel3.TabIndex = 0;
|
||||
//
|
||||
// pictureBox3
|
||||
// picWinXPStartTop
|
||||
//
|
||||
this.pictureBox3.BackColor = System.Drawing.Color.Blue;
|
||||
this.pictureBox3.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuTopCenter;
|
||||
this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.pictureBox3.Controls.Add(this.classicLabel1);
|
||||
this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pictureBox3.Location = new System.Drawing.Point(8, 0);
|
||||
this.pictureBox3.Name = "pictureBox3";
|
||||
this.pictureBox3.Size = new System.Drawing.Size(364, 63);
|
||||
this.pictureBox3.TabIndex = 2;
|
||||
this.picWinXPStartTop.BackColor = System.Drawing.Color.Blue;
|
||||
this.picWinXPStartTop.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuTopCenter;
|
||||
this.picWinXPStartTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.picWinXPStartTop.Controls.Add(this.lblUsername);
|
||||
this.picWinXPStartTop.Controls.Add(this.picProfilePicture);
|
||||
this.picWinXPStartTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.picWinXPStartTop.Location = new System.Drawing.Point(8, 0);
|
||||
this.picWinXPStartTop.Name = "picWinXPStartTop";
|
||||
this.picWinXPStartTop.Size = new System.Drawing.Size(364, 63);
|
||||
this.picWinXPStartTop.TabIndex = 2;
|
||||
//
|
||||
// classicLabel1
|
||||
// lblUsername
|
||||
//
|
||||
this.classicLabel1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.classicLabel1.DropShadow = true;
|
||||
this.classicLabel1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicLabel1.ForeColor = System.Drawing.Color.White;
|
||||
this.classicLabel1.Location = new System.Drawing.Point(6, 24);
|
||||
this.classicLabel1.Name = "classicLabel1";
|
||||
this.classicLabel1.Size = new System.Drawing.Size(91, 19);
|
||||
this.classicLabel1.TabIndex = 3;
|
||||
this.classicLabel1.Text = "Username";
|
||||
this.lblUsername.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblUsername.DropShadow = true;
|
||||
this.lblUsername.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblUsername.ForeColor = System.Drawing.Color.White;
|
||||
this.lblUsername.Location = new System.Drawing.Point(54, 24);
|
||||
this.lblUsername.Name = "lblUsername";
|
||||
this.lblUsername.Size = new System.Drawing.Size(91, 19);
|
||||
this.lblUsername.TabIndex = 3;
|
||||
this.lblUsername.Text = "Username";
|
||||
//
|
||||
// pictureBox2
|
||||
// picWinXPStartRight
|
||||
//
|
||||
this.pictureBox2.BackColor = System.Drawing.Color.SkyBlue;
|
||||
this.pictureBox2.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuTopRight;
|
||||
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.pictureBox2.Location = new System.Drawing.Point(372, 0);
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.Size = new System.Drawing.Size(8, 63);
|
||||
this.pictureBox2.TabIndex = 1;
|
||||
this.pictureBox2.TabStop = false;
|
||||
this.picWinXPStartRight.BackColor = System.Drawing.Color.SkyBlue;
|
||||
this.picWinXPStartRight.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuTopRight;
|
||||
this.picWinXPStartRight.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.picWinXPStartRight.Location = new System.Drawing.Point(372, 0);
|
||||
this.picWinXPStartRight.Name = "picWinXPStartRight";
|
||||
this.picWinXPStartRight.Size = new System.Drawing.Size(8, 63);
|
||||
this.picWinXPStartRight.TabIndex = 1;
|
||||
this.picWinXPStartRight.TabStop = false;
|
||||
//
|
||||
// pictureBox1
|
||||
// picWinXPStartLeft
|
||||
//
|
||||
this.pictureBox1.BackColor = System.Drawing.Color.SkyBlue;
|
||||
this.pictureBox1.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuTopLeft;
|
||||
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(8, 63);
|
||||
this.pictureBox1.TabIndex = 0;
|
||||
this.pictureBox1.TabStop = false;
|
||||
this.picWinXPStartLeft.BackColor = System.Drawing.Color.SkyBlue;
|
||||
this.picWinXPStartLeft.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuTopLeft;
|
||||
this.picWinXPStartLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.picWinXPStartLeft.Location = new System.Drawing.Point(0, 0);
|
||||
this.picWinXPStartLeft.Name = "picWinXPStartLeft";
|
||||
this.picWinXPStartLeft.Size = new System.Drawing.Size(8, 63);
|
||||
this.picWinXPStartLeft.TabIndex = 0;
|
||||
this.picWinXPStartLeft.TabStop = false;
|
||||
//
|
||||
// menuStrip1
|
||||
// xpMenuStripLeft
|
||||
//
|
||||
this.menuStrip1.AutoSize = false;
|
||||
this.menuStrip1.BackgroundImage = global::Histacom2.Properties.Resources.sliverwhite;
|
||||
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this.menuStrip1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.classicStartMenuItem1,
|
||||
this.classicStartMenuItem2,
|
||||
this.xpMenuStripLeft.AutoSize = false;
|
||||
this.xpMenuStripLeft.BackgroundImage = global::Histacom2.Properties.Resources.sliverwhite;
|
||||
this.xpMenuStripLeft.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this.xpMenuStripLeft.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpMenuStripLeft.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.xpStartIE,
|
||||
this.xpStartOutlook,
|
||||
this.toolStripMenuItem1,
|
||||
this.classicStartMenuItem3,
|
||||
this.classicStartMenuItem4,
|
||||
this.classicStartMenuItem5,
|
||||
this.classicStartMenuItem6});
|
||||
this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
|
||||
this.menuStrip1.Location = new System.Drawing.Point(2, 66);
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 8, 0, 2);
|
||||
this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||||
this.menuStrip1.Size = new System.Drawing.Size(188, 330);
|
||||
this.menuStrip1.TabIndex = 13;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
this.xpStartMSN,
|
||||
this.xpStartMediaPlayer,
|
||||
this.xpStartMovieMaker,
|
||||
this.xpStartTour});
|
||||
this.xpMenuStripLeft.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
|
||||
this.xpMenuStripLeft.Location = new System.Drawing.Point(2, 66);
|
||||
this.xpMenuStripLeft.Name = "xpMenuStripLeft";
|
||||
this.xpMenuStripLeft.Padding = new System.Windows.Forms.Padding(8, 8, 0, 2);
|
||||
this.xpMenuStripLeft.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||||
this.xpMenuStripLeft.Size = new System.Drawing.Size(188, 330);
|
||||
this.xpMenuStripLeft.TabIndex = 13;
|
||||
this.xpMenuStripLeft.Text = "menuStrip1";
|
||||
//
|
||||
// classicStartMenuItem1
|
||||
// xpStartIE
|
||||
//
|
||||
this.classicStartMenuItem1.AutoSize = false;
|
||||
this.classicStartMenuItem1.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicStartMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.classicStartMenuItem1.Image = global::Histacom2.Properties.Resources.WinXPIE6;
|
||||
this.classicStartMenuItem1.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitleWithLightSubtitle;
|
||||
this.classicStartMenuItem1.Name = "classicStartMenuItem1";
|
||||
this.classicStartMenuItem1.Size = new System.Drawing.Size(181, 40);
|
||||
this.classicStartMenuItem1.SubTitle = "Internet Explorer";
|
||||
this.classicStartMenuItem1.Text = "Internet";
|
||||
this.classicStartMenuItem1.Click += new System.EventHandler(this.classicStartMenuItem1_Click);
|
||||
this.xpStartIE.AutoSize = false;
|
||||
this.xpStartIE.DoBackColorAdapt = false;
|
||||
this.xpStartIE.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpStartIE.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.xpStartIE.Image = global::Histacom2.Properties.Resources.WinXPIE6;
|
||||
this.xpStartIE.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitleWithLightSubtitle;
|
||||
this.xpStartIE.Name = "xpStartIE";
|
||||
this.xpStartIE.Size = new System.Drawing.Size(181, 40);
|
||||
this.xpStartIE.SubTitle = "Internet Explorer";
|
||||
this.xpStartIE.Text = "Internet";
|
||||
this.xpStartIE.Click += new System.EventHandler(this.classicStartMenuItem1_Click);
|
||||
//
|
||||
// classicStartMenuItem2
|
||||
// xpStartOutlook
|
||||
//
|
||||
this.classicStartMenuItem2.AutoSize = false;
|
||||
this.classicStartMenuItem2.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicStartMenuItem2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.classicStartMenuItem2.Image = global::Histacom2.Properties.Resources.WinXPOutlook;
|
||||
this.classicStartMenuItem2.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitleWithLightSubtitle;
|
||||
this.classicStartMenuItem2.Name = "classicStartMenuItem2";
|
||||
this.classicStartMenuItem2.Size = new System.Drawing.Size(181, 40);
|
||||
this.classicStartMenuItem2.SubTitle = "Outlook Express";
|
||||
this.classicStartMenuItem2.Text = "E-mail";
|
||||
this.xpStartOutlook.AutoSize = false;
|
||||
this.xpStartOutlook.DoBackColorAdapt = false;
|
||||
this.xpStartOutlook.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpStartOutlook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.xpStartOutlook.Image = global::Histacom2.Properties.Resources.WinXPOutlook;
|
||||
this.xpStartOutlook.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitleWithLightSubtitle;
|
||||
this.xpStartOutlook.Name = "xpStartOutlook";
|
||||
this.xpStartOutlook.Size = new System.Drawing.Size(181, 40);
|
||||
this.xpStartOutlook.SubTitle = "Outlook Express";
|
||||
this.xpStartOutlook.Text = "E-mail";
|
||||
//
|
||||
// toolStripMenuItem1
|
||||
//
|
||||
|
@ -443,157 +485,157 @@ private void InitializeComponent()
|
|||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(179, 9);
|
||||
//
|
||||
// classicStartMenuItem3
|
||||
// xpStartMSN
|
||||
//
|
||||
this.classicStartMenuItem3.AutoSize = false;
|
||||
this.classicStartMenuItem3.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.classicStartMenuItem3.Image = global::Histacom2.Properties.Resources.WinXPMSN;
|
||||
this.classicStartMenuItem3.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem3.Name = "classicStartMenuItem3";
|
||||
this.classicStartMenuItem3.Size = new System.Drawing.Size(181, 40);
|
||||
this.classicStartMenuItem3.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem3.Text = "MSN Explorer";
|
||||
this.xpStartMSN.AutoSize = false;
|
||||
this.xpStartMSN.DoBackColorAdapt = false;
|
||||
this.xpStartMSN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.xpStartMSN.Image = global::Histacom2.Properties.Resources.WinXPMSN;
|
||||
this.xpStartMSN.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartMSN.Name = "xpStartMSN";
|
||||
this.xpStartMSN.Size = new System.Drawing.Size(181, 40);
|
||||
this.xpStartMSN.SubTitle = "Subtitle";
|
||||
this.xpStartMSN.Text = "MSN Explorer";
|
||||
//
|
||||
// classicStartMenuItem4
|
||||
// xpStartMediaPlayer
|
||||
//
|
||||
this.classicStartMenuItem4.AutoSize = false;
|
||||
this.classicStartMenuItem4.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.classicStartMenuItem4.Image = global::Histacom2.Properties.Resources.WinXPMediaPlayer;
|
||||
this.classicStartMenuItem4.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem4.Name = "classicStartMenuItem4";
|
||||
this.classicStartMenuItem4.Size = new System.Drawing.Size(181, 40);
|
||||
this.classicStartMenuItem4.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem4.Text = "Windows Media Player";
|
||||
this.xpStartMediaPlayer.AutoSize = false;
|
||||
this.xpStartMediaPlayer.DoBackColorAdapt = false;
|
||||
this.xpStartMediaPlayer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.xpStartMediaPlayer.Image = global::Histacom2.Properties.Resources.WinXPMediaPlayer;
|
||||
this.xpStartMediaPlayer.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartMediaPlayer.Name = "xpStartMediaPlayer";
|
||||
this.xpStartMediaPlayer.Size = new System.Drawing.Size(181, 40);
|
||||
this.xpStartMediaPlayer.SubTitle = "Subtitle";
|
||||
this.xpStartMediaPlayer.Text = "Windows Media Player";
|
||||
//
|
||||
// classicStartMenuItem5
|
||||
// xpStartMovieMaker
|
||||
//
|
||||
this.classicStartMenuItem5.AutoSize = false;
|
||||
this.classicStartMenuItem5.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.classicStartMenuItem5.Image = global::Histacom2.Properties.Resources.WinXPMovieMaker;
|
||||
this.classicStartMenuItem5.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem5.Name = "classicStartMenuItem5";
|
||||
this.classicStartMenuItem5.Size = new System.Drawing.Size(181, 40);
|
||||
this.classicStartMenuItem5.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem5.Text = "Windows Movie Maker";
|
||||
this.xpStartMovieMaker.AutoSize = false;
|
||||
this.xpStartMovieMaker.DoBackColorAdapt = false;
|
||||
this.xpStartMovieMaker.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.xpStartMovieMaker.Image = global::Histacom2.Properties.Resources.WinXPMovieMaker;
|
||||
this.xpStartMovieMaker.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartMovieMaker.Name = "xpStartMovieMaker";
|
||||
this.xpStartMovieMaker.Size = new System.Drawing.Size(181, 40);
|
||||
this.xpStartMovieMaker.SubTitle = "Subtitle";
|
||||
this.xpStartMovieMaker.Text = "Windows Movie Maker";
|
||||
//
|
||||
// classicStartMenuItem6
|
||||
// xpStartTour
|
||||
//
|
||||
this.classicStartMenuItem6.AutoSize = false;
|
||||
this.classicStartMenuItem6.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.classicStartMenuItem6.Image = global::Histacom2.Properties.Resources.WinXPTour;
|
||||
this.classicStartMenuItem6.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem6.Name = "classicStartMenuItem6";
|
||||
this.classicStartMenuItem6.Size = new System.Drawing.Size(181, 40);
|
||||
this.classicStartMenuItem6.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem6.Text = "Tour Windows XP";
|
||||
this.xpStartTour.AutoSize = false;
|
||||
this.xpStartTour.DoBackColorAdapt = false;
|
||||
this.xpStartTour.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(56)))));
|
||||
this.xpStartTour.Image = global::Histacom2.Properties.Resources.WinXPTour;
|
||||
this.xpStartTour.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartTour.Name = "xpStartTour";
|
||||
this.xpStartTour.Size = new System.Drawing.Size(181, 40);
|
||||
this.xpStartTour.SubTitle = "Subtitle";
|
||||
this.xpStartTour.Text = "Tour Windows XP";
|
||||
//
|
||||
// menuStrip2
|
||||
// xpMenuStripRight
|
||||
//
|
||||
this.menuStrip2.AutoSize = false;
|
||||
this.menuStrip2.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.menuStrip2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.menuStrip2.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.classicStartMenuItem7,
|
||||
this.classicStartMenuItem8,
|
||||
this.classicStartMenuItem9,
|
||||
this.classicStartMenuItem10,
|
||||
this.classicStartMenuItem11,
|
||||
this.xpMenuStripRight.AutoSize = false;
|
||||
this.xpMenuStripRight.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.xpMenuStripRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.xpMenuStripRight.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this.xpMenuStripRight.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.xpStartRightDocuments,
|
||||
this.xpStartRightRecentDocuments,
|
||||
this.xpStartRightPictures,
|
||||
this.xpStartRightMusic,
|
||||
this.xpStartRightComputer,
|
||||
this.toolStripMenuItem2,
|
||||
this.classicStartMenuItem12,
|
||||
this.classicStartMenuItem13,
|
||||
this.xpStartRightControlPanel,
|
||||
this.xpStartRightPrinters,
|
||||
this.toolStripMenuItem3});
|
||||
this.menuStrip2.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
|
||||
this.menuStrip2.Location = new System.Drawing.Point(191, 66);
|
||||
this.menuStrip2.Name = "menuStrip2";
|
||||
this.menuStrip2.Padding = new System.Windows.Forms.Padding(7, 7, 0, 2);
|
||||
this.menuStrip2.Size = new System.Drawing.Size(187, 330);
|
||||
this.menuStrip2.TabIndex = 14;
|
||||
this.menuStrip2.Text = "menuStrip2";
|
||||
this.xpMenuStripRight.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
|
||||
this.xpMenuStripRight.Location = new System.Drawing.Point(191, 66);
|
||||
this.xpMenuStripRight.Name = "xpMenuStripRight";
|
||||
this.xpMenuStripRight.Padding = new System.Windows.Forms.Padding(7, 7, 0, 2);
|
||||
this.xpMenuStripRight.Size = new System.Drawing.Size(187, 330);
|
||||
this.xpMenuStripRight.TabIndex = 14;
|
||||
this.xpMenuStripRight.Text = "menuStrip2";
|
||||
//
|
||||
// classicStartMenuItem7
|
||||
// xpStartRightDocuments
|
||||
//
|
||||
this.classicStartMenuItem7.AutoSize = false;
|
||||
this.classicStartMenuItem7.BackColor = System.Drawing.Color.White;
|
||||
this.classicStartMenuItem7.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.classicStartMenuItem7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.classicStartMenuItem7.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicStartMenuItem7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.classicStartMenuItem7.Image = global::Histacom2.Properties.Resources.WinXPDocumentsSmall;
|
||||
this.classicStartMenuItem7.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem7.Name = "classicStartMenuItem7";
|
||||
this.classicStartMenuItem7.Size = new System.Drawing.Size(180, 30);
|
||||
this.classicStartMenuItem7.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem7.Text = "My Documents";
|
||||
this.xpStartRightDocuments.AutoSize = false;
|
||||
this.xpStartRightDocuments.BackColor = System.Drawing.Color.White;
|
||||
this.xpStartRightDocuments.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.xpStartRightDocuments.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.xpStartRightDocuments.DoBackColorAdapt = false;
|
||||
this.xpStartRightDocuments.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpStartRightDocuments.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.xpStartRightDocuments.Image = global::Histacom2.Properties.Resources.WinXPDocumentsSmall;
|
||||
this.xpStartRightDocuments.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartRightDocuments.Name = "xpStartRightDocuments";
|
||||
this.xpStartRightDocuments.Size = new System.Drawing.Size(180, 30);
|
||||
this.xpStartRightDocuments.SubTitle = "Subtitle";
|
||||
this.xpStartRightDocuments.Text = "My Documents";
|
||||
//
|
||||
// classicStartMenuItem8
|
||||
// xpStartRightRecentDocuments
|
||||
//
|
||||
this.classicStartMenuItem8.AutoSize = false;
|
||||
this.classicStartMenuItem8.BackColor = System.Drawing.Color.White;
|
||||
this.classicStartMenuItem8.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.classicStartMenuItem8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.classicStartMenuItem8.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicStartMenuItem8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.classicStartMenuItem8.Image = global::Histacom2.Properties.Resources.WinXPRecentSmall;
|
||||
this.classicStartMenuItem8.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem8.Name = "classicStartMenuItem8";
|
||||
this.classicStartMenuItem8.Size = new System.Drawing.Size(180, 30);
|
||||
this.classicStartMenuItem8.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem8.Text = "My Recent &Documents";
|
||||
this.xpStartRightRecentDocuments.AutoSize = false;
|
||||
this.xpStartRightRecentDocuments.BackColor = System.Drawing.Color.White;
|
||||
this.xpStartRightRecentDocuments.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.xpStartRightRecentDocuments.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.xpStartRightRecentDocuments.DoBackColorAdapt = false;
|
||||
this.xpStartRightRecentDocuments.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpStartRightRecentDocuments.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.xpStartRightRecentDocuments.Image = global::Histacom2.Properties.Resources.WinXPRecentSmall;
|
||||
this.xpStartRightRecentDocuments.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartRightRecentDocuments.Name = "xpStartRightRecentDocuments";
|
||||
this.xpStartRightRecentDocuments.Size = new System.Drawing.Size(180, 30);
|
||||
this.xpStartRightRecentDocuments.SubTitle = "Subtitle";
|
||||
this.xpStartRightRecentDocuments.Text = "My Recent &Documents";
|
||||
//
|
||||
// classicStartMenuItem9
|
||||
// xpStartRightPictures
|
||||
//
|
||||
this.classicStartMenuItem9.AutoSize = false;
|
||||
this.classicStartMenuItem9.BackColor = System.Drawing.Color.White;
|
||||
this.classicStartMenuItem9.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.classicStartMenuItem9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.classicStartMenuItem9.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicStartMenuItem9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.classicStartMenuItem9.Image = global::Histacom2.Properties.Resources.WinXPPhotosSmall;
|
||||
this.classicStartMenuItem9.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem9.Name = "classicStartMenuItem9";
|
||||
this.classicStartMenuItem9.Size = new System.Drawing.Size(180, 30);
|
||||
this.classicStartMenuItem9.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem9.Text = "My Pictures";
|
||||
this.xpStartRightPictures.AutoSize = false;
|
||||
this.xpStartRightPictures.BackColor = System.Drawing.Color.White;
|
||||
this.xpStartRightPictures.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.xpStartRightPictures.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.xpStartRightPictures.DoBackColorAdapt = false;
|
||||
this.xpStartRightPictures.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpStartRightPictures.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.xpStartRightPictures.Image = global::Histacom2.Properties.Resources.WinXPPhotosSmall;
|
||||
this.xpStartRightPictures.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartRightPictures.Name = "xpStartRightPictures";
|
||||
this.xpStartRightPictures.Size = new System.Drawing.Size(180, 30);
|
||||
this.xpStartRightPictures.SubTitle = "Subtitle";
|
||||
this.xpStartRightPictures.Text = "My Pictures";
|
||||
//
|
||||
// classicStartMenuItem10
|
||||
// xpStartRightMusic
|
||||
//
|
||||
this.classicStartMenuItem10.AutoSize = false;
|
||||
this.classicStartMenuItem10.BackColor = System.Drawing.Color.White;
|
||||
this.classicStartMenuItem10.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.classicStartMenuItem10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.classicStartMenuItem10.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicStartMenuItem10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.classicStartMenuItem10.Image = global::Histacom2.Properties.Resources.WinXPMusicSmall;
|
||||
this.classicStartMenuItem10.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem10.Name = "classicStartMenuItem10";
|
||||
this.classicStartMenuItem10.Size = new System.Drawing.Size(180, 30);
|
||||
this.classicStartMenuItem10.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem10.Text = "My Music";
|
||||
this.xpStartRightMusic.AutoSize = false;
|
||||
this.xpStartRightMusic.BackColor = System.Drawing.Color.White;
|
||||
this.xpStartRightMusic.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.xpStartRightMusic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.xpStartRightMusic.DoBackColorAdapt = false;
|
||||
this.xpStartRightMusic.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpStartRightMusic.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.xpStartRightMusic.Image = global::Histacom2.Properties.Resources.WinXPMusicSmall;
|
||||
this.xpStartRightMusic.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartRightMusic.Name = "xpStartRightMusic";
|
||||
this.xpStartRightMusic.Size = new System.Drawing.Size(180, 30);
|
||||
this.xpStartRightMusic.SubTitle = "Subtitle";
|
||||
this.xpStartRightMusic.Text = "My Music";
|
||||
//
|
||||
// classicStartMenuItem11
|
||||
// xpStartRightComputer
|
||||
//
|
||||
this.classicStartMenuItem11.AutoSize = false;
|
||||
this.classicStartMenuItem11.BackColor = System.Drawing.Color.White;
|
||||
this.classicStartMenuItem11.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.classicStartMenuItem11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.classicStartMenuItem11.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicStartMenuItem11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.classicStartMenuItem11.Image = global::Histacom2.Properties.Resources.WinXPComputerSmall;
|
||||
this.classicStartMenuItem11.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem11.Name = "classicStartMenuItem11";
|
||||
this.classicStartMenuItem11.Size = new System.Drawing.Size(180, 30);
|
||||
this.classicStartMenuItem11.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem11.Text = "My Computer";
|
||||
this.xpStartRightComputer.AutoSize = false;
|
||||
this.xpStartRightComputer.BackColor = System.Drawing.Color.White;
|
||||
this.xpStartRightComputer.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.xpStartRightComputer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.xpStartRightComputer.DoBackColorAdapt = false;
|
||||
this.xpStartRightComputer.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpStartRightComputer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.xpStartRightComputer.Image = global::Histacom2.Properties.Resources.WinXPComputerSmall;
|
||||
this.xpStartRightComputer.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartRightComputer.Name = "xpStartRightComputer";
|
||||
this.xpStartRightComputer.Size = new System.Drawing.Size(180, 30);
|
||||
this.xpStartRightComputer.SubTitle = "Subtitle";
|
||||
this.xpStartRightComputer.Text = "My Computer";
|
||||
//
|
||||
// toolStripMenuItem2
|
||||
//
|
||||
|
@ -602,37 +644,37 @@ private void InitializeComponent()
|
|||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(179, 8);
|
||||
//
|
||||
// classicStartMenuItem12
|
||||
// xpStartRightControlPanel
|
||||
//
|
||||
this.classicStartMenuItem12.AutoSize = false;
|
||||
this.classicStartMenuItem12.BackColor = System.Drawing.Color.White;
|
||||
this.classicStartMenuItem12.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.classicStartMenuItem12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.classicStartMenuItem12.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicStartMenuItem12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.classicStartMenuItem12.Image = global::Histacom2.Properties.Resources.WinXPControlPanelSmall;
|
||||
this.classicStartMenuItem12.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem12.Name = "classicStartMenuItem12";
|
||||
this.classicStartMenuItem12.Size = new System.Drawing.Size(180, 30);
|
||||
this.classicStartMenuItem12.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem12.Text = "&Control Panel";
|
||||
this.xpStartRightControlPanel.AutoSize = false;
|
||||
this.xpStartRightControlPanel.BackColor = System.Drawing.Color.White;
|
||||
this.xpStartRightControlPanel.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.xpStartRightControlPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.xpStartRightControlPanel.DoBackColorAdapt = false;
|
||||
this.xpStartRightControlPanel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpStartRightControlPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.xpStartRightControlPanel.Image = global::Histacom2.Properties.Resources.WinXPControlPanelSmall;
|
||||
this.xpStartRightControlPanel.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartRightControlPanel.Name = "xpStartRightControlPanel";
|
||||
this.xpStartRightControlPanel.Size = new System.Drawing.Size(180, 30);
|
||||
this.xpStartRightControlPanel.SubTitle = "Subtitle";
|
||||
this.xpStartRightControlPanel.Text = "&Control Panel";
|
||||
//
|
||||
// classicStartMenuItem13
|
||||
// xpStartRightPrinters
|
||||
//
|
||||
this.classicStartMenuItem13.AutoSize = false;
|
||||
this.classicStartMenuItem13.BackColor = System.Drawing.Color.White;
|
||||
this.classicStartMenuItem13.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.classicStartMenuItem13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.classicStartMenuItem13.DoBackColorAdapt = false;
|
||||
this.classicStartMenuItem13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.classicStartMenuItem13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.classicStartMenuItem13.Image = global::Histacom2.Properties.Resources.WinXPPrintersSmall;
|
||||
this.classicStartMenuItem13.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.classicStartMenuItem13.Name = "classicStartMenuItem13";
|
||||
this.classicStartMenuItem13.Size = new System.Drawing.Size(180, 30);
|
||||
this.classicStartMenuItem13.SubTitle = "Subtitle";
|
||||
this.classicStartMenuItem13.Text = "Printers and Faxes";
|
||||
this.xpStartRightPrinters.AutoSize = false;
|
||||
this.xpStartRightPrinters.BackColor = System.Drawing.Color.White;
|
||||
this.xpStartRightPrinters.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||
this.xpStartRightPrinters.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.xpStartRightPrinters.DoBackColorAdapt = false;
|
||||
this.xpStartRightPrinters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.xpStartRightPrinters.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||
this.xpStartRightPrinters.Image = global::Histacom2.Properties.Resources.WinXPPrintersSmall;
|
||||
this.xpStartRightPrinters.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||
this.xpStartRightPrinters.Name = "xpStartRightPrinters";
|
||||
this.xpStartRightPrinters.Size = new System.Drawing.Size(180, 30);
|
||||
this.xpStartRightPrinters.SubTitle = "Subtitle";
|
||||
this.xpStartRightPrinters.Text = "Printers and Faxes";
|
||||
//
|
||||
// toolStripMenuItem3
|
||||
//
|
||||
|
@ -737,6 +779,17 @@ private void InitializeComponent()
|
|||
this.desktopupdate.Interval = 5000;
|
||||
this.desktopupdate.Tick += new System.EventHandler(this.desktopupdate_Tick);
|
||||
//
|
||||
// picProfilePicture
|
||||
//
|
||||
this.picProfilePicture.BackColor = System.Drawing.Color.Transparent;
|
||||
this.picProfilePicture.BackgroundImage = global::Histacom2.Properties.Resources.WinXPProfilePictureChess;
|
||||
this.picProfilePicture.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||
this.picProfilePicture.Location = new System.Drawing.Point(0, 9);
|
||||
this.picProfilePicture.Name = "picProfilePicture";
|
||||
this.picProfilePicture.Size = new System.Drawing.Size(48, 48);
|
||||
this.picProfilePicture.TabIndex = 7;
|
||||
this.picProfilePicture.TabStop = false;
|
||||
//
|
||||
// WindowsXPBad
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
@ -749,7 +802,7 @@ private void InitializeComponent()
|
|||
this.Controls.Add(this.desktopicons);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MainMenuStrip = this.menuStrip1;
|
||||
this.MainMenuStrip = this.xpMenuStripLeft;
|
||||
this.Name = "WindowsXPBad";
|
||||
this.Tag = "ignoreFormOnTaskbar";
|
||||
this.Text = "Histacom2Desktop";
|
||||
|
@ -760,6 +813,8 @@ private void InitializeComponent()
|
|||
this.taskbarItems.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.startbutton)).EndInit();
|
||||
this.startmenu.ResumeLayout(false);
|
||||
this.xpMenuStripBottom.ResumeLayout(false);
|
||||
this.xpMenuStripBottom.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
|
||||
|
@ -772,14 +827,15 @@ private void InitializeComponent()
|
|||
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.pictureBox3.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
this.menuStrip1.ResumeLayout(false);
|
||||
this.menuStrip1.PerformLayout();
|
||||
this.menuStrip2.ResumeLayout(false);
|
||||
this.menuStrip2.PerformLayout();
|
||||
this.picWinXPStartTop.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.picWinXPStartRight)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.picWinXPStartLeft)).EndInit();
|
||||
this.xpMenuStripLeft.ResumeLayout(false);
|
||||
this.xpMenuStripLeft.PerformLayout();
|
||||
this.xpMenuStripRight.ResumeLayout(false);
|
||||
this.xpMenuStripRight.PerformLayout();
|
||||
this.rightclickbackproperties.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.picProfilePicture)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
|
@ -806,9 +862,9 @@ private void InitializeComponent()
|
|||
private System.Windows.Forms.Timer desktopupdate;
|
||||
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
|
||||
private System.Windows.Forms.Panel panel3;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.PictureBox pictureBox2;
|
||||
private System.Windows.Forms.Panel pictureBox3;
|
||||
private System.Windows.Forms.PictureBox picWinXPStartLeft;
|
||||
private System.Windows.Forms.PictureBox picWinXPStartRight;
|
||||
private System.Windows.Forms.Panel picWinXPStartTop;
|
||||
private System.Windows.Forms.PictureBox pictureBox4;
|
||||
private System.Windows.Forms.PictureBox pictureBox5;
|
||||
private System.Windows.Forms.PictureBox pictureBox6;
|
||||
|
@ -820,26 +876,29 @@ private void InitializeComponent()
|
|||
private System.Windows.Forms.PictureBox pictureBox12;
|
||||
private System.Windows.Forms.PictureBox pictureBox13;
|
||||
private System.Windows.Forms.PictureBox pictureBox14;
|
||||
private Engine.UI.ClassicLabel classicLabel1;
|
||||
private System.Windows.Forms.MenuStrip menuStrip1;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem1;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem2;
|
||||
private Engine.UI.ClassicLabel lblUsername;
|
||||
private System.Windows.Forms.MenuStrip xpMenuStripLeft;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartIE;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartOutlook;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem3;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem4;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem5;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem6;
|
||||
private System.Windows.Forms.MenuStrip menuStrip2;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem7;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem8;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem9;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem10;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem11;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartMSN;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartMediaPlayer;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartMovieMaker;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartTour;
|
||||
private System.Windows.Forms.MenuStrip xpMenuStripRight;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartRightDocuments;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartRightRecentDocuments;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartRightPictures;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartRightMusic;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartRightComputer;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem12;
|
||||
private Engine.UI.ClassicStartMenuItem classicStartMenuItem13;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartRightControlPanel;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartRightPrinters;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
||||
public Engine.UI.ClassicLabel classicLabel2;
|
||||
public System.Windows.Forms.Panel clockPanel;
|
||||
private System.Windows.Forms.MenuStrip xpMenuStripBottom;
|
||||
private Engine.UI.ClassicStartMenuItem xpStartBottomTurnOff;
|
||||
private System.Windows.Forms.PictureBox picProfilePicture;
|
||||
}
|
||||
}
|
|
@ -31,6 +31,8 @@ public WindowsXPBad()
|
|||
InitializeComponent();
|
||||
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
|
||||
BackgroundImage = currentTheme.defaultWallpaper;
|
||||
|
||||
lblUsername.Text = ProfileName;
|
||||
}
|
||||
|
||||
// When New Game is clicked in TitleScreen.cs
|
||||
|
@ -100,6 +102,11 @@ private void ShutdownToolStripMenuItem_Click(object sender, EventArgs e)
|
|||
Program.ShutdownApplication(currentTheme.stopSound);
|
||||
}
|
||||
|
||||
private void turnOffClick(object sender, EventArgs e)
|
||||
{
|
||||
Program.ShutdownApplication(currentTheme.stopSound);
|
||||
}
|
||||
|
||||
#endregion //Region
|
||||
|
||||
// Give Year Code - NYI
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -33,7 +33,7 @@
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.0.2")]
|
||||
[assembly: AssemblyFileVersion("2.0.2")]
|
||||
[assembly: AssemblyVersion("2.0.3")]
|
||||
[assembly: AssemblyFileVersion("2.0.3")]
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
|
||||
|
|
|
@ -121,17 +121,17 @@
|
|||
<data name="WinClassicDisplayExample" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicDisplayExample.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPControlPanelSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPControlPanelSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicAddressBookNewIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicAddressBookNewIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicMSN" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicmsn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE3_Start" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\start.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="GTN95_Lower" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\GuessTheNumber\GTN95_Lower.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="AchievementMines" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\AchievementMines.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="AIMmessagesent" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\AIMmessagesent.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
|
@ -139,6 +139,12 @@
|
|||
<data name="termMark" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\termMark.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuBottomRight2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomRight2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicInstallSidebar" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicInstallSidebar.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>
|
||||
|
@ -163,6 +169,9 @@
|
|||
<data name="wordpad_printpreview" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\wordpad_printpreview.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuTopRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuTopRight.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>
|
||||
|
@ -172,14 +181,17 @@
|
|||
<data name="win95_welcome" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95_welcome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusScienceWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plussciencewallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuCenterDivider" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuCenterDivider.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="termCopy" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\termCopy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="std_gobeep" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\std_gobeep.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="modem_dial" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\modem_dial.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name="ie4_mail" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_mail.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>
|
||||
|
@ -205,12 +217,18 @@
|
|||
<data name="Lemon_s_LCD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\lemon's lcd.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="distort_fail" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\distort fail.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="Win95Error" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\Win95Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE3_Forward" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE3\IE3_Forward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_SecUpdate" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_SecUpdate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="std_beep" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\std_beep.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
|
@ -223,12 +241,12 @@
|
|||
<data name="WinClassicShutdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicshutdown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE3_SwirlyThings" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE3\IE3_SwirlyThings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4about" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\ie4about.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_AboutIE5" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_AboutIE5.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicApp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicApp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -238,15 +256,33 @@
|
|||
<data name="termMax" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\termMax.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPTaskbarBG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPTaskbarBG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="wordpad_open" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\wordpad_open.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="GTN95_Correct" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\GuessTheNumber\GTN95_Correct.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicTime" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassictime.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_favorites" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_favorites.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_MSLogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_MSLogo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPMovieMaker" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPMovieMaker.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Icon128x" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\icon128x.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="nopage" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\nopage.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicFind" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicfind.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -256,12 +292,15 @@
|
|||
<data name="LauncherSideBar" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\LauncherSideBar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_home" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_home.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="_256Color" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\256color.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_WinTechHome" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_WinTechHome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicIE4" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicie4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -280,17 +319,26 @@
|
|||
<data name="minesweepSquare0" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare0.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuBottomRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomRight.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_IE4CD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_IE4CD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="sliveroldlace" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\sliveroldlace.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicFTP" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicFTP.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win98WebBackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Win98WebBackground.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="minesweepSquare5" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare5.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="LeviWindows" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\LeviWindows.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="AchievementMines" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\AchievementMines.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="TimeDistorter1Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\TimeDistorter1Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="MSDOSPromptToolStripMenuItem1_Image" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MSDOSPromptToolStripMenuItem1.Image.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -301,14 +349,20 @@
|
|||
<data name="Win95Help" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Win95Help.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquareQuestion" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquareQuestion.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="wordpad_bold" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\wordpad_bold.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="win95_splitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95_splitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPIE6" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPIE6.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="start_googlink" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\start_googlink.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 name="std_gobeep" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\std_gobeep.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="ie4_hsplitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_hsplitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -316,8 +370,8 @@
|
|||
<data name="minesweepSquare1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="TimeDistorter1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\TimeDistorter1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="sliver2kgrey" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\sliver2kgrey.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicFTPIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicFTPIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -325,8 +379,8 @@
|
|||
<data name="Win98Start" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\Win98Start.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="WinClassicMinesweeper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicMinesweeper.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="minesweepSquare7" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare7.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95Computer" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassiccomputer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -340,32 +394,50 @@
|
|||
<data name="WinClassicMinesweeperSad" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minsweeper sad.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_MSBG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_MSBG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusDangerousCreaturesWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusdangerouscreatureswallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="AIMfile" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\AIMfile.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="WinClassicProgramItem" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicprogramitem.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="_256Color" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\256color.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="minesweepSquare3" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="XCross_highlighted" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\XCross_highlighted.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusDefaultWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusdefaultwallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicGTNIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicGTNIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicRun" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicrun.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquareWrong" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquareWrong.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusMysteryWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusmysterywallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win98Welcome" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\Win98Welcome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95Info" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\Win95Info.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win98SideBar" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Win98SideBar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_favorites" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_favorites.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="Win95PlusGoldenEraWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusgoldenerawallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicRtfFile" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicRtfFile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -379,14 +451,20 @@
|
|||
<data name="ie4_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquare8" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare8.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="SeizureWarning" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\SeizureWarning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="sliversilver" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\sliversilver.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquare7" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare7.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="IE4Home_WinTechLogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_WinTechLogo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquareQuestion" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquareQuestion.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="termPaste" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\termPaste.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -400,30 +478,12 @@
|
|||
<data name="minesweepSquare" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuLeft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicNetworking" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicnetworking.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_search" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_search.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicCalcBig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicCalcBig.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquare4" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="distort1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\distort1.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="wordpad_italic" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\wordpad_italic.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicEndingsIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicEndingsIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="termFont" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\termFont.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="std_story" xml:space="preserve">
|
||||
<value>{
|
||||
"start": {
|
||||
|
@ -556,12 +616,42 @@
|
|||
}
|
||||
}</value>
|
||||
</data>
|
||||
<data name="WinClassicPrograms" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicprograms.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="WinXPOutlook" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPOutlook.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusTravelWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plustravelwallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_vsplitter2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_hsplitter1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPMusicSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPMusicSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicMinesweeper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicMinesweeper.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquare4" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="distort1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\distort1.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="WinClassicEndingsIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicEndingsIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="TaskBarButton" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\titlescreen\taskbarbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPTaskbarTime" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPTaskbarTime.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="HistacomIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\HistacomIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuPlaces" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuPlaces.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="wordpad_paste" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\wordpad_paste.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -571,12 +661,15 @@
|
|||
<data name="WinClassicAddressBookDeleteIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicAddressBookDeleteIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="windows_command_prompt" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\windows_command_prompt.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name="WinClassicCalcBig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicCalcBig.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquare6" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare6.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusMoreWin" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusmorewin.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="wordpad_print" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\wordpad_print.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -586,12 +679,21 @@
|
|||
<data name="win95_welcometip" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95_welcometip.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="win95_splitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95_splitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="IE3_Start" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\start.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="GTN95_Error" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\GuessTheNumber\GTN95_Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="TimeDistorter1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\TimeDistorter1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicClock" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicclock.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_WinTechBG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_WinTechBG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquare2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -603,14 +705,23 @@
|
|||
kIPhBkABTIBUPOCAgQEAB3nmEC2x2cUAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="WinXPTaskbarStart" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPTaskbarStart.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPMSN" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPMSN.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicAbout95" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicAbout95.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="EndingPiracy" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\EndingPiracy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="TimeDistorter3Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\TimeDistorter3Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquare8" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare8.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="WinClassicDrive" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicDrive.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE3_SwirlyThings" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE3\IE3_SwirlyThings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicNotepad" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicNotepad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -618,18 +729,33 @@
|
|||
<data name="WinAboutSeparator95" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinAboutSeparator95.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="GTN95_Higher" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\GuessTheNumber\GTN95_Higher.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="WinXPStartMenuPlacesSeparator1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuPlacesSeparator1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="tada1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\tada.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name="Win95PlusNatureWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusnaturewallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicAddressBookBig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicAddressBookBig.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusLeoWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusleowallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_MSHome" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_MSHome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="AIMmessagereceived" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\AIMmessagereceived.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="EndingPiracy" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\EndingPiracy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE3_Back" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE3\IE3_Back.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuRight.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95IconNotepad_2" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
|
@ -639,9 +765,18 @@
|
|||
BSJKDySVfIiSNKD1AAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuTopCenter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuTopCenter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="wordpad_new" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\wordpad_new.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_WinTechIE" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_WinTechIE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPDocumentsSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPDocumentsSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win2000WebBackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Win2000WebBackground.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -651,6 +786,9 @@
|
|||
<data name="WinClassicWebchat" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicWebchat.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="windows_command_prompt" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\windows_command_prompt.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="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>
|
||||
|
@ -660,20 +798,32 @@
|
|||
<data name="WinClassicAddressBook" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\wmsui32_1001.ico_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquare3" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="IE4Home_HDots" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_HDots.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPRecentSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPRecent.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="TrueColor" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\truecolor.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPPhotosSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPPhotosSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPTurnOff" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinXPTurnOff.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicPaste" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicPaste.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_mail" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_mail.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="WinXPStartMenuTopLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuTopLeft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="TaskBarButton" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\titlescreen\taskbarbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="WinXPError" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPError.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="exchng32_12950" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\exchng32_12950.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95IconWordpad" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
@ -684,14 +834,17 @@
|
|||
aQNok1HVambm9gBAYeI/oBSQZwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuLeftGradient" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuLeftGradient.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_back" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_back.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE3_Stop" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE3\IE3_Stop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicOutlook" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicoutlook.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="GTN95_Higher" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\GuessTheNumber\GTN95_Higher.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicEndings" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicEndings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -1766,8 +1919,8 @@
|
|||
]
|
||||
}</value>
|
||||
</data>
|
||||
<data name="ie4_vsplitter2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_hsplitter1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="IE4Home_MSProducts" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_MSProducts.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE3_RefreshHover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE3\IE3_RefreshHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -1778,6 +1931,12 @@
|
|||
<data name="WinClassicGENERALApplicationToolbarBackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicGENERALApplicationToolBoxBackground.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicInstallIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicInstallIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_home" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_home.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicSetup" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicsetup.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -1793,6 +1952,9 @@
|
|||
<data name="ie4_print" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_print.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuBottomLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomLeft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="CopyrightNotice" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\TitleScreen\CopyrightNotice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -1808,6 +1970,9 @@
|
|||
<data name="WinClassicWordpad" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicWordpad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusSportsWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plussportswallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95IconIE4" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
|
@ -1817,6 +1982,9 @@
|
|||
QmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="termFont" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\termFont.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="DCTheme_BG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\DCTheme_BG.JPG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -1826,8 +1994,11 @@
|
|||
<data name="WinClassicTaskBar" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassictaskbar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicTaskbarItem" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassictaskbaritem.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<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="WinClassicPrograms" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicprograms.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicStart" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicstart.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -1841,6 +2012,18 @@
|
|||
<data name="WinClassicEndingsLocked" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicEndingsLocked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="tada1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\tada.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="WinXPMediaPlayer" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPMediaPlayer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPTour" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPTour.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPPrintersSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPPrintersSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="AIMbuddyleave" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\AIMbuddyleave.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
|
@ -1850,14 +2033,11 @@
|
|||
<data name="WinClassicMinesweeperGasp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minsweeper gasp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="minesweepSquare5" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minesweepSquare5.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="sliverwhite" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\sliverwhite.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="GTN95_Error" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\GuessTheNumber\GTN95_Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Histacom2_Logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\titlescreen\Histacom2_logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="WinXPStartMenuBottomCenter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomCenter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_vsplitter3" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_hsplitter2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
@ -1865,8 +2045,11 @@
|
|||
<data name="WinClassicMinesweeperFlag" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\minsweeper flag.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="nopage" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\nopage.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="Win98WebBackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Win98WebBackground.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuBottomLeft2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomLeft2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="AIMbuddyjoin" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\AIMbuddyjoin.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
|
@ -1877,12 +2060,21 @@
|
|||
<data name="IE3_Refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE3\IE3_Refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="TimeDistorter1Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\TimeDistorter1Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ie4_vsplitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_vsplitter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Histacom2_Logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\titlescreen\Histacom2_logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusThe60Wallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusthe60wallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPComputerSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPComputerSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicTaskbarItem" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassictaskbaritem.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicNotepadBig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicNotepadBig.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -1892,21 +2084,30 @@
|
|||
<data name="XCross" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\XCross.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPIE6Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPIE6Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win98Stop" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\Win98Stop.WAV;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="ie4_search" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ie4_search.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="_16Color" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\16color.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="wordpad_bold" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\wordpad_bold.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="wordpad_italic" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\wordpad_italic.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicGTNIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicGTNIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="Win95Error1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Win95Error.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="WinXPStartMenuBottomCenter2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomCenter2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicFileExplorer" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\shell32_21.ico_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -1916,220 +2117,25 @@
|
|||
<data name="WinClassicInbox" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicinbox.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicTime" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassictime.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95Start" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\win95start.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="Win95Error1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Win95Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_AboutIE5" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_AboutIE5.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_HDots" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_HDots.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_IE4CD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_IE4CD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_MSBG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_MSBG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_MSHome" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_MSHome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_MSLogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_MSLogo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_MSProducts" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_MSProducts.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_SecUpdate" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_SecUpdate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_WinTechBG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_WinTechBG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_WinTechHome" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_WinTechHome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_WinTechIE" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_WinTechIE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="IE4Home_WinTechLogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE4\IE4Home_WinTechLogo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicInstallIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicInstallIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicInstallSidebar" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicInstallSidebar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="sliverwhite" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\sliverwhite.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPIE6" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPIE6.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPOutlook" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPOutlook.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuBottomCenter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomCenter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuBottomCenter2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomCenter2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuBottomLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomLeft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuBottomLeft2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomLeft2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuBottomRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomRight.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuBottomRight2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuBottomRight2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuCenterDivider" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuCenterDivider.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuLeft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuLeftGradient" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuLeftGradient.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuPlaces" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuPlaces.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuRight.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuRightGradient" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuRightGradient.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuTopCenter" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuTopCenter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuTopLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuTopLeft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuTopRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuTopRight.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPTaskbarBG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPTaskbarBG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPTaskbarStart" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPTaskbarStart.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPTaskbarTime" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPTaskbarTime.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPComputerSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPComputerSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPControlPanelSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPControlPanelSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPDocumentsSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPDocumentsSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPMediaPlayer" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPMediaPlayer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPMovieMaker" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPMovieMaker.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPMSN" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPMSN.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPMusicSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPMusicSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPPhotosSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPPhotosSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPPrintersSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPPrintersSmall.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPRecentSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPRecent.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuFavoritesSeparator1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuFavoritesSeparator1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPStartMenuPlacesSeparator1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuPlacesSeparator1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPTour" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPTour.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusDangerousCreaturesWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusdangerouscreatureswallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusDefaultWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusdefaultwallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusGoldenEraWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusgoldenerawallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusLeoWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusleowallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusMoreWin" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusmorewin.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusMysteryWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusmysterywallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusNatureWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusnaturewallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusScienceWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plussciencewallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusSportsWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plussportswallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusThe60Wallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plusthe60wallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win95PlusTravelWallpaper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\win95plustravelwallpaper.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="sliveroldlace" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\sliveroldlace.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="TimeDistorter3Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\TimeDistorter3Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPClose" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPClose.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPError" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPError.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="GTN95_Lower" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\GuessTheNumber\GTN95_Lower.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinXPIE6Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPIE6Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="WinClassicOutlook" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\winclassicoutlook.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win98Welcome" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\Win98Welcome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="Win95Start" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\winclassic\win95start.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="distort_fail" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\distort fail.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<data name="WinXPStartMenuFavoritesSeparator1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPStartMenuFavoritesSeparator1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicAddressBookBig" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicAddressBookBig.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicDrive" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicDrive.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="sliver2kgrey" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\sliver2kgrey.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="WinXPProfilePictureChess" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinXPProfilePictureChess.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
41
Histacom2/Properties/Resources1.Designer.cs
generated
41
Histacom2/Properties/Resources1.Designer.cs
generated
|
@ -19,7 +19,7 @@ namespace Histacom2.Properties {
|
|||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
public class Resources {
|
||||
|
@ -203,6 +203,16 @@ public static System.Drawing.Bitmap EndingPiracy {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
public static System.Drawing.Bitmap exchng32_12950 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("exchng32_12950", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -853,15 +863,6 @@ public static System.Drawing.Bitmap minesweepSquareWrong {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
public static System.IO.UnmanagedMemoryStream modem_dial {
|
||||
get {
|
||||
return ResourceManager.GetStream("modem_dial", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -2372,6 +2373,16 @@ public static System.Drawing.Bitmap WinXPPrintersSmall {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
public static System.Drawing.Bitmap WinXPProfilePictureChess {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinXPProfilePictureChess", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -2592,6 +2603,16 @@ public static System.Drawing.Bitmap WinXPTour {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
public static System.Drawing.Bitmap WinXPTurnOff {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinXPTurnOff", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
Histacom2/Resources/WinXPProfilePictureChess.png
Normal file
BIN
Histacom2/Resources/WinXPProfilePictureChess.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
Histacom2/Resources/WinXPTurnOff.png
Normal file
BIN
Histacom2/Resources/WinXPTurnOff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
Histacom2/Resources/exchng32_12950.ico
Normal file
BIN
Histacom2/Resources/exchng32_12950.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
1
Histacom2/SaveDialogs/NewGameDialog.Designer.cs
generated
1
Histacom2/SaveDialogs/NewGameDialog.Designer.cs
generated
|
@ -43,6 +43,7 @@ private void InitializeComponent()
|
|||
this.txtProfName.Name = "txtProfName";
|
||||
this.txtProfName.Size = new System.Drawing.Size(314, 20);
|
||||
this.txtProfName.TabIndex = 0;
|
||||
this.txtProfName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtProfName_KeyPress);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
|
|
|
@ -95,5 +95,13 @@ private void btnDevMode_Click(object sender, EventArgs e)
|
|||
MessageBox.Show("DevMode (Development Mode) is a special mode that lets you test features without having a large amount of accounts just to test a new feature. How it works is simple:" +
|
||||
"\n1. It checks for a profile of the same name.\n2. If so, it deletes the profile and starts a new game.\n3. If not, then it starts a new game.");
|
||||
}
|
||||
|
||||
private void txtProfName_KeyPress(object sender, KeyPressEventArgs e)
|
||||
{
|
||||
if (e.KeyChar == (char)Keys.Enter)
|
||||
{
|
||||
btnOk_Click(null, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
27
Histacom2/TitleScreen.Designer.cs
generated
27
Histacom2/TitleScreen.Designer.cs
generated
|
@ -32,6 +32,7 @@ private void InitializeComponent()
|
|||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TitleScreen));
|
||||
this.program = new System.Windows.Forms.Panel();
|
||||
this.programContent = new System.Windows.Forms.Panel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.gameversion = new System.Windows.Forms.Label();
|
||||
this.startbutton = new System.Windows.Forms.PictureBox();
|
||||
|
@ -51,7 +52,6 @@ private void InitializeComponent()
|
|||
this.bottomleftcorner = new System.Windows.Forms.Panel();
|
||||
this.topleftcorner = new System.Windows.Forms.Panel();
|
||||
this.updateText = new System.Windows.Forms.Timer(this.components);
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.program.SuspendLayout();
|
||||
this.programContent.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
|
@ -89,6 +89,18 @@ private void InitializeComponent()
|
|||
this.programContent.Name = "programContent";
|
||||
this.programContent.Size = new System.Drawing.Size(791, 300);
|
||||
this.programContent.TabIndex = 9;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(161, 228);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(293, 39);
|
||||
this.label1.TabIndex = 14;
|
||||
this.label1.Text = "© Philip Adams, Michael Webb and contributors, 2010-2019.\r\nAll operating systems " +
|
||||
"shown in this game\r\nbelong to their respective owners.";
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
|
@ -216,6 +228,7 @@ private void InitializeComponent()
|
|||
this.HelpToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.HelpToolStripMenuItem.Size = new System.Drawing.Size(138, 36);
|
||||
this.HelpToolStripMenuItem.Text = "Help";
|
||||
this.HelpToolStripMenuItem.Click += new System.EventHandler(this.helpItemClick);
|
||||
//
|
||||
// ShutdownToolStripMenuItem
|
||||
//
|
||||
|
@ -300,18 +313,6 @@ private void InitializeComponent()
|
|||
//
|
||||
this.updateText.Enabled = true;
|
||||
this.updateText.Tick += new System.EventHandler(this.updateText_Tick);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(161, 228);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(293, 39);
|
||||
this.label1.TabIndex = 14;
|
||||
this.label1.Text = "© Philip Adams, Michael Webb and contributors, 2010-2019.\r\nAll operating systems " +
|
||||
"shown in this game\r\nbelong to their respective owners.";
|
||||
//
|
||||
// TitleScreen
|
||||
//
|
||||
|
|
|
@ -215,6 +215,13 @@ private void Exit_Click(object sender, EventArgs e)
|
|||
}
|
||||
#endregion
|
||||
|
||||
#region HelpButton
|
||||
private void helpItemClick(object sender, EventArgs e)
|
||||
{
|
||||
System.Diagnostics.Process.Start("https://github.com/TheRandomMelon/Histacom2/wiki");
|
||||
}
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
private void gameversion_MouseHover(object sender, EventArgs e)
|
||||
|
@ -259,5 +266,10 @@ private void achievementsToolStripMenuItem_Click(object sender, EventArgs e)
|
|||
AchievementScreen achievelist = new AchievementScreen();
|
||||
achievelist.ShowDialog();
|
||||
}
|
||||
|
||||
private void helpMenu(object sender, EventArgs e)
|
||||
{
|
||||
System.Diagnostics.Process.Start("https://github.com/TheRandomMelon/Histacom2/wiki");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue