summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.Designer.cs
diff options
context:
space:
mode:
authorMichal Zimniewicz <mzimniew@man.poznan.pl>2016-11-19 17:59:10 +0100
committerMichal Zimniewicz <mzimniew@man.poznan.pl>2016-11-19 17:59:10 +0100
commitcd8f6bf8c23f9a63669d7489dd9d49525c9df6e4 (patch)
treef274fec74eaa624cc86f1b50514d6bddcefd7b20 /Aktywator/MainForm.Designer.cs
parent531b20117552e9a7a78bce3a70ad71acff2de340 (diff)
parent211efd174ac0333cdf9f40695ea5673e5bfb7b95 (diff)
Merge branch 'hand-evaluation' into validate-lead-card
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r--Aktywator/MainForm.Designer.cs26
1 files changed, 26 insertions, 0 deletions
diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs
index c6df9e2..c28159e 100644
--- a/Aktywator/MainForm.Designer.cs
+++ b/Aktywator/MainForm.Designer.cs
@@ -106,6 +106,8 @@
this.bLoadHands = new System.Windows.Forms.Button();
this.timer = new System.Windows.Forms.Timer(this.components);
this.openPBN = new System.Windows.Forms.OpenFileDialog();
+ this.xCollectBidding = new System.Windows.Forms.CheckBox();
+ this.xCollectPlay = new System.Windows.Forms.CheckBox();
this.groupBoxTop.SuspendLayout();
this.menu.SuspendLayout();
this.statusStrip1.SuspendLayout();
@@ -241,6 +243,8 @@
//
// tabPage1
//
+ this.tabPage1.Controls.Add(this.xCollectPlay);
+ this.tabPage1.Controls.Add(this.xCollectBidding);
this.tabPage1.Controls.Add(this.xCheckLeadCard);
this.tabPage1.Controls.Add(this.xViewHandrecord);
this.tabPage1.Controls.Add(this.xResultsOverview);
@@ -906,6 +910,26 @@
//
this.openPBN.Filter = "PBN|*.pbn";
//
+ // xCollectBidding
+ //
+ this.xCollectBidding.AutoSize = true;
+ this.xCollectBidding.Location = new System.Drawing.Point(339, 115);
+ this.xCollectBidding.Name = "xCollectBidding";
+ this.xCollectBidding.Size = new System.Drawing.Size(97, 17);
+ this.xCollectBidding.TabIndex = 30;
+ this.xCollectBidding.Text = "zbieraj licytacjÄ™";
+ this.xCollectBidding.UseVisualStyleBackColor = true;
+ //
+ // xCollectPlay
+ //
+ this.xCollectPlay.AutoSize = true;
+ this.xCollectPlay.Location = new System.Drawing.Point(339, 138);
+ this.xCollectPlay.Name = "xCollectPlay";
+ this.xCollectPlay.Size = new System.Drawing.Size(146, 17);
+ this.xCollectPlay.TabIndex = 31;
+ this.xCollectPlay.Text = "zbieraj przebieg rozgrywki";
+ this.xCollectPlay.UseVisualStyleBackColor = true;
+ //
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -1020,6 +1044,8 @@
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox eOomRounds;
+ public System.Windows.Forms.CheckBox xCollectPlay;
+ public System.Windows.Forms.CheckBox xCollectBidding;
public System.Windows.Forms.CheckBox xCheckLeadCard;
}
}