diff options
| author | lempamo <[email protected]> | 2017-03-26 08:00:40 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-26 08:00:40 -0400 |
| commit | 7b7fa7dc3f402b22ca68084e2e90563f6fcd435d (patch) | |
| tree | ee1b43f729c557bcec67852f689d372022a382ba /TimeHACK.Main/Windows95.Designer.cs | |
| parent | b4f774d561877ec697a8228297c4a9d406c92485 (diff) | |
| download | histacom2-7b7fa7dc3f402b22ca68084e2e90563f6fcd435d.tar.gz histacom2-7b7fa7dc3f402b22ca68084e2e90563f6fcd435d.tar.bz2 histacom2-7b7fa7dc3f402b22ca68084e2e90563f6fcd435d.zip | |
added shutdown sound
Diffstat (limited to 'TimeHACK.Main/Windows95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Windows95.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TimeHACK.Main/Windows95.Designer.cs b/TimeHACK.Main/Windows95.Designer.cs index 381e789..ef36d50 100644 --- a/TimeHACK.Main/Windows95.Designer.cs +++ b/TimeHACK.Main/Windows95.Designer.cs @@ -204,7 +204,7 @@ this.startmenu.Controls.Add(this.ossidestartmenu); this.startmenu.Location = new System.Drawing.Point(0, 397); this.startmenu.Name = "startmenu"; - this.startmenu.Size = new System.Drawing.Size(174, 295); + this.startmenu.Size = new System.Drawing.Size(174, 298); this.startmenu.TabIndex = 3; this.startmenu.Paint += new System.Windows.Forms.PaintEventHandler(this.startmenu_Paint); // @@ -847,6 +847,7 @@ this.NewToolStripMenuItem1, this.PropertiesToolStripMenuItem1}); this.rightclickbackproperties.Name = "ContextMenuStrip1"; + this.rightclickbackproperties.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rightclickbackproperties.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.rightclickbackproperties.Size = new System.Drawing.Size(151, 136); // |
