diff options
| author | lempamo <[email protected]> | 2017-07-06 13:49:20 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-06 13:49:20 -0400 |
| commit | 88711b440b3a55d09118d2c42b1bb8930936eb90 (patch) | |
| tree | 33020f602d1891cd7ff0a87c18a2d20d05ebbecd /TimeHACK.Main/OS/Win95/Win95.Designer.cs | |
| parent | 77f783fe2b6999720c900aaf32103bec906f9da9 (diff) | |
| download | histacom2-88711b440b3a55d09118d2c42b1bb8930936eb90.tar.gz histacom2-88711b440b3a55d09118d2c42b1bb8930936eb90.tar.bz2 histacom2-88711b440b3a55d09118d2c42b1bb8930936eb90.zip | |
And you can install and open FTP Client
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index 998ece1..46485ee 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -130,6 +130,7 @@ namespace TimeHACK.OS.Win95 this.BitmapImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.MicrosoftDataLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.PropertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.FTPClientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panel1.SuspendLayout(); this.taskbar.SuspendLayout(); this.clockPanel.SuspendLayout(); @@ -265,7 +266,8 @@ namespace TimeHACK.OS.Win95 this.ErrorBlasterToolStripMenuItem, this.SkindowsToolStripMenuItem, this.WebChatToolStripMenuItem, - this.TimeDistorterToolStripMenuItem}); + this.TimeDistorterToolStripMenuItem, + this.FTPClientToolStripMenuItem}); this.ProgramsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicPrograms; this.ProgramsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ProgramsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; @@ -725,6 +727,17 @@ namespace TimeHACK.OS.Win95 this.TimeDistorterToolStripMenuItem.Text = "Time Distorter"; this.TimeDistorterToolStripMenuItem.Click += new System.EventHandler(this.TimeDistorterToolStripMenuItem_Click); // + // FTPClientToolStripMenuItem + // + this.FTPClientToolStripMenuItem.BackColor = System.Drawing.Color.Silver; + this.FTPClientToolStripMenuItem.BackgroundImage = global::TimeHACK.Properties.Resources.sliversilver; + this.FTPClientToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.FTPClientToolStripMenuItem.Name = "FTPClientToolStripMenuItem"; + this.FTPClientToolStripMenuItem.Size = new System.Drawing.Size(181, 28); + this.FTPClientToolStripMenuItem.Text = "FTP Client"; + this.FTPClientToolStripMenuItem.Visible = false; + this.FTPClientToolStripMenuItem.Click += new System.EventHandler(this.FTPClientToolStripMenuItem_Click); + // // DocumentsToolStripMenuItem // this.DocumentsToolStripMenuItem.BackColor = System.Drawing.Color.Silver; @@ -1267,5 +1280,6 @@ namespace TimeHACK.OS.Win95 private System.Windows.Forms.ToolStripMenuItem installerTestToolStripMenuItem; private System.Windows.Forms.Panel taskbarItems; private System.Windows.Forms.ToolStripMenuItem storyTest1ToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem FTPClientToolStripMenuItem; } }
\ No newline at end of file |
