summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.Designer.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-11-17 15:42:39 +0100
committeremkael <emkael@tlen.pl>2018-11-17 15:42:39 +0100
commitbf9e05698f3353de3a37e1f6fd5ca640381df623 (patch)
tree4ccbd2995182fe4f618a6320137498df1b235837 /Aktywator/MainForm.Designer.cs
parent4a536d0799685f3e530bc1782420e32a24b58ca2 (diff)
"Enter first board number manually" supported
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r--Aktywator/MainForm.Designer.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs
index 91ed12b..435485f 100644
--- a/Aktywator/MainForm.Designer.cs
+++ b/Aktywator/MainForm.Designer.cs
@@ -156,6 +156,7 @@
this.bLaunch = new System.Windows.Forms.ToolStripButton();
this.bUpdateSession = new System.Windows.Forms.ToolStripButton();
this.namesTimer = new System.Windows.Forms.Timer(this.components);
+ this.xFirstBoardManually = new System.Windows.Forms.CheckBox();
this.statusStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabControl1.SuspendLayout();
@@ -667,6 +668,7 @@
//
// groupBox3
//
+ this.groupBox3.Controls.Add(this.xFirstBoardManually);
this.groupBox3.Controls.Add(this.xCollectPlay);
this.groupBox3.Controls.Add(this.xBoardOrderVerification);
this.groupBox3.Controls.Add(this.xIntermediateResults);
@@ -718,6 +720,7 @@
this.xAutoBoardNumber.TabIndex = 10;
this.xAutoBoardNumber.Text = "automat. wpisuj numer rozdania";
this.xAutoBoardNumber.UseVisualStyleBackColor = true;
+ this.xAutoBoardNumber.CheckedChanged += new System.EventHandler(this.xAutoBoardNumber_CheckedChanged);
//
// xCollectBidding
//
@@ -1559,6 +1562,17 @@
this.namesTimer.Interval = 3000;
this.namesTimer.Tick += new System.EventHandler(this.namesTimer_Tick);
//
+ // xFirstBoardManually
+ //
+ this.xFirstBoardManually.AutoSize = true;
+ this.xFirstBoardManually.Enabled = false;
+ this.xFirstBoardManually.Location = new System.Drawing.Point(190, 22);
+ this.xFirstBoardManually.Name = "xFirstBoardManually";
+ this.xFirstBoardManually.Size = new System.Drawing.Size(103, 17);
+ this.xFirstBoardManually.TabIndex = 4;
+ this.xFirstBoardManually.Text = "pierwszy ręcznie";
+ this.xFirstBoardManually.UseVisualStyleBackColor = true;
+ //
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -1751,6 +1765,7 @@
private System.Windows.Forms.RadioButton rbIMPTeams;
private System.Windows.Forms.RadioButton rbMatchpoints;
public System.Windows.Forms.Label lScoringOptionsWarning;
+ public System.Windows.Forms.CheckBox xFirstBoardManually;
}
}