From 31d54d28ef5f19e114427e477097416ef2b8aefe Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 30 Jul 2017 03:40:03 +0200 Subject: Loading RRB tournament files in names panel --- Aktywator/MainForm.Designer.cs | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'Aktywator/MainForm.Designer.cs') diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index efcfed7..54a0dd9 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -77,6 +77,7 @@ this.xShowResults = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); + this.bRRBTournament = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.eOomRounds = new System.Windows.Forms.TextBox(); this.bForceSync = new System.Windows.Forms.Button(); @@ -111,7 +112,6 @@ this.bLoadHands = new System.Windows.Forms.Button(); this.timer = new System.Windows.Forms.Timer(this.components); this.openPBN = new System.Windows.Forms.OpenFileDialog(); - this.bRRBTournament = new System.Windows.Forms.Button(); this.groupBoxTop.SuspendLayout(); this.menu.SuspendLayout(); this.statusStrip1.SuspendLayout(); @@ -646,6 +646,16 @@ this.tabPage2.Text = "Nazwiska"; this.tabPage2.UseVisualStyleBackColor = true; // + // bRRBTournament + // + this.bRRBTournament.Location = new System.Drawing.Point(54, 51); + this.bRRBTournament.Name = "bRRBTournament"; + this.bRRBTournament.Size = new System.Drawing.Size(89, 23); + this.bRRBTournament.TabIndex = 25; + this.bRRBTournament.Text = "wybierz (RRB)"; + this.bRRBTournament.UseVisualStyleBackColor = true; + this.bRRBTournament.Click += new System.EventHandler(this.bRRBTournament_Click); + // // label9 // this.label9.AutoSize = true; @@ -969,15 +979,6 @@ // this.openPBN.Filter = "PBN|*.pbn"; // - // bRRBTournament - // - this.bRRBTournament.Location = new System.Drawing.Point(54, 51); - this.bRRBTournament.Name = "bRRBTournament"; - this.bRRBTournament.Size = new System.Drawing.Size(89, 23); - this.bRRBTournament.TabIndex = 25; - this.bRRBTournament.Text = "wybierz (RRB)"; - this.bRRBTournament.UseVisualStyleBackColor = true; - // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); -- cgit v1.2.3