From 38dc09af7fe254c65ef1dd2aa4d7ee80b1eefe4b Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Tue, 1 Dec 2015 22:18:12 +0100 Subject: [PATCH] German version of 'Break' button OK. --- .../UiControls/BenchControlPanel.Designer.cs | 40 +- .../UiControls/BenchControlPanel.de.resx | 45 +- .../UiControls/BenchControlPanel.resx | 1308 ++++++++--------- 3 files changed, 659 insertions(+), 734 deletions(-) diff --git a/TestBenchFramework/UiControls/BenchControlPanel.Designer.cs b/TestBenchFramework/UiControls/BenchControlPanel.Designer.cs index 18ce63fc2..d616e3e2a 100644 --- a/TestBenchFramework/UiControls/BenchControlPanel.Designer.cs +++ b/TestBenchFramework/UiControls/BenchControlPanel.Designer.cs @@ -63,94 +63,95 @@ namespace TBF.UiControls // // stopBtn // - this.stopBtn.BackColor = System.Drawing.Color.Tomato; resources.ApplyResources(this.stopBtn, "stopBtn"); + this.stopBtn.BackColor = System.Drawing.Color.Tomato; this.stopBtn.Name = "stopBtn"; this.stopBtn.UseVisualStyleBackColor = false; this.stopBtn.Click += new System.EventHandler(this.stopBtn_Click); // // startTestBtn // - this.startTestBtn.BackColor = System.Drawing.Color.DarkSeaGreen; resources.ApplyResources(this.startTestBtn, "startTestBtn"); + this.startTestBtn.BackColor = System.Drawing.Color.DarkSeaGreen; this.startTestBtn.Name = "startTestBtn"; this.startTestBtn.UseVisualStyleBackColor = false; this.startTestBtn.Click += new System.EventHandler(this.startTestBtn_Click); // // startCycleBtn // - this.startCycleBtn.BackColor = System.Drawing.Color.LightSeaGreen; resources.ApplyResources(this.startCycleBtn, "startCycleBtn"); + this.startCycleBtn.BackColor = System.Drawing.Color.LightSeaGreen; this.startCycleBtn.Name = "startCycleBtn"; this.startCycleBtn.UseVisualStyleBackColor = false; this.startCycleBtn.Click += new System.EventHandler(this.startCycleBtn_Click); // // purgeBeginBtn // - this.purgeBeginBtn.BackColor = System.Drawing.Color.LightSteelBlue; resources.ApplyResources(this.purgeBeginBtn, "purgeBeginBtn"); + this.purgeBeginBtn.BackColor = System.Drawing.Color.LightSteelBlue; this.purgeBeginBtn.Name = "purgeBeginBtn"; this.purgeBeginBtn.UseVisualStyleBackColor = false; this.purgeBeginBtn.Click += new System.EventHandler(this.purgeBeginBtn_Click); // // purgeEndBtn // - this.purgeEndBtn.BackColor = System.Drawing.Color.LightSteelBlue; resources.ApplyResources(this.purgeEndBtn, "purgeEndBtn"); + this.purgeEndBtn.BackColor = System.Drawing.Color.LightSteelBlue; this.purgeEndBtn.Name = "purgeEndBtn"; this.purgeEndBtn.UseVisualStyleBackColor = false; this.purgeEndBtn.Click += new System.EventHandler(this.purgeEndBtn_Click); // // breakBtn // - this.breakBtn.BackColor = System.Drawing.Color.DarkGray; resources.ApplyResources(this.breakBtn, "breakBtn"); + this.breakBtn.BackColor = System.Drawing.Color.DarkGray; this.breakBtn.Name = "breakBtn"; this.breakBtn.UseVisualStyleBackColor = false; this.breakBtn.Click += new System.EventHandler(this.breakBtn_Click); // // resetResultsBtn // - this.resetResultsBtn.BackColor = System.Drawing.Color.Tomato; resources.ApplyResources(this.resetResultsBtn, "resetResultsBtn"); + this.resetResultsBtn.BackColor = System.Drawing.Color.Tomato; this.resetResultsBtn.Name = "resetResultsBtn"; this.resetResultsBtn.UseVisualStyleBackColor = false; this.resetResultsBtn.Click += new System.EventHandler(this.resetResultsBtn_Click); // // cameraTestBtn // - this.cameraTestBtn.BackColor = System.Drawing.Color.DarkGray; resources.ApplyResources(this.cameraTestBtn, "cameraTestBtn"); + this.cameraTestBtn.BackColor = System.Drawing.Color.DarkGray; this.cameraTestBtn.Name = "cameraTestBtn"; this.cameraTestBtn.UseVisualStyleBackColor = false; this.cameraTestBtn.Click += new System.EventHandler(this.cameraTestBtn_Click); // // emptyTank1Btn // - this.emptyTank1Btn.BackColor = System.Drawing.Color.LightSteelBlue; resources.ApplyResources(this.emptyTank1Btn, "emptyTank1Btn"); + this.emptyTank1Btn.BackColor = System.Drawing.Color.LightSteelBlue; this.emptyTank1Btn.Name = "emptyTank1Btn"; this.emptyTank1Btn.UseVisualStyleBackColor = false; this.emptyTank1Btn.Click += new System.EventHandler(this.emptyTank1Btn_Click); // // sensitivityTestBtn // - this.sensitivityTestBtn.BackColor = System.Drawing.Color.DarkGray; resources.ApplyResources(this.sensitivityTestBtn, "sensitivityTestBtn"); + this.sensitivityTestBtn.BackColor = System.Drawing.Color.DarkGray; this.sensitivityTestBtn.Name = "sensitivityTestBtn"; this.sensitivityTestBtn.UseVisualStyleBackColor = false; this.sensitivityTestBtn.Click += new System.EventHandler(this.sensitivityTestBtn_Click); // // emptyTank2Btn // - this.emptyTank2Btn.BackColor = System.Drawing.Color.LightSteelBlue; resources.ApplyResources(this.emptyTank2Btn, "emptyTank2Btn"); + this.emptyTank2Btn.BackColor = System.Drawing.Color.LightSteelBlue; this.emptyTank2Btn.Name = "emptyTank2Btn"; this.emptyTank2Btn.UseVisualStyleBackColor = false; this.emptyTank2Btn.Click += new System.EventHandler(this.emptyTank2Btn_Click); // // testGroupBox // + resources.ApplyResources(this.testGroupBox, "testGroupBox"); this.testGroupBox.Controls.Add(this.startQ3Btn); this.testGroupBox.Controls.Add(this.startQ2Btn); this.testGroupBox.Controls.Add(this.startQ1Btn); @@ -158,30 +159,29 @@ namespace TBF.UiControls this.testGroupBox.Controls.Add(this.startTestBtn); this.testGroupBox.Controls.Add(this.startCycleBtn); this.testGroupBox.Controls.Add(this.stopBtn); - resources.ApplyResources(this.testGroupBox, "testGroupBox"); this.testGroupBox.Name = "testGroupBox"; this.testGroupBox.TabStop = false; // // startQ3Btn // - this.startQ3Btn.BackColor = System.Drawing.Color.DarkSeaGreen; resources.ApplyResources(this.startQ3Btn, "startQ3Btn"); + this.startQ3Btn.BackColor = System.Drawing.Color.DarkSeaGreen; this.startQ3Btn.Name = "startQ3Btn"; this.startQ3Btn.UseVisualStyleBackColor = false; this.startQ3Btn.Click += new System.EventHandler(this.startQ3Btn_Click); // // startQ2Btn // - this.startQ2Btn.BackColor = System.Drawing.Color.DarkSeaGreen; resources.ApplyResources(this.startQ2Btn, "startQ2Btn"); + this.startQ2Btn.BackColor = System.Drawing.Color.DarkSeaGreen; this.startQ2Btn.Name = "startQ2Btn"; this.startQ2Btn.UseVisualStyleBackColor = false; this.startQ2Btn.Click += new System.EventHandler(this.startQ2Btn_Click); // // startQ1Btn // - this.startQ1Btn.BackColor = System.Drawing.Color.DarkSeaGreen; resources.ApplyResources(this.startQ1Btn, "startQ1Btn"); + this.startQ1Btn.BackColor = System.Drawing.Color.DarkSeaGreen; this.startQ1Btn.Name = "startQ1Btn"; this.startQ1Btn.UseVisualStyleBackColor = false; this.startQ1Btn.Click += new System.EventHandler(this.startQ1Btn_Click); @@ -195,28 +195,28 @@ namespace TBF.UiControls // // purgeGroupBox // + resources.ApplyResources(this.purgeGroupBox, "purgeGroupBox"); this.purgeGroupBox.BackColor = System.Drawing.SystemColors.Control; this.purgeGroupBox.Controls.Add(this.purgeEndBtn); this.purgeGroupBox.Controls.Add(this.purgeBeginBtn); - resources.ApplyResources(this.purgeGroupBox, "purgeGroupBox"); this.purgeGroupBox.Name = "purgeGroupBox"; this.purgeGroupBox.TabStop = false; // // emptyGroupBox // + resources.ApplyResources(this.emptyGroupBox, "emptyGroupBox"); this.emptyGroupBox.Controls.Add(this.emptyTank1Btn); this.emptyGroupBox.Controls.Add(this.emptyTank2Btn); - resources.ApplyResources(this.emptyGroupBox, "emptyGroupBox"); this.emptyGroupBox.Name = "emptyGroupBox"; this.emptyGroupBox.TabStop = false; // // otherGroupBox // + resources.ApplyResources(this.otherGroupBox, "otherGroupBox"); this.otherGroupBox.Controls.Add(this.sensitivityTestBtn); this.otherGroupBox.Controls.Add(this.nextButton); this.otherGroupBox.Controls.Add(this.cameraTestBtn); this.otherGroupBox.Controls.Add(this.breakBtn); - resources.ApplyResources(this.otherGroupBox, "otherGroupBox"); this.otherGroupBox.Name = "otherGroupBox"; this.otherGroupBox.TabStop = false; // @@ -229,16 +229,16 @@ namespace TBF.UiControls // // groupBox1 // + resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.acceptResultsBtn); this.groupBox1.Controls.Add(this.resetResultsBtn); - resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // acceptResultsBtn // - this.acceptResultsBtn.BackColor = System.Drawing.Color.ForestGreen; resources.ApplyResources(this.acceptResultsBtn, "acceptResultsBtn"); + this.acceptResultsBtn.BackColor = System.Drawing.Color.ForestGreen; this.acceptResultsBtn.Name = "acceptResultsBtn"; this.acceptResultsBtn.UseVisualStyleBackColor = false; this.acceptResultsBtn.Click += new System.EventHandler(this.acceptResultsBtn_Click); diff --git a/TestBenchFramework/UiControls/BenchControlPanel.de.resx b/TestBenchFramework/UiControls/BenchControlPanel.de.resx index eab1d38dd..8df70c362 100644 --- a/TestBenchFramework/UiControls/BenchControlPanel.de.resx +++ b/TestBenchFramework/UiControls/BenchControlPanel.de.resx @@ -169,14 +169,8 @@ 7 Entwässern - - Verdana, 11.25pt - - - 8, 77 - - - Opt.Köpfe testen + + Unter- brechung Verdana, 12pt @@ -184,15 +178,6 @@ zurücks. - - Verdana, 11.25pt - - - 104, 26 - - - Kalibrieren - Verdana, 14.25pt @@ -206,7 +191,7 @@ Verdana, 11.25pt - 9, 26 + 9, 77 Empfind- lichkeit @@ -223,6 +208,12 @@ 9 Beh.2 + + 13, 3 + + + Prüfpunkt + Verdana, 14.25pt @@ -250,12 +241,6 @@ 1 - - 13, 3 - - - Prüfpunkt - 13, 252 @@ -277,18 +262,18 @@ Zubehör - - Verdana, 10pt - - - bestätigen - 13, 325 Ergebnisse + + Verdana, 10pt + + + bestätigen + 235, 1000 diff --git a/TestBenchFramework/UiControls/BenchControlPanel.resx b/TestBenchFramework/UiControls/BenchControlPanel.resx index 18f41d28b..365e495a3 100644 --- a/TestBenchFramework/UiControls/BenchControlPanel.resx +++ b/TestBenchFramework/UiControls/BenchControlPanel.resx @@ -117,730 +117,670 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Verdana, 15.75pt - - - - NoControl - - - 106, 168 - - - 92, 70 - - - 5 - - - Stop - - - stopBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 6 - - - Verdana, 15.75pt - - - NoControl - - - 8, 67 - - - 190, 45 - - - 4 + + 12 Start Test - - startTestBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 4 - - - Verdana, 15.75pt - - - NoControl - - - 8, 168 - - - 92, 70 - - - 7 - - - Start Cycle - - - startCycleBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 5 - - - Verdana, 15.75pt - + NoControl - - 8, 23 + + 0 - - 92, 35 - - - 8 - - - Begin - - - purgeBeginBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - purgeGroupBox - - - 1 - - + + Verdana, 15.75pt - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + Verdana, 15.75pt + + + 2 + + NoControl 106, 23 - - 92, 35 - - - 9 - - - End - - - purgeEndBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - purgeGroupBox - - - 0 - - - Verdana, 12pt - - - NoControl - - - 8, 26 - - - 92, 45 - - - 10 - - - Break - - - breakBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - otherGroupBox - - - 3 - - - Verdana, 15.75pt - - - NoControl - - - 8, 20 - - - 92, 42 - - - 11 - - - Reset - - - resetResultsBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 1 - - - Verdana, 12pt - - - NoControl - - - 106, 26 - - - 92, 45 - - - 12 - - - Camera test - - - cameraTestBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - otherGroupBox - - - 2 - - - Verdana, 15.75pt - - - NoControl - - - 8, 26 - - - 92, 35 - - - 13 - - - Tank 1 - - - emptyTank1Btn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - emptyGroupBox - - - 0 - - - Verdana, 12pt - - - NoControl - - - 8, 77 - - - 92, 45 - - - 14 - - - Sensi- tivity - - - sensitivityTestBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - otherGroupBox - - - 0 - - - Verdana, 15.75pt - - - NoControl - - - 106, 26 - - - 92, 35 - - - 15 - - - Tank 2 - - - emptyTank2Btn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - emptyGroupBox - - - 1 - - - startQ3Btn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 0 - - - startQ2Btn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 1 - - - startQ1Btn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 2 - - - testComboBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 3 - - - Verdana, 12pt - - - 7, 3 - - - 207, 246 - - - 17 - - - Test - - - testGroupBox - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Verdana, 15.75pt - - - NoControl - - - 138, 117 - - - 60, 45 - - - 9 - - - Q3 - - - startQ3Btn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 0 - - - Verdana, 15.75pt - - - NoControl - - - 73, 117 - - - 60, 45 - - - 8 - - - Q2 - - - startQ2Btn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 1 - - - Verdana, 15.75pt - - - NoControl - - - 8, 117 - - - 60, 45 - - - 7 - - - Q1 - - - startQ1Btn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 2 - - - Verdana, 15.75pt - - - 8, 25 - - - 190, 33 - - - 6 - - - testComboBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - testGroupBox - - - 3 - - - Verdana, 12pt - - - 7, 253 - - - 207, 68 - - - 18 - - - Purge - - - purgeGroupBox - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Verdana, 12pt - - - 7, 397 - - - 207, 68 - - - 19 - - - Empty - - - emptyGroupBox - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - False - - - Lucida Console, 8.25pt - - - 106, 77 - - - 91, 25 - - - 21 - - - Next - - - False - - - nextButton - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - otherGroupBox - - - 1 - - - Verdana, 12pt - - - 7, 469 - - - 207, 128 - - - 20 - - - Auxiliary - - - otherGroupBox - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - acceptResultsBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 0 - - - Verdana, 12pt - - - 7, 325 - - - 207, 68 - - - 22 - - - Results - - - groupBox1 + + 4, 4, 4, 4 System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + 2 - - 0 + + 5 - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 117 + + + cameraTestBtn + + Verdana, 15.75pt - + + 19 + + + Verdana, 15.75pt + + + Auxiliary + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Camera test + + + 0 + + + Reset + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + startQ2Btn + + + sensitivityTestBtn + + + NoControl + + + Verdana, 11.25pt + + + 17 + + + Lucida Console, 8.25pt + + + End + + + testGroupBox + + + testGroupBox + + + 8, 67 + + + Verdana, 15.75pt + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Tank 1 + + + 60, 45 + + + 1 + + + groupBox1 + + + testGroupBox + + + 7, 397 + + + startCycleBtn + + + NoControl + + + emptyGroupBox + + + startQ3Btn + + + testGroupBox + + + groupBox1 + + + 4 + + + 8 + + + 207, 68 + + + breakBtn + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Verdana, 15.75pt + + + 7 + + + Begin + + NoControl 106, 20 - - 92, 42 + + 106, 77 - - 15 - - - Accept - - - acceptResultsBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - + 0 - - True - - - 9, 18 + + Q3 - - Verdana, 11.25pt + + 22 - - 4, 4, 4, 4 + + Tank 2 - - 224, 736 + + 207, 128 + + + 21 + + + otherGroupBox + + + Q1 + + + Start Cycle + + + 92, 35 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + purgeEndBtn + + + Verdana, 12pt + + + nextButton + + + 1 + + + 92, 35 + + + NoControl + + + otherGroupBox + + + 92, 70 + + + Sensi- tivity + + + 20 BenchControlPanel + + Purge + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 168 + + + 1 + + + 6 + + + 14 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 92, 35 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 0 + + + 92, 42 + + + Verdana, 12pt + + + NoControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + otherGroupBox + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + purgeGroupBox + + + Empty + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 7, 3 + + + startQ1Btn + + + 0 + + + 13 + + + Verdana, 15.75pt + + + 3 + + + purgeGroupBox + + + 7, 325 + + + 4 + + + testGroupBox + + + resetResultsBtn + + + Verdana, 15.75pt + + + Next + + + stopBtn + + + 92, 42 + + + Test + + + $this + + + 106, 26 + + + Verdana, 15.75pt + + + startTestBtn + + + emptyTank1Btn + + + 92, 45 + + + 15 + + + False + + + 11 + + + 9 + + + testComboBox + + + 92, 35 + + + 60, 45 + + + 4 + + + 9 + + + 224, 736 + + + purgeBeginBtn + + + Verdana, 12pt + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + emptyGroupBox + + + 1 + + + 8, 25 + + + testGroupBox + System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 138, 117 + + + NoControl + + + Verdana, 12pt + + + 8 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + Verdana, 15.75pt + + + 73, 117 + + + 3 + + + 207, 68 + + + Stop + + + acceptResultsBtn + + + NoControl + + + NoControl + + + Break + + + 106, 168 + + + 190, 33 + + + NoControl + + + 10 + + + 9, 18 + + + $this + + + Verdana, 12pt + + + Verdana, 12pt + + + 0 + + + 8, 77 + + + NoControl + + + 5 + + + 190, 45 + + + 207, 68 + + + $this + + + Verdana, 15.75pt + + + Verdana, 12pt + + + otherGroupBox + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + Verdana, 15.75pt + + + emptyGroupBox + + + emptyTank2Btn + + + 7, 469 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 26 + + + 18 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 91, 25 + + + 92, 45 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7, 253 + + + 1 + + + otherGroupBox + + + purgeGroupBox + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 26 + + + 8, 20 + + + Q2 + + + 92, 45 + + + groupBox1 + + + testGroupBox + + + NoControl + + + False + + + NoControl + + + Verdana, 15.75pt + + + testGroupBox + + + 106, 26 + + + Verdana, 12pt + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Results + + + 92, 70 + + + 8, 23 + + + 15 + + + 207, 246 + + + Accept + + + 60, 45 + + + True + \ No newline at end of file