diff options
| author | AShifter <[email protected]> | 2017-07-02 13:45:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-02 13:45:58 -0700 |
| commit | ddbca5032ce763c43894088a5b5c0fba8f035daa (patch) | |
| tree | 855e94fb60bbdaf1fbd3427ef8f46193fd22a4d7 /TimeHACK.Main/OS/BaseOS.Designer.cs | |
| parent | 3de51a2e1b9224e8a8355e3945e458e1651821a9 (diff) | |
| parent | 71ec75dc79e2b5632216dc801dfeaf7510e25210 (diff) | |
| download | histacom2-ddbca5032ce763c43894088a5b5c0fba8f035daa.tar.gz histacom2-ddbca5032ce763c43894088a5b5c0fba8f035daa.tar.bz2 histacom2-ddbca5032ce763c43894088a5b5c0fba8f035daa.zip | |
Merge pull request #109 from jayxkanz666/master
Added lots of features to WinClassicTerminal.cs
Diffstat (limited to 'TimeHACK.Main/OS/BaseOS.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/BaseOS.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/BaseOS.Designer.cs b/TimeHACK.Main/OS/BaseOS.Designer.cs index f8f9efa..cf9bd34 100644 --- a/TimeHACK.Main/OS/BaseOS.Designer.cs +++ b/TimeHACK.Main/OS/BaseOS.Designer.cs @@ -244,7 +244,7 @@ namespace TimeHACK.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"; // @@ -644,6 +644,7 @@ namespace TimeHACK.OS.Win95 this.MSDOSPromptToolStripMenuItem1.Name = "MSDOSPromptToolStripMenuItem1"; this.MSDOSPromptToolStripMenuItem1.Size = new System.Drawing.Size(181, 28); this.MSDOSPromptToolStripMenuItem1.Text = "MS-DOS Prompt"; + this.MSDOSPromptToolStripMenuItem1.Click += new System.EventHandler(this.MSDOSPromptToolStripMenuItem1_Click); // // OutlookExpressToolStripMenuItem // |
