diff options
| author | lempamo <[email protected]> | 2017-08-24 10:53:32 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-24 10:53:32 -0400 |
| commit | 24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f (patch) | |
| tree | 79db295b73890523d29518ad1456e3fb3b07d2c2 /Histacom2/OS/Win95/Win95.Designer.cs | |
| parent | e88b2da2e398f78cc56728ab7ef53ef590f536dd (diff) | |
| download | histacom2-24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f.tar.gz histacom2-24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f.tar.bz2 histacom2-24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f.zip | |
completed guess the number and other things
Diffstat (limited to 'Histacom2/OS/Win95/Win95.Designer.cs')
| -rw-r--r-- | Histacom2/OS/Win95/Win95.Designer.cs | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Histacom2/OS/Win95/Win95.Designer.cs b/Histacom2/OS/Win95/Win95.Designer.cs index 05dd8fc..753dfd6 100644 --- a/Histacom2/OS/Win95/Win95.Designer.cs +++ b/Histacom2/OS/Win95/Win95.Designer.cs @@ -223,7 +223,7 @@ namespace Histacom2.OS.Win95 this.startmenuitems.Name = "startmenuitems"; this.startmenuitems.Padding = new System.Windows.Forms.Padding(6, 2, 0, 0); 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.Text = "StartMenu"; // @@ -664,10 +664,12 @@ namespace Histacom2.OS.Win95 this.GuessTheNumberToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.GuessTheNumberToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver; 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(181, 28); this.GuessTheNumberToolStripMenuItem.Text = "Guess The Number"; this.GuessTheNumberToolStripMenuItem.Visible = false; + this.GuessTheNumberToolStripMenuItem.Click += new System.EventHandler(this.GuessTheNumberToolStripMenuItem_Click); // // StartRunnerToolStripMenuItem // @@ -704,6 +706,7 @@ namespace Histacom2.OS.Win95 this.WebChatToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.WebChatToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver; 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(181, 28); this.WebChatToolStripMenuItem.Text = "Web Chat"; @@ -715,9 +718,11 @@ namespace Histacom2.OS.Win95 this.TimeDistorterToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.TimeDistorterToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver; 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(181, 28); this.TimeDistorterToolStripMenuItem.Text = "Time Distorter"; + this.TimeDistorterToolStripMenuItem.Visible = false; this.TimeDistorterToolStripMenuItem.Click += new System.EventHandler(this.TimeDistorterToolStripMenuItem_Click); // // FTPClientToolStripMenuItem @@ -725,10 +730,11 @@ namespace Histacom2.OS.Win95 this.FTPClientToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.FTPClientToolStripMenuItem.BackgroundImage = global::Histacom2.Properties.Resources.sliversilver; 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(181, 28); this.FTPClientToolStripMenuItem.Text = "FTP Client"; - this.FTPClientToolStripMenuItem.Visible = true; + this.FTPClientToolStripMenuItem.Visible = false; this.FTPClientToolStripMenuItem.Click += new System.EventHandler(this.FTPClientToolStripMenuItem_Click); // // DocumentsToolStripMenuItem |
