aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-26 17:31:19 -0500
committerlempamo <[email protected]>2017-02-26 17:31:19 -0500
commit077e0e527106a6d6ab27b31dc07cfd980198d757 (patch)
tree827e61fa09d28492d5005fa507cb439392b50a20 /ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs
parentbf67e0c7b5895d2ef5aaee15d941bfa41c27f50d (diff)
downloadshiftos_thereturn-077e0e527106a6d6ab27b31dc07cfd980198d757.tar.gz
shiftos_thereturn-077e0e527106a6d6ab27b31dc07cfd980198d757.tar.bz2
shiftos_thereturn-077e0e527106a6d6ab27b31dc07cfd980198d757.zip
working so hard
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs b/ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs
index f5d7ddd..729bc95 100644
--- a/ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs
+++ b/ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs
@@ -34,6 +34,7 @@
this.buttonM = new System.Windows.Forms.Button();
this.buttonH = new System.Windows.Forms.Button();
this.lblmines = new System.Windows.Forms.Label();
+ this.lbltime = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
@@ -92,6 +93,7 @@
this.buttonM.TabIndex = 3;
this.buttonM.Text = "Medium";
this.buttonM.UseVisualStyleBackColor = true;
+ this.buttonM.Click += new System.EventHandler(this.buttonM_Click);
//
// buttonH
//
@@ -101,6 +103,7 @@
this.buttonH.TabIndex = 4;
this.buttonH.Text = "Hard";
this.buttonH.UseVisualStyleBackColor = true;
+ this.buttonH.Click += new System.EventHandler(this.buttonH_Click);
//
// lblmines
//
@@ -111,10 +114,20 @@
this.lblmines.TabIndex = 5;
this.lblmines.Text = "Mines: 0";
//
+ // lbltime
+ //
+ this.lbltime.AutoSize = true;
+ this.lbltime.Location = new System.Drawing.Point(188, 22);
+ this.lbltime.Name = "lbltime";
+ this.lbltime.Size = new System.Drawing.Size(42, 13);
+ this.lbltime.TabIndex = 6;
+ this.lbltime.Text = "Time: 0";
+ //
// ShiftSweeper
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.lbltime);
this.Controls.Add(this.lblmines);
this.Controls.Add(this.buttonH);
this.Controls.Add(this.buttonM);
@@ -137,5 +150,6 @@
private System.Windows.Forms.Button buttonM;
private System.Windows.Forms.Button buttonH;
private System.Windows.Forms.Label lblmines;
+ private System.Windows.Forms.Label lbltime;
}
}