297 lines
15 KiB
C#
297 lines
15 KiB
C#
///
|
|
/// Copyright (c) 2018 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.Rig.TestMethods.PulsesTest
|
|
{
|
|
partial class WMPulsesForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </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.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";
|
|
//
|
|
// 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.DarkGray;
|
|
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.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);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox wmPulsesCountTextBox2;
|
|
private System.Windows.Forms.Label wmPulsesCountLabel2;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox wmPulsesCountTextBox1;
|
|
private System.Windows.Forms.Label wmPulsesCountLabel1;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.TextBox wmPulsesCountTextBox3;
|
|
private System.Windows.Forms.Label wmPulsesCountLabel3;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.TextBox wmPulsesCountTextBox4;
|
|
private System.Windows.Forms.Label wmPulsesCountLabel4;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.TextBox wmPulsesCountTextBox5;
|
|
private System.Windows.Forms.Label wmPulsesCountLabel5;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.TextBox wmPulsesCountTextBox6;
|
|
private System.Windows.Forms.Label wmPulsesCountLabel6;
|
|
|
|
}
|
|
} |