252 lines
13 KiB
C#
252 lines
13 KiB
C#
///
|
|
/// Copyright (c) 2018 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.BenchControl.TestMethods.PulsesTestManual
|
|
{
|
|
partial class ManualPulsesForm
|
|
{
|
|
/// <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.pulsesCountOKCheckBox2 = new System.Windows.Forms.CheckBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.pulsesCountOKCheckBox1 = new System.Windows.Forms.CheckBox();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.pulsesCountOKCheckBox3 = new System.Windows.Forms.CheckBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.pulsesCountOKCheckBox4 = new System.Windows.Forms.CheckBox();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.pulsesCountOKCheckBox5 = new System.Windows.Forms.CheckBox();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.pulsesCountOKCheckBox6 = new System.Windows.Forms.CheckBox();
|
|
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.pulsesCountOKCheckBox2);
|
|
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";
|
|
//
|
|
// pulsesCountOKCheckBox2
|
|
//
|
|
this.pulsesCountOKCheckBox2.AutoSize = true;
|
|
this.pulsesCountOKCheckBox2.Location = new System.Drawing.Point(33, 35);
|
|
this.pulsesCountOKCheckBox2.Name = "pulsesCountOKCheckBox2";
|
|
this.pulsesCountOKCheckBox2.Size = new System.Drawing.Size(207, 27);
|
|
this.pulsesCountOKCheckBox2.TabIndex = 2;
|
|
this.pulsesCountOKCheckBox2.Text = "Pulses count is OK";
|
|
this.pulsesCountOKCheckBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.pulsesCountOKCheckBox1);
|
|
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";
|
|
//
|
|
// pulsesCountOKCheckBox1
|
|
//
|
|
this.pulsesCountOKCheckBox1.AutoSize = true;
|
|
this.pulsesCountOKCheckBox1.Location = new System.Drawing.Point(33, 35);
|
|
this.pulsesCountOKCheckBox1.Name = "pulsesCountOKCheckBox1";
|
|
this.pulsesCountOKCheckBox1.Size = new System.Drawing.Size(207, 27);
|
|
this.pulsesCountOKCheckBox1.TabIndex = 1;
|
|
this.pulsesCountOKCheckBox1.Text = "Pulses count is OK";
|
|
this.pulsesCountOKCheckBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// okButton
|
|
//
|
|
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
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(394, 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.pulsesCountOKCheckBox3);
|
|
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";
|
|
//
|
|
// pulsesCountOKCheckBox3
|
|
//
|
|
this.pulsesCountOKCheckBox3.AutoSize = true;
|
|
this.pulsesCountOKCheckBox3.Location = new System.Drawing.Point(33, 35);
|
|
this.pulsesCountOKCheckBox3.Name = "pulsesCountOKCheckBox3";
|
|
this.pulsesCountOKCheckBox3.Size = new System.Drawing.Size(207, 27);
|
|
this.pulsesCountOKCheckBox3.TabIndex = 2;
|
|
this.pulsesCountOKCheckBox3.Text = "Pulses count is OK";
|
|
this.pulsesCountOKCheckBox3.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.pulsesCountOKCheckBox4);
|
|
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";
|
|
//
|
|
// pulsesCountOKCheckBox4
|
|
//
|
|
this.pulsesCountOKCheckBox4.AutoSize = true;
|
|
this.pulsesCountOKCheckBox4.Location = new System.Drawing.Point(33, 36);
|
|
this.pulsesCountOKCheckBox4.Name = "pulsesCountOKCheckBox4";
|
|
this.pulsesCountOKCheckBox4.Size = new System.Drawing.Size(207, 27);
|
|
this.pulsesCountOKCheckBox4.TabIndex = 2;
|
|
this.pulsesCountOKCheckBox4.Text = "Pulses count is OK";
|
|
this.pulsesCountOKCheckBox4.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.pulsesCountOKCheckBox5);
|
|
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";
|
|
//
|
|
// pulsesCountOKCheckBox5
|
|
//
|
|
this.pulsesCountOKCheckBox5.AutoSize = true;
|
|
this.pulsesCountOKCheckBox5.Location = new System.Drawing.Point(33, 34);
|
|
this.pulsesCountOKCheckBox5.Name = "pulsesCountOKCheckBox5";
|
|
this.pulsesCountOKCheckBox5.Size = new System.Drawing.Size(207, 27);
|
|
this.pulsesCountOKCheckBox5.TabIndex = 2;
|
|
this.pulsesCountOKCheckBox5.Text = "Pulses count is OK";
|
|
this.pulsesCountOKCheckBox5.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.pulsesCountOKCheckBox6);
|
|
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";
|
|
//
|
|
// pulsesCountOKCheckBox6
|
|
//
|
|
this.pulsesCountOKCheckBox6.AutoSize = true;
|
|
this.pulsesCountOKCheckBox6.Location = new System.Drawing.Point(33, 35);
|
|
this.pulsesCountOKCheckBox6.Name = "pulsesCountOKCheckBox6";
|
|
this.pulsesCountOKCheckBox6.Size = new System.Drawing.Size(207, 27);
|
|
this.pulsesCountOKCheckBox6.TabIndex = 2;
|
|
this.pulsesCountOKCheckBox6.Text = "Pulses count is OK";
|
|
this.pulsesCountOKCheckBox6.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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(523, 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.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.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.CheckBox pulsesCountOKCheckBox2;
|
|
private System.Windows.Forms.CheckBox pulsesCountOKCheckBox1;
|
|
private System.Windows.Forms.CheckBox pulsesCountOKCheckBox3;
|
|
private System.Windows.Forms.CheckBox pulsesCountOKCheckBox4;
|
|
private System.Windows.Forms.CheckBox pulsesCountOKCheckBox5;
|
|
private System.Windows.Forms.CheckBox pulsesCountOKCheckBox6;
|
|
|
|
}
|
|
} |