completed guess the number and other things
|
@ -18,7 +18,7 @@ private string downloadSpeed()
|
||||||
return rnd.Next(7, 9).ToString() + "." + rnd.Next(7, 9).ToString() + rnd.Next(7, 9).ToString();
|
return rnd.Next(7, 9).ToString() + "." + rnd.Next(7, 9).ToString() + rnd.Next(7, 9).ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
int amountToDL = 100;
|
public int amountToDL = 100;
|
||||||
int amountDLed = 0;
|
int amountDLed = 0;
|
||||||
|
|
||||||
private void WinClassicDownloader_Load(object sender, EventArgs e)
|
private void WinClassicDownloader_Load(object sender, EventArgs e)
|
||||||
|
@ -32,7 +32,7 @@ private void dlTimer_Tick(object sender, EventArgs e)
|
||||||
amountDLed = amountDLed + 8;
|
amountDLed = amountDLed + 8;
|
||||||
if (8 > amountToDL - amountDLed)
|
if (8 > amountToDL - amountDLed)
|
||||||
{
|
{
|
||||||
progBar.Value = 100;
|
progBar.Value = amountToDL;
|
||||||
amountLbl.Text = $"Downloaded {amountDLed} KB out of {amountToDL}";
|
amountLbl.Text = $"Downloaded {amountDLed} KB out of {amountToDL}";
|
||||||
|
|
||||||
switch (appName.Text)
|
switch (appName.Text)
|
||||||
|
@ -44,14 +44,13 @@ private void dlTimer_Tick(object sender, EventArgs e)
|
||||||
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Web Chat Setup.exe", "web chat setup", 11, 34846);
|
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Web Chat Setup.exe", "web chat setup", 11, 34846);
|
||||||
break;
|
break;
|
||||||
case "Downloading: Time Distorter 0.1":
|
case "Downloading: Time Distorter 0.1":
|
||||||
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Time Distorter Setup.exe", "time distorter setup", 11, 11583);
|
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Time Distorter Setup.exe", "time distorter setup", 11, 21583);
|
||||||
|
break;
|
||||||
|
case "Downloading: Guess The Number V1":
|
||||||
|
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Guess The Number V1 Setup.exe", "gtnv1 setup", 11, 16483);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* if (appName.Text == "Downloading: Guess The Number")
|
/* if (appName.Text == "Downloading: Start Runner")
|
||||||
{
|
|
||||||
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Guess The Number Setup.exe"), "GuessTheNumber");
|
|
||||||
}
|
|
||||||
if (appName.Text == "Downloading: Start Runner")
|
|
||||||
{
|
{
|
||||||
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Start Runner Setup.exe"), "StartRunner");
|
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Start Runner Setup.exe"), "StartRunner");
|
||||||
}
|
}
|
||||||
|
@ -62,10 +61,6 @@ private void dlTimer_Tick(object sender, EventArgs e)
|
||||||
if (appName.Text == "Downloading: Skindows 95")
|
if (appName.Text == "Downloading: Skindows 95")
|
||||||
{
|
{
|
||||||
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Skindows 95 Setup.exe"), "Skindows95Setup");
|
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Skindows 95 Setup.exe"), "Skindows95Setup");
|
||||||
}
|
|
||||||
if (appName.Text == "Downloading: Time Distorter")
|
|
||||||
{
|
|
||||||
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Time Distorter Setup.exe"), "time distorter setup");
|
|
||||||
} */
|
} */
|
||||||
((Form)this.TopLevelControl).Close();
|
((Form)this.TopLevelControl).Close();
|
||||||
dlTimer.Stop();
|
dlTimer.Stop();
|
||||||
|
|
|
@ -512,6 +512,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Icon128x.ico" />
|
<Content Include="Icon128x.ico" />
|
||||||
<Content Include="Resources\12padams_EULA.txt" />
|
<Content Include="Resources\12padams_EULA.txt" />
|
||||||
|
<None Include="Resources\WinClassic\WinClassicWebchat.png" />
|
||||||
<None Include="Resources\wordpad_find.png" />
|
<None Include="Resources\wordpad_find.png" />
|
||||||
<None Include="Resources\wordpad_printpreview.png" />
|
<None Include="Resources\wordpad_printpreview.png" />
|
||||||
<None Include="Resources\wordpad_print.png" />
|
<None Include="Resources\wordpad_print.png" />
|
||||||
|
@ -538,6 +539,9 @@
|
||||||
<None Include="Resources\GuessTheNumber\GTN95_RestartClicked.png" />
|
<None Include="Resources\GuessTheNumber\GTN95_RestartClicked.png" />
|
||||||
<None Include="Resources\ButtonPattern.png" />
|
<None Include="Resources\ButtonPattern.png" />
|
||||||
<None Include="Resources\HistacomIcon.ico" />
|
<None Include="Resources\HistacomIcon.ico" />
|
||||||
|
<None Include="Resources\GuessTheNumber\GTN95_Correct.png" />
|
||||||
|
<None Include="Resources\GuessTheNumber\GTN95_Lower.png" />
|
||||||
|
<None Include="Resources\GuessTheNumber\GTN95_Error.png" />
|
||||||
<Content Include="Resources\Icon128x.ico" />
|
<Content Include="Resources\Icon128x.ico" />
|
||||||
<None Include="Resources\ICTheme_BG.jpg" />
|
<None Include="Resources\ICTheme_BG.jpg" />
|
||||||
<None Include="Resources\IE3\IE3_SwirlyThings.png" />
|
<None Include="Resources\IE3\IE3_SwirlyThings.png" />
|
||||||
|
@ -640,6 +644,8 @@
|
||||||
<None Include="Resources\WinClassic\AIMbuddyleave.wav" />
|
<None Include="Resources\WinClassic\AIMbuddyleave.wav" />
|
||||||
<None Include="Resources\WinClassic\AIMfile.wav" />
|
<None Include="Resources\WinClassic\AIMfile.wav" />
|
||||||
<None Include="Resources\WinClassic\LauncherSideBar.png" />
|
<None Include="Resources\WinClassic\LauncherSideBar.png" />
|
||||||
|
<None Include="Resources\WinClassic\TimeDistorter1.png" />
|
||||||
|
<None Include="Resources\WinClassic\TimeDistorter1Icon.png" />
|
||||||
<Content Include="Resources\WinClassic\TrueColor.png" />
|
<Content Include="Resources\WinClassic\TrueColor.png" />
|
||||||
<None Include="Resources\WinClassic\Win95Info.png" />
|
<None Include="Resources\WinClassic\Win95Info.png" />
|
||||||
<None Include="Resources\WinClassic\Win95Error.png" />
|
<None Include="Resources\WinClassic\Win95Error.png" />
|
||||||
|
@ -677,6 +683,10 @@
|
||||||
<Content Include="Resources\WinClassic\WinClassicFind.png" />
|
<Content Include="Resources\WinClassic\WinClassicFind.png" />
|
||||||
<Content Include="Resources\WinClassic\WinClassicFolder.png" />
|
<Content Include="Resources\WinClassic\WinClassicFolder.png" />
|
||||||
<None Include="Resources\WinClassic\WinClassicGENERALApplicationToolbarBackground.png" />
|
<None Include="Resources\WinClassic\WinClassicGENERALApplicationToolbarBackground.png" />
|
||||||
|
<None Include="Resources\WinClassic\WinClassicFTPIcon.png" />
|
||||||
|
<None Include="Resources\WinClassic\WinClassicGTN.png" />
|
||||||
|
<None Include="Resources\WinClassic\WinClassicGTNIcon.png" />
|
||||||
|
<None Include="Resources\WinClassic\WinClassicFTP.png" />
|
||||||
<Content Include="Resources\WinClassic\WinClassicHelp.png" />
|
<Content Include="Resources\WinClassic\WinClassicHelp.png" />
|
||||||
<None Include="Resources\WinClassic\WinClassicHWCV.png" />
|
<None Include="Resources\WinClassic\WinClassicHWCV.png" />
|
||||||
<Content Include="Resources\WinClassic\WinClassicIE4.png" />
|
<Content Include="Resources\WinClassic\WinClassicIE4.png" />
|
||||||
|
|
10
Histacom2/OS/Win95/Win95.Designer.cs
generated
|
@ -223,7 +223,7 @@ private void InitializeComponent()
|
||||||
this.startmenuitems.Name = "startmenuitems";
|
this.startmenuitems.Name = "startmenuitems";
|
||||||
this.startmenuitems.Padding = new System.Windows.Forms.Padding(6, 2, 0, 0);
|
this.startmenuitems.Padding = new System.Windows.Forms.Padding(6, 2, 0, 0);
|
||||||
this.startmenuitems.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
this.startmenuitems.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||||||
this.startmenuitems.Size = new System.Drawing.Size(145, 292);
|
this.startmenuitems.Size = new System.Drawing.Size(145, 311);
|
||||||
this.startmenuitems.TabIndex = 0;
|
this.startmenuitems.TabIndex = 0;
|
||||||
this.startmenuitems.Text = "StartMenu";
|
this.startmenuitems.Text = "StartMenu";
|
||||||
//
|
//
|
||||||
|
@ -664,10 +664,12 @@ private void InitializeComponent()
|
||||||
this.GuessTheNumberToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
|
this.GuessTheNumberToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
|
||||||
this.GuessTheNumberToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
this.GuessTheNumberToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
||||||
this.GuessTheNumberToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.GuessTheNumberToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||||
|
this.GuessTheNumberToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicGTNIcon;
|
||||||
this.GuessTheNumberToolStripMenuItem.Name = "GuessTheNumberToolStripMenuItem";
|
this.GuessTheNumberToolStripMenuItem.Name = "GuessTheNumberToolStripMenuItem";
|
||||||
this.GuessTheNumberToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
|
this.GuessTheNumberToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
|
||||||
this.GuessTheNumberToolStripMenuItem.Text = "Guess The Number";
|
this.GuessTheNumberToolStripMenuItem.Text = "Guess The Number";
|
||||||
this.GuessTheNumberToolStripMenuItem.Visible = false;
|
this.GuessTheNumberToolStripMenuItem.Visible = false;
|
||||||
|
this.GuessTheNumberToolStripMenuItem.Click += new System.EventHandler(this.GuessTheNumberToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// StartRunnerToolStripMenuItem
|
// StartRunnerToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
@ -704,6 +706,7 @@ private void InitializeComponent()
|
||||||
this.WebChatToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
|
this.WebChatToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
|
||||||
this.WebChatToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
this.WebChatToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
||||||
this.WebChatToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.WebChatToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||||
|
this.WebChatToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicWebchat;
|
||||||
this.WebChatToolStripMenuItem.Name = "WebChatToolStripMenuItem";
|
this.WebChatToolStripMenuItem.Name = "WebChatToolStripMenuItem";
|
||||||
this.WebChatToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
|
this.WebChatToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
|
||||||
this.WebChatToolStripMenuItem.Text = "Web Chat";
|
this.WebChatToolStripMenuItem.Text = "Web Chat";
|
||||||
|
@ -715,9 +718,11 @@ private void InitializeComponent()
|
||||||
this.TimeDistorterToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
|
this.TimeDistorterToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
|
||||||
this.TimeDistorterToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
this.TimeDistorterToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
||||||
this.TimeDistorterToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.TimeDistorterToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||||
|
this.TimeDistorterToolStripMenuItem.Image = global::Histacom2.Properties.Resources.TimeDistorter1Icon;
|
||||||
this.TimeDistorterToolStripMenuItem.Name = "TimeDistorterToolStripMenuItem";
|
this.TimeDistorterToolStripMenuItem.Name = "TimeDistorterToolStripMenuItem";
|
||||||
this.TimeDistorterToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
|
this.TimeDistorterToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
|
||||||
this.TimeDistorterToolStripMenuItem.Text = "Time Distorter";
|
this.TimeDistorterToolStripMenuItem.Text = "Time Distorter";
|
||||||
|
this.TimeDistorterToolStripMenuItem.Visible = false;
|
||||||
this.TimeDistorterToolStripMenuItem.Click += new System.EventHandler(this.TimeDistorterToolStripMenuItem_Click);
|
this.TimeDistorterToolStripMenuItem.Click += new System.EventHandler(this.TimeDistorterToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// FTPClientToolStripMenuItem
|
// FTPClientToolStripMenuItem
|
||||||
|
@ -725,10 +730,11 @@ private void InitializeComponent()
|
||||||
this.FTPClientToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
|
this.FTPClientToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
|
||||||
this.FTPClientToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
this.FTPClientToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver;
|
||||||
this.FTPClientToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.FTPClientToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||||
|
this.FTPClientToolStripMenuItem.Image = global::Histacom2.Properties.Resources.WinClassicFTPIcon;
|
||||||
this.FTPClientToolStripMenuItem.Name = "FTPClientToolStripMenuItem";
|
this.FTPClientToolStripMenuItem.Name = "FTPClientToolStripMenuItem";
|
||||||
this.FTPClientToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
|
this.FTPClientToolStripMenuItem.Size = new System.Drawing.Size(181, 28);
|
||||||
this.FTPClientToolStripMenuItem.Text = "FTP Client";
|
this.FTPClientToolStripMenuItem.Text = "FTP Client";
|
||||||
this.FTPClientToolStripMenuItem.Visible = true;
|
this.FTPClientToolStripMenuItem.Visible = false;
|
||||||
this.FTPClientToolStripMenuItem.Click += new System.EventHandler(this.FTPClientToolStripMenuItem_Click);
|
this.FTPClientToolStripMenuItem.Click += new System.EventHandler(this.FTPClientToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// DocumentsToolStripMenuItem
|
// DocumentsToolStripMenuItem
|
||||||
|
|
|
@ -593,6 +593,19 @@ private void desktopicons_MouseUp(object sender, MouseEventArgs e)
|
||||||
{
|
{
|
||||||
heldDownItem = null;
|
heldDownItem = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void GuessTheNumberToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
WinClassic app = wm.StartWin95(new GuessTheNumber(), "Guess The Number", Properties.Resources.WinClassicGTNIcon, false, false, false, false);
|
||||||
|
AddTaskBarItem(app, app.Tag.ToString(), "Guess The Number", Properties.Resources.WinClassicGTNIcon);
|
||||||
|
|
||||||
|
nonimportantapps.Add(app);
|
||||||
|
nonimportantapps[nonimportantapps.Count - 1].BringToFront();
|
||||||
|
nonimportantapps[nonimportantapps.Count - 1].FormClosing += new FormClosingEventHandler(NonImportantApp_Closing);
|
||||||
|
|
||||||
|
app.BringToFront();
|
||||||
|
startmenu.Hide();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
public class MyRenderer : ToolStripProfessionalRenderer
|
public class MyRenderer : ToolStripProfessionalRenderer
|
||||||
{
|
{
|
||||||
|
|
|
@ -374,7 +374,7 @@
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
||||||
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
||||||
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACO
|
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACO
|
||||||
hAAAAk1TRnQBSQFMAgEBDQEAARwBAgEcAQIBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA
|
hAAAAk1TRnQBSQFMAgEBDQEAATQBAgE0AQIBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA
|
||||||
AwABgAMAAQEBAAEgBwABASQAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/
|
AwABgAMAAQEBAAEgBwABASQAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/
|
||||||
AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH//wChAAOAAf8DwAH/
|
AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8DAAH//wChAAOAAf8DwAH/
|
||||||
A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/
|
A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/A8AB/wPAAf8DwAH/
|
||||||
|
@ -949,7 +949,7 @@
|
||||||
<value>580, 17</value>
|
<value>580, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>63</value>
|
<value>92</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
|
|
|
@ -74,6 +74,7 @@ private void InitializeComponent()
|
||||||
this.pictureBox1.Size = new System.Drawing.Size(55, 27);
|
this.pictureBox1.Size = new System.Drawing.Size(55, 27);
|
||||||
this.pictureBox1.TabIndex = 3;
|
this.pictureBox1.TabIndex = 3;
|
||||||
this.pictureBox1.TabStop = false;
|
this.pictureBox1.TabStop = false;
|
||||||
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
||||||
//
|
//
|
||||||
// pictureBox2
|
// pictureBox2
|
||||||
//
|
//
|
||||||
|
@ -91,6 +92,7 @@ private void InitializeComponent()
|
||||||
this.pictureBox3.Size = new System.Drawing.Size(227, 23);
|
this.pictureBox3.Size = new System.Drawing.Size(227, 23);
|
||||||
this.pictureBox3.TabIndex = 5;
|
this.pictureBox3.TabIndex = 5;
|
||||||
this.pictureBox3.TabStop = false;
|
this.pictureBox3.TabStop = false;
|
||||||
|
this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
|
||||||
//
|
//
|
||||||
// GuessTheNumber
|
// GuessTheNumber
|
||||||
//
|
//
|
||||||
|
|
|
@ -12,9 +12,45 @@ namespace Histacom2.OS.Win95.Win95Apps
|
||||||
{
|
{
|
||||||
public partial class GuessTheNumber : UserControl
|
public partial class GuessTheNumber : UserControl
|
||||||
{
|
{
|
||||||
|
private Random rnd;
|
||||||
|
private int num;
|
||||||
|
|
||||||
public GuessTheNumber()
|
public GuessTheNumber()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
|
rnd = new Random();
|
||||||
|
num = rnd.Next(0, 101);
|
||||||
|
|
||||||
|
pictureBox1.MouseDown += (s, a) => pictureBox1.BackgroundImage = Properties.Resources.GTN95_CheckClicked;
|
||||||
|
pictureBox1.MouseUp += (s, a) => pictureBox1.BackgroundImage = Properties.Resources.GTN95_Check;
|
||||||
|
pictureBox3.MouseDown += (s, a) => pictureBox3.BackgroundImage = Properties.Resources.GTN95_RestartClicked;
|
||||||
|
pictureBox3.MouseUp += (s, a) => pictureBox3.BackgroundImage = Properties.Resources.GTN95_Restart;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void pictureBox3_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
pictureBox2.BackgroundImage = null;
|
||||||
|
textBox1.Enabled = true;
|
||||||
|
num = rnd.Next(0, 101);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void pictureBox1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
try {
|
||||||
|
int guess = int.Parse(textBox1.Text);
|
||||||
|
|
||||||
|
if (guess < num) pictureBox2.BackgroundImage = Properties.Resources.GTN95_Higher;
|
||||||
|
else if (guess > num) pictureBox2.BackgroundImage = Properties.Resources.GTN95_Lower;
|
||||||
|
else if (guess == num)
|
||||||
|
{
|
||||||
|
pictureBox2.BackgroundImage = Properties.Resources.GTN95_Correct;
|
||||||
|
textBox1.Enabled = false;
|
||||||
|
}
|
||||||
|
} catch
|
||||||
|
{
|
||||||
|
pictureBox2.BackgroundImage = Properties.Resources.GTN95_Error;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,30 +32,30 @@ private void InitializeComponent()
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
this.panel2 = new System.Windows.Forms.Panel();
|
|
||||||
this.panel3 = new System.Windows.Forms.Panel();
|
|
||||||
this.panel4 = new System.Windows.Forms.Panel();
|
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
|
||||||
this.label4 = new System.Windows.Forms.Label();
|
|
||||||
this.label5 = new System.Windows.Forms.Label();
|
|
||||||
this.label6 = new System.Windows.Forms.Label();
|
|
||||||
this.label7 = new System.Windows.Forms.Label();
|
|
||||||
this.label8 = new System.Windows.Forms.Label();
|
|
||||||
this.label9 = new System.Windows.Forms.Label();
|
|
||||||
this.button1 = new System.Windows.Forms.Button();
|
|
||||||
this.button2 = new System.Windows.Forms.Button();
|
|
||||||
this.button3 = new System.Windows.Forms.Button();
|
this.button3 = new System.Windows.Forms.Button();
|
||||||
this.label10 = new System.Windows.Forms.Label();
|
this.button2 = new System.Windows.Forms.Button();
|
||||||
this.button4 = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
this.label11 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
||||||
|
this.label8 = new System.Windows.Forms.Label();
|
||||||
|
this.label7 = new System.Windows.Forms.Label();
|
||||||
|
this.label4 = new System.Windows.Forms.Label();
|
||||||
|
this.panel2 = new System.Windows.Forms.Panel();
|
||||||
this.button5 = new System.Windows.Forms.Button();
|
this.button5 = new System.Windows.Forms.Button();
|
||||||
this.label12 = new System.Windows.Forms.Label();
|
this.label11 = new System.Windows.Forms.Label();
|
||||||
this.button6 = new System.Windows.Forms.Button();
|
this.button4 = new System.Windows.Forms.Button();
|
||||||
this.label13 = new System.Windows.Forms.Label();
|
this.label10 = new System.Windows.Forms.Label();
|
||||||
|
this.label5 = new System.Windows.Forms.Label();
|
||||||
|
this.panel3 = new System.Windows.Forms.Panel();
|
||||||
this.button7 = new System.Windows.Forms.Button();
|
this.button7 = new System.Windows.Forms.Button();
|
||||||
this.label14 = new System.Windows.Forms.Label();
|
this.label13 = new System.Windows.Forms.Label();
|
||||||
this.label15 = new System.Windows.Forms.Label();
|
this.button6 = new System.Windows.Forms.Button();
|
||||||
|
this.label12 = new System.Windows.Forms.Label();
|
||||||
|
this.label6 = new System.Windows.Forms.Label();
|
||||||
|
this.panel4 = new System.Windows.Forms.Panel();
|
||||||
this.label16 = new System.Windows.Forms.Label();
|
this.label16 = new System.Windows.Forms.Label();
|
||||||
|
this.label15 = new System.Windows.Forms.Label();
|
||||||
|
this.label14 = new System.Windows.Forms.Label();
|
||||||
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
this.label17 = new System.Windows.Forms.Label();
|
this.label17 = new System.Windows.Forms.Label();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.panel2.SuspendLayout();
|
this.panel2.SuspendLayout();
|
||||||
|
@ -102,6 +102,86 @@ private void InitializeComponent()
|
||||||
this.panel1.Size = new System.Drawing.Size(200, 305);
|
this.panel1.Size = new System.Drawing.Size(200, 305);
|
||||||
this.panel1.TabIndex = 2;
|
this.panel1.TabIndex = 2;
|
||||||
//
|
//
|
||||||
|
// button3
|
||||||
|
//
|
||||||
|
this.button3.BackColor = System.Drawing.Color.Silver;
|
||||||
|
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
|
this.button3.Location = new System.Drawing.Point(124, 149);
|
||||||
|
this.button3.Name = "button3";
|
||||||
|
this.button3.Size = new System.Drawing.Size(71, 23);
|
||||||
|
this.button3.TabIndex = 11;
|
||||||
|
this.button3.Text = "Download";
|
||||||
|
this.button3.UseVisualStyleBackColor = false;
|
||||||
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||||||
|
//
|
||||||
|
// button2
|
||||||
|
//
|
||||||
|
this.button2.BackColor = System.Drawing.Color.Silver;
|
||||||
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
|
this.button2.Location = new System.Drawing.Point(124, 95);
|
||||||
|
this.button2.Name = "button2";
|
||||||
|
this.button2.Size = new System.Drawing.Size(71, 23);
|
||||||
|
this.button2.TabIndex = 10;
|
||||||
|
this.button2.Text = "Download";
|
||||||
|
this.button2.UseVisualStyleBackColor = false;
|
||||||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||||
|
//
|
||||||
|
// button1
|
||||||
|
//
|
||||||
|
this.button1.BackColor = System.Drawing.Color.Silver;
|
||||||
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
|
this.button1.Location = new System.Drawing.Point(124, 47);
|
||||||
|
this.button1.Name = "button1";
|
||||||
|
this.button1.Size = new System.Drawing.Size(71, 23);
|
||||||
|
this.button1.TabIndex = 9;
|
||||||
|
this.button1.Text = "Download";
|
||||||
|
this.button1.UseVisualStyleBackColor = false;
|
||||||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||||
|
//
|
||||||
|
// label9
|
||||||
|
//
|
||||||
|
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
|
this.label9.AutoSize = true;
|
||||||
|
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||||
|
this.label9.Location = new System.Drawing.Point(3, 154);
|
||||||
|
this.label9.Name = "label9";
|
||||||
|
this.label9.Size = new System.Drawing.Size(56, 13);
|
||||||
|
this.label9.TabIndex = 8;
|
||||||
|
this.label9.Text = "FTP Client";
|
||||||
|
//
|
||||||
|
// label8
|
||||||
|
//
|
||||||
|
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
|
this.label8.AutoSize = true;
|
||||||
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||||
|
this.label8.Location = new System.Drawing.Point(3, 100);
|
||||||
|
this.label8.Name = "label8";
|
||||||
|
this.label8.Size = new System.Drawing.Size(82, 13);
|
||||||
|
this.label8.TabIndex = 7;
|
||||||
|
this.label8.Text = "Web Chat 1998";
|
||||||
|
//
|
||||||
|
// label7
|
||||||
|
//
|
||||||
|
this.label7.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
|
this.label7.AutoSize = true;
|
||||||
|
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||||
|
this.label7.Location = new System.Drawing.Point(3, 52);
|
||||||
|
this.label7.Name = "label7";
|
||||||
|
this.label7.Size = new System.Drawing.Size(115, 13);
|
||||||
|
this.label7.TabIndex = 6;
|
||||||
|
this.label7.Text = "Guess The Number V1";
|
||||||
|
//
|
||||||
|
// label4
|
||||||
|
//
|
||||||
|
this.label4.AutoSize = true;
|
||||||
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.label4.Location = new System.Drawing.Point(39, 12);
|
||||||
|
this.label4.Name = "label4";
|
||||||
|
this.label4.Size = new System.Drawing.Size(122, 16);
|
||||||
|
this.label4.TabIndex = 5;
|
||||||
|
this.label4.Text = "Games/Software";
|
||||||
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
|
//
|
||||||
// panel2
|
// panel2
|
||||||
//
|
//
|
||||||
this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
|
@ -116,6 +196,61 @@ private void InitializeComponent()
|
||||||
this.panel2.Size = new System.Drawing.Size(200, 305);
|
this.panel2.Size = new System.Drawing.Size(200, 305);
|
||||||
this.panel2.TabIndex = 3;
|
this.panel2.TabIndex = 3;
|
||||||
//
|
//
|
||||||
|
// button5
|
||||||
|
//
|
||||||
|
this.button5.BackColor = System.Drawing.Color.Silver;
|
||||||
|
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
|
this.button5.Location = new System.Drawing.Point(152, 95);
|
||||||
|
this.button5.Name = "button5";
|
||||||
|
this.button5.Size = new System.Drawing.Size(43, 23);
|
||||||
|
this.button5.TabIndex = 12;
|
||||||
|
this.button5.Text = "Info";
|
||||||
|
this.button5.UseVisualStyleBackColor = false;
|
||||||
|
//
|
||||||
|
// label11
|
||||||
|
//
|
||||||
|
this.label11.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
|
this.label11.AutoSize = true;
|
||||||
|
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||||
|
this.label11.Location = new System.Drawing.Point(3, 100);
|
||||||
|
this.label11.Name = "label11";
|
||||||
|
this.label11.Size = new System.Drawing.Size(68, 13);
|
||||||
|
this.label11.TabIndex = 11;
|
||||||
|
this.label11.Text = "Skindows 95";
|
||||||
|
//
|
||||||
|
// button4
|
||||||
|
//
|
||||||
|
this.button4.BackColor = System.Drawing.Color.Silver;
|
||||||
|
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
|
this.button4.Location = new System.Drawing.Point(79, 47);
|
||||||
|
this.button4.Name = "button4";
|
||||||
|
this.button4.Size = new System.Drawing.Size(116, 23);
|
||||||
|
this.button4.TabIndex = 10;
|
||||||
|
this.button4.Text = "View Backgrounds";
|
||||||
|
this.button4.UseVisualStyleBackColor = false;
|
||||||
|
//
|
||||||
|
// label10
|
||||||
|
//
|
||||||
|
this.label10.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
|
this.label10.AutoSize = true;
|
||||||
|
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||||
|
this.label10.Location = new System.Drawing.Point(3, 52);
|
||||||
|
this.label10.Name = "label10";
|
||||||
|
this.label10.Size = new System.Drawing.Size(70, 13);
|
||||||
|
this.label10.TabIndex = 7;
|
||||||
|
this.label10.Text = "Backgrounds";
|
||||||
|
//
|
||||||
|
// label5
|
||||||
|
//
|
||||||
|
this.label5.AutoSize = true;
|
||||||
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.label5.Location = new System.Drawing.Point(44, 12);
|
||||||
|
this.label5.Name = "label5";
|
||||||
|
this.label5.Size = new System.Drawing.Size(112, 16);
|
||||||
|
this.label5.TabIndex = 6;
|
||||||
|
this.label5.Text = "Customizations";
|
||||||
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
|
//
|
||||||
// panel3
|
// panel3
|
||||||
//
|
//
|
||||||
this.panel3.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
this.panel3.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
|
@ -130,6 +265,61 @@ private void InitializeComponent()
|
||||||
this.panel3.Size = new System.Drawing.Size(200, 305);
|
this.panel3.Size = new System.Drawing.Size(200, 305);
|
||||||
this.panel3.TabIndex = 3;
|
this.panel3.TabIndex = 3;
|
||||||
//
|
//
|
||||||
|
// button7
|
||||||
|
//
|
||||||
|
this.button7.BackColor = System.Drawing.Color.Silver;
|
||||||
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
|
this.button7.Location = new System.Drawing.Point(124, 95);
|
||||||
|
this.button7.Name = "button7";
|
||||||
|
this.button7.Size = new System.Drawing.Size(71, 23);
|
||||||
|
this.button7.TabIndex = 12;
|
||||||
|
this.button7.Text = "Download";
|
||||||
|
this.button7.UseVisualStyleBackColor = false;
|
||||||
|
//
|
||||||
|
// label13
|
||||||
|
//
|
||||||
|
this.label13.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
|
this.label13.AutoSize = true;
|
||||||
|
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||||
|
this.label13.Location = new System.Drawing.Point(3, 100);
|
||||||
|
this.label13.Name = "label13";
|
||||||
|
this.label13.Size = new System.Drawing.Size(79, 13);
|
||||||
|
this.label13.TabIndex = 11;
|
||||||
|
this.label13.Text = "Error Blaster 95";
|
||||||
|
//
|
||||||
|
// button6
|
||||||
|
//
|
||||||
|
this.button6.BackColor = System.Drawing.Color.Silver;
|
||||||
|
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
|
this.button6.Location = new System.Drawing.Point(124, 47);
|
||||||
|
this.button6.Name = "button6";
|
||||||
|
this.button6.Size = new System.Drawing.Size(71, 23);
|
||||||
|
this.button6.TabIndex = 10;
|
||||||
|
this.button6.Text = "Download";
|
||||||
|
this.button6.UseVisualStyleBackColor = false;
|
||||||
|
//
|
||||||
|
// label12
|
||||||
|
//
|
||||||
|
this.label12.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
|
this.label12.AutoSize = true;
|
||||||
|
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||||
|
this.label12.Location = new System.Drawing.Point(3, 52);
|
||||||
|
this.label12.Name = "label12";
|
||||||
|
this.label12.Size = new System.Drawing.Size(82, 13);
|
||||||
|
this.label12.TabIndex = 7;
|
||||||
|
this.label12.Text = "Start Runner 95";
|
||||||
|
//
|
||||||
|
// label6
|
||||||
|
//
|
||||||
|
this.label6.AutoSize = true;
|
||||||
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.label6.Location = new System.Drawing.Point(38, 12);
|
||||||
|
this.label6.Name = "label6";
|
||||||
|
this.label6.Size = new System.Drawing.Size(124, 16);
|
||||||
|
this.label6.TabIndex = 5;
|
||||||
|
this.label6.Text = "Example Viruses";
|
||||||
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
|
//
|
||||||
// panel4
|
// panel4
|
||||||
//
|
//
|
||||||
this.panel4.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
this.panel4.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
|
@ -143,216 +333,16 @@ private void InitializeComponent()
|
||||||
this.panel4.Size = new System.Drawing.Size(200, 305);
|
this.panel4.Size = new System.Drawing.Size(200, 305);
|
||||||
this.panel4.TabIndex = 3;
|
this.panel4.TabIndex = 3;
|
||||||
//
|
//
|
||||||
// label3
|
// label16
|
||||||
//
|
//
|
||||||
this.label3.AutoSize = true;
|
this.label16.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||||
this.label3.Location = new System.Drawing.Point(57, 12);
|
this.label16.Location = new System.Drawing.Point(3, 131);
|
||||||
this.label3.Name = "label3";
|
this.label16.Name = "label16";
|
||||||
this.label3.Size = new System.Drawing.Size(83, 16);
|
this.label16.Size = new System.Drawing.Size(192, 69);
|
||||||
this.label3.TabIndex = 4;
|
this.label16.TabIndex = 10;
|
||||||
this.label3.Text = "Changelog";
|
this.label16.Text = resources.GetString("label16.Text");
|
||||||
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
//
|
|
||||||
// label4
|
|
||||||
//
|
|
||||||
this.label4.AutoSize = true;
|
|
||||||
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.label4.Location = new System.Drawing.Point(39, 12);
|
|
||||||
this.label4.Name = "label4";
|
|
||||||
this.label4.Size = new System.Drawing.Size(122, 16);
|
|
||||||
this.label4.TabIndex = 5;
|
|
||||||
this.label4.Text = "Games/Software";
|
|
||||||
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
||||||
//
|
|
||||||
// label5
|
|
||||||
//
|
|
||||||
this.label5.AutoSize = true;
|
|
||||||
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.label5.Location = new System.Drawing.Point(44, 12);
|
|
||||||
this.label5.Name = "label5";
|
|
||||||
this.label5.Size = new System.Drawing.Size(112, 16);
|
|
||||||
this.label5.TabIndex = 6;
|
|
||||||
this.label5.Text = "Customizations";
|
|
||||||
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
||||||
//
|
|
||||||
// label6
|
|
||||||
//
|
|
||||||
this.label6.AutoSize = true;
|
|
||||||
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.label6.Location = new System.Drawing.Point(38, 12);
|
|
||||||
this.label6.Name = "label6";
|
|
||||||
this.label6.Size = new System.Drawing.Size(124, 16);
|
|
||||||
this.label6.TabIndex = 5;
|
|
||||||
this.label6.Text = "Example Viruses";
|
|
||||||
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
||||||
//
|
|
||||||
// label7
|
|
||||||
//
|
|
||||||
this.label7.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
||||||
this.label7.AutoSize = true;
|
|
||||||
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
||||||
this.label7.Location = new System.Drawing.Point(3, 52);
|
|
||||||
this.label7.Name = "label7";
|
|
||||||
this.label7.Size = new System.Drawing.Size(115, 13);
|
|
||||||
this.label7.TabIndex = 6;
|
|
||||||
this.label7.Text = "Guess The Number V1";
|
|
||||||
//
|
|
||||||
// label8
|
|
||||||
//
|
|
||||||
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
||||||
this.label8.AutoSize = true;
|
|
||||||
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
||||||
this.label8.Location = new System.Drawing.Point(3, 100);
|
|
||||||
this.label8.Name = "label8";
|
|
||||||
this.label8.Size = new System.Drawing.Size(82, 13);
|
|
||||||
this.label8.TabIndex = 7;
|
|
||||||
this.label8.Text = "Web Chat 1998";
|
|
||||||
//
|
|
||||||
// label9
|
|
||||||
//
|
|
||||||
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
||||||
this.label9.AutoSize = true;
|
|
||||||
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
||||||
this.label9.Location = new System.Drawing.Point(3, 154);
|
|
||||||
this.label9.Name = "label9";
|
|
||||||
this.label9.Size = new System.Drawing.Size(56, 13);
|
|
||||||
this.label9.TabIndex = 8;
|
|
||||||
this.label9.Text = "FTP Client";
|
|
||||||
//
|
|
||||||
// button1
|
|
||||||
//
|
|
||||||
this.button1.BackColor = System.Drawing.Color.Silver;
|
|
||||||
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.button1.Location = new System.Drawing.Point(124, 47);
|
|
||||||
this.button1.Name = "button1";
|
|
||||||
this.button1.Size = new System.Drawing.Size(71, 23);
|
|
||||||
this.button1.TabIndex = 9;
|
|
||||||
this.button1.Text = "Download";
|
|
||||||
this.button1.UseVisualStyleBackColor = false;
|
|
||||||
//
|
|
||||||
// button2
|
|
||||||
//
|
|
||||||
this.button2.BackColor = System.Drawing.Color.Silver;
|
|
||||||
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.button2.Location = new System.Drawing.Point(124, 95);
|
|
||||||
this.button2.Name = "button2";
|
|
||||||
this.button2.Size = new System.Drawing.Size(71, 23);
|
|
||||||
this.button2.TabIndex = 10;
|
|
||||||
this.button2.Text = "Download";
|
|
||||||
this.button2.UseVisualStyleBackColor = false;
|
|
||||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
||||||
//
|
|
||||||
// button3
|
|
||||||
//
|
|
||||||
this.button3.BackColor = System.Drawing.Color.Silver;
|
|
||||||
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.button3.Location = new System.Drawing.Point(124, 149);
|
|
||||||
this.button3.Name = "button3";
|
|
||||||
this.button3.Size = new System.Drawing.Size(71, 23);
|
|
||||||
this.button3.TabIndex = 11;
|
|
||||||
this.button3.Text = "Download";
|
|
||||||
this.button3.UseVisualStyleBackColor = false;
|
|
||||||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
||||||
//
|
|
||||||
// label10
|
|
||||||
//
|
|
||||||
this.label10.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
||||||
this.label10.AutoSize = true;
|
|
||||||
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
||||||
this.label10.Location = new System.Drawing.Point(3, 52);
|
|
||||||
this.label10.Name = "label10";
|
|
||||||
this.label10.Size = new System.Drawing.Size(70, 13);
|
|
||||||
this.label10.TabIndex = 7;
|
|
||||||
this.label10.Text = "Backgrounds";
|
|
||||||
//
|
|
||||||
// button4
|
|
||||||
//
|
|
||||||
this.button4.BackColor = System.Drawing.Color.Silver;
|
|
||||||
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.button4.Location = new System.Drawing.Point(79, 47);
|
|
||||||
this.button4.Name = "button4";
|
|
||||||
this.button4.Size = new System.Drawing.Size(116, 23);
|
|
||||||
this.button4.TabIndex = 10;
|
|
||||||
this.button4.Text = "View Backgrounds";
|
|
||||||
this.button4.UseVisualStyleBackColor = false;
|
|
||||||
//
|
|
||||||
// label11
|
|
||||||
//
|
|
||||||
this.label11.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
||||||
this.label11.AutoSize = true;
|
|
||||||
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
||||||
this.label11.Location = new System.Drawing.Point(3, 100);
|
|
||||||
this.label11.Name = "label11";
|
|
||||||
this.label11.Size = new System.Drawing.Size(68, 13);
|
|
||||||
this.label11.TabIndex = 11;
|
|
||||||
this.label11.Text = "Skindows 95";
|
|
||||||
//
|
|
||||||
// button5
|
|
||||||
//
|
|
||||||
this.button5.BackColor = System.Drawing.Color.Silver;
|
|
||||||
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.button5.Location = new System.Drawing.Point(152, 95);
|
|
||||||
this.button5.Name = "button5";
|
|
||||||
this.button5.Size = new System.Drawing.Size(43, 23);
|
|
||||||
this.button5.TabIndex = 12;
|
|
||||||
this.button5.Text = "Info";
|
|
||||||
this.button5.UseVisualStyleBackColor = false;
|
|
||||||
//
|
|
||||||
// label12
|
|
||||||
//
|
|
||||||
this.label12.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
||||||
this.label12.AutoSize = true;
|
|
||||||
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
||||||
this.label12.Location = new System.Drawing.Point(3, 52);
|
|
||||||
this.label12.Name = "label12";
|
|
||||||
this.label12.Size = new System.Drawing.Size(82, 13);
|
|
||||||
this.label12.TabIndex = 7;
|
|
||||||
this.label12.Text = "Start Runner 95";
|
|
||||||
//
|
|
||||||
// button6
|
|
||||||
//
|
|
||||||
this.button6.BackColor = System.Drawing.Color.Silver;
|
|
||||||
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.button6.Location = new System.Drawing.Point(124, 47);
|
|
||||||
this.button6.Name = "button6";
|
|
||||||
this.button6.Size = new System.Drawing.Size(71, 23);
|
|
||||||
this.button6.TabIndex = 10;
|
|
||||||
this.button6.Text = "Download";
|
|
||||||
this.button6.UseVisualStyleBackColor = false;
|
|
||||||
//
|
|
||||||
// label13
|
|
||||||
//
|
|
||||||
this.label13.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
||||||
this.label13.AutoSize = true;
|
|
||||||
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
||||||
this.label13.Location = new System.Drawing.Point(3, 100);
|
|
||||||
this.label13.Name = "label13";
|
|
||||||
this.label13.Size = new System.Drawing.Size(79, 13);
|
|
||||||
this.label13.TabIndex = 11;
|
|
||||||
this.label13.Text = "Error Blaster 95";
|
|
||||||
//
|
|
||||||
// button7
|
|
||||||
//
|
|
||||||
this.button7.BackColor = System.Drawing.Color.Silver;
|
|
||||||
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
||||||
this.button7.Location = new System.Drawing.Point(124, 95);
|
|
||||||
this.button7.Name = "button7";
|
|
||||||
this.button7.Size = new System.Drawing.Size(71, 23);
|
|
||||||
this.button7.TabIndex = 12;
|
|
||||||
this.button7.Text = "Download";
|
|
||||||
this.button7.UseVisualStyleBackColor = false;
|
|
||||||
//
|
|
||||||
// label14
|
|
||||||
//
|
|
||||||
this.label14.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
||||||
this.label14.AutoSize = true;
|
|
||||||
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
||||||
this.label14.Location = new System.Drawing.Point(25, 52);
|
|
||||||
this.label14.Name = "label14";
|
|
||||||
this.label14.Size = new System.Drawing.Size(148, 13);
|
|
||||||
this.label14.TabIndex = 8;
|
|
||||||
this.label14.Text = "1996: 12padams.com created";
|
|
||||||
//
|
//
|
||||||
// label15
|
// label15
|
||||||
//
|
//
|
||||||
|
@ -365,16 +355,27 @@ private void InitializeComponent()
|
||||||
this.label15.TabIndex = 9;
|
this.label15.TabIndex = 9;
|
||||||
this.label15.Text = "1997: Software added to the site";
|
this.label15.Text = "1997: Software added to the site";
|
||||||
//
|
//
|
||||||
// label16
|
// label14
|
||||||
//
|
//
|
||||||
this.label16.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
this.label14.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||||
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
this.label14.AutoSize = true;
|
||||||
this.label16.Location = new System.Drawing.Point(3, 131);
|
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||||
this.label16.Name = "label16";
|
this.label14.Location = new System.Drawing.Point(25, 52);
|
||||||
this.label16.Size = new System.Drawing.Size(192, 69);
|
this.label14.Name = "label14";
|
||||||
this.label16.TabIndex = 10;
|
this.label14.Size = new System.Drawing.Size(148, 13);
|
||||||
this.label16.Text = resources.GetString("label16.Text");
|
this.label14.TabIndex = 8;
|
||||||
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.label14.Text = "1996: 12padams.com created";
|
||||||
|
//
|
||||||
|
// label3
|
||||||
|
//
|
||||||
|
this.label3.AutoSize = true;
|
||||||
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.label3.Location = new System.Drawing.Point(57, 12);
|
||||||
|
this.label3.Name = "label3";
|
||||||
|
this.label3.Size = new System.Drawing.Size(83, 16);
|
||||||
|
this.label3.TabIndex = 4;
|
||||||
|
this.label3.Text = "Changelog";
|
||||||
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
//
|
//
|
||||||
// label17
|
// label17
|
||||||
//
|
//
|
||||||
|
|
|
@ -32,6 +32,7 @@ private void button3_Click(object sender, EventArgs e)
|
||||||
WindowManager wm = new WindowManager();
|
WindowManager wm = new WindowManager();
|
||||||
wm.StartWin95(opendownload, "Downloader", null, false, true);
|
wm.StartWin95(opendownload, "Downloader", null, false, true);
|
||||||
opendownload.appName.Text = "Downloading: FTP Client";
|
opendownload.appName.Text = "Downloading: FTP Client";
|
||||||
|
opendownload.amountToDL = 56;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void button2_Click(object sender, EventArgs e)
|
private void button2_Click(object sender, EventArgs e)
|
||||||
|
@ -40,6 +41,7 @@ private void button2_Click(object sender, EventArgs e)
|
||||||
WindowManager wm = new WindowManager();
|
WindowManager wm = new WindowManager();
|
||||||
wm.StartWin95(opendownload, "Downloader", null, false, true);
|
wm.StartWin95(opendownload, "Downloader", null, false, true);
|
||||||
opendownload.appName.Text = "Downloading: Web Chat";
|
opendownload.appName.Text = "Downloading: Web Chat";
|
||||||
|
opendownload.amountToDL = 35;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void label17_Click(object sender, EventArgs e)
|
private void label17_Click(object sender, EventArgs e)
|
||||||
|
@ -134,5 +136,14 @@ private void label17_Click(object sender, EventArgs e)
|
||||||
label16.Text = "Password: projectDeath98";
|
label16.Text = "Password: projectDeath98";
|
||||||
Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void button1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
WinClassicDownloader opendownload = new WinClassicDownloader();
|
||||||
|
WindowManager wm = new WindowManager();
|
||||||
|
wm.StartWin95(opendownload, "Downloader", null, false, true);
|
||||||
|
opendownload.appName.Text = "Downloading: Guess The Number V1";
|
||||||
|
opendownload.amountToDL = 16;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,7 +69,10 @@ void WinClassicWindowsExplorer_Load(object sender, EventArgs e)
|
||||||
Properties.Resources.WinClassicCalcBig,
|
Properties.Resources.WinClassicCalcBig,
|
||||||
Properties.Resources.WinClassicNotepadBig,
|
Properties.Resources.WinClassicNotepadBig,
|
||||||
Properties.Resources.WinClassicRegedit, // 15
|
Properties.Resources.WinClassicRegedit, // 15
|
||||||
Properties.Resources.WinClassicWordpad });
|
Properties.Resources.WinClassicWordpad,
|
||||||
|
Properties.Resources.TimeDistorter1,
|
||||||
|
Properties.Resources.WinClassicGTN,
|
||||||
|
Properties.Resources.WinClassicFTP });
|
||||||
|
|
||||||
program.BringToFront();
|
program.BringToFront();
|
||||||
|
|
||||||
|
@ -282,7 +285,13 @@ void OpenApplication(string appname, string path)
|
||||||
break;
|
break;
|
||||||
case "ftp client setup":
|
case "ftp client setup":
|
||||||
Win95Installer instFtp = new Win95Installer("FTP Client");
|
Win95Installer instFtp = new Win95Installer("FTP Client");
|
||||||
instFtp.InstallCompleted += (sendr, args) => TitleScreen.frm95.FTPClientToolStripMenuItem.Visible = true;
|
instFtp.InstallCompleted += (sendr, args) =>
|
||||||
|
{
|
||||||
|
SaveDirectoryInfo(ProfileProgramsDirectory, "12padams", true, "12padams", true);
|
||||||
|
SaveDirectoryInfo(Path.Combine(ProfileProgramsDirectory, "12padams"), "FTP Client", true, "FTP Client", true);
|
||||||
|
CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "12padams", "FTP Client"), "ftpclint.exe", "ftp client", 19, 58395);
|
||||||
|
TitleScreen.frm95.FTPClientToolStripMenuItem.Visible = true;
|
||||||
|
};
|
||||||
WinClassic appFtp = wm.StartWin95(instFtp, "FTP Client Setup", null, true, true);
|
WinClassic appFtp = wm.StartWin95(instFtp, "FTP Client Setup", null, true, true);
|
||||||
Program.AddTaskbarItem(appFtp, appFtp.Tag.ToString(), "FTP Client Setup", null);
|
Program.AddTaskbarItem(appFtp, appFtp.Tag.ToString(), "FTP Client Setup", null);
|
||||||
appFtp.BringToFront();
|
appFtp.BringToFront();
|
||||||
|
@ -292,6 +301,9 @@ void OpenApplication(string appname, string path)
|
||||||
Win95Installer instTd = new Win95Installer("Time Distorter 0.1");
|
Win95Installer instTd = new Win95Installer("Time Distorter 0.1");
|
||||||
instTd.InstallCompleted += (sendr, args) =>
|
instTd.InstallCompleted += (sendr, args) =>
|
||||||
{
|
{
|
||||||
|
SaveDirectoryInfo(ProfileProgramsDirectory, "12padams", true, "12padams", true);
|
||||||
|
SaveDirectoryInfo(Path.Combine(ProfileProgramsDirectory, "12padams"), "Time Distorter 0.1", true, "Time Distorter 0.1", true);
|
||||||
|
CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "12padams", "Time Distorter 0.1"), "tdistort.exe", "time distorter", 17, 23895);
|
||||||
TitleScreen.frm95.TimeDistorterToolStripMenuItem.Visible = true;
|
TitleScreen.frm95.TimeDistorterToolStripMenuItem.Visible = true;
|
||||||
};
|
};
|
||||||
WinClassic appTd = wm.StartWin95(instTd, "Time Distorter Setup", null, true, true);
|
WinClassic appTd = wm.StartWin95(instTd, "Time Distorter Setup", null, true, true);
|
||||||
|
@ -302,6 +314,29 @@ void OpenApplication(string appname, string path)
|
||||||
case "iebrokeninstaller":
|
case "iebrokeninstaller":
|
||||||
wm.StartInfobox95("Internet Explorer Installer", "Installation Failed: The INF file was not found", InfoboxType.Error, InfoboxButtons.OK);
|
wm.StartInfobox95("Internet Explorer Installer", "Installation Failed: The INF file was not found", InfoboxType.Error, InfoboxButtons.OK);
|
||||||
|
|
||||||
|
break;
|
||||||
|
case "gtnv1 setup":
|
||||||
|
Win95Installer instGtn = new Win95Installer("Guess The Number V1");
|
||||||
|
instGtn.InstallCompleted += (sendr, args) =>
|
||||||
|
{
|
||||||
|
SaveDirectoryInfo(ProfileProgramsDirectory, "12padams", true, "12padams", true);
|
||||||
|
SaveDirectoryInfo(Path.Combine(ProfileProgramsDirectory, "12padams"), "Guess The Number V1", true, "Guess The Number V1", true);
|
||||||
|
CreateWindowsFile(Path.Combine(ProfileProgramsDirectory, "12padams", "Guess The Number V1"), "guessnum.exe", "guess number", 18, 17483);
|
||||||
|
TitleScreen.frm95.GuessTheNumberToolStripMenuItem.Visible = true;
|
||||||
|
};
|
||||||
|
WinClassic appGtn = wm.StartWin95(instGtn, "Guess The Number Setup", null, true, true);
|
||||||
|
Program.AddTaskbarItem(appGtn, appGtn.Tag.ToString(), "Guess The Number Setup", null);
|
||||||
|
appGtn.BringToFront();
|
||||||
|
|
||||||
|
break;
|
||||||
|
case "guess number":
|
||||||
|
WinClassic appGTN = wm.StartWin95(new GuessTheNumber(), "Guess The Number", Properties.Resources.WinClassicGTNIcon, false, true, false, false);
|
||||||
|
Program.AddTaskbarItem(appGTN, appGTN.Tag.ToString(), "Guess The Number", Properties.Resources.WinClassicGTNIcon);
|
||||||
|
|
||||||
|
Program.nonimportantapps.Add(appGTN);
|
||||||
|
Program.nonimportantapps[Program.nonimportantapps.Count - 1].BringToFront();
|
||||||
|
Program.nonimportantapps[Program.nonimportantapps.Count - 1].FormClosing += new FormClosingEventHandler(Program.NonImportantApp_Closing);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
wm.StartInfobox95(path.Replace(ProfileMyComputerDirectory, "C:"), $"{path.Replace(ProfileMyComputerDirectory, "C:")} is not a valid Win32 application.", InfoboxType.Error, InfoboxButtons.OK);
|
wm.StartInfobox95(path.Replace(ProfileMyComputerDirectory, "C:"), $"{path.Replace(ProfileMyComputerDirectory, "C:")} is not a valid Win32 application.", InfoboxType.Error, InfoboxButtons.OK);
|
||||||
|
|
|
@ -1891,7 +1891,37 @@
|
||||||
<data name="CopyrightNotice" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<value>..\Resources\TitleScreen\CopyrightNotice.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</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="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="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="HistacomIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<value>..\Resources\HistacomIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</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="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="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="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>
|
||||||
|
</data>
|
||||||
|
<data name="WinClassicGTN" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\WinClassic\WinClassicGTN.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>
|
||||||
|
<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>
|
||||||
</root>
|
</root>
|
100
Histacom2/Properties/Resources1.Designer.cs
generated
|
@ -224,6 +224,26 @@ public static System.Drawing.Bitmap GTN95_CheckClicked {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
public static System.Drawing.Bitmap GTN95_Correct {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("GTN95_Correct", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
public static System.Drawing.Bitmap GTN95_Error {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("GTN95_Error", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -234,6 +254,16 @@ public static System.Drawing.Bitmap GTN95_Higher {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
public static System.Drawing.Bitmap GTN95_Lower {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("GTN95_Lower", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -953,6 +983,26 @@ public static System.Drawing.Bitmap termSettings {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
public static System.Drawing.Bitmap TimeDistorter1 {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("TimeDistorter1", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
public static System.Drawing.Bitmap TimeDistorter1Icon {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("TimeDistorter1Icon", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -1473,6 +1523,26 @@ public static System.Drawing.Bitmap WinClassicFolderSmall {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
public static System.Drawing.Bitmap WinClassicFTP {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("WinClassicFTP", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
public static System.Drawing.Bitmap WinClassicFTPIcon {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("WinClassicFTPIcon", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -1483,6 +1553,26 @@ public static System.Drawing.Bitmap WinClassicGENERALApplicationToolbarBackgroun
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
public static System.Drawing.Bitmap WinClassicGTN {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("WinClassicGTN", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
public static System.Drawing.Bitmap WinClassicGTNIcon {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("WinClassicGTNIcon", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -1803,6 +1893,16 @@ public static System.Drawing.Bitmap WinClassicUndo {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
public static System.Drawing.Bitmap WinClassicWebchat {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("WinClassicWebchat", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
BIN
Histacom2/Resources/GuessTheNumber/GTN95_Correct.png
Normal file
After Width: | Height: | Size: 394 B |
BIN
Histacom2/Resources/GuessTheNumber/GTN95_Error.png
Normal file
After Width: | Height: | Size: 358 B |
BIN
Histacom2/Resources/GuessTheNumber/GTN95_Lower.png
Normal file
After Width: | Height: | Size: 354 B |
BIN
Histacom2/Resources/WinClassic/TimeDistorter1.png
Normal file
After Width: | Height: | Size: 407 B |
BIN
Histacom2/Resources/WinClassic/TimeDistorter1Icon.png
Normal file
After Width: | Height: | Size: 252 B |
BIN
Histacom2/Resources/WinClassic/WinClassicFTP.png
Normal file
After Width: | Height: | Size: 452 B |
BIN
Histacom2/Resources/WinClassic/WinClassicFTPIcon.png
Normal file
After Width: | Height: | Size: 286 B |
BIN
Histacom2/Resources/WinClassic/WinClassicGTN.png
Normal file
After Width: | Height: | Size: 403 B |
BIN
Histacom2/Resources/WinClassic/WinClassicGTNIcon.png
Normal file
After Width: | Height: | Size: 282 B |