diff options
| author | lempamo <[email protected]> | 2017-08-08 10:42:48 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-08 10:42:48 -0400 |
| commit | ebe1b011db93d47b7a29b8b4d1e371b1a97bffce (patch) | |
| tree | 81408da6b7fd97e36ac8e1a396ce52567b7b5705 /TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs | |
| parent | b33a6b68aeca7cee4f4a9abf6eb012b100a04a39 (diff) | |
| download | histacom2-ebe1b011db93d47b7a29b8b4d1e371b1a97bffce.tar.gz histacom2-ebe1b011db93d47b7a29b8b4d1e371b1a97bffce.tar.bz2 histacom2-ebe1b011db93d47b7a29b8b4d1e371b1a97bffce.zip | |
custom minesweeper tables AND painted separators
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs | 66 |
1 files changed, 40 insertions, 26 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs index d407d13..10beaaa 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs @@ -131,12 +131,14 @@ this.gameToolStripMenuItem.Name = "gameToolStripMenuItem"; this.gameToolStripMenuItem.Size = new System.Drawing.Size(50, 20); this.gameToolStripMenuItem.Text = "Game"; + this.gameToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay; // // newToolStripMenuItem // + this.newToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.newToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.newToolStripMenuItem.Name = "newToolStripMenuItem"; - this.newToolStripMenuItem.Size = new System.Drawing.Size(141, 22); + this.newToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.newToolStripMenuItem.Text = "New"; this.newToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.newToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; @@ -144,23 +146,25 @@ // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(138, 6); + this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6); // // begginnerToolStripMenuItem // + this.begginnerToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.begginnerToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.begginnerToolStripMenuItem.Name = "begginnerToolStripMenuItem"; - this.begginnerToolStripMenuItem.Size = new System.Drawing.Size(141, 22); - this.begginnerToolStripMenuItem.Text = "Begginner"; + this.begginnerToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.begginnerToolStripMenuItem.Text = "Beginner"; this.begginnerToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.begginnerToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.begginnerToolStripMenuItem.Click += new System.EventHandler(this.begginnerToolStripMenuItem_Click); // // intermediateToolStripMenuItem // + this.intermediateToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.intermediateToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.intermediateToolStripMenuItem.Name = "intermediateToolStripMenuItem"; - this.intermediateToolStripMenuItem.Size = new System.Drawing.Size(141, 22); + this.intermediateToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.intermediateToolStripMenuItem.Text = "Intermediate"; this.intermediateToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.intermediateToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; @@ -168,9 +172,10 @@ // // expertToolStripMenuItem // + this.expertToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.expertToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.expertToolStripMenuItem.Name = "expertToolStripMenuItem"; - this.expertToolStripMenuItem.Size = new System.Drawing.Size(141, 22); + this.expertToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.expertToolStripMenuItem.Text = "Expert"; this.expertToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.expertToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; @@ -178,32 +183,36 @@ // // customToolStripMenuItem // + this.customToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.customToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.customToolStripMenuItem.Name = "customToolStripMenuItem"; - this.customToolStripMenuItem.Size = new System.Drawing.Size(141, 22); + this.customToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.customToolStripMenuItem.Text = "Custom"; this.customToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.customToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; + this.customToolStripMenuItem.Click += new System.EventHandler(this.customToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(138, 6); + this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6); // // marksToolStripMenuItem // + this.marksToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.marksToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.marksToolStripMenuItem.Name = "marksToolStripMenuItem"; - this.marksToolStripMenuItem.Size = new System.Drawing.Size(141, 22); + this.marksToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.marksToolStripMenuItem.Text = "Marks {?}"; this.marksToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.marksToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; // // colorToolStripMenuItem // + this.colorToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.colorToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.colorToolStripMenuItem.Name = "colorToolStripMenuItem"; - this.colorToolStripMenuItem.Size = new System.Drawing.Size(141, 22); + this.colorToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.colorToolStripMenuItem.Text = "Color"; this.colorToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.colorToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; @@ -211,13 +220,14 @@ // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(138, 6); + this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6); // // bestTimesToolStripMenuItem // + this.bestTimesToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.bestTimesToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.bestTimesToolStripMenuItem.Name = "bestTimesToolStripMenuItem"; - this.bestTimesToolStripMenuItem.Size = new System.Drawing.Size(141, 22); + this.bestTimesToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.bestTimesToolStripMenuItem.Text = "Best Times"; this.bestTimesToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bestTimesToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; @@ -226,13 +236,14 @@ // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(138, 6); + this.toolStripSeparator4.Size = new System.Drawing.Size(149, 6); // // exitToolStripMenuItem // + this.exitToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.exitToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.Size = new System.Drawing.Size(141, 22); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.exitToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; @@ -240,6 +251,7 @@ // // helpToolStripMenuItem // + this.helpToolStripMenuItem.BackgroundImage = global::TimeHACK.Properties.Resources.sliversilver; this.helpToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.helpTopicsToolStripMenuItem, @@ -251,6 +263,7 @@ // // helpTopicsToolStripMenuItem // + this.helpTopicsToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.helpTopicsToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.helpTopicsToolStripMenuItem.Name = "helpTopicsToolStripMenuItem"; this.helpTopicsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); @@ -263,6 +276,7 @@ // // aboutMinesweeperToolStripMenuItem // + this.aboutMinesweeperToolStripMenuItem.BackColor = System.Drawing.Color.Silver; this.aboutMinesweeperToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.aboutMinesweeperToolStripMenuItem.Name = "aboutMinesweeperToolStripMenuItem"; this.aboutMinesweeperToolStripMenuItem.Size = new System.Drawing.Size(180, 22); @@ -340,27 +354,27 @@ private System.Windows.Forms.Panel panel1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem gameToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem helpTopicsToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem aboutMinesweeperToolStripMenuItem; + private System.Windows.Forms.Timer timer1; + private System.Windows.Forms.Panel panel2; + internal System.Windows.Forms.Button button1; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Panel panel4; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem begginnerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem intermediateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem expertToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem customToolStripMenuItem; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem marksToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem bestTimesToolStripMenuItem; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem helpTopicsToolStripMenuItem; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; - private System.Windows.Forms.ToolStripMenuItem aboutMinesweeperToolStripMenuItem; - private System.Windows.Forms.Timer timer1; - private System.Windows.Forms.Panel panel2; - internal System.Windows.Forms.Button button1; - private System.Windows.Forms.Panel panel3; - private System.Windows.Forms.Panel panel4; } } |
