TestMethods.PulsesTest : Texts in forms fixed.
This commit is contained in:
parent
ff2248720c
commit
9bcf3aa7f6
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -31,258 +31,258 @@ namespace TBF.BenchControl.TestMethods.PulsesTest
|
||||
/// </summary>
|
||||
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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -31,325 +31,325 @@ namespace TBF.BenchControl.TestMethods.PulsesTest
|
||||
/// </summary>
|
||||
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();
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user