From 04f94155ebcb52f3192435d5bc86f93dcf9ca3e3 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 25 Aug 2017 14:30:43 +0200 Subject: Moving settings command buttons to the bottom --- Aktywator/MainForm.Designer.cs | 478 +++++++++++++++++++++-------------------- Aktywator/MainForm.resx | 198 ++++++++--------- 2 files changed, 344 insertions(+), 332 deletions(-) (limited to 'Aktywator') diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index 598498d..77036c5 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -38,9 +38,7 @@ this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); - this.lFirstSectorSettings = new System.Windows.Forms.Label(); - this.cbSettingsSection = new System.Windows.Forms.ComboBox(); - this.label1 = new System.Windows.Forms.Label(); + this.panel1 = new System.Windows.Forms.Panel(); this.statusStrip2 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.lRequiredVersion = new System.Windows.Forms.ToolStripStatusLabel(); @@ -48,21 +46,32 @@ this.lDetectedVersion = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel(); this.lRequiredFirmware = new System.Windows.Forms.ToolStripStatusLabel(); - this.toolStrip2 = new System.Windows.Forms.ToolStrip(); - this.bLoad = new System.Windows.Forms.ToolStripButton(); - this.bSave = new System.Windows.Forms.ToolStripButton(); + this.lFirstSectorSettings = new System.Windows.Forms.Label(); + this.cbSettingsSection = new System.Windows.Forms.ComboBox(); + this.label1 = new System.Windows.Forms.Label(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.xResetFunctionKey = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.xPINcode = new System.Windows.Forms.TextBox(); this.xConfirmNP = new System.Windows.Forms.CheckBox(); this.xScoreCorrection = new System.Windows.Forms.CheckBox(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.xMemberNumbers = new System.Windows.Forms.CheckBox(); + this.xShowPairNumbers = new System.Windows.Forms.CheckBox(); + this.xMemberNumbersNoBlankEntry = new System.Windows.Forms.CheckBox(); + this.xShowPlayerNames = new System.Windows.Forms.CheckBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.xAutoShutDownBPC = 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.xCollectPlay = new System.Windows.Forms.CheckBox(); + this.xBoardOrderVerification = new System.Windows.Forms.CheckBox(); + this.xIntermediateResults = new System.Windows.Forms.CheckBox(); + this.xAutoBoardNumber = new System.Windows.Forms.CheckBox(); + this.xCollectBidding = new System.Windows.Forms.CheckBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.xCheckLeadCard = new System.Windows.Forms.CheckBox(); this.xLeadCard = new System.Windows.Forms.CheckBox(); @@ -74,17 +83,6 @@ this.xShowPercentage = new System.Windows.Forms.CheckBox(); this.xShowContract = new System.Windows.Forms.CheckBox(); this.xResultsOverview = new System.Windows.Forms.ComboBox(); - this.groupBox3 = new System.Windows.Forms.GroupBox(); - this.xCollectPlay = new System.Windows.Forms.CheckBox(); - this.xBoardOrderVerification = new System.Windows.Forms.CheckBox(); - this.xIntermediateResults = new System.Windows.Forms.CheckBox(); - this.xAutoBoardNumber = new System.Windows.Forms.CheckBox(); - this.xCollectBidding = new System.Windows.Forms.CheckBox(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.xMemberNumbers = new System.Windows.Forms.CheckBox(); - this.xShowPairNumbers = new System.Windows.Forms.CheckBox(); - this.xMemberNumbersNoBlankEntry = new System.Windows.Forms.CheckBox(); - this.xShowPlayerNames = new System.Windows.Forms.CheckBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.namesPanel = new System.Windows.Forms.Panel(); this.checkBox1 = new System.Windows.Forms.CheckBox(); @@ -135,18 +133,21 @@ this.bLaunch = new System.Windows.Forms.ToolStripButton(); this.bUpdateSession = new System.Windows.Forms.ToolStripButton(); this.namesTimer = new System.Windows.Forms.Timer(this.components); + this.toolStrip2 = new System.Windows.Forms.ToolStrip(); + this.bLoad = new System.Windows.Forms.ToolStripButton(); + this.bSave = new System.Windows.Forms.ToolStripButton(); this.statusStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); + this.panel1.SuspendLayout(); this.statusStrip2.SuspendLayout(); - this.toolStrip2.SuspendLayout(); this.groupBox7.SuspendLayout(); + this.groupBox2.SuspendLayout(); this.groupBox6.SuspendLayout(); + this.groupBox3.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox4.SuspendLayout(); - this.groupBox3.SuspendLayout(); - this.groupBox2.SuspendLayout(); this.tabPage2.SuspendLayout(); this.namesPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numNamesRefreshInterval)).BeginInit(); @@ -157,6 +158,7 @@ this.tabPage3.SuspendLayout(); this.toolStrip3.SuspendLayout(); this.toolStrip1.SuspendLayout(); + this.toolStrip2.SuspendLayout(); this.SuspendLayout(); // // open @@ -220,17 +222,7 @@ // // tabPage1 // - this.tabPage1.Controls.Add(this.lFirstSectorSettings); - this.tabPage1.Controls.Add(this.cbSettingsSection); - this.tabPage1.Controls.Add(this.label1); - this.tabPage1.Controls.Add(this.statusStrip2); - this.tabPage1.Controls.Add(this.toolStrip2); - this.tabPage1.Controls.Add(this.groupBox7); - this.tabPage1.Controls.Add(this.groupBox6); - this.tabPage1.Controls.Add(this.groupBox5); - this.tabPage1.Controls.Add(this.groupBox4); - this.tabPage1.Controls.Add(this.groupBox3); - this.tabPage1.Controls.Add(this.groupBox2); + this.tabPage1.Controls.Add(this.panel1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); @@ -239,36 +231,24 @@ this.tabPage1.Text = "Ustawienia"; this.tabPage1.UseVisualStyleBackColor = true; // - // lFirstSectorSettings - // - this.lFirstSectorSettings.AutoSize = true; - this.lFirstSectorSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.lFirstSectorSettings.Location = new System.Drawing.Point(107, 39); - this.lFirstSectorSettings.Name = "lFirstSectorSettings"; - this.lFirstSectorSettings.Size = new System.Drawing.Size(263, 13); - this.lFirstSectorSettings.TabIndex = 49; - this.lFirstSectorSettings.Text = "załadowano ustawienia z pierwszego sektora"; - // - // cbSettingsSection - // - this.cbSettingsSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cbSettingsSection.FormattingEnabled = true; - this.cbSettingsSection.Items.AddRange(new object[] { - " * "}); - this.cbSettingsSection.Location = new System.Drawing.Point(59, 36); - this.cbSettingsSection.Name = "cbSettingsSection"; - this.cbSettingsSection.Size = new System.Drawing.Size(42, 21); - this.cbSettingsSection.TabIndex = 48; - this.cbSettingsSection.SelectedIndexChanged += new System.EventHandler(this.cbSettingsSection_SelectedIndexChanged); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(12, 39); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(41, 13); - this.label1.TabIndex = 47; - this.label1.Text = "Sektor:"; + // panel1 + // + this.panel1.Controls.Add(this.toolStrip2); + this.panel1.Controls.Add(this.statusStrip2); + this.panel1.Controls.Add(this.lFirstSectorSettings); + this.panel1.Controls.Add(this.cbSettingsSection); + this.panel1.Controls.Add(this.label1); + this.panel1.Controls.Add(this.groupBox7); + this.panel1.Controls.Add(this.groupBox2); + this.panel1.Controls.Add(this.groupBox6); + this.panel1.Controls.Add(this.groupBox3); + this.panel1.Controls.Add(this.groupBox5); + this.panel1.Controls.Add(this.groupBox4); + this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; + this.panel1.Location = new System.Drawing.Point(3, 6); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(563, 502); + this.panel1.TabIndex = 29; // // statusStrip2 // @@ -280,11 +260,11 @@ this.lDetectedVersion, this.toolStripStatusLabel3, this.lRequiredFirmware}); - this.statusStrip2.Location = new System.Drawing.Point(3, 486); + this.statusStrip2.Location = new System.Drawing.Point(0, 480); this.statusStrip2.Name = "statusStrip2"; this.statusStrip2.Size = new System.Drawing.Size(563, 22); this.statusStrip2.SizingGrip = false; - this.statusStrip2.TabIndex = 46; + this.statusStrip2.TabIndex = 50; this.statusStrip2.Text = "statusStrip2"; // // toolStripStatusLabel1 @@ -331,40 +311,36 @@ this.lRequiredFirmware.Size = new System.Drawing.Size(44, 17); this.lRequiredFirmware.Text = "0.0.0"; // - // toolStrip2 + // lFirstSectorSettings // - this.toolStrip2.BackColor = System.Drawing.Color.White; - this.toolStrip2.GripMargin = new System.Windows.Forms.Padding(0); - this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; - this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.bLoad, - this.bSave}); - this.toolStrip2.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; - this.toolStrip2.Location = new System.Drawing.Point(3, 3); - this.toolStrip2.Name = "toolStrip2"; - this.toolStrip2.Size = new System.Drawing.Size(563, 25); - this.toolStrip2.TabIndex = 45; - this.toolStrip2.Text = "toolStrip2"; + this.lFirstSectorSettings.AutoSize = true; + this.lFirstSectorSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.lFirstSectorSettings.Location = new System.Drawing.Point(98, 10); + this.lFirstSectorSettings.Name = "lFirstSectorSettings"; + this.lFirstSectorSettings.Size = new System.Drawing.Size(263, 13); + this.lFirstSectorSettings.TabIndex = 49; + this.lFirstSectorSettings.Text = "załadowano ustawienia z pierwszego sektora"; // - // bLoad + // cbSettingsSection // - this.bLoad.Image = ((System.Drawing.Image)(resources.GetObject("bLoad.Image"))); - this.bLoad.ImageTransparentColor = System.Drawing.Color.Magenta; - this.bLoad.Name = "bLoad"; - this.bLoad.Size = new System.Drawing.Size(216, 22); - this.bLoad.Text = "Ponownie wczytaj ustawienia z BWS"; - this.bLoad.Click += new System.EventHandler(this.bLoad_Click); + this.cbSettingsSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cbSettingsSection.FormattingEnabled = true; + this.cbSettingsSection.Items.AddRange(new object[] { + " * "}); + this.cbSettingsSection.Location = new System.Drawing.Point(50, 7); + this.cbSettingsSection.Name = "cbSettingsSection"; + this.cbSettingsSection.Size = new System.Drawing.Size(42, 21); + this.cbSettingsSection.TabIndex = 48; + this.cbSettingsSection.SelectedIndexChanged += new System.EventHandler(this.cbSettingsSection_SelectedIndexChanged); // - // bSave + // label1 // - this.bSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; - this.bSave.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.bSave.Image = ((System.Drawing.Image)(resources.GetObject("bSave.Image"))); - this.bSave.ImageTransparentColor = System.Drawing.Color.Magenta; - this.bSave.Name = "bSave"; - this.bSave.Size = new System.Drawing.Size(108, 22); - this.bSave.Text = "Zapisz do BWS"; - this.bSave.Click += new System.EventHandler(this.bSave_Click); + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(3, 10); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(41, 13); + this.label1.TabIndex = 47; + this.label1.Text = "Sektor:"; // // groupBox7 // @@ -373,7 +349,7 @@ this.groupBox7.Controls.Add(this.xPINcode); this.groupBox7.Controls.Add(this.xConfirmNP); this.groupBox7.Controls.Add(this.xScoreCorrection); - this.groupBox7.Location = new System.Drawing.Point(267, 355); + this.groupBox7.Location = new System.Drawing.Point(268, 324); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(294, 121); this.groupBox7.TabIndex = 44; @@ -428,6 +404,62 @@ this.xScoreCorrection.Text = "zawodnicy sami poprawiają zapisy"; this.xScoreCorrection.UseVisualStyleBackColor = true; // + // groupBox2 + // + this.groupBox2.Controls.Add(this.xMemberNumbers); + this.groupBox2.Controls.Add(this.xShowPairNumbers); + this.groupBox2.Controls.Add(this.xMemberNumbersNoBlankEntry); + this.groupBox2.Controls.Add(this.xShowPlayerNames); + this.groupBox2.Location = new System.Drawing.Point(6, 34); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(256, 138); + this.groupBox2.TabIndex = 39; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Rozstawienie"; + // + // xMemberNumbers + // + this.xMemberNumbers.AutoSize = true; + this.xMemberNumbers.Location = new System.Drawing.Point(12, 67); + this.xMemberNumbers.Name = "xMemberNumbers"; + this.xMemberNumbers.Size = new System.Drawing.Size(133, 17); + this.xMemberNumbers.TabIndex = 6; + this.xMemberNumbers.Text = "pytaj o ID zawodników"; + this.xMemberNumbers.UseVisualStyleBackColor = true; + this.xMemberNumbers.CheckedChanged += new System.EventHandler(this.xMemberNumbers_CheckedChanged); + // + // xShowPairNumbers + // + this.xShowPairNumbers.AutoSize = true; + this.xShowPairNumbers.Location = new System.Drawing.Point(12, 44); + this.xShowPairNumbers.Name = "xShowPairNumbers"; + this.xShowPairNumbers.Size = new System.Drawing.Size(118, 17); + this.xShowPairNumbers.TabIndex = 5; + this.xShowPairNumbers.Text = "pokazuj numery par"; + this.xShowPairNumbers.UseVisualStyleBackColor = true; + // + // xMemberNumbersNoBlankEntry + // + this.xMemberNumbersNoBlankEntry.AutoSize = true; + this.xMemberNumbersNoBlankEntry.Enabled = false; + this.xMemberNumbersNoBlankEntry.Location = new System.Drawing.Point(33, 90); + this.xMemberNumbersNoBlankEntry.Name = "xMemberNumbersNoBlankEntry"; + this.xMemberNumbersNoBlankEntry.Size = new System.Drawing.Size(131, 17); + this.xMemberNumbersNoBlankEntry.TabIndex = 7; + this.xMemberNumbersNoBlankEntry.Text = "ID nie może być puste"; + this.xMemberNumbersNoBlankEntry.UseVisualStyleBackColor = true; + // + // xShowPlayerNames + // + this.xShowPlayerNames.AutoSize = true; + this.xShowPlayerNames.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.xShowPlayerNames.Location = new System.Drawing.Point(12, 21); + this.xShowPlayerNames.Name = "xShowPlayerNames"; + this.xShowPlayerNames.Size = new System.Drawing.Size(126, 17); + this.xShowPlayerNames.TabIndex = 9; + this.xShowPlayerNames.Text = "pokazuj nazwiska"; + this.xShowPlayerNames.UseVisualStyleBackColor = true; + // // groupBox6 // this.groupBox6.Controls.Add(this.xAutoShutDownBPC); @@ -435,7 +467,7 @@ this.groupBox6.Controls.Add(this.xNextSeatings); this.groupBox6.Controls.Add(this.xScoreRecap); this.groupBox6.Controls.Add(this.xAutoShowScoreRecap); - this.groupBox6.Location = new System.Drawing.Point(267, 209); + this.groupBox6.Location = new System.Drawing.Point(268, 178); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(294, 140); this.groupBox6.TabIndex = 43; @@ -492,12 +524,76 @@ this.xAutoShowScoreRecap.Text = "podgląd zapisów na koniec rundy automat."; this.xAutoShowScoreRecap.UseVisualStyleBackColor = true; // + // groupBox3 + // + this.groupBox3.Controls.Add(this.xCollectPlay); + this.groupBox3.Controls.Add(this.xBoardOrderVerification); + this.groupBox3.Controls.Add(this.xIntermediateResults); + this.groupBox3.Controls.Add(this.xAutoBoardNumber); + this.groupBox3.Controls.Add(this.xCollectBidding); + this.groupBox3.Location = new System.Drawing.Point(4, 178); + this.groupBox3.Name = "groupBox3"; + this.groupBox3.Size = new System.Drawing.Size(257, 140); + this.groupBox3.TabIndex = 40; + this.groupBox3.TabStop = false; + this.groupBox3.Text = "Zapis rozdania"; + // + // xCollectPlay + // + this.xCollectPlay.AutoSize = true; + this.xCollectPlay.Location = new System.Drawing.Point(12, 114); + 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; + // + // xBoardOrderVerification + // + this.xBoardOrderVerification.AutoSize = true; + this.xBoardOrderVerification.Location = new System.Drawing.Point(12, 45); + this.xBoardOrderVerification.Name = "xBoardOrderVerification"; + this.xBoardOrderVerification.Size = new System.Drawing.Size(156, 17); + this.xBoardOrderVerification.TabIndex = 15; + this.xBoardOrderVerification.Text = "sprawdzaj kolejność rozdań"; + this.xBoardOrderVerification.UseVisualStyleBackColor = true; + // + // xIntermediateResults + // + this.xIntermediateResults.AutoSize = true; + this.xIntermediateResults.Location = new System.Drawing.Point(12, 68); + this.xIntermediateResults.Name = "xIntermediateResults"; + this.xIntermediateResults.Size = new System.Drawing.Size(161, 17); + this.xIntermediateResults.TabIndex = 16; + this.xIntermediateResults.Text = "zbieranie danych pośrednich"; + this.xIntermediateResults.UseVisualStyleBackColor = true; + // + // xAutoBoardNumber + // + this.xAutoBoardNumber.AutoSize = true; + this.xAutoBoardNumber.Location = new System.Drawing.Point(12, 22); + this.xAutoBoardNumber.Name = "xAutoBoardNumber"; + this.xAutoBoardNumber.Size = new System.Drawing.Size(174, 17); + this.xAutoBoardNumber.TabIndex = 10; + this.xAutoBoardNumber.Text = "automat. wpisuj numer rozdania"; + this.xAutoBoardNumber.UseVisualStyleBackColor = true; + // + // xCollectBidding + // + this.xCollectBidding.AutoSize = true; + this.xCollectBidding.Location = new System.Drawing.Point(12, 91); + 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; + // // groupBox5 // this.groupBox5.Controls.Add(this.xCheckLeadCard); this.groupBox5.Controls.Add(this.xLeadCard); this.groupBox5.Controls.Add(this.xViewHandrecord); - this.groupBox5.Location = new System.Drawing.Point(4, 355); + this.groupBox5.Location = new System.Drawing.Point(5, 324); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(257, 121); this.groupBox5.TabIndex = 42; @@ -543,7 +639,7 @@ this.groupBox4.Controls.Add(this.xShowPercentage); this.groupBox4.Controls.Add(this.xShowContract); this.groupBox4.Controls.Add(this.xResultsOverview); - this.groupBox4.Location = new System.Drawing.Point(267, 65); + this.groupBox4.Location = new System.Drawing.Point(268, 34); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(294, 138); this.groupBox4.TabIndex = 41; @@ -620,126 +716,6 @@ this.xResultsOverview.Size = new System.Drawing.Size(103, 21); this.xResultsOverview.TabIndex = 28; // - // groupBox3 - // - this.groupBox3.Controls.Add(this.xCollectPlay); - this.groupBox3.Controls.Add(this.xBoardOrderVerification); - this.groupBox3.Controls.Add(this.xIntermediateResults); - this.groupBox3.Controls.Add(this.xAutoBoardNumber); - this.groupBox3.Controls.Add(this.xCollectBidding); - this.groupBox3.Location = new System.Drawing.Point(3, 209); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(257, 140); - this.groupBox3.TabIndex = 40; - this.groupBox3.TabStop = false; - this.groupBox3.Text = "Zapis rozdania"; - // - // xCollectPlay - // - this.xCollectPlay.AutoSize = true; - this.xCollectPlay.Location = new System.Drawing.Point(12, 114); - 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; - // - // xBoardOrderVerification - // - this.xBoardOrderVerification.AutoSize = true; - this.xBoardOrderVerification.Location = new System.Drawing.Point(12, 45); - this.xBoardOrderVerification.Name = "xBoardOrderVerification"; - this.xBoardOrderVerification.Size = new System.Drawing.Size(156, 17); - this.xBoardOrderVerification.TabIndex = 15; - this.xBoardOrderVerification.Text = "sprawdzaj kolejność rozdań"; - this.xBoardOrderVerification.UseVisualStyleBackColor = true; - // - // xIntermediateResults - // - this.xIntermediateResults.AutoSize = true; - this.xIntermediateResults.Location = new System.Drawing.Point(12, 68); - this.xIntermediateResults.Name = "xIntermediateResults"; - this.xIntermediateResults.Size = new System.Drawing.Size(161, 17); - this.xIntermediateResults.TabIndex = 16; - this.xIntermediateResults.Text = "zbieranie danych pośrednich"; - this.xIntermediateResults.UseVisualStyleBackColor = true; - // - // xAutoBoardNumber - // - this.xAutoBoardNumber.AutoSize = true; - this.xAutoBoardNumber.Location = new System.Drawing.Point(12, 22); - this.xAutoBoardNumber.Name = "xAutoBoardNumber"; - this.xAutoBoardNumber.Size = new System.Drawing.Size(174, 17); - this.xAutoBoardNumber.TabIndex = 10; - this.xAutoBoardNumber.Text = "automat. wpisuj numer rozdania"; - this.xAutoBoardNumber.UseVisualStyleBackColor = true; - // - // xCollectBidding - // - this.xCollectBidding.AutoSize = true; - this.xCollectBidding.Location = new System.Drawing.Point(12, 91); - 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; - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.xMemberNumbers); - this.groupBox2.Controls.Add(this.xShowPairNumbers); - this.groupBox2.Controls.Add(this.xMemberNumbersNoBlankEntry); - this.groupBox2.Controls.Add(this.xShowPlayerNames); - this.groupBox2.Location = new System.Drawing.Point(5, 65); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(256, 138); - this.groupBox2.TabIndex = 39; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Rozstawienie"; - // - // xMemberNumbers - // - this.xMemberNumbers.AutoSize = true; - this.xMemberNumbers.Location = new System.Drawing.Point(12, 67); - this.xMemberNumbers.Name = "xMemberNumbers"; - this.xMemberNumbers.Size = new System.Drawing.Size(133, 17); - this.xMemberNumbers.TabIndex = 6; - this.xMemberNumbers.Text = "pytaj o ID zawodników"; - this.xMemberNumbers.UseVisualStyleBackColor = true; - this.xMemberNumbers.CheckedChanged += new System.EventHandler(this.xMemberNumbers_CheckedChanged); - // - // xShowPairNumbers - // - this.xShowPairNumbers.AutoSize = true; - this.xShowPairNumbers.Location = new System.Drawing.Point(12, 44); - this.xShowPairNumbers.Name = "xShowPairNumbers"; - this.xShowPairNumbers.Size = new System.Drawing.Size(118, 17); - this.xShowPairNumbers.TabIndex = 5; - this.xShowPairNumbers.Text = "pokazuj numery par"; - this.xShowPairNumbers.UseVisualStyleBackColor = true; - // - // xMemberNumbersNoBlankEntry - // - this.xMemberNumbersNoBlankEntry.AutoSize = true; - this.xMemberNumbersNoBlankEntry.Enabled = false; - this.xMemberNumbersNoBlankEntry.Location = new System.Drawing.Point(33, 90); - this.xMemberNumbersNoBlankEntry.Name = "xMemberNumbersNoBlankEntry"; - this.xMemberNumbersNoBlankEntry.Size = new System.Drawing.Size(131, 17); - this.xMemberNumbersNoBlankEntry.TabIndex = 7; - this.xMemberNumbersNoBlankEntry.Text = "ID nie może być puste"; - this.xMemberNumbersNoBlankEntry.UseVisualStyleBackColor = true; - // - // xShowPlayerNames - // - this.xShowPlayerNames.AutoSize = true; - this.xShowPlayerNames.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.xShowPlayerNames.Location = new System.Drawing.Point(12, 21); - this.xShowPlayerNames.Name = "xShowPlayerNames"; - this.xShowPlayerNames.Size = new System.Drawing.Size(126, 17); - this.xShowPlayerNames.TabIndex = 9; - this.xShowPlayerNames.Text = "pokazuj nazwiska"; - this.xShowPlayerNames.UseVisualStyleBackColor = true; - // // tabPage2 // this.tabPage2.Controls.Add(this.namesPanel); @@ -1279,6 +1255,40 @@ this.namesTimer.Interval = 3000; this.namesTimer.Tick += new System.EventHandler(this.namesTimer_Tick); // + // toolStrip2 + // + this.toolStrip2.BackColor = System.Drawing.Color.White; + this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Bottom; + this.toolStrip2.GripMargin = new System.Windows.Forms.Padding(0); + this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; + this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.bLoad, + this.bSave}); + this.toolStrip2.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; + this.toolStrip2.Location = new System.Drawing.Point(0, 455); + this.toolStrip2.Name = "toolStrip2"; + this.toolStrip2.Size = new System.Drawing.Size(563, 25); + this.toolStrip2.TabIndex = 51; + this.toolStrip2.Text = "toolStrip2"; + // + // bLoad + // + this.bLoad.Image = ((System.Drawing.Image)(resources.GetObject("bLoad.Image"))); + this.bLoad.ImageTransparentColor = System.Drawing.Color.Magenta; + this.bLoad.Name = "bLoad"; + this.bLoad.Size = new System.Drawing.Size(216, 22); + this.bLoad.Text = "Ponownie wczytaj ustawienia z BWS"; + // + // bSave + // + this.bSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; + this.bSave.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.bSave.Image = ((System.Drawing.Image)(resources.GetObject("bSave.Image"))); + this.bSave.ImageTransparentColor = System.Drawing.Color.Magenta; + this.bSave.Name = "bSave"; + this.bSave.Size = new System.Drawing.Size(108, 22); + this.bSave.Text = "Zapisz do BWS"; + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -1301,23 +1311,22 @@ this.groupBox1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); - this.tabPage1.PerformLayout(); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); this.statusStrip2.ResumeLayout(false); this.statusStrip2.PerformLayout(); - this.toolStrip2.ResumeLayout(false); - this.toolStrip2.PerformLayout(); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); + this.groupBox3.ResumeLayout(false); + this.groupBox3.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); - this.groupBox3.ResumeLayout(false); - this.groupBox3.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.namesPanel.ResumeLayout(false); @@ -1335,6 +1344,8 @@ this.toolStrip3.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); + this.toolStrip2.ResumeLayout(false); + this.toolStrip2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -1405,16 +1416,6 @@ private System.Windows.Forms.ToolStripLabel labelFilename; private System.Windows.Forms.ToolStripButton bLaunch; private System.Windows.Forms.ToolStripButton bUpdateSession; - private System.Windows.Forms.StatusStrip statusStrip2; - private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; - private System.Windows.Forms.ToolStrip toolStrip2; - private System.Windows.Forms.ToolStripStatusLabel lRequiredVersion; - private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2; - private System.Windows.Forms.ToolStripStatusLabel lDetectedVersion; - private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3; - private System.Windows.Forms.ToolStripStatusLabel lRequiredFirmware; - private System.Windows.Forms.ToolStripButton bLoad; - private System.Windows.Forms.ToolStripButton bSave; private System.Windows.Forms.ToolStrip toolStrip3; private System.Windows.Forms.ToolStripButton bLoadHands; private System.Windows.Forms.ToolStripButton bClearHands; @@ -1447,6 +1448,17 @@ private System.Windows.Forms.DataGridViewTextBoxColumn NorthSouth; private System.Windows.Forms.DataGridViewTextBoxColumn EastWest; private System.Windows.Forms.CheckBox checkBox1; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.StatusStrip statusStrip2; + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; + private System.Windows.Forms.ToolStripStatusLabel lRequiredVersion; + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2; + private System.Windows.Forms.ToolStripStatusLabel lDetectedVersion; + private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3; + private System.Windows.Forms.ToolStripStatusLabel lRequiredFirmware; + private System.Windows.Forms.ToolStrip toolStrip2; + private System.Windows.Forms.ToolStripButton bLoad; + private System.Windows.Forms.ToolStripButton bSave; } } diff --git a/Aktywator/MainForm.resx b/Aktywator/MainForm.resx index 72b19c5..9399911 100644 --- a/Aktywator/MainForm.resx +++ b/Aktywator/MainForm.resx @@ -123,11 +123,8 @@ 411, 17 - - 17, 56 - - 815, 17 + 459, 56 @@ -158,6 +155,9 @@ AABJRU5ErkJggg== + + 343, 56 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 @@ -266,22 +266,22 @@ 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 @@ -298,56 +298,56 @@ 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 gg== @@ -374,35 +374,35 @@ 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 -- cgit v1.2.3