aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs
diff options
context:
space:
mode:
authorjtsshieh <[email protected]>2017-08-02 22:03:57 -0400
committerjtsshieh <[email protected]>2017-08-02 22:03:57 -0400
commitd2286b7d68db20fae6bdb58078853379faf5ac08 (patch)
treedb1ca88e3b2e9a7df734597b22fd45c6e02b9d67 /TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs
parent5fdd82f5f0069ad55662ff974a30d415543d3474 (diff)
downloadhistacom2-d2286b7d68db20fae6bdb58078853379faf5ac08.tar.gz
histacom2-d2286b7d68db20fae6bdb58078853379faf5ac08.tar.bz2
histacom2-d2286b7d68db20fae6bdb58078853379faf5ac08.zip
Minesweeper Scoring System
I didn't do acheivments because I couldn t work out how to add one.
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs
index e1e0d32..9d31d5c 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs
@@ -28,6 +28,7 @@
/// </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();
@@ -51,6 +52,7 @@
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.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
@@ -209,6 +211,7 @@
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
//
@@ -264,6 +267,11 @@
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
+ // timer1
+ //
+ this.timer1.Interval = 1;
+ this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
+ //
// WinClassicMinesweeper
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -308,5 +316,6 @@
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem aboutMinesweeperToolStripMenuItem;
private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.Timer timer1;
}
}