diff options
| author | lempamo <[email protected]> | 2017-08-23 13:38:40 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-23 13:38:40 -0400 |
| commit | 3306d36ecbc024775972e5cf7971b2a7a70671d0 (patch) | |
| tree | 0a79e67b6723a8c75ffd66c7828bdd0ebb1bf74d /TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs | |
| parent | 99fef5c57360f07259fc86f433bed8a9ab59c48e (diff) | |
| download | histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.tar.gz histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.tar.bz2 histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.zip | |
Renaming the game!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs | 383 |
1 files changed, 0 insertions, 383 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs deleted file mode 100644 index 0cb1d2f..0000000 --- a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs +++ /dev/null @@ -1,383 +0,0 @@ -namespace TimeHACK.OS.Win95.Win95Apps -{ - partial class WinClassicMinesweeper - { - /// <summary> - /// Required designer variable. - /// </summary> - private System.ComponentModel.IContainer components = null; - - /// <summary> - /// Clean up any resources being used. - /// </summary> - /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// <summary> - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// </summary> - private void InitializeComponent() - { - this.components = new System.ComponentModel.Container(); - this.labelBombs = new System.Windows.Forms.Label(); - this.labelTime = new System.Windows.Forms.Label(); - this.panel1 = new System.Windows.Forms.Panel(); - this.menuStrip1 = new System.Windows.Forms.MenuStrip(); - this.gameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.begginnerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.intermediateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.expertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.customToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.marksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.bestTimesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.helpTopicsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); - this.aboutMinesweeperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.button1 = new System.Windows.Forms.Button(); - this.timer1 = new System.Windows.Forms.Timer(this.components); - this.panel2 = new System.Windows.Forms.Panel(); - this.panel3 = new System.Windows.Forms.Panel(); - this.panel4 = new System.Windows.Forms.Panel(); - this.menuStrip1.SuspendLayout(); - this.panel2.SuspendLayout(); - this.panel3.SuspendLayout(); - this.panel4.SuspendLayout(); - this.SuspendLayout(); - // - // labelBombs - // - this.labelBombs.BackColor = System.Drawing.Color.Silver; - this.labelBombs.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.labelBombs.Font = new System.Drawing.Font("Lemon\'s LCD", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelBombs.ForeColor = System.Drawing.Color.Red; - this.labelBombs.Image = global::TimeHACK.Properties.Resources.MinesweepNumBox; - this.labelBombs.Location = new System.Drawing.Point(3, 6); - this.labelBombs.Name = "labelBombs"; - this.labelBombs.Size = new System.Drawing.Size(56, 25); - this.labelBombs.TabIndex = 9; - this.labelBombs.Text = "000"; - this.labelBombs.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - // - // labelTime - // - this.labelTime.BackColor = System.Drawing.Color.Silver; - this.labelTime.Font = new System.Drawing.Font("Lemon\'s LCD", 15F); - this.labelTime.ForeColor = System.Drawing.Color.Red; - this.labelTime.Image = global::TimeHACK.Properties.Resources.MinesweepNumBox; - this.labelTime.Location = new System.Drawing.Point(75, 6); - this.labelTime.Margin = new System.Windows.Forms.Padding(0); - this.labelTime.Name = "labelTime"; - this.labelTime.RightToLeft = System.Windows.Forms.RightToLeft.No; - this.labelTime.Size = new System.Drawing.Size(56, 25); - this.labelTime.TabIndex = 6; - this.labelTime.Text = "000"; - this.labelTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - // - // panel1 - // - this.panel1.Location = new System.Drawing.Point(3, 3); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(128, 128); - this.panel1.TabIndex = 4; - // - // menuStrip1 - // - this.menuStrip1.BackColor = System.Drawing.Color.Silver; - this.menuStrip1.ImageScalingSize = new System.Drawing.Size(0, 0); - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.gameToolStripMenuItem, - this.helpToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Padding = new System.Windows.Forms.Padding(2, 2, 0, 2); - this.menuStrip1.Size = new System.Drawing.Size(164, 24); - this.menuStrip1.TabIndex = 8; - this.menuStrip1.Text = "menuStrip1"; - // - // gameToolStripMenuItem - // - this.gameToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.gameToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.newToolStripMenuItem, - this.toolStripSeparator1, - this.begginnerToolStripMenuItem, - this.intermediateToolStripMenuItem, - this.expertToolStripMenuItem, - this.customToolStripMenuItem, - this.toolStripSeparator2, - this.marksToolStripMenuItem, - this.colorToolStripMenuItem, - this.toolStripSeparator3, - this.bestTimesToolStripMenuItem, - this.toolStripSeparator4, - this.exitToolStripMenuItem}); - this.gameToolStripMenuItem.Name = "gameToolStripMenuItem"; - this.gameToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0); - this.gameToolStripMenuItem.Size = new System.Drawing.Size(42, 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(152, 22); - this.newToolStripMenuItem.Text = "New"; - this.newToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.newToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - 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(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(152, 22); - this.intermediateToolStripMenuItem.Text = "Intermediate"; - this.intermediateToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.intermediateToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; - this.intermediateToolStripMenuItem.Click += new System.EventHandler(this.intermediateToolStripMenuItem_Click); - // - // 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(152, 22); - this.expertToolStripMenuItem.Text = "Expert"; - this.expertToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.expertToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; - this.expertToolStripMenuItem.Click += new System.EventHandler(this.expertToolStripMenuItem_Click); - // - // 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(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(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(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(152, 22); - this.colorToolStripMenuItem.Text = "Color"; - this.colorToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.colorToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; - // - // toolStripSeparator3 - // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - 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(152, 22); - this.bestTimesToolStripMenuItem.Text = "Best Times"; - this.bestTimesToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.bestTimesToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; - this.bestTimesToolStripMenuItem.Click += new System.EventHandler(this.bestTimesToolStripMenuItem_Click); - // - // toolStripSeparator4 - // - this.toolStripSeparator4.Name = "toolStripSeparator4"; - 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(152, 22); - this.exitToolStripMenuItem.Text = "Exit"; - this.exitToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.exitToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // 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, - this.toolStripSeparator5, - this.aboutMinesweeperToolStripMenuItem}); - this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; - this.helpToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0); - this.helpToolStripMenuItem.Size = new System.Drawing.Size(36, 20); - this.helpToolStripMenuItem.Text = "&Help"; - // - // 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); - this.helpTopicsToolStripMenuItem.Text = "Help Topics"; - // - // toolStripSeparator5 - // - this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(177, 6); - // - // 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); - this.aboutMinesweeperToolStripMenuItem.Text = "About Minesweeper"; - // - // button1 - // - this.button1.BackColor = System.Drawing.Color.Silver; - this.button1.BackgroundImage = global::TimeHACK.Properties.Resources.WinClassicMinesweeperSmile; - this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Gray; - this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.button1.Location = new System.Drawing.Point(54, 5); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(25, 25); - this.button1.TabIndex = 7; - this.button1.UseVisualStyleBackColor = false; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // timer1 - // - this.timer1.Interval = 1; - this.timer1.Tick += new System.EventHandler(this.timer1_Tick); - // - // panel2 - // - this.panel2.Controls.Add(this.panel1); - this.panel2.Location = new System.Drawing.Point(15, 57); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(134, 134); - this.panel2.TabIndex = 10; - // - // panel3 - // - this.panel3.Controls.Add(this.panel4); - this.panel3.Controls.Add(this.panel2); - this.panel3.Location = new System.Drawing.Point(0, 25); - this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(164, 205); - this.panel3.TabIndex = 11; - // - // panel4 - // - this.panel4.Controls.Add(this.button1); - this.panel4.Controls.Add(this.labelTime); - this.panel4.Controls.Add(this.labelBombs); - this.panel4.Location = new System.Drawing.Point(15, 11); - this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(134, 37); - this.panel4.TabIndex = 11; - // - // WinClassicMinesweeper - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.Silver; - this.Controls.Add(this.panel3); - this.Controls.Add(this.menuStrip1); - this.Name = "WinClassicMinesweeper"; - this.Size = new System.Drawing.Size(164, 230); - this.Load += new System.EventHandler(this.WinClassicMinesweeper_Load); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.panel2.ResumeLayout(false); - this.panel3.ResumeLayout(false); - this.panel4.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private System.Windows.Forms.Label labelBombs; - private System.Windows.Forms.Label labelTime; - 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.ToolStripMenuItem begginnerToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem intermediateToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem expertToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem customToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem marksToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem bestTimesToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; - 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; - } -} |
