From 067227bbe0e8ca34fff7cf4ddac72175f94ec8b9 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 18 Nov 2018 01:31:30 +0100 Subject: Game summary at the end of the session available Fixes #51 --- Aktywator/MainForm.Designer.cs | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) (limited to 'Aktywator/MainForm.Designer.cs') diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index 435485f..1e4b6bc 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -73,11 +73,13 @@ this.xMemberNumbersNoBlankEntry = new System.Windows.Forms.CheckBox(); this.xShowPlayerNames = new System.Windows.Forms.CheckBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); + this.xShowRecap = new System.Windows.Forms.CheckBox(); this.xRemainingBoards = new System.Windows.Forms.CheckBox(); this.xNextSeatings = new System.Windows.Forms.CheckBox(); this.xScoreRecap = new System.Windows.Forms.CheckBox(); this.xAutoShowScoreRecap = new System.Windows.Forms.CheckBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); + this.xFirstBoardManually = new System.Windows.Forms.CheckBox(); this.xCollectPlay = new System.Windows.Forms.CheckBox(); this.xBoardOrderVerification = new System.Windows.Forms.CheckBox(); this.xIntermediateResults = new System.Windows.Forms.CheckBox(); @@ -156,7 +158,6 @@ 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(); @@ -615,6 +616,7 @@ // // groupBox6 // + this.groupBox6.Controls.Add(this.xShowRecap); this.groupBox6.Controls.Add(this.xRemainingBoards); this.groupBox6.Controls.Add(this.xNextSeatings); this.groupBox6.Controls.Add(this.xScoreRecap); @@ -626,6 +628,16 @@ this.groupBox6.TabStop = false; this.groupBox6.Text = "Koniec rundy"; // + // xShowRecap + // + this.xShowRecap.AutoSize = true; + this.xShowRecap.Location = new System.Drawing.Point(13, 114); + this.xShowRecap.Name = "xShowRecap"; + this.xShowRecap.Size = new System.Drawing.Size(214, 17); + this.xShowRecap.TabIndex = 14; + this.xShowRecap.Text = "podgląd kontrolki/historii na koniec sesji"; + this.xShowRecap.UseVisualStyleBackColor = true; + // // xRemainingBoards // this.xRemainingBoards.AutoSize = true; @@ -681,6 +693,17 @@ this.groupBox3.TabStop = false; this.groupBox3.Text = "Zapis rozdania"; // + // 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; + // // xCollectPlay // this.xCollectPlay.AutoSize = true; @@ -1562,17 +1585,6 @@ 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); @@ -1766,6 +1778,7 @@ private System.Windows.Forms.RadioButton rbMatchpoints; public System.Windows.Forms.Label lScoringOptionsWarning; public System.Windows.Forms.CheckBox xFirstBoardManually; + public System.Windows.Forms.CheckBox xShowRecap; } } -- cgit v1.2.3