diff options
| author | lempamo <[email protected]> | 2017-03-27 15:39:28 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-27 15:39:28 -0400 |
| commit | 8cf466d0a3e835cbcd22bf768684141c9b996278 (patch) | |
| tree | 3f968642d59bcf7c62eb9e9c12110d4e925c1cf3 /TimeHACK.Main/Windows95.Designer.cs | |
| parent | 049491ca1cf569153eb8a5004a8a657292bf8f39 (diff) | |
| download | histacom2-8cf466d0a3e835cbcd22bf768684141c9b996278.tar.gz histacom2-8cf466d0a3e835cbcd22bf768684141c9b996278.tar.bz2 histacom2-8cf466d0a3e835cbcd22bf768684141c9b996278.zip | |
added start menu icons
Diffstat (limited to 'TimeHACK.Main/Windows95.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/Windows95.Designer.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TimeHACK.Main/Windows95.Designer.cs b/TimeHACK.Main/Windows95.Designer.cs index c8be3ae..a1e3fe2 100644 --- a/TimeHACK.Main/Windows95.Designer.cs +++ b/TimeHACK.Main/Windows95.Designer.cs @@ -422,6 +422,7 @@ // NotePadToolStripMenuItem // this.NotePadToolStripMenuItem.BackColor = System.Drawing.Color.Silver; + this.NotePadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("NotePadToolStripMenuItem.Image"))); this.NotePadToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.NotePadToolStripMenuItem.Name = "NotePadToolStripMenuItem"; this.NotePadToolStripMenuItem.Size = new System.Drawing.Size(185, 26); @@ -439,6 +440,7 @@ // PaintToolStripMenuItem // this.PaintToolStripMenuItem.BackColor = System.Drawing.Color.Silver; + this.PaintToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("PaintToolStripMenuItem.Image"))); this.PaintToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.PaintToolStripMenuItem.Name = "PaintToolStripMenuItem"; this.PaintToolStripMenuItem.Size = new System.Drawing.Size(185, 26); @@ -455,6 +457,7 @@ // WordPadToolStripMenuItem // this.WordPadToolStripMenuItem.BackColor = System.Drawing.Color.Silver; + this.WordPadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("WordPadToolStripMenuItem.Image"))); this.WordPadToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.WordPadToolStripMenuItem.Name = "WordPadToolStripMenuItem"; this.WordPadToolStripMenuItem.Size = new System.Drawing.Size(185, 26); |
