diff options
| author | lempamo <[email protected]> | 2017-07-31 11:08:49 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-31 11:08:49 -0400 |
| commit | 93702450a4d0a1830807e985acccc616f3bf1b62 (patch) | |
| tree | 39a554d4ac131d100ce794af6914a8d5d7e84adf /TimeHACK.Main/OS/Win95/Win95.Designer.cs | |
| parent | 547f5382301c4b0957e886739e45389702b5c678 (diff) | |
| download | histacom2-93702450a4d0a1830807e985acccc616f3bf1b62.tar.gz histacom2-93702450a4d0a1830807e985acccc616f3bf1b62.tar.bz2 histacom2-93702450a4d0a1830807e985acccc616f3bf1b62.zip | |
fixed up taskbar things
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.Designer.cs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.Designer.cs b/TimeHACK.Main/OS/Win95/Win95.Designer.cs index 934a349..bf83440 100644 --- a/TimeHACK.Main/OS/Win95/Win95.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95.Designer.cs @@ -174,7 +174,6 @@ namespace TimeHACK.OS.Win95 this.taskbartime.Size = new System.Drawing.Size(26, 13); this.taskbartime.TabIndex = 2; this.taskbartime.Text = "time"; - this.taskbartime.Click += new System.EventHandler(this.taskbartime_Click); // // taskbarItems // @@ -804,18 +803,20 @@ namespace TimeHACK.OS.Win95 // this.ControlPanelToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.ControlPanelToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ControlPanelToolStripMenuItem.BackgroundImage"))); + this.ControlPanelToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.Win95ControlPanelIcon; this.ControlPanelToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.ControlPanelToolStripMenuItem.Name = "ControlPanelToolStripMenuItem"; - this.ControlPanelToolStripMenuItem.Size = new System.Drawing.Size(146, 22); + this.ControlPanelToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.ControlPanelToolStripMenuItem.Text = "Control Panel"; // // PrintersToolStripMenuItem // this.PrintersToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.PrintersToolStripMenuItem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PrintersToolStripMenuItem.BackgroundImage"))); + this.PrintersToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.Win95PrintersFolder; this.PrintersToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.PrintersToolStripMenuItem.Name = "PrintersToolStripMenuItem"; - this.PrintersToolStripMenuItem.Size = new System.Drawing.Size(146, 22); + this.PrintersToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.PrintersToolStripMenuItem.Text = "Printers"; this.PrintersToolStripMenuItem.Click += new System.EventHandler(this.infoboxTestToolStripMenuItem_Click); // @@ -1049,6 +1050,7 @@ namespace TimeHACK.OS.Win95 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Teal; + this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(640, 480); this.Controls.Add(this.taskbar); this.Controls.Add(this.startmenu); |
