diff --git a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm.cs b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm.cs index 6204052f1..e882426f5 100644 --- a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm.cs +++ b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm.cs @@ -81,12 +81,12 @@ namespace TBF.BenchControl.TestMethods.PulsesTest groupBox4.Text = Strings.Water_Meter + " 4"; groupBox5.Text = Strings.Water_Meter + " 5"; groupBox6.Text = Strings.Water_Meter + " 6"; - wmPulsesCountLabel1.Text = Strings.Error_pct; - wmPulsesCountLabel2.Text = Strings.Error_pct; - wmPulsesCountLabel3.Text = Strings.Error_pct; - wmPulsesCountLabel4.Text = Strings.Error_pct; - wmPulsesCountLabel5.Text = Strings.Error_pct; - wmPulsesCountLabel6.Text = Strings.Error_pct; + wmPulsesCountLabel1.Text = Strings.Pulses_; + wmPulsesCountLabel2.Text = Strings.Pulses_; + wmPulsesCountLabel3.Text = Strings.Pulses_; + wmPulsesCountLabel4.Text = Strings.Pulses_; + wmPulsesCountLabel5.Text = Strings.Pulses_; + wmPulsesCountLabel6.Text = Strings.Pulses_; okButton.Text = Strings.OkBtnText; } diff --git a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm.designer.cs b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm.designer.cs index 2645680b5..539ab8fe5 100644 --- a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm.designer.cs +++ b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm.designer.cs @@ -31,258 +31,258 @@ namespace TBF.BenchControl.TestMethods.PulsesTest /// private void InitializeComponent() { - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.wmPulsesCountTextBox2 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel2 = new System.Windows.Forms.Label(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.wmPulsesCountTextBox1 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel1 = new System.Windows.Forms.Label(); - this.okButton = new System.Windows.Forms.Button(); - this.groupBox3 = new System.Windows.Forms.GroupBox(); - this.wmPulsesCountTextBox3 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel3 = new System.Windows.Forms.Label(); - this.groupBox4 = new System.Windows.Forms.GroupBox(); - this.wmPulsesCountTextBox4 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel4 = new System.Windows.Forms.Label(); - this.groupBox5 = new System.Windows.Forms.GroupBox(); - this.wmPulsesCountTextBox5 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel5 = new System.Windows.Forms.Label(); - this.groupBox6 = new System.Windows.Forms.GroupBox(); - this.wmPulsesCountTextBox6 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel6 = new System.Windows.Forms.Label(); - this.groupBox2.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.groupBox3.SuspendLayout(); - this.groupBox4.SuspendLayout(); - this.groupBox5.SuspendLayout(); - this.groupBox6.SuspendLayout(); - this.SuspendLayout(); - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.wmPulsesCountTextBox2); - this.groupBox2.Controls.Add(this.wmPulsesCountLabel2); - this.groupBox2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.groupBox2.ForeColor = System.Drawing.Color.Black; - this.groupBox2.Location = new System.Drawing.Point(25, 102); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(333, 81); - this.groupBox2.TabIndex = 2; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Water Meter 2"; - // - // wmErrorTextBox2 - // - this.wmPulsesCountTextBox2.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox2.Location = new System.Drawing.Point(183, 21); - this.wmPulsesCountTextBox2.Name = "wmErrorTextBox2"; - this.wmPulsesCountTextBox2.Size = new System.Drawing.Size(137, 52); - this.wmPulsesCountTextBox2.TabIndex = 1; - // - // wmErrorLabel2 - // - this.wmPulsesCountLabel2.AutoSize = true; - this.wmPulsesCountLabel2.Location = new System.Drawing.Point(18, 34); - this.wmPulsesCountLabel2.Name = "wmErrorLabel2"; - this.wmPulsesCountLabel2.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel2.TabIndex = 0; - this.wmPulsesCountLabel2.Text = "Error [%]"; - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.wmPulsesCountTextBox1); - this.groupBox1.Controls.Add(this.wmPulsesCountLabel1); - this.groupBox1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.groupBox1.ForeColor = System.Drawing.Color.Black; - this.groupBox1.Location = new System.Drawing.Point(25, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(333, 81); - this.groupBox1.TabIndex = 1; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Water Meter 1"; - // - // wmErrorTextBox1 - // - this.wmPulsesCountTextBox1.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox1.Location = new System.Drawing.Point(183, 21); - this.wmPulsesCountTextBox1.Name = "wmErrorTextBox1"; - this.wmPulsesCountTextBox1.Size = new System.Drawing.Size(137, 52); - this.wmPulsesCountTextBox1.TabIndex = 1; - // - // wmErrorLabel1 - // - this.wmPulsesCountLabel1.AutoSize = true; - this.wmPulsesCountLabel1.Location = new System.Drawing.Point(18, 34); - this.wmPulsesCountLabel1.Name = "wmErrorLabel1"; - this.wmPulsesCountLabel1.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel1.TabIndex = 0; - this.wmPulsesCountLabel1.Text = "Error [%]"; - // - // okButton - // - this.okButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.okButton.ForeColor = System.Drawing.Color.Black; - this.okButton.Location = new System.Drawing.Point(739, 26); - this.okButton.Name = "okButton"; - this.okButton.Size = new System.Drawing.Size(98, 63); - this.okButton.TabIndex = 7; - this.okButton.Text = "OK"; - this.okButton.UseVisualStyleBackColor = true; - this.okButton.Click += new System.EventHandler(this.okButton_Click); - // - // groupBox3 - // - this.groupBox3.Controls.Add(this.wmPulsesCountTextBox3); - this.groupBox3.Controls.Add(this.wmPulsesCountLabel3); - this.groupBox3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.groupBox3.ForeColor = System.Drawing.Color.Black; - this.groupBox3.Location = new System.Drawing.Point(25, 192); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(333, 81); - this.groupBox3.TabIndex = 3; - this.groupBox3.TabStop = false; - this.groupBox3.Text = "Water Meter 3"; - // - // wmErrorTextBox3 - // - this.wmPulsesCountTextBox3.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox3.Location = new System.Drawing.Point(183, 21); - this.wmPulsesCountTextBox3.Name = "wmErrorTextBox3"; - this.wmPulsesCountTextBox3.Size = new System.Drawing.Size(137, 52); - this.wmPulsesCountTextBox3.TabIndex = 1; - // - // wmErrorLabel3 - // - this.wmPulsesCountLabel3.AutoSize = true; - this.wmPulsesCountLabel3.Location = new System.Drawing.Point(18, 34); - this.wmPulsesCountLabel3.Name = "wmErrorLabel3"; - this.wmPulsesCountLabel3.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel3.TabIndex = 0; - this.wmPulsesCountLabel3.Text = "Error [%]"; - // - // groupBox4 - // - this.groupBox4.Controls.Add(this.wmPulsesCountTextBox4); - this.groupBox4.Controls.Add(this.wmPulsesCountLabel4); - this.groupBox4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.groupBox4.ForeColor = System.Drawing.Color.Black; - this.groupBox4.Location = new System.Drawing.Point(25, 282); - this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(333, 81); - this.groupBox4.TabIndex = 4; - this.groupBox4.TabStop = false; - this.groupBox4.Text = "Water Meter 4"; - // - // wmErrorTextBox4 - // - this.wmPulsesCountTextBox4.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox4.Location = new System.Drawing.Point(183, 21); - this.wmPulsesCountTextBox4.Name = "wmErrorTextBox4"; - this.wmPulsesCountTextBox4.Size = new System.Drawing.Size(137, 52); - this.wmPulsesCountTextBox4.TabIndex = 1; - // - // wmErrorLabel4 - // - this.wmPulsesCountLabel4.AutoSize = true; - this.wmPulsesCountLabel4.Location = new System.Drawing.Point(18, 34); - this.wmPulsesCountLabel4.Name = "wmErrorLabel4"; - this.wmPulsesCountLabel4.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel4.TabIndex = 0; - this.wmPulsesCountLabel4.Text = "Error [%]"; - // - // groupBox5 - // - this.groupBox5.Controls.Add(this.wmPulsesCountTextBox5); - this.groupBox5.Controls.Add(this.wmPulsesCountLabel5); - this.groupBox5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.groupBox5.ForeColor = System.Drawing.Color.Black; - this.groupBox5.Location = new System.Drawing.Point(25, 372); - this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(333, 81); - this.groupBox5.TabIndex = 5; - this.groupBox5.TabStop = false; - this.groupBox5.Text = "Water Meter 5"; - // - // wmErrorTextBox5 - // - this.wmPulsesCountTextBox5.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox5.Location = new System.Drawing.Point(183, 21); - this.wmPulsesCountTextBox5.Name = "wmErrorTextBox5"; - this.wmPulsesCountTextBox5.Size = new System.Drawing.Size(137, 52); - this.wmPulsesCountTextBox5.TabIndex = 1; - // - // wmErrorLabel5 - // - this.wmPulsesCountLabel5.AutoSize = true; - this.wmPulsesCountLabel5.Location = new System.Drawing.Point(18, 34); - this.wmPulsesCountLabel5.Name = "wmErrorLabel5"; - this.wmPulsesCountLabel5.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel5.TabIndex = 0; - this.wmPulsesCountLabel5.Text = "Error [%]"; - // - // groupBox6 - // - this.groupBox6.Controls.Add(this.wmPulsesCountTextBox6); - this.groupBox6.Controls.Add(this.wmPulsesCountLabel6); - this.groupBox6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.groupBox6.ForeColor = System.Drawing.Color.Black; - this.groupBox6.Location = new System.Drawing.Point(25, 462); - this.groupBox6.Name = "groupBox6"; - this.groupBox6.Size = new System.Drawing.Size(333, 81); - this.groupBox6.TabIndex = 6; - this.groupBox6.TabStop = false; - this.groupBox6.Text = "Water Meter 6"; - // - // wmErrorTextBox6 - // - this.wmPulsesCountTextBox6.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox6.Location = new System.Drawing.Point(183, 21); - this.wmPulsesCountTextBox6.Name = "wmErrorTextBox6"; - this.wmPulsesCountTextBox6.Size = new System.Drawing.Size(137, 52); - this.wmPulsesCountTextBox6.TabIndex = 1; - // - // wmErrorLabel6 - // - this.wmPulsesCountLabel6.AutoSize = true; - this.wmPulsesCountLabel6.Location = new System.Drawing.Point(18, 34); - this.wmPulsesCountLabel6.Name = "wmErrorLabel6"; - this.wmPulsesCountLabel6.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel6.TabIndex = 0; - this.wmPulsesCountLabel6.Text = "Error [%]"; - // - // WMErrorsForm - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; - this.ClientSize = new System.Drawing.Size(868, 565); - this.Controls.Add(this.groupBox6); - this.Controls.Add(this.groupBox5); - this.Controls.Add(this.groupBox4); - this.Controls.Add(this.groupBox3); - this.Controls.Add(this.okButton); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.groupBox1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; - this.Name = "WMErrorsForm"; - this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.Text = "Water Meter States"; - this.TopMost = true; - this.Load += new System.EventHandler(this.WMPulsesForm_Load); - this.Paint += new System.Windows.Forms.PaintEventHandler(this.WMPulsesForm_Paint); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.groupBox3.ResumeLayout(false); - this.groupBox3.PerformLayout(); - this.groupBox4.ResumeLayout(false); - this.groupBox4.PerformLayout(); - this.groupBox5.ResumeLayout(false); - this.groupBox5.PerformLayout(); - this.groupBox6.ResumeLayout(false); - this.groupBox6.PerformLayout(); - this.ResumeLayout(false); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.wmPulsesCountTextBox2 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel2 = new System.Windows.Forms.Label(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.wmPulsesCountTextBox1 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel1 = new System.Windows.Forms.Label(); + this.okButton = new System.Windows.Forms.Button(); + this.groupBox3 = new System.Windows.Forms.GroupBox(); + this.wmPulsesCountTextBox3 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel3 = new System.Windows.Forms.Label(); + this.groupBox4 = new System.Windows.Forms.GroupBox(); + this.wmPulsesCountTextBox4 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel4 = new System.Windows.Forms.Label(); + this.groupBox5 = new System.Windows.Forms.GroupBox(); + this.wmPulsesCountTextBox5 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel5 = new System.Windows.Forms.Label(); + this.groupBox6 = new System.Windows.Forms.GroupBox(); + this.wmPulsesCountTextBox6 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel6 = new System.Windows.Forms.Label(); + this.groupBox2.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.groupBox3.SuspendLayout(); + this.groupBox4.SuspendLayout(); + this.groupBox5.SuspendLayout(); + this.groupBox6.SuspendLayout(); + this.SuspendLayout(); + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.wmPulsesCountTextBox2); + this.groupBox2.Controls.Add(this.wmPulsesCountLabel2); + this.groupBox2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.groupBox2.ForeColor = System.Drawing.Color.Black; + this.groupBox2.Location = new System.Drawing.Point(25, 102); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(333, 81); + this.groupBox2.TabIndex = 2; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Water Meter 2"; + // + // wmPulsesCountTextBox2 + // + this.wmPulsesCountTextBox2.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox2.Location = new System.Drawing.Point(183, 21); + this.wmPulsesCountTextBox2.Name = "wmPulsesCountTextBox2"; + this.wmPulsesCountTextBox2.Size = new System.Drawing.Size(137, 52); + this.wmPulsesCountTextBox2.TabIndex = 1; + // + // wmPulsesCountLabel2 + // + this.wmPulsesCountLabel2.AutoSize = true; + this.wmPulsesCountLabel2.Location = new System.Drawing.Point(18, 34); + this.wmPulsesCountLabel2.Name = "wmPulsesCountLabel2"; + this.wmPulsesCountLabel2.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel2.TabIndex = 0; + this.wmPulsesCountLabel2.Text = "Pulses count"; + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.wmPulsesCountTextBox1); + this.groupBox1.Controls.Add(this.wmPulsesCountLabel1); + this.groupBox1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.groupBox1.ForeColor = System.Drawing.Color.Black; + this.groupBox1.Location = new System.Drawing.Point(25, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(333, 81); + this.groupBox1.TabIndex = 1; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Water Meter 1"; + // + // wmPulsesCountTextBox1 + // + this.wmPulsesCountTextBox1.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox1.Location = new System.Drawing.Point(183, 21); + this.wmPulsesCountTextBox1.Name = "wmPulsesCountTextBox1"; + this.wmPulsesCountTextBox1.Size = new System.Drawing.Size(137, 52); + this.wmPulsesCountTextBox1.TabIndex = 1; + // + // wmPulsesCountLabel1 + // + this.wmPulsesCountLabel1.AutoSize = true; + this.wmPulsesCountLabel1.Location = new System.Drawing.Point(18, 34); + this.wmPulsesCountLabel1.Name = "wmPulsesCountLabel1"; + this.wmPulsesCountLabel1.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel1.TabIndex = 0; + this.wmPulsesCountLabel1.Text = "Pulses count"; + // + // okButton + // + this.okButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.okButton.ForeColor = System.Drawing.Color.Black; + this.okButton.Location = new System.Drawing.Point(739, 26); + this.okButton.Name = "okButton"; + this.okButton.Size = new System.Drawing.Size(98, 63); + this.okButton.TabIndex = 7; + this.okButton.Text = "OK"; + this.okButton.UseVisualStyleBackColor = true; + this.okButton.Click += new System.EventHandler(this.okButton_Click); + // + // groupBox3 + // + this.groupBox3.Controls.Add(this.wmPulsesCountTextBox3); + this.groupBox3.Controls.Add(this.wmPulsesCountLabel3); + this.groupBox3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.groupBox3.ForeColor = System.Drawing.Color.Black; + this.groupBox3.Location = new System.Drawing.Point(25, 192); + this.groupBox3.Name = "groupBox3"; + this.groupBox3.Size = new System.Drawing.Size(333, 81); + this.groupBox3.TabIndex = 3; + this.groupBox3.TabStop = false; + this.groupBox3.Text = "Water Meter 3"; + // + // wmPulsesCountTextBox3 + // + this.wmPulsesCountTextBox3.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox3.Location = new System.Drawing.Point(183, 21); + this.wmPulsesCountTextBox3.Name = "wmPulsesCountTextBox3"; + this.wmPulsesCountTextBox3.Size = new System.Drawing.Size(137, 52); + this.wmPulsesCountTextBox3.TabIndex = 1; + // + // wmPulsesCountLabel3 + // + this.wmPulsesCountLabel3.AutoSize = true; + this.wmPulsesCountLabel3.Location = new System.Drawing.Point(18, 34); + this.wmPulsesCountLabel3.Name = "wmPulsesCountLabel3"; + this.wmPulsesCountLabel3.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel3.TabIndex = 0; + this.wmPulsesCountLabel3.Text = "Pulses count"; + // + // groupBox4 + // + this.groupBox4.Controls.Add(this.wmPulsesCountTextBox4); + this.groupBox4.Controls.Add(this.wmPulsesCountLabel4); + this.groupBox4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.groupBox4.ForeColor = System.Drawing.Color.Black; + this.groupBox4.Location = new System.Drawing.Point(25, 282); + this.groupBox4.Name = "groupBox4"; + this.groupBox4.Size = new System.Drawing.Size(333, 81); + this.groupBox4.TabIndex = 4; + this.groupBox4.TabStop = false; + this.groupBox4.Text = "Water Meter 4"; + // + // wmPulsesCountTextBox4 + // + this.wmPulsesCountTextBox4.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox4.Location = new System.Drawing.Point(183, 21); + this.wmPulsesCountTextBox4.Name = "wmPulsesCountTextBox4"; + this.wmPulsesCountTextBox4.Size = new System.Drawing.Size(137, 52); + this.wmPulsesCountTextBox4.TabIndex = 1; + // + // wmPulsesCountLabel4 + // + this.wmPulsesCountLabel4.AutoSize = true; + this.wmPulsesCountLabel4.Location = new System.Drawing.Point(18, 34); + this.wmPulsesCountLabel4.Name = "wmPulsesCountLabel4"; + this.wmPulsesCountLabel4.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel4.TabIndex = 0; + this.wmPulsesCountLabel4.Text = "Pulses count"; + // + // groupBox5 + // + this.groupBox5.Controls.Add(this.wmPulsesCountTextBox5); + this.groupBox5.Controls.Add(this.wmPulsesCountLabel5); + this.groupBox5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.groupBox5.ForeColor = System.Drawing.Color.Black; + this.groupBox5.Location = new System.Drawing.Point(25, 372); + this.groupBox5.Name = "groupBox5"; + this.groupBox5.Size = new System.Drawing.Size(333, 81); + this.groupBox5.TabIndex = 5; + this.groupBox5.TabStop = false; + this.groupBox5.Text = "Water Meter 5"; + // + // wmPulsesCountTextBox5 + // + this.wmPulsesCountTextBox5.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox5.Location = new System.Drawing.Point(183, 21); + this.wmPulsesCountTextBox5.Name = "wmPulsesCountTextBox5"; + this.wmPulsesCountTextBox5.Size = new System.Drawing.Size(137, 52); + this.wmPulsesCountTextBox5.TabIndex = 1; + // + // wmPulsesCountLabel5 + // + this.wmPulsesCountLabel5.AutoSize = true; + this.wmPulsesCountLabel5.Location = new System.Drawing.Point(18, 34); + this.wmPulsesCountLabel5.Name = "wmPulsesCountLabel5"; + this.wmPulsesCountLabel5.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel5.TabIndex = 0; + this.wmPulsesCountLabel5.Text = "Pulses count"; + // + // groupBox6 + // + this.groupBox6.Controls.Add(this.wmPulsesCountTextBox6); + this.groupBox6.Controls.Add(this.wmPulsesCountLabel6); + this.groupBox6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.groupBox6.ForeColor = System.Drawing.Color.Black; + this.groupBox6.Location = new System.Drawing.Point(25, 462); + this.groupBox6.Name = "groupBox6"; + this.groupBox6.Size = new System.Drawing.Size(333, 81); + this.groupBox6.TabIndex = 6; + this.groupBox6.TabStop = false; + this.groupBox6.Text = "Water Meter 6"; + // + // wmPulsesCountTextBox6 + // + this.wmPulsesCountTextBox6.Font = new System.Drawing.Font("Verdana", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox6.Location = new System.Drawing.Point(183, 21); + this.wmPulsesCountTextBox6.Name = "wmPulsesCountTextBox6"; + this.wmPulsesCountTextBox6.Size = new System.Drawing.Size(137, 52); + this.wmPulsesCountTextBox6.TabIndex = 1; + // + // wmPulsesCountLabel6 + // + this.wmPulsesCountLabel6.AutoSize = true; + this.wmPulsesCountLabel6.Location = new System.Drawing.Point(18, 34); + this.wmPulsesCountLabel6.Name = "wmPulsesCountLabel6"; + this.wmPulsesCountLabel6.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel6.TabIndex = 0; + this.wmPulsesCountLabel6.Text = "Pulses count"; + // + // WMPulsesForm + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.ClientSize = new System.Drawing.Size(868, 565); + this.Controls.Add(this.groupBox6); + this.Controls.Add(this.groupBox5); + this.Controls.Add(this.groupBox4); + this.Controls.Add(this.groupBox3); + this.Controls.Add(this.okButton); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.groupBox1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.Name = "WMPulsesForm"; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.Text = "Water Meter States"; + this.TopMost = true; + this.Load += new System.EventHandler(this.WMPulsesForm_Load); + this.Paint += new System.Windows.Forms.PaintEventHandler(this.WMPulsesForm_Paint); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.groupBox3.ResumeLayout(false); + this.groupBox3.PerformLayout(); + this.groupBox4.ResumeLayout(false); + this.groupBox4.PerformLayout(); + this.groupBox5.ResumeLayout(false); + this.groupBox5.PerformLayout(); + this.groupBox6.ResumeLayout(false); + this.groupBox6.PerformLayout(); + this.ResumeLayout(false); } diff --git a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm12.cs b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm12.cs index 0c7c7c2ad..ab1513f10 100644 --- a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm12.cs +++ b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm12.cs @@ -134,7 +134,7 @@ namespace TBF.BenchControl.TestMethods.PulsesTest Text = Strings.Water_Meter_States; for (int i = 0; i < textBoxesCount; i++) { - labels[i].Text = string.Format("WM{0} {1}", i + 1, Strings.Error_pct); + labels[i].Text = string.Format("WM{0} {1}", i + 1, Strings.Pulses_); } okButton.Text = Strings.OkBtnText; } diff --git a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm12.designer.cs b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm12.designer.cs index 1ba2697d6..c29a490b8 100644 --- a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm12.designer.cs +++ b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm12.designer.cs @@ -31,325 +31,325 @@ namespace TBF.BenchControl.TestMethods.PulsesTest /// private void InitializeComponent() { - this.wmPulsesCountTextBox2 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel2 = new System.Windows.Forms.Label(); - this.wmPulsesCountLabel1 = new System.Windows.Forms.Label(); - this.okButton = new System.Windows.Forms.Button(); - this.wmPulsesCountTextBox3 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel3 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox4 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel4 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox5 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel5 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox6 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel6 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox1 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountTextBox7 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel7 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox8 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel8 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox9 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel9 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox10 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel10 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox12 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel12 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox11 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel11 = new System.Windows.Forms.Label(); - this.SuspendLayout(); - // - // wmErrorTextBox2 - // - this.wmPulsesCountTextBox2.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox2.Location = new System.Drawing.Point(198, 74); - this.wmPulsesCountTextBox2.Name = "wmErrorTextBox2"; - this.wmPulsesCountTextBox2.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox2.TabIndex = 1; - this.wmPulsesCountTextBox2.Visible = false; - // - // wmErrorLabel2 - // - this.wmPulsesCountLabel2.AutoSize = true; - this.wmPulsesCountLabel2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel2.Location = new System.Drawing.Point(33, 85); - this.wmPulsesCountLabel2.Name = "wmErrorLabel2"; - this.wmPulsesCountLabel2.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel2.TabIndex = 0; - this.wmPulsesCountLabel2.Text = "Error [%]"; - this.wmPulsesCountLabel2.Visible = false; - // - // wmErrorLabel1 - // - this.wmPulsesCountLabel1.AutoSize = true; - this.wmPulsesCountLabel1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel1.Location = new System.Drawing.Point(33, 39); - this.wmPulsesCountLabel1.Name = "wmErrorLabel1"; - this.wmPulsesCountLabel1.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel1.TabIndex = 0; - this.wmPulsesCountLabel1.Text = "Error [%]"; - this.wmPulsesCountLabel1.Visible = false; - // - // okButton - // - this.okButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.okButton.ForeColor = System.Drawing.Color.Black; - this.okButton.Location = new System.Drawing.Point(601, 28); - this.okButton.Name = "okButton"; - this.okButton.Size = new System.Drawing.Size(98, 63); - this.okButton.TabIndex = 7; - this.okButton.Text = "OK"; - this.okButton.UseVisualStyleBackColor = true; - this.okButton.Click += new System.EventHandler(this.okButton_Click); - // - // wmErrorTextBox3 - // - this.wmPulsesCountTextBox3.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox3.Location = new System.Drawing.Point(198, 120); - this.wmPulsesCountTextBox3.Name = "wmErrorTextBox3"; - this.wmPulsesCountTextBox3.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox3.TabIndex = 1; - this.wmPulsesCountTextBox3.Visible = false; - // - // wmErrorLabel3 - // - this.wmPulsesCountLabel3.AutoSize = true; - this.wmPulsesCountLabel3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel3.Location = new System.Drawing.Point(33, 131); - this.wmPulsesCountLabel3.Name = "wmErrorLabel3"; - this.wmPulsesCountLabel3.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel3.TabIndex = 0; - this.wmPulsesCountLabel3.Text = "Error [%]"; - this.wmPulsesCountLabel3.Visible = false; - // - // wmErrorTextBox4 - // - this.wmPulsesCountTextBox4.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox4.Location = new System.Drawing.Point(198, 166); - this.wmPulsesCountTextBox4.Name = "wmErrorTextBox4"; - this.wmPulsesCountTextBox4.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox4.TabIndex = 1; - this.wmPulsesCountTextBox4.Visible = false; - // - // wmErrorLabel4 - // - this.wmPulsesCountLabel4.AutoSize = true; - this.wmPulsesCountLabel4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel4.Location = new System.Drawing.Point(33, 177); - this.wmPulsesCountLabel4.Name = "wmErrorLabel4"; - this.wmPulsesCountLabel4.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel4.TabIndex = 0; - this.wmPulsesCountLabel4.Text = "Error [%]"; - this.wmPulsesCountLabel4.Visible = false; - // - // wmErrorTextBox5 - // - this.wmPulsesCountTextBox5.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox5.Location = new System.Drawing.Point(198, 213); - this.wmPulsesCountTextBox5.Name = "wmErrorTextBox5"; - this.wmPulsesCountTextBox5.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox5.TabIndex = 1; - this.wmPulsesCountTextBox5.Visible = false; - // - // wmErrorLabel5 - // - this.wmPulsesCountLabel5.AutoSize = true; - this.wmPulsesCountLabel5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel5.Location = new System.Drawing.Point(33, 224); - this.wmPulsesCountLabel5.Name = "wmErrorLabel5"; - this.wmPulsesCountLabel5.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel5.TabIndex = 0; - this.wmPulsesCountLabel5.Text = "Error [%]"; - this.wmPulsesCountLabel5.Visible = false; - // - // wmErrorTextBox6 - // - this.wmPulsesCountTextBox6.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox6.Location = new System.Drawing.Point(198, 259); - this.wmPulsesCountTextBox6.Name = "wmErrorTextBox6"; - this.wmPulsesCountTextBox6.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox6.TabIndex = 1; - this.wmPulsesCountTextBox6.Visible = false; - // - // wmErrorLabel6 - // - this.wmPulsesCountLabel6.AutoSize = true; - this.wmPulsesCountLabel6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel6.Location = new System.Drawing.Point(33, 271); - this.wmPulsesCountLabel6.Name = "wmErrorLabel6"; - this.wmPulsesCountLabel6.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel6.TabIndex = 0; - this.wmPulsesCountLabel6.Text = "Error [%]"; - this.wmPulsesCountLabel6.Visible = false; - // - // wmErrorTextBox1 - // - this.wmPulsesCountTextBox1.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox1.Location = new System.Drawing.Point(198, 28); - this.wmPulsesCountTextBox1.Name = "wmErrorTextBox1"; - this.wmPulsesCountTextBox1.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox1.TabIndex = 1; - this.wmPulsesCountTextBox1.Visible = false; - // - // wmErrorTextBox7 - // - this.wmPulsesCountTextBox7.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox7.Location = new System.Drawing.Point(198, 305); - this.wmPulsesCountTextBox7.Name = "wmErrorTextBox7"; - this.wmPulsesCountTextBox7.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox7.TabIndex = 9; - this.wmPulsesCountTextBox7.Visible = false; - // - // wmErrorLabel7 - // - this.wmPulsesCountLabel7.AutoSize = true; - this.wmPulsesCountLabel7.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel7.Location = new System.Drawing.Point(33, 317); - this.wmPulsesCountLabel7.Name = "wmErrorLabel7"; - this.wmPulsesCountLabel7.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel7.TabIndex = 8; - this.wmPulsesCountLabel7.Text = "Error [%]"; - this.wmPulsesCountLabel7.Visible = false; - // - // wmErrorTextBox8 - // - this.wmPulsesCountTextBox8.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox8.Location = new System.Drawing.Point(198, 351); - this.wmPulsesCountTextBox8.Name = "wmErrorTextBox8"; - this.wmPulsesCountTextBox8.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox8.TabIndex = 11; - this.wmPulsesCountTextBox8.Visible = false; - // - // wmErrorLabel8 - // - this.wmPulsesCountLabel8.AutoSize = true; - this.wmPulsesCountLabel8.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel8.Location = new System.Drawing.Point(33, 363); - this.wmPulsesCountLabel8.Name = "wmErrorLabel8"; - this.wmPulsesCountLabel8.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel8.TabIndex = 10; - this.wmPulsesCountLabel8.Text = "Error [%]"; - this.wmPulsesCountLabel8.Visible = false; - // - // wmErrorTextBox9 - // - this.wmPulsesCountTextBox9.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox9.Location = new System.Drawing.Point(198, 397); - this.wmPulsesCountTextBox9.Name = "wmErrorTextBox9"; - this.wmPulsesCountTextBox9.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox9.TabIndex = 13; - this.wmPulsesCountTextBox9.Visible = false; - // - // wmErrorLabel9 - // - this.wmPulsesCountLabel9.AutoSize = true; - this.wmPulsesCountLabel9.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel9.Location = new System.Drawing.Point(33, 408); - this.wmPulsesCountLabel9.Name = "wmErrorLabel9"; - this.wmPulsesCountLabel9.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel9.TabIndex = 12; - this.wmPulsesCountLabel9.Text = "Error [%]"; - this.wmPulsesCountLabel9.Visible = false; - // - // wmErrorTextBox10 - // - this.wmPulsesCountTextBox10.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox10.Location = new System.Drawing.Point(198, 443); - this.wmPulsesCountTextBox10.Name = "wmErrorTextBox10"; - this.wmPulsesCountTextBox10.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox10.TabIndex = 15; - this.wmPulsesCountTextBox10.Visible = false; - // - // wmErrorLabel10 - // - this.wmPulsesCountLabel10.AutoSize = true; - this.wmPulsesCountLabel10.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel10.Location = new System.Drawing.Point(33, 454); - this.wmPulsesCountLabel10.Name = "wmErrorLabel10"; - this.wmPulsesCountLabel10.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel10.TabIndex = 14; - this.wmPulsesCountLabel10.Text = "Error [%]"; - this.wmPulsesCountLabel10.Visible = false; - // - // wmErrorTextBox12 - // - this.wmPulsesCountTextBox12.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox12.Location = new System.Drawing.Point(198, 535); - this.wmPulsesCountTextBox12.Name = "wmErrorTextBox12"; - this.wmPulsesCountTextBox12.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox12.TabIndex = 19; - this.wmPulsesCountTextBox12.Visible = false; - // - // wmErrorLabel12 - // - this.wmPulsesCountLabel12.AutoSize = true; - this.wmPulsesCountLabel12.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel12.Location = new System.Drawing.Point(33, 546); - this.wmPulsesCountLabel12.Name = "wmErrorLabel12"; - this.wmPulsesCountLabel12.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel12.TabIndex = 18; - this.wmPulsesCountLabel12.Text = "Error [%]"; - this.wmPulsesCountLabel12.Visible = false; - // - // wmErrorTextBox11 - // - this.wmPulsesCountTextBox11.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox11.Location = new System.Drawing.Point(198, 489); - this.wmPulsesCountTextBox11.Name = "wmErrorTextBox11"; - this.wmPulsesCountTextBox11.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox11.TabIndex = 17; - this.wmPulsesCountTextBox11.Visible = false; - // - // wmErrorLabel11 - // - this.wmPulsesCountLabel11.AutoSize = true; - this.wmPulsesCountLabel11.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel11.Location = new System.Drawing.Point(33, 500); - this.wmPulsesCountLabel11.Name = "wmErrorLabel11"; - this.wmPulsesCountLabel11.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel11.TabIndex = 16; - this.wmPulsesCountLabel11.Text = "Error [%]"; - this.wmPulsesCountLabel11.Visible = false; - // - // WMErrorsForm12 - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; - this.ClientSize = new System.Drawing.Size(731, 592); - this.Controls.Add(this.wmPulsesCountTextBox12); - this.Controls.Add(this.wmPulsesCountLabel12); - this.Controls.Add(this.wmPulsesCountTextBox11); - this.Controls.Add(this.wmPulsesCountLabel11); - this.Controls.Add(this.wmPulsesCountTextBox10); - this.Controls.Add(this.wmPulsesCountLabel10); - this.Controls.Add(this.wmPulsesCountTextBox9); - this.Controls.Add(this.wmPulsesCountLabel9); - this.Controls.Add(this.wmPulsesCountTextBox8); - this.Controls.Add(this.wmPulsesCountLabel8); - this.Controls.Add(this.wmPulsesCountTextBox7); - this.Controls.Add(this.wmPulsesCountLabel7); - this.Controls.Add(this.wmPulsesCountTextBox6); - this.Controls.Add(this.wmPulsesCountLabel6); - this.Controls.Add(this.wmPulsesCountTextBox5); - this.Controls.Add(this.wmPulsesCountLabel5); - this.Controls.Add(this.wmPulsesCountTextBox4); - this.Controls.Add(this.wmPulsesCountLabel4); - this.Controls.Add(this.wmPulsesCountTextBox3); - this.Controls.Add(this.wmPulsesCountLabel3); - this.Controls.Add(this.wmPulsesCountTextBox2); - this.Controls.Add(this.wmPulsesCountLabel2); - this.Controls.Add(this.wmPulsesCountTextBox1); - this.Controls.Add(this.wmPulsesCountLabel1); - this.Controls.Add(this.okButton); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; - this.Name = "WMErrorsForm12"; - this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.Text = "Water Meter States"; - this.TopMost = true; - this.Load += new System.EventHandler(this.WMPulsesForm12_Load); - this.Paint += new System.Windows.Forms.PaintEventHandler(this.WMPulsesForm12_Paint); - this.ResumeLayout(false); - this.PerformLayout(); + this.wmPulsesCountTextBox2 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel2 = new System.Windows.Forms.Label(); + this.wmPulsesCountLabel1 = new System.Windows.Forms.Label(); + this.okButton = new System.Windows.Forms.Button(); + this.wmPulsesCountTextBox3 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel3 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox4 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel4 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox5 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel5 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox6 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel6 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox1 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountTextBox7 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel7 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox8 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel8 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox9 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel9 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox10 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel10 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox12 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel12 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox11 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel11 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // wmPulsesCountTextBox2 + // + this.wmPulsesCountTextBox2.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox2.Location = new System.Drawing.Point(198, 74); + this.wmPulsesCountTextBox2.Name = "wmPulsesCountTextBox2"; + this.wmPulsesCountTextBox2.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox2.TabIndex = 1; + this.wmPulsesCountTextBox2.Visible = false; + // + // wmPulsesCountLabel2 + // + this.wmPulsesCountLabel2.AutoSize = true; + this.wmPulsesCountLabel2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel2.Location = new System.Drawing.Point(33, 85); + this.wmPulsesCountLabel2.Name = "wmPulsesCountLabel2"; + this.wmPulsesCountLabel2.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel2.TabIndex = 0; + this.wmPulsesCountLabel2.Text = "Pulses count"; + this.wmPulsesCountLabel2.Visible = false; + // + // wmPulsesCountLabel1 + // + this.wmPulsesCountLabel1.AutoSize = true; + this.wmPulsesCountLabel1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel1.Location = new System.Drawing.Point(33, 39); + this.wmPulsesCountLabel1.Name = "wmPulsesCountLabel1"; + this.wmPulsesCountLabel1.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel1.TabIndex = 0; + this.wmPulsesCountLabel1.Text = "Pulses count"; + this.wmPulsesCountLabel1.Visible = false; + // + // okButton + // + this.okButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.okButton.ForeColor = System.Drawing.Color.Black; + this.okButton.Location = new System.Drawing.Point(601, 28); + this.okButton.Name = "okButton"; + this.okButton.Size = new System.Drawing.Size(98, 63); + this.okButton.TabIndex = 7; + this.okButton.Text = "OK"; + this.okButton.UseVisualStyleBackColor = true; + this.okButton.Click += new System.EventHandler(this.okButton_Click); + // + // wmPulsesCountTextBox3 + // + this.wmPulsesCountTextBox3.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox3.Location = new System.Drawing.Point(198, 120); + this.wmPulsesCountTextBox3.Name = "wmPulsesCountTextBox3"; + this.wmPulsesCountTextBox3.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox3.TabIndex = 1; + this.wmPulsesCountTextBox3.Visible = false; + // + // wmPulsesCountLabel3 + // + this.wmPulsesCountLabel3.AutoSize = true; + this.wmPulsesCountLabel3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel3.Location = new System.Drawing.Point(33, 131); + this.wmPulsesCountLabel3.Name = "wmPulsesCountLabel3"; + this.wmPulsesCountLabel3.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel3.TabIndex = 0; + this.wmPulsesCountLabel3.Text = "Pulses count"; + this.wmPulsesCountLabel3.Visible = false; + // + // wmPulsesCountTextBox4 + // + this.wmPulsesCountTextBox4.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox4.Location = new System.Drawing.Point(198, 166); + this.wmPulsesCountTextBox4.Name = "wmPulsesCountTextBox4"; + this.wmPulsesCountTextBox4.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox4.TabIndex = 1; + this.wmPulsesCountTextBox4.Visible = false; + // + // wmPulsesCountLabel4 + // + this.wmPulsesCountLabel4.AutoSize = true; + this.wmPulsesCountLabel4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel4.Location = new System.Drawing.Point(33, 177); + this.wmPulsesCountLabel4.Name = "wmPulsesCountLabel4"; + this.wmPulsesCountLabel4.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel4.TabIndex = 0; + this.wmPulsesCountLabel4.Text = "Pulses count"; + this.wmPulsesCountLabel4.Visible = false; + // + // wmPulsesCountTextBox5 + // + this.wmPulsesCountTextBox5.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox5.Location = new System.Drawing.Point(198, 213); + this.wmPulsesCountTextBox5.Name = "wmPulsesCountTextBox5"; + this.wmPulsesCountTextBox5.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox5.TabIndex = 1; + this.wmPulsesCountTextBox5.Visible = false; + // + // wmPulsesCountLabel5 + // + this.wmPulsesCountLabel5.AutoSize = true; + this.wmPulsesCountLabel5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel5.Location = new System.Drawing.Point(33, 224); + this.wmPulsesCountLabel5.Name = "wmPulsesCountLabel5"; + this.wmPulsesCountLabel5.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel5.TabIndex = 0; + this.wmPulsesCountLabel5.Text = "Pulses count"; + this.wmPulsesCountLabel5.Visible = false; + // + // wmPulsesCountTextBox6 + // + this.wmPulsesCountTextBox6.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox6.Location = new System.Drawing.Point(198, 259); + this.wmPulsesCountTextBox6.Name = "wmPulsesCountTextBox6"; + this.wmPulsesCountTextBox6.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox6.TabIndex = 1; + this.wmPulsesCountTextBox6.Visible = false; + // + // wmPulsesCountLabel6 + // + this.wmPulsesCountLabel6.AutoSize = true; + this.wmPulsesCountLabel6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel6.Location = new System.Drawing.Point(33, 271); + this.wmPulsesCountLabel6.Name = "wmPulsesCountLabel6"; + this.wmPulsesCountLabel6.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel6.TabIndex = 0; + this.wmPulsesCountLabel6.Text = "Pulses count"; + this.wmPulsesCountLabel6.Visible = false; + // + // wmPulsesCountTextBox1 + // + this.wmPulsesCountTextBox1.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox1.Location = new System.Drawing.Point(198, 28); + this.wmPulsesCountTextBox1.Name = "wmPulsesCountTextBox1"; + this.wmPulsesCountTextBox1.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox1.TabIndex = 1; + this.wmPulsesCountTextBox1.Visible = false; + // + // wmPulsesCountTextBox7 + // + this.wmPulsesCountTextBox7.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox7.Location = new System.Drawing.Point(198, 305); + this.wmPulsesCountTextBox7.Name = "wmPulsesCountTextBox7"; + this.wmPulsesCountTextBox7.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox7.TabIndex = 9; + this.wmPulsesCountTextBox7.Visible = false; + // + // wmPulsesCountLabel7 + // + this.wmPulsesCountLabel7.AutoSize = true; + this.wmPulsesCountLabel7.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel7.Location = new System.Drawing.Point(33, 317); + this.wmPulsesCountLabel7.Name = "wmPulsesCountLabel7"; + this.wmPulsesCountLabel7.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel7.TabIndex = 8; + this.wmPulsesCountLabel7.Text = "Pulses count"; + this.wmPulsesCountLabel7.Visible = false; + // + // wmPulsesCountTextBox8 + // + this.wmPulsesCountTextBox8.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox8.Location = new System.Drawing.Point(198, 351); + this.wmPulsesCountTextBox8.Name = "wmPulsesCountTextBox8"; + this.wmPulsesCountTextBox8.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox8.TabIndex = 11; + this.wmPulsesCountTextBox8.Visible = false; + // + // wmPulsesCountLabel8 + // + this.wmPulsesCountLabel8.AutoSize = true; + this.wmPulsesCountLabel8.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel8.Location = new System.Drawing.Point(33, 363); + this.wmPulsesCountLabel8.Name = "wmPulsesCountLabel8"; + this.wmPulsesCountLabel8.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel8.TabIndex = 10; + this.wmPulsesCountLabel8.Text = "Pulses count"; + this.wmPulsesCountLabel8.Visible = false; + // + // wmPulsesCountTextBox9 + // + this.wmPulsesCountTextBox9.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox9.Location = new System.Drawing.Point(198, 397); + this.wmPulsesCountTextBox9.Name = "wmPulsesCountTextBox9"; + this.wmPulsesCountTextBox9.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox9.TabIndex = 13; + this.wmPulsesCountTextBox9.Visible = false; + // + // wmPulsesCountLabel9 + // + this.wmPulsesCountLabel9.AutoSize = true; + this.wmPulsesCountLabel9.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel9.Location = new System.Drawing.Point(33, 408); + this.wmPulsesCountLabel9.Name = "wmPulsesCountLabel9"; + this.wmPulsesCountLabel9.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel9.TabIndex = 12; + this.wmPulsesCountLabel9.Text = "Pulses count"; + this.wmPulsesCountLabel9.Visible = false; + // + // wmPulsesCountTextBox10 + // + this.wmPulsesCountTextBox10.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox10.Location = new System.Drawing.Point(198, 443); + this.wmPulsesCountTextBox10.Name = "wmPulsesCountTextBox10"; + this.wmPulsesCountTextBox10.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox10.TabIndex = 15; + this.wmPulsesCountTextBox10.Visible = false; + // + // wmPulsesCountLabel10 + // + this.wmPulsesCountLabel10.AutoSize = true; + this.wmPulsesCountLabel10.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel10.Location = new System.Drawing.Point(33, 454); + this.wmPulsesCountLabel10.Name = "wmPulsesCountLabel10"; + this.wmPulsesCountLabel10.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel10.TabIndex = 14; + this.wmPulsesCountLabel10.Text = "Pulses count"; + this.wmPulsesCountLabel10.Visible = false; + // + // wmPulsesCountTextBox12 + // + this.wmPulsesCountTextBox12.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox12.Location = new System.Drawing.Point(198, 535); + this.wmPulsesCountTextBox12.Name = "wmPulsesCountTextBox12"; + this.wmPulsesCountTextBox12.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox12.TabIndex = 19; + this.wmPulsesCountTextBox12.Visible = false; + // + // wmPulsesCountLabel12 + // + this.wmPulsesCountLabel12.AutoSize = true; + this.wmPulsesCountLabel12.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel12.Location = new System.Drawing.Point(33, 546); + this.wmPulsesCountLabel12.Name = "wmPulsesCountLabel12"; + this.wmPulsesCountLabel12.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel12.TabIndex = 18; + this.wmPulsesCountLabel12.Text = "Pulses count"; + this.wmPulsesCountLabel12.Visible = false; + // + // wmPulsesCountTextBox11 + // + this.wmPulsesCountTextBox11.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox11.Location = new System.Drawing.Point(198, 489); + this.wmPulsesCountTextBox11.Name = "wmPulsesCountTextBox11"; + this.wmPulsesCountTextBox11.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox11.TabIndex = 17; + this.wmPulsesCountTextBox11.Visible = false; + // + // wmPulsesCountLabel11 + // + this.wmPulsesCountLabel11.AutoSize = true; + this.wmPulsesCountLabel11.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel11.Location = new System.Drawing.Point(33, 500); + this.wmPulsesCountLabel11.Name = "wmPulsesCountLabel11"; + this.wmPulsesCountLabel11.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel11.TabIndex = 16; + this.wmPulsesCountLabel11.Text = "Pulses count"; + this.wmPulsesCountLabel11.Visible = false; + // + // WMPulsesForm12 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.ClientSize = new System.Drawing.Size(731, 592); + this.Controls.Add(this.wmPulsesCountTextBox12); + this.Controls.Add(this.wmPulsesCountLabel12); + this.Controls.Add(this.wmPulsesCountTextBox11); + this.Controls.Add(this.wmPulsesCountLabel11); + this.Controls.Add(this.wmPulsesCountTextBox10); + this.Controls.Add(this.wmPulsesCountLabel10); + this.Controls.Add(this.wmPulsesCountTextBox9); + this.Controls.Add(this.wmPulsesCountLabel9); + this.Controls.Add(this.wmPulsesCountTextBox8); + this.Controls.Add(this.wmPulsesCountLabel8); + this.Controls.Add(this.wmPulsesCountTextBox7); + this.Controls.Add(this.wmPulsesCountLabel7); + this.Controls.Add(this.wmPulsesCountTextBox6); + this.Controls.Add(this.wmPulsesCountLabel6); + this.Controls.Add(this.wmPulsesCountTextBox5); + this.Controls.Add(this.wmPulsesCountLabel5); + this.Controls.Add(this.wmPulsesCountTextBox4); + this.Controls.Add(this.wmPulsesCountLabel4); + this.Controls.Add(this.wmPulsesCountTextBox3); + this.Controls.Add(this.wmPulsesCountLabel3); + this.Controls.Add(this.wmPulsesCountTextBox2); + this.Controls.Add(this.wmPulsesCountLabel2); + this.Controls.Add(this.wmPulsesCountTextBox1); + this.Controls.Add(this.wmPulsesCountLabel1); + this.Controls.Add(this.okButton); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.Name = "WMPulsesForm12"; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.Text = "Water Meter States"; + this.TopMost = true; + this.Load += new System.EventHandler(this.WMPulsesForm12_Load); + this.Paint += new System.Windows.Forms.PaintEventHandler(this.WMPulsesForm12_Paint); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm24.cs b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm24.cs index 1efa6f3d2..c06ebdbd2 100644 --- a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm24.cs +++ b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm24.cs @@ -140,7 +140,7 @@ namespace TBF.BenchControl.TestMethods.PulsesTest Text = Strings.Water_Meter_States; for (int i = 0; i < textBoxesCount; i++) { - labels[i].Text = string.Format("WM{0} {1}", i + 1, Strings.Error_pct); + labels[i].Text = string.Format("WM{0} {1}", i + 1, Strings.Pulses_); } okButton.Text = Strings.OkBtnText; } diff --git a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm24.designer.cs b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm24.designer.cs index 57b65d30b..29a4ae417 100644 --- a/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm24.designer.cs +++ b/TBF/BenchControl/TestMethods/PulsesTest/WMPulsesForm24.designer.cs @@ -31,613 +31,613 @@ namespace TBF.BenchControl.TestMethods.PulsesTest /// private void InitializeComponent() { - this.wmPulsesCountTextBox2 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel2 = new System.Windows.Forms.Label(); - this.wmPulsesCountLabel1 = new System.Windows.Forms.Label(); - this.okButton = new System.Windows.Forms.Button(); - this.wmPulsesCountTextBox3 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel3 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox4 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel4 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox5 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel5 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox6 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel6 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox1 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountTextBox7 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel7 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox8 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel8 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox9 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel9 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox10 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel10 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox12 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel12 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox11 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel11 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox24 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel24 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox23 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel23 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox22 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel22 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox21 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel21 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox20 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel20 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox19 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel19 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox18 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel18 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox17 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel17 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox16 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel16 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox15 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel15 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox14 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel14 = new System.Windows.Forms.Label(); - this.wmPulsesCountTextBox13 = new System.Windows.Forms.TextBox(); - this.wmPulsesCountLabel13 = new System.Windows.Forms.Label(); - this.SuspendLayout(); - // - // wmErrorTextBox2 - // - this.wmPulsesCountTextBox2.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox2.Location = new System.Drawing.Point(198, 74); - this.wmPulsesCountTextBox2.Name = "wmErrorTextBox2"; - this.wmPulsesCountTextBox2.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox2.TabIndex = 1; - this.wmPulsesCountTextBox2.Visible = false; - // - // wmErrorLabel2 - // - this.wmPulsesCountLabel2.AutoSize = true; - this.wmPulsesCountLabel2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel2.Location = new System.Drawing.Point(33, 85); - this.wmPulsesCountLabel2.Name = "wmErrorLabel2"; - this.wmPulsesCountLabel2.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel2.TabIndex = 0; - this.wmPulsesCountLabel2.Text = "Error [%]"; - this.wmPulsesCountLabel2.Visible = false; - // - // wmErrorLabel1 - // - this.wmPulsesCountLabel1.AutoSize = true; - this.wmPulsesCountLabel1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel1.Location = new System.Drawing.Point(33, 39); - this.wmPulsesCountLabel1.Name = "wmErrorLabel1"; - this.wmPulsesCountLabel1.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel1.TabIndex = 0; - this.wmPulsesCountLabel1.Text = "Error [%]"; - this.wmPulsesCountLabel1.Visible = false; - // - // okButton - // - this.okButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.okButton.ForeColor = System.Drawing.Color.Black; - this.okButton.Location = new System.Drawing.Point(1157, 28); - this.okButton.Name = "okButton"; - this.okButton.Size = new System.Drawing.Size(98, 63); - this.okButton.TabIndex = 7; - this.okButton.Text = "OK"; - this.okButton.UseVisualStyleBackColor = true; - this.okButton.Click += new System.EventHandler(this.okButton_Click); - // - // wmErrorTextBox3 - // - this.wmPulsesCountTextBox3.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox3.Location = new System.Drawing.Point(198, 120); - this.wmPulsesCountTextBox3.Name = "wmErrorTextBox3"; - this.wmPulsesCountTextBox3.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox3.TabIndex = 1; - this.wmPulsesCountTextBox3.Visible = false; - // - // wmErrorLabel3 - // - this.wmPulsesCountLabel3.AutoSize = true; - this.wmPulsesCountLabel3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel3.Location = new System.Drawing.Point(33, 131); - this.wmPulsesCountLabel3.Name = "wmErrorLabel3"; - this.wmPulsesCountLabel3.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel3.TabIndex = 0; - this.wmPulsesCountLabel3.Text = "Error [%]"; - this.wmPulsesCountLabel3.Visible = false; - // - // wmErrorTextBox4 - // - this.wmPulsesCountTextBox4.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox4.Location = new System.Drawing.Point(198, 166); - this.wmPulsesCountTextBox4.Name = "wmErrorTextBox4"; - this.wmPulsesCountTextBox4.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox4.TabIndex = 1; - this.wmPulsesCountTextBox4.Visible = false; - // - // wmErrorLabel4 - // - this.wmPulsesCountLabel4.AutoSize = true; - this.wmPulsesCountLabel4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel4.Location = new System.Drawing.Point(33, 177); - this.wmPulsesCountLabel4.Name = "wmErrorLabel4"; - this.wmPulsesCountLabel4.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel4.TabIndex = 0; - this.wmPulsesCountLabel4.Text = "Error [%]"; - this.wmPulsesCountLabel4.Visible = false; - // - // wmErrorTextBox5 - // - this.wmPulsesCountTextBox5.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox5.Location = new System.Drawing.Point(198, 213); - this.wmPulsesCountTextBox5.Name = "wmErrorTextBox5"; - this.wmPulsesCountTextBox5.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox5.TabIndex = 1; - this.wmPulsesCountTextBox5.Visible = false; - // - // wmErrorLabel5 - // - this.wmPulsesCountLabel5.AutoSize = true; - this.wmPulsesCountLabel5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel5.Location = new System.Drawing.Point(33, 224); - this.wmPulsesCountLabel5.Name = "wmErrorLabel5"; - this.wmPulsesCountLabel5.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel5.TabIndex = 0; - this.wmPulsesCountLabel5.Text = "Error [%]"; - this.wmPulsesCountLabel5.Visible = false; - // - // wmErrorTextBox6 - // - this.wmPulsesCountTextBox6.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox6.Location = new System.Drawing.Point(198, 259); - this.wmPulsesCountTextBox6.Name = "wmErrorTextBox6"; - this.wmPulsesCountTextBox6.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox6.TabIndex = 1; - this.wmPulsesCountTextBox6.Visible = false; - // - // wmErrorLabel6 - // - this.wmPulsesCountLabel6.AutoSize = true; - this.wmPulsesCountLabel6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel6.Location = new System.Drawing.Point(33, 271); - this.wmPulsesCountLabel6.Name = "wmErrorLabel6"; - this.wmPulsesCountLabel6.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel6.TabIndex = 0; - this.wmPulsesCountLabel6.Text = "Error [%]"; - this.wmPulsesCountLabel6.Visible = false; - // - // wmErrorTextBox1 - // - this.wmPulsesCountTextBox1.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox1.Location = new System.Drawing.Point(198, 28); - this.wmPulsesCountTextBox1.Name = "wmErrorTextBox1"; - this.wmPulsesCountTextBox1.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox1.TabIndex = 1; - this.wmPulsesCountTextBox1.Visible = false; - // - // wmErrorTextBox7 - // - this.wmPulsesCountTextBox7.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox7.Location = new System.Drawing.Point(198, 305); - this.wmPulsesCountTextBox7.Name = "wmErrorTextBox7"; - this.wmPulsesCountTextBox7.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox7.TabIndex = 9; - this.wmPulsesCountTextBox7.Visible = false; - // - // wmErrorLabel7 - // - this.wmPulsesCountLabel7.AutoSize = true; - this.wmPulsesCountLabel7.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel7.Location = new System.Drawing.Point(33, 317); - this.wmPulsesCountLabel7.Name = "wmErrorLabel7"; - this.wmPulsesCountLabel7.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel7.TabIndex = 8; - this.wmPulsesCountLabel7.Text = "Error [%]"; - this.wmPulsesCountLabel7.Visible = false; - // - // wmErrorTextBox8 - // - this.wmPulsesCountTextBox8.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox8.Location = new System.Drawing.Point(198, 351); - this.wmPulsesCountTextBox8.Name = "wmErrorTextBox8"; - this.wmPulsesCountTextBox8.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox8.TabIndex = 11; - this.wmPulsesCountTextBox8.Visible = false; - // - // wmErrorLabel8 - // - this.wmPulsesCountLabel8.AutoSize = true; - this.wmPulsesCountLabel8.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel8.Location = new System.Drawing.Point(33, 363); - this.wmPulsesCountLabel8.Name = "wmErrorLabel8"; - this.wmPulsesCountLabel8.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel8.TabIndex = 10; - this.wmPulsesCountLabel8.Text = "Error [%]"; - this.wmPulsesCountLabel8.Visible = false; - // - // wmErrorTextBox9 - // - this.wmPulsesCountTextBox9.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox9.Location = new System.Drawing.Point(198, 397); - this.wmPulsesCountTextBox9.Name = "wmErrorTextBox9"; - this.wmPulsesCountTextBox9.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox9.TabIndex = 13; - this.wmPulsesCountTextBox9.Visible = false; - // - // wmErrorLabel9 - // - this.wmPulsesCountLabel9.AutoSize = true; - this.wmPulsesCountLabel9.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel9.Location = new System.Drawing.Point(33, 408); - this.wmPulsesCountLabel9.Name = "wmErrorLabel9"; - this.wmPulsesCountLabel9.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel9.TabIndex = 12; - this.wmPulsesCountLabel9.Text = "Error [%]"; - this.wmPulsesCountLabel9.Visible = false; - // - // wmErrorTextBox10 - // - this.wmPulsesCountTextBox10.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox10.Location = new System.Drawing.Point(198, 443); - this.wmPulsesCountTextBox10.Name = "wmErrorTextBox10"; - this.wmPulsesCountTextBox10.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox10.TabIndex = 15; - this.wmPulsesCountTextBox10.Visible = false; - // - // wmErrorLabel10 - // - this.wmPulsesCountLabel10.AutoSize = true; - this.wmPulsesCountLabel10.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel10.Location = new System.Drawing.Point(33, 454); - this.wmPulsesCountLabel10.Name = "wmErrorLabel10"; - this.wmPulsesCountLabel10.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel10.TabIndex = 14; - this.wmPulsesCountLabel10.Text = "Error [%]"; - this.wmPulsesCountLabel10.Visible = false; - // - // wmErrorTextBox12 - // - this.wmPulsesCountTextBox12.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox12.Location = new System.Drawing.Point(198, 535); - this.wmPulsesCountTextBox12.Name = "wmErrorTextBox12"; - this.wmPulsesCountTextBox12.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox12.TabIndex = 19; - this.wmPulsesCountTextBox12.Visible = false; - // - // wmErrorLabel12 - // - this.wmPulsesCountLabel12.AutoSize = true; - this.wmPulsesCountLabel12.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel12.Location = new System.Drawing.Point(33, 546); - this.wmPulsesCountLabel12.Name = "wmErrorLabel12"; - this.wmPulsesCountLabel12.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel12.TabIndex = 18; - this.wmPulsesCountLabel12.Text = "Error [%]"; - this.wmPulsesCountLabel12.Visible = false; - // - // wmErrorTextBox11 - // - this.wmPulsesCountTextBox11.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox11.Location = new System.Drawing.Point(198, 489); - this.wmPulsesCountTextBox11.Name = "wmErrorTextBox11"; - this.wmPulsesCountTextBox11.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox11.TabIndex = 17; - this.wmPulsesCountTextBox11.Visible = false; - // - // wmErrorLabel11 - // - this.wmPulsesCountLabel11.AutoSize = true; - this.wmPulsesCountLabel11.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel11.Location = new System.Drawing.Point(33, 500); - this.wmPulsesCountLabel11.Name = "wmErrorLabel11"; - this.wmPulsesCountLabel11.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel11.TabIndex = 16; - this.wmPulsesCountLabel11.Text = "Error [%]"; - this.wmPulsesCountLabel11.Visible = false; - // - // wmErrorTextBox24 - // - this.wmPulsesCountTextBox24.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox24.Location = new System.Drawing.Point(754, 535); - this.wmPulsesCountTextBox24.Name = "wmErrorTextBox24"; - this.wmPulsesCountTextBox24.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox24.TabIndex = 43; - this.wmPulsesCountTextBox24.Visible = false; - // - // wmErrorLabel24 - // - this.wmPulsesCountLabel24.AutoSize = true; - this.wmPulsesCountLabel24.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel24.Location = new System.Drawing.Point(589, 546); - this.wmPulsesCountLabel24.Name = "wmErrorLabel24"; - this.wmPulsesCountLabel24.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel24.TabIndex = 42; - this.wmPulsesCountLabel24.Text = "Error [%]"; - this.wmPulsesCountLabel24.Visible = false; - // - // wmErrorTextBox23 - // - this.wmPulsesCountTextBox23.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox23.Location = new System.Drawing.Point(754, 489); - this.wmPulsesCountTextBox23.Name = "wmErrorTextBox23"; - this.wmPulsesCountTextBox23.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox23.TabIndex = 41; - this.wmPulsesCountTextBox23.Visible = false; - // - // wmErrorLabel23 - // - this.wmPulsesCountLabel23.AutoSize = true; - this.wmPulsesCountLabel23.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel23.Location = new System.Drawing.Point(589, 500); - this.wmPulsesCountLabel23.Name = "wmErrorLabel23"; - this.wmPulsesCountLabel23.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel23.TabIndex = 40; - this.wmPulsesCountLabel23.Text = "Error [%]"; - this.wmPulsesCountLabel23.Visible = false; - // - // wmErrorTextBox22 - // - this.wmPulsesCountTextBox22.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox22.Location = new System.Drawing.Point(754, 443); - this.wmPulsesCountTextBox22.Name = "wmErrorTextBox22"; - this.wmPulsesCountTextBox22.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox22.TabIndex = 39; - this.wmPulsesCountTextBox22.Visible = false; - // - // wmErrorLabel22 - // - this.wmPulsesCountLabel22.AutoSize = true; - this.wmPulsesCountLabel22.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel22.Location = new System.Drawing.Point(589, 454); - this.wmPulsesCountLabel22.Name = "wmErrorLabel22"; - this.wmPulsesCountLabel22.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel22.TabIndex = 38; - this.wmPulsesCountLabel22.Text = "Error [%]"; - this.wmPulsesCountLabel22.Visible = false; - // - // wmErrorTextBox21 - // - this.wmPulsesCountTextBox21.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox21.Location = new System.Drawing.Point(754, 397); - this.wmPulsesCountTextBox21.Name = "wmErrorTextBox21"; - this.wmPulsesCountTextBox21.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox21.TabIndex = 37; - this.wmPulsesCountTextBox21.Visible = false; - // - // wmErrorLabel21 - // - this.wmPulsesCountLabel21.AutoSize = true; - this.wmPulsesCountLabel21.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel21.Location = new System.Drawing.Point(589, 408); - this.wmPulsesCountLabel21.Name = "wmErrorLabel21"; - this.wmPulsesCountLabel21.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel21.TabIndex = 36; - this.wmPulsesCountLabel21.Text = "Error [%]"; - this.wmPulsesCountLabel21.Visible = false; - // - // wmErrorTextBox20 - // - this.wmPulsesCountTextBox20.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox20.Location = new System.Drawing.Point(754, 351); - this.wmPulsesCountTextBox20.Name = "wmErrorTextBox20"; - this.wmPulsesCountTextBox20.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox20.TabIndex = 35; - this.wmPulsesCountTextBox20.Visible = false; - // - // wmErrorLabel20 - // - this.wmPulsesCountLabel20.AutoSize = true; - this.wmPulsesCountLabel20.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel20.Location = new System.Drawing.Point(589, 363); - this.wmPulsesCountLabel20.Name = "wmErrorLabel20"; - this.wmPulsesCountLabel20.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel20.TabIndex = 34; - this.wmPulsesCountLabel20.Text = "Error [%]"; - this.wmPulsesCountLabel20.Visible = false; - // - // wmErrorTextBox19 - // - this.wmPulsesCountTextBox19.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox19.Location = new System.Drawing.Point(754, 305); - this.wmPulsesCountTextBox19.Name = "wmErrorTextBox19"; - this.wmPulsesCountTextBox19.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox19.TabIndex = 33; - this.wmPulsesCountTextBox19.Visible = false; - // - // wmErrorLabel19 - // - this.wmPulsesCountLabel19.AutoSize = true; - this.wmPulsesCountLabel19.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel19.Location = new System.Drawing.Point(589, 317); - this.wmPulsesCountLabel19.Name = "wmErrorLabel19"; - this.wmPulsesCountLabel19.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel19.TabIndex = 32; - this.wmPulsesCountLabel19.Text = "Error [%]"; - this.wmPulsesCountLabel19.Visible = false; - // - // wmErrorTextBox18 - // - this.wmPulsesCountTextBox18.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox18.Location = new System.Drawing.Point(754, 259); - this.wmPulsesCountTextBox18.Name = "wmErrorTextBox18"; - this.wmPulsesCountTextBox18.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox18.TabIndex = 27; - this.wmPulsesCountTextBox18.Visible = false; - // - // wmErrorLabel18 - // - this.wmPulsesCountLabel18.AutoSize = true; - this.wmPulsesCountLabel18.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel18.Location = new System.Drawing.Point(589, 271); - this.wmPulsesCountLabel18.Name = "wmErrorLabel18"; - this.wmPulsesCountLabel18.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel18.TabIndex = 23; - this.wmPulsesCountLabel18.Text = "Error [%]"; - this.wmPulsesCountLabel18.Visible = false; - // - // wmErrorTextBox17 - // - this.wmPulsesCountTextBox17.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox17.Location = new System.Drawing.Point(754, 213); - this.wmPulsesCountTextBox17.Name = "wmErrorTextBox17"; - this.wmPulsesCountTextBox17.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox17.TabIndex = 26; - this.wmPulsesCountTextBox17.Visible = false; - // - // wmErrorLabel17 - // - this.wmPulsesCountLabel17.AutoSize = true; - this.wmPulsesCountLabel17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel17.Location = new System.Drawing.Point(589, 224); - this.wmPulsesCountLabel17.Name = "wmErrorLabel17"; - this.wmPulsesCountLabel17.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel17.TabIndex = 22; - this.wmPulsesCountLabel17.Text = "Error [%]"; - this.wmPulsesCountLabel17.Visible = false; - // - // wmErrorTextBox16 - // - this.wmPulsesCountTextBox16.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox16.Location = new System.Drawing.Point(754, 166); - this.wmPulsesCountTextBox16.Name = "wmErrorTextBox16"; - this.wmPulsesCountTextBox16.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox16.TabIndex = 30; - this.wmPulsesCountTextBox16.Visible = false; - // - // wmErrorLabel16 - // - this.wmPulsesCountLabel16.AutoSize = true; - this.wmPulsesCountLabel16.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel16.Location = new System.Drawing.Point(589, 177); - this.wmPulsesCountLabel16.Name = "wmErrorLabel16"; - this.wmPulsesCountLabel16.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel16.TabIndex = 21; - this.wmPulsesCountLabel16.Text = "Error [%]"; - this.wmPulsesCountLabel16.Visible = false; - // - // wmErrorTextBox15 - // - this.wmPulsesCountTextBox15.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox15.Location = new System.Drawing.Point(754, 120); - this.wmPulsesCountTextBox15.Name = "wmErrorTextBox15"; - this.wmPulsesCountTextBox15.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox15.TabIndex = 31; - this.wmPulsesCountTextBox15.Visible = false; - // - // wmErrorLabel15 - // - this.wmPulsesCountLabel15.AutoSize = true; - this.wmPulsesCountLabel15.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel15.Location = new System.Drawing.Point(589, 131); - this.wmPulsesCountLabel15.Name = "wmErrorLabel15"; - this.wmPulsesCountLabel15.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel15.TabIndex = 20; - this.wmPulsesCountLabel15.Text = "Error [%]"; - this.wmPulsesCountLabel15.Visible = false; - // - // wmErrorTextBox14 - // - this.wmPulsesCountTextBox14.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox14.Location = new System.Drawing.Point(754, 74); - this.wmPulsesCountTextBox14.Name = "wmErrorTextBox14"; - this.wmPulsesCountTextBox14.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox14.TabIndex = 28; - this.wmPulsesCountTextBox14.Visible = false; - // - // wmErrorLabel14 - // - this.wmPulsesCountLabel14.AutoSize = true; - this.wmPulsesCountLabel14.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel14.Location = new System.Drawing.Point(589, 85); - this.wmPulsesCountLabel14.Name = "wmErrorLabel14"; - this.wmPulsesCountLabel14.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel14.TabIndex = 25; - this.wmPulsesCountLabel14.Text = "Error [%]"; - this.wmPulsesCountLabel14.Visible = false; - // - // wmErrorTextBox13 - // - this.wmPulsesCountTextBox13.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountTextBox13.Location = new System.Drawing.Point(754, 28); - this.wmPulsesCountTextBox13.Name = "wmErrorTextBox13"; - this.wmPulsesCountTextBox13.Size = new System.Drawing.Size(137, 40); - this.wmPulsesCountTextBox13.TabIndex = 29; - this.wmPulsesCountTextBox13.Visible = false; - // - // wmErrorLabel13 - // - this.wmPulsesCountLabel13.AutoSize = true; - this.wmPulsesCountLabel13.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.wmPulsesCountLabel13.Location = new System.Drawing.Point(589, 39); - this.wmPulsesCountLabel13.Name = "wmErrorLabel13"; - this.wmPulsesCountLabel13.Size = new System.Drawing.Size(103, 23); - this.wmPulsesCountLabel13.TabIndex = 24; - this.wmPulsesCountLabel13.Text = "Error [%]"; - this.wmPulsesCountLabel13.Visible = false; - // - // WMErrorsForm24 - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; - this.ClientSize = new System.Drawing.Size(1267, 592); - this.Controls.Add(this.wmPulsesCountTextBox24); - this.Controls.Add(this.wmPulsesCountLabel24); - this.Controls.Add(this.wmPulsesCountTextBox23); - this.Controls.Add(this.wmPulsesCountLabel23); - this.Controls.Add(this.wmPulsesCountTextBox22); - this.Controls.Add(this.wmPulsesCountLabel22); - this.Controls.Add(this.wmPulsesCountTextBox21); - this.Controls.Add(this.wmPulsesCountLabel21); - this.Controls.Add(this.wmPulsesCountTextBox20); - this.Controls.Add(this.wmPulsesCountLabel20); - this.Controls.Add(this.wmPulsesCountTextBox19); - this.Controls.Add(this.wmPulsesCountLabel19); - this.Controls.Add(this.wmPulsesCountTextBox18); - this.Controls.Add(this.wmPulsesCountLabel18); - this.Controls.Add(this.wmPulsesCountTextBox17); - this.Controls.Add(this.wmPulsesCountLabel17); - this.Controls.Add(this.wmPulsesCountTextBox16); - this.Controls.Add(this.wmPulsesCountLabel16); - this.Controls.Add(this.wmPulsesCountTextBox15); - this.Controls.Add(this.wmPulsesCountLabel15); - this.Controls.Add(this.wmPulsesCountTextBox14); - this.Controls.Add(this.wmPulsesCountLabel14); - this.Controls.Add(this.wmPulsesCountTextBox13); - this.Controls.Add(this.wmPulsesCountLabel13); - this.Controls.Add(this.wmPulsesCountTextBox12); - this.Controls.Add(this.wmPulsesCountLabel12); - this.Controls.Add(this.wmPulsesCountTextBox11); - this.Controls.Add(this.wmPulsesCountLabel11); - this.Controls.Add(this.wmPulsesCountTextBox10); - this.Controls.Add(this.wmPulsesCountLabel10); - this.Controls.Add(this.wmPulsesCountTextBox9); - this.Controls.Add(this.wmPulsesCountLabel9); - this.Controls.Add(this.wmPulsesCountTextBox8); - this.Controls.Add(this.wmPulsesCountLabel8); - this.Controls.Add(this.wmPulsesCountTextBox7); - this.Controls.Add(this.wmPulsesCountLabel7); - this.Controls.Add(this.wmPulsesCountTextBox6); - this.Controls.Add(this.wmPulsesCountLabel6); - this.Controls.Add(this.wmPulsesCountTextBox5); - this.Controls.Add(this.wmPulsesCountLabel5); - this.Controls.Add(this.wmPulsesCountTextBox4); - this.Controls.Add(this.wmPulsesCountLabel4); - this.Controls.Add(this.wmPulsesCountTextBox3); - this.Controls.Add(this.wmPulsesCountLabel3); - this.Controls.Add(this.wmPulsesCountTextBox2); - this.Controls.Add(this.wmPulsesCountLabel2); - this.Controls.Add(this.wmPulsesCountTextBox1); - this.Controls.Add(this.wmPulsesCountLabel1); - this.Controls.Add(this.okButton); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; - this.Name = "WMErrorsForm24"; - this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.Text = "Water Meter States"; - this.TopMost = true; - this.Load += new System.EventHandler(this.WMPulsesForm24_Load); - this.Paint += new System.Windows.Forms.PaintEventHandler(this.WMPulsesForm24_Paint); - this.ResumeLayout(false); - this.PerformLayout(); + this.wmPulsesCountTextBox2 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel2 = new System.Windows.Forms.Label(); + this.wmPulsesCountLabel1 = new System.Windows.Forms.Label(); + this.okButton = new System.Windows.Forms.Button(); + this.wmPulsesCountTextBox3 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel3 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox4 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel4 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox5 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel5 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox6 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel6 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox1 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountTextBox7 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel7 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox8 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel8 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox9 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel9 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox10 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel10 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox12 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel12 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox11 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel11 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox24 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel24 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox23 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel23 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox22 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel22 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox21 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel21 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox20 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel20 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox19 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel19 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox18 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel18 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox17 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel17 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox16 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel16 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox15 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel15 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox14 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel14 = new System.Windows.Forms.Label(); + this.wmPulsesCountTextBox13 = new System.Windows.Forms.TextBox(); + this.wmPulsesCountLabel13 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // wmPulsesCountTextBox2 + // + this.wmPulsesCountTextBox2.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox2.Location = new System.Drawing.Point(198, 74); + this.wmPulsesCountTextBox2.Name = "wmPulsesCountTextBox2"; + this.wmPulsesCountTextBox2.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox2.TabIndex = 1; + this.wmPulsesCountTextBox2.Visible = false; + // + // wmPulsesCountLabel2 + // + this.wmPulsesCountLabel2.AutoSize = true; + this.wmPulsesCountLabel2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel2.Location = new System.Drawing.Point(33, 85); + this.wmPulsesCountLabel2.Name = "wmPulsesCountLabel2"; + this.wmPulsesCountLabel2.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel2.TabIndex = 0; + this.wmPulsesCountLabel2.Text = "Pulses count"; + this.wmPulsesCountLabel2.Visible = false; + // + // wmPulsesCountLabel1 + // + this.wmPulsesCountLabel1.AutoSize = true; + this.wmPulsesCountLabel1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel1.Location = new System.Drawing.Point(33, 39); + this.wmPulsesCountLabel1.Name = "wmPulsesCountLabel1"; + this.wmPulsesCountLabel1.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel1.TabIndex = 0; + this.wmPulsesCountLabel1.Text = "Pulses count"; + this.wmPulsesCountLabel1.Visible = false; + // + // okButton + // + this.okButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.okButton.ForeColor = System.Drawing.Color.Black; + this.okButton.Location = new System.Drawing.Point(1157, 28); + this.okButton.Name = "okButton"; + this.okButton.Size = new System.Drawing.Size(98, 63); + this.okButton.TabIndex = 7; + this.okButton.Text = "OK"; + this.okButton.UseVisualStyleBackColor = true; + this.okButton.Click += new System.EventHandler(this.okButton_Click); + // + // wmPulsesCountTextBox3 + // + this.wmPulsesCountTextBox3.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox3.Location = new System.Drawing.Point(198, 120); + this.wmPulsesCountTextBox3.Name = "wmPulsesCountTextBox3"; + this.wmPulsesCountTextBox3.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox3.TabIndex = 1; + this.wmPulsesCountTextBox3.Visible = false; + // + // wmPulsesCountLabel3 + // + this.wmPulsesCountLabel3.AutoSize = true; + this.wmPulsesCountLabel3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel3.Location = new System.Drawing.Point(33, 131); + this.wmPulsesCountLabel3.Name = "wmPulsesCountLabel3"; + this.wmPulsesCountLabel3.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel3.TabIndex = 0; + this.wmPulsesCountLabel3.Text = "Pulses count"; + this.wmPulsesCountLabel3.Visible = false; + // + // wmPulsesCountTextBox4 + // + this.wmPulsesCountTextBox4.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox4.Location = new System.Drawing.Point(198, 166); + this.wmPulsesCountTextBox4.Name = "wmPulsesCountTextBox4"; + this.wmPulsesCountTextBox4.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox4.TabIndex = 1; + this.wmPulsesCountTextBox4.Visible = false; + // + // wmPulsesCountLabel4 + // + this.wmPulsesCountLabel4.AutoSize = true; + this.wmPulsesCountLabel4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel4.Location = new System.Drawing.Point(33, 177); + this.wmPulsesCountLabel4.Name = "wmPulsesCountLabel4"; + this.wmPulsesCountLabel4.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel4.TabIndex = 0; + this.wmPulsesCountLabel4.Text = "Pulses count"; + this.wmPulsesCountLabel4.Visible = false; + // + // wmPulsesCountTextBox5 + // + this.wmPulsesCountTextBox5.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox5.Location = new System.Drawing.Point(198, 213); + this.wmPulsesCountTextBox5.Name = "wmPulsesCountTextBox5"; + this.wmPulsesCountTextBox5.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox5.TabIndex = 1; + this.wmPulsesCountTextBox5.Visible = false; + // + // wmPulsesCountLabel5 + // + this.wmPulsesCountLabel5.AutoSize = true; + this.wmPulsesCountLabel5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel5.Location = new System.Drawing.Point(33, 224); + this.wmPulsesCountLabel5.Name = "wmPulsesCountLabel5"; + this.wmPulsesCountLabel5.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel5.TabIndex = 0; + this.wmPulsesCountLabel5.Text = "Pulses count"; + this.wmPulsesCountLabel5.Visible = false; + // + // wmPulsesCountTextBox6 + // + this.wmPulsesCountTextBox6.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox6.Location = new System.Drawing.Point(198, 259); + this.wmPulsesCountTextBox6.Name = "wmPulsesCountTextBox6"; + this.wmPulsesCountTextBox6.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox6.TabIndex = 1; + this.wmPulsesCountTextBox6.Visible = false; + // + // wmPulsesCountLabel6 + // + this.wmPulsesCountLabel6.AutoSize = true; + this.wmPulsesCountLabel6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel6.Location = new System.Drawing.Point(33, 271); + this.wmPulsesCountLabel6.Name = "wmPulsesCountLabel6"; + this.wmPulsesCountLabel6.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel6.TabIndex = 0; + this.wmPulsesCountLabel6.Text = "Pulses count"; + this.wmPulsesCountLabel6.Visible = false; + // + // wmPulsesCountTextBox1 + // + this.wmPulsesCountTextBox1.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox1.Location = new System.Drawing.Point(198, 28); + this.wmPulsesCountTextBox1.Name = "wmPulsesCountTextBox1"; + this.wmPulsesCountTextBox1.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox1.TabIndex = 1; + this.wmPulsesCountTextBox1.Visible = false; + // + // wmPulsesCountTextBox7 + // + this.wmPulsesCountTextBox7.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox7.Location = new System.Drawing.Point(198, 305); + this.wmPulsesCountTextBox7.Name = "wmPulsesCountTextBox7"; + this.wmPulsesCountTextBox7.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox7.TabIndex = 9; + this.wmPulsesCountTextBox7.Visible = false; + // + // wmPulsesCountLabel7 + // + this.wmPulsesCountLabel7.AutoSize = true; + this.wmPulsesCountLabel7.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel7.Location = new System.Drawing.Point(33, 317); + this.wmPulsesCountLabel7.Name = "wmPulsesCountLabel7"; + this.wmPulsesCountLabel7.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel7.TabIndex = 8; + this.wmPulsesCountLabel7.Text = "Pulses count"; + this.wmPulsesCountLabel7.Visible = false; + // + // wmPulsesCountTextBox8 + // + this.wmPulsesCountTextBox8.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox8.Location = new System.Drawing.Point(198, 351); + this.wmPulsesCountTextBox8.Name = "wmPulsesCountTextBox8"; + this.wmPulsesCountTextBox8.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox8.TabIndex = 11; + this.wmPulsesCountTextBox8.Visible = false; + // + // wmPulsesCountLabel8 + // + this.wmPulsesCountLabel8.AutoSize = true; + this.wmPulsesCountLabel8.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel8.Location = new System.Drawing.Point(33, 363); + this.wmPulsesCountLabel8.Name = "wmPulsesCountLabel8"; + this.wmPulsesCountLabel8.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel8.TabIndex = 10; + this.wmPulsesCountLabel8.Text = "Pulses count"; + this.wmPulsesCountLabel8.Visible = false; + // + // wmPulsesCountTextBox9 + // + this.wmPulsesCountTextBox9.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox9.Location = new System.Drawing.Point(198, 397); + this.wmPulsesCountTextBox9.Name = "wmPulsesCountTextBox9"; + this.wmPulsesCountTextBox9.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox9.TabIndex = 13; + this.wmPulsesCountTextBox9.Visible = false; + // + // wmPulsesCountLabel9 + // + this.wmPulsesCountLabel9.AutoSize = true; + this.wmPulsesCountLabel9.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel9.Location = new System.Drawing.Point(33, 408); + this.wmPulsesCountLabel9.Name = "wmPulsesCountLabel9"; + this.wmPulsesCountLabel9.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel9.TabIndex = 12; + this.wmPulsesCountLabel9.Text = "Pulses count"; + this.wmPulsesCountLabel9.Visible = false; + // + // wmPulsesCountTextBox10 + // + this.wmPulsesCountTextBox10.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox10.Location = new System.Drawing.Point(198, 443); + this.wmPulsesCountTextBox10.Name = "wmPulsesCountTextBox10"; + this.wmPulsesCountTextBox10.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox10.TabIndex = 15; + this.wmPulsesCountTextBox10.Visible = false; + // + // wmPulsesCountLabel10 + // + this.wmPulsesCountLabel10.AutoSize = true; + this.wmPulsesCountLabel10.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel10.Location = new System.Drawing.Point(33, 454); + this.wmPulsesCountLabel10.Name = "wmPulsesCountLabel10"; + this.wmPulsesCountLabel10.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel10.TabIndex = 14; + this.wmPulsesCountLabel10.Text = "Pulses count"; + this.wmPulsesCountLabel10.Visible = false; + // + // wmPulsesCountTextBox12 + // + this.wmPulsesCountTextBox12.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox12.Location = new System.Drawing.Point(198, 535); + this.wmPulsesCountTextBox12.Name = "wmPulsesCountTextBox12"; + this.wmPulsesCountTextBox12.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox12.TabIndex = 19; + this.wmPulsesCountTextBox12.Visible = false; + // + // wmPulsesCountLabel12 + // + this.wmPulsesCountLabel12.AutoSize = true; + this.wmPulsesCountLabel12.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel12.Location = new System.Drawing.Point(33, 546); + this.wmPulsesCountLabel12.Name = "wmPulsesCountLabel12"; + this.wmPulsesCountLabel12.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel12.TabIndex = 18; + this.wmPulsesCountLabel12.Text = "Pulses count"; + this.wmPulsesCountLabel12.Visible = false; + // + // wmPulsesCountTextBox11 + // + this.wmPulsesCountTextBox11.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox11.Location = new System.Drawing.Point(198, 489); + this.wmPulsesCountTextBox11.Name = "wmPulsesCountTextBox11"; + this.wmPulsesCountTextBox11.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox11.TabIndex = 17; + this.wmPulsesCountTextBox11.Visible = false; + // + // wmPulsesCountLabel11 + // + this.wmPulsesCountLabel11.AutoSize = true; + this.wmPulsesCountLabel11.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel11.Location = new System.Drawing.Point(33, 500); + this.wmPulsesCountLabel11.Name = "wmPulsesCountLabel11"; + this.wmPulsesCountLabel11.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel11.TabIndex = 16; + this.wmPulsesCountLabel11.Text = "Pulses count"; + this.wmPulsesCountLabel11.Visible = false; + // + // wmPulsesCountTextBox24 + // + this.wmPulsesCountTextBox24.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox24.Location = new System.Drawing.Point(754, 535); + this.wmPulsesCountTextBox24.Name = "wmPulsesCountTextBox24"; + this.wmPulsesCountTextBox24.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox24.TabIndex = 43; + this.wmPulsesCountTextBox24.Visible = false; + // + // wmPulsesCountLabel24 + // + this.wmPulsesCountLabel24.AutoSize = true; + this.wmPulsesCountLabel24.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel24.Location = new System.Drawing.Point(589, 546); + this.wmPulsesCountLabel24.Name = "wmPulsesCountLabel24"; + this.wmPulsesCountLabel24.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel24.TabIndex = 42; + this.wmPulsesCountLabel24.Text = "Pulses count"; + this.wmPulsesCountLabel24.Visible = false; + // + // wmPulsesCountTextBox23 + // + this.wmPulsesCountTextBox23.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox23.Location = new System.Drawing.Point(754, 489); + this.wmPulsesCountTextBox23.Name = "wmPulsesCountTextBox23"; + this.wmPulsesCountTextBox23.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox23.TabIndex = 41; + this.wmPulsesCountTextBox23.Visible = false; + // + // wmPulsesCountLabel23 + // + this.wmPulsesCountLabel23.AutoSize = true; + this.wmPulsesCountLabel23.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel23.Location = new System.Drawing.Point(589, 500); + this.wmPulsesCountLabel23.Name = "wmPulsesCountLabel23"; + this.wmPulsesCountLabel23.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel23.TabIndex = 40; + this.wmPulsesCountLabel23.Text = "Pulses count"; + this.wmPulsesCountLabel23.Visible = false; + // + // wmPulsesCountTextBox22 + // + this.wmPulsesCountTextBox22.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox22.Location = new System.Drawing.Point(754, 443); + this.wmPulsesCountTextBox22.Name = "wmPulsesCountTextBox22"; + this.wmPulsesCountTextBox22.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox22.TabIndex = 39; + this.wmPulsesCountTextBox22.Visible = false; + // + // wmPulsesCountLabel22 + // + this.wmPulsesCountLabel22.AutoSize = true; + this.wmPulsesCountLabel22.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel22.Location = new System.Drawing.Point(589, 454); + this.wmPulsesCountLabel22.Name = "wmPulsesCountLabel22"; + this.wmPulsesCountLabel22.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel22.TabIndex = 38; + this.wmPulsesCountLabel22.Text = "Pulses count"; + this.wmPulsesCountLabel22.Visible = false; + // + // wmPulsesCountTextBox21 + // + this.wmPulsesCountTextBox21.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox21.Location = new System.Drawing.Point(754, 397); + this.wmPulsesCountTextBox21.Name = "wmPulsesCountTextBox21"; + this.wmPulsesCountTextBox21.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox21.TabIndex = 37; + this.wmPulsesCountTextBox21.Visible = false; + // + // wmPulsesCountLabel21 + // + this.wmPulsesCountLabel21.AutoSize = true; + this.wmPulsesCountLabel21.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel21.Location = new System.Drawing.Point(589, 408); + this.wmPulsesCountLabel21.Name = "wmPulsesCountLabel21"; + this.wmPulsesCountLabel21.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel21.TabIndex = 36; + this.wmPulsesCountLabel21.Text = "Pulses count"; + this.wmPulsesCountLabel21.Visible = false; + // + // wmPulsesCountTextBox20 + // + this.wmPulsesCountTextBox20.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox20.Location = new System.Drawing.Point(754, 351); + this.wmPulsesCountTextBox20.Name = "wmPulsesCountTextBox20"; + this.wmPulsesCountTextBox20.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox20.TabIndex = 35; + this.wmPulsesCountTextBox20.Visible = false; + // + // wmPulsesCountLabel20 + // + this.wmPulsesCountLabel20.AutoSize = true; + this.wmPulsesCountLabel20.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel20.Location = new System.Drawing.Point(589, 363); + this.wmPulsesCountLabel20.Name = "wmPulsesCountLabel20"; + this.wmPulsesCountLabel20.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel20.TabIndex = 34; + this.wmPulsesCountLabel20.Text = "Pulses count"; + this.wmPulsesCountLabel20.Visible = false; + // + // wmPulsesCountTextBox19 + // + this.wmPulsesCountTextBox19.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox19.Location = new System.Drawing.Point(754, 305); + this.wmPulsesCountTextBox19.Name = "wmPulsesCountTextBox19"; + this.wmPulsesCountTextBox19.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox19.TabIndex = 33; + this.wmPulsesCountTextBox19.Visible = false; + // + // wmPulsesCountLabel19 + // + this.wmPulsesCountLabel19.AutoSize = true; + this.wmPulsesCountLabel19.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel19.Location = new System.Drawing.Point(589, 317); + this.wmPulsesCountLabel19.Name = "wmPulsesCountLabel19"; + this.wmPulsesCountLabel19.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel19.TabIndex = 32; + this.wmPulsesCountLabel19.Text = "Pulses count"; + this.wmPulsesCountLabel19.Visible = false; + // + // wmPulsesCountTextBox18 + // + this.wmPulsesCountTextBox18.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox18.Location = new System.Drawing.Point(754, 259); + this.wmPulsesCountTextBox18.Name = "wmPulsesCountTextBox18"; + this.wmPulsesCountTextBox18.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox18.TabIndex = 27; + this.wmPulsesCountTextBox18.Visible = false; + // + // wmPulsesCountLabel18 + // + this.wmPulsesCountLabel18.AutoSize = true; + this.wmPulsesCountLabel18.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel18.Location = new System.Drawing.Point(589, 271); + this.wmPulsesCountLabel18.Name = "wmPulsesCountLabel18"; + this.wmPulsesCountLabel18.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel18.TabIndex = 23; + this.wmPulsesCountLabel18.Text = "Pulses count"; + this.wmPulsesCountLabel18.Visible = false; + // + // wmPulsesCountTextBox17 + // + this.wmPulsesCountTextBox17.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox17.Location = new System.Drawing.Point(754, 213); + this.wmPulsesCountTextBox17.Name = "wmPulsesCountTextBox17"; + this.wmPulsesCountTextBox17.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox17.TabIndex = 26; + this.wmPulsesCountTextBox17.Visible = false; + // + // wmPulsesCountLabel17 + // + this.wmPulsesCountLabel17.AutoSize = true; + this.wmPulsesCountLabel17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel17.Location = new System.Drawing.Point(589, 224); + this.wmPulsesCountLabel17.Name = "wmPulsesCountLabel17"; + this.wmPulsesCountLabel17.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel17.TabIndex = 22; + this.wmPulsesCountLabel17.Text = "Pulses count"; + this.wmPulsesCountLabel17.Visible = false; + // + // wmPulsesCountTextBox16 + // + this.wmPulsesCountTextBox16.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox16.Location = new System.Drawing.Point(754, 166); + this.wmPulsesCountTextBox16.Name = "wmPulsesCountTextBox16"; + this.wmPulsesCountTextBox16.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox16.TabIndex = 30; + this.wmPulsesCountTextBox16.Visible = false; + // + // wmPulsesCountLabel16 + // + this.wmPulsesCountLabel16.AutoSize = true; + this.wmPulsesCountLabel16.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel16.Location = new System.Drawing.Point(589, 177); + this.wmPulsesCountLabel16.Name = "wmPulsesCountLabel16"; + this.wmPulsesCountLabel16.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel16.TabIndex = 21; + this.wmPulsesCountLabel16.Text = "Pulses count"; + this.wmPulsesCountLabel16.Visible = false; + // + // wmPulsesCountTextBox15 + // + this.wmPulsesCountTextBox15.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox15.Location = new System.Drawing.Point(754, 120); + this.wmPulsesCountTextBox15.Name = "wmPulsesCountTextBox15"; + this.wmPulsesCountTextBox15.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox15.TabIndex = 31; + this.wmPulsesCountTextBox15.Visible = false; + // + // wmPulsesCountLabel15 + // + this.wmPulsesCountLabel15.AutoSize = true; + this.wmPulsesCountLabel15.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel15.Location = new System.Drawing.Point(589, 131); + this.wmPulsesCountLabel15.Name = "wmPulsesCountLabel15"; + this.wmPulsesCountLabel15.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel15.TabIndex = 20; + this.wmPulsesCountLabel15.Text = "Pulses count"; + this.wmPulsesCountLabel15.Visible = false; + // + // wmPulsesCountTextBox14 + // + this.wmPulsesCountTextBox14.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox14.Location = new System.Drawing.Point(754, 74); + this.wmPulsesCountTextBox14.Name = "wmPulsesCountTextBox14"; + this.wmPulsesCountTextBox14.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox14.TabIndex = 28; + this.wmPulsesCountTextBox14.Visible = false; + // + // wmPulsesCountLabel14 + // + this.wmPulsesCountLabel14.AutoSize = true; + this.wmPulsesCountLabel14.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel14.Location = new System.Drawing.Point(589, 85); + this.wmPulsesCountLabel14.Name = "wmPulsesCountLabel14"; + this.wmPulsesCountLabel14.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel14.TabIndex = 25; + this.wmPulsesCountLabel14.Text = "Pulses count"; + this.wmPulsesCountLabel14.Visible = false; + // + // wmPulsesCountTextBox13 + // + this.wmPulsesCountTextBox13.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountTextBox13.Location = new System.Drawing.Point(754, 28); + this.wmPulsesCountTextBox13.Name = "wmPulsesCountTextBox13"; + this.wmPulsesCountTextBox13.Size = new System.Drawing.Size(137, 40); + this.wmPulsesCountTextBox13.TabIndex = 29; + this.wmPulsesCountTextBox13.Visible = false; + // + // wmPulsesCountLabel13 + // + this.wmPulsesCountLabel13.AutoSize = true; + this.wmPulsesCountLabel13.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); + this.wmPulsesCountLabel13.Location = new System.Drawing.Point(589, 39); + this.wmPulsesCountLabel13.Name = "wmPulsesCountLabel13"; + this.wmPulsesCountLabel13.Size = new System.Drawing.Size(130, 23); + this.wmPulsesCountLabel13.TabIndex = 24; + this.wmPulsesCountLabel13.Text = "Pulses count"; + this.wmPulsesCountLabel13.Visible = false; + // + // WMPulsesForm24 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.ClientSize = new System.Drawing.Size(1267, 592); + this.Controls.Add(this.wmPulsesCountTextBox24); + this.Controls.Add(this.wmPulsesCountLabel24); + this.Controls.Add(this.wmPulsesCountTextBox23); + this.Controls.Add(this.wmPulsesCountLabel23); + this.Controls.Add(this.wmPulsesCountTextBox22); + this.Controls.Add(this.wmPulsesCountLabel22); + this.Controls.Add(this.wmPulsesCountTextBox21); + this.Controls.Add(this.wmPulsesCountLabel21); + this.Controls.Add(this.wmPulsesCountTextBox20); + this.Controls.Add(this.wmPulsesCountLabel20); + this.Controls.Add(this.wmPulsesCountTextBox19); + this.Controls.Add(this.wmPulsesCountLabel19); + this.Controls.Add(this.wmPulsesCountTextBox18); + this.Controls.Add(this.wmPulsesCountLabel18); + this.Controls.Add(this.wmPulsesCountTextBox17); + this.Controls.Add(this.wmPulsesCountLabel17); + this.Controls.Add(this.wmPulsesCountTextBox16); + this.Controls.Add(this.wmPulsesCountLabel16); + this.Controls.Add(this.wmPulsesCountTextBox15); + this.Controls.Add(this.wmPulsesCountLabel15); + this.Controls.Add(this.wmPulsesCountTextBox14); + this.Controls.Add(this.wmPulsesCountLabel14); + this.Controls.Add(this.wmPulsesCountTextBox13); + this.Controls.Add(this.wmPulsesCountLabel13); + this.Controls.Add(this.wmPulsesCountTextBox12); + this.Controls.Add(this.wmPulsesCountLabel12); + this.Controls.Add(this.wmPulsesCountTextBox11); + this.Controls.Add(this.wmPulsesCountLabel11); + this.Controls.Add(this.wmPulsesCountTextBox10); + this.Controls.Add(this.wmPulsesCountLabel10); + this.Controls.Add(this.wmPulsesCountTextBox9); + this.Controls.Add(this.wmPulsesCountLabel9); + this.Controls.Add(this.wmPulsesCountTextBox8); + this.Controls.Add(this.wmPulsesCountLabel8); + this.Controls.Add(this.wmPulsesCountTextBox7); + this.Controls.Add(this.wmPulsesCountLabel7); + this.Controls.Add(this.wmPulsesCountTextBox6); + this.Controls.Add(this.wmPulsesCountLabel6); + this.Controls.Add(this.wmPulsesCountTextBox5); + this.Controls.Add(this.wmPulsesCountLabel5); + this.Controls.Add(this.wmPulsesCountTextBox4); + this.Controls.Add(this.wmPulsesCountLabel4); + this.Controls.Add(this.wmPulsesCountTextBox3); + this.Controls.Add(this.wmPulsesCountLabel3); + this.Controls.Add(this.wmPulsesCountTextBox2); + this.Controls.Add(this.wmPulsesCountLabel2); + this.Controls.Add(this.wmPulsesCountTextBox1); + this.Controls.Add(this.wmPulsesCountLabel1); + this.Controls.Add(this.okButton); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.Name = "WMPulsesForm24"; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.Text = "Water Meter States"; + this.TopMost = true; + this.Load += new System.EventHandler(this.WMPulsesForm24_Load); + this.Paint += new System.Windows.Forms.PaintEventHandler(this.WMPulsesForm24_Paint); + this.ResumeLayout(false); + this.PerformLayout(); }