tbf/TestBenchFramework/BenchControl/DataEntry/Standard12/TestStartEndForm.designer.cs

794 lines
37 KiB
C#

///
/// Copyright (c) 2015 Sensus Metering Systems
///
namespace TBF.BenchControl.DataEntry.Standard12
{
partial class TestStartEndForm
{
/// <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.exclamation1 = new System.Windows.Forms.Label();
this.startTextBox1 = new System.Windows.Forms.TextBox();
this.endTextBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.okButton = new System.Windows.Forms.Button();
this.exclamation3 = new System.Windows.Forms.Label();
this.startTextBox3 = new System.Windows.Forms.TextBox();
this.endTextBox3 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.exclamation4 = new System.Windows.Forms.Label();
this.startTextBox4 = new System.Windows.Forms.TextBox();
this.endTextBox4 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.exclamation5 = new System.Windows.Forms.Label();
this.startTextBox5 = new System.Windows.Forms.TextBox();
this.endTextBox5 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.exclamation6 = new System.Windows.Forms.Label();
this.startTextBox6 = new System.Windows.Forms.TextBox();
this.endTextBox6 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.startLabel = new System.Windows.Forms.Label();
this.endLabel = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.endTextBox2 = new System.Windows.Forms.TextBox();
this.startTextBox2 = new System.Windows.Forms.TextBox();
this.exclamation2 = new System.Windows.Forms.Label();
this.exclamation7 = new System.Windows.Forms.Label();
this.startTextBox7 = new System.Windows.Forms.TextBox();
this.endTextBox7 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.exclamation8 = new System.Windows.Forms.Label();
this.startTextBox8 = new System.Windows.Forms.TextBox();
this.endTextBox8 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.exclamation9 = new System.Windows.Forms.Label();
this.startTextBox9 = new System.Windows.Forms.TextBox();
this.endTextBox9 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.exclamation10 = new System.Windows.Forms.Label();
this.startTextBox10 = new System.Windows.Forms.TextBox();
this.endTextBox10 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.exclamation11 = new System.Windows.Forms.Label();
this.startTextBox11 = new System.Windows.Forms.TextBox();
this.endTextBox11 = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.exclamation12 = new System.Windows.Forms.Label();
this.startTextBox12 = new System.Windows.Forms.TextBox();
this.endTextBox12 = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// exclamation1
//
this.exclamation1.AutoSize = true;
this.exclamation1.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation1.ForeColor = System.Drawing.Color.Red;
this.exclamation1.Location = new System.Drawing.Point(532, 56);
this.exclamation1.Name = "exclamation1";
this.exclamation1.Size = new System.Drawing.Size(30, 38);
this.exclamation1.TabIndex = 5;
this.exclamation1.Text = "!";
this.exclamation1.Visible = false;
//
// startTextBox1
//
this.startTextBox1.Enabled = false;
this.startTextBox1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox1.Location = new System.Drawing.Point(185, 60);
this.startTextBox1.Name = "startTextBox1";
this.startTextBox1.Size = new System.Drawing.Size(163, 31);
this.startTextBox1.TabIndex = 3;
this.startTextBox1.Visible = false;
this.startTextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox1_KeyPress);
//
// endTextBox1
//
this.endTextBox1.Enabled = false;
this.endTextBox1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox1.Location = new System.Drawing.Point(367, 60);
this.endTextBox1.Name = "endTextBox1";
this.endTextBox1.Size = new System.Drawing.Size(163, 31);
this.endTextBox1.TabIndex = 4;
this.endTextBox1.Visible = false;
this.endTextBox1.TextChanged += new System.EventHandler(this.endTextBox1_TextChanged);
this.endTextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox1_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label1.Location = new System.Drawing.Point(23, 63);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(145, 23);
this.label1.TabIndex = 2;
this.label1.Text = "Water Meter 1";
this.label1.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(603, 60);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(98, 63);
this.okButton.TabIndex = 100;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// exclamation3
//
this.exclamation3.AutoSize = true;
this.exclamation3.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation3.ForeColor = System.Drawing.Color.Red;
this.exclamation3.Location = new System.Drawing.Point(532, 144);
this.exclamation3.Name = "exclamation3";
this.exclamation3.Size = new System.Drawing.Size(30, 38);
this.exclamation3.TabIndex = 13;
this.exclamation3.Text = "!";
this.exclamation3.Visible = false;
//
// startTextBox3
//
this.startTextBox3.Enabled = false;
this.startTextBox3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox3.Location = new System.Drawing.Point(185, 148);
this.startTextBox3.Name = "startTextBox3";
this.startTextBox3.Size = new System.Drawing.Size(163, 31);
this.startTextBox3.TabIndex = 11;
this.startTextBox3.Visible = false;
this.startTextBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox3_KeyPress);
//
// endTextBox3
//
this.endTextBox3.Enabled = false;
this.endTextBox3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox3.Location = new System.Drawing.Point(367, 148);
this.endTextBox3.Name = "endTextBox3";
this.endTextBox3.Size = new System.Drawing.Size(163, 31);
this.endTextBox3.TabIndex = 12;
this.endTextBox3.Visible = false;
this.endTextBox3.TextChanged += new System.EventHandler(this.endTextBox3_TextChanged);
this.endTextBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox3_KeyPress);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label3.Location = new System.Drawing.Point(23, 151);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(145, 23);
this.label3.TabIndex = 10;
this.label3.Text = "Water Meter 3";
this.label3.Visible = false;
//
// exclamation4
//
this.exclamation4.AutoSize = true;
this.exclamation4.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation4.ForeColor = System.Drawing.Color.Red;
this.exclamation4.Location = new System.Drawing.Point(532, 188);
this.exclamation4.Name = "exclamation4";
this.exclamation4.Size = new System.Drawing.Size(30, 38);
this.exclamation4.TabIndex = 17;
this.exclamation4.Text = "!";
this.exclamation4.Visible = false;
//
// startTextBox4
//
this.startTextBox4.Enabled = false;
this.startTextBox4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox4.Location = new System.Drawing.Point(185, 192);
this.startTextBox4.Name = "startTextBox4";
this.startTextBox4.Size = new System.Drawing.Size(163, 31);
this.startTextBox4.TabIndex = 15;
this.startTextBox4.Visible = false;
this.startTextBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox4_KeyPress);
//
// endTextBox4
//
this.endTextBox4.Enabled = false;
this.endTextBox4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox4.Location = new System.Drawing.Point(367, 192);
this.endTextBox4.Name = "endTextBox4";
this.endTextBox4.Size = new System.Drawing.Size(163, 31);
this.endTextBox4.TabIndex = 16;
this.endTextBox4.Visible = false;
this.endTextBox4.TextChanged += new System.EventHandler(this.endTextBox4_TextChanged);
this.endTextBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox4_KeyPress);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label4.Location = new System.Drawing.Point(23, 195);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(145, 23);
this.label4.TabIndex = 14;
this.label4.Text = "Water Meter 4";
this.label4.Visible = false;
//
// exclamation5
//
this.exclamation5.AutoSize = true;
this.exclamation5.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation5.ForeColor = System.Drawing.Color.Red;
this.exclamation5.Location = new System.Drawing.Point(532, 232);
this.exclamation5.Name = "exclamation5";
this.exclamation5.Size = new System.Drawing.Size(30, 38);
this.exclamation5.TabIndex = 21;
this.exclamation5.Text = "!";
this.exclamation5.Visible = false;
//
// startTextBox5
//
this.startTextBox5.Enabled = false;
this.startTextBox5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox5.Location = new System.Drawing.Point(185, 236);
this.startTextBox5.Name = "startTextBox5";
this.startTextBox5.Size = new System.Drawing.Size(163, 31);
this.startTextBox5.TabIndex = 19;
this.startTextBox5.Visible = false;
this.startTextBox5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox5_KeyPress);
//
// endTextBox5
//
this.endTextBox5.Enabled = false;
this.endTextBox5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox5.Location = new System.Drawing.Point(367, 236);
this.endTextBox5.Name = "endTextBox5";
this.endTextBox5.Size = new System.Drawing.Size(163, 31);
this.endTextBox5.TabIndex = 20;
this.endTextBox5.Visible = false;
this.endTextBox5.TextChanged += new System.EventHandler(this.endTextBox5_TextChanged);
this.endTextBox5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox5_KeyPress);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label5.Location = new System.Drawing.Point(23, 239);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(145, 23);
this.label5.TabIndex = 18;
this.label5.Text = "Water Meter 5";
this.label5.Visible = false;
//
// exclamation6
//
this.exclamation6.AutoSize = true;
this.exclamation6.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation6.ForeColor = System.Drawing.Color.Red;
this.exclamation6.Location = new System.Drawing.Point(532, 276);
this.exclamation6.Name = "exclamation6";
this.exclamation6.Size = new System.Drawing.Size(30, 38);
this.exclamation6.TabIndex = 25;
this.exclamation6.Text = "!";
this.exclamation6.Visible = false;
//
// startTextBox6
//
this.startTextBox6.Enabled = false;
this.startTextBox6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox6.Location = new System.Drawing.Point(185, 280);
this.startTextBox6.Name = "startTextBox6";
this.startTextBox6.Size = new System.Drawing.Size(163, 31);
this.startTextBox6.TabIndex = 23;
this.startTextBox6.Visible = false;
this.startTextBox6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox6_KeyPress);
//
// endTextBox6
//
this.endTextBox6.Enabled = false;
this.endTextBox6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox6.Location = new System.Drawing.Point(367, 280);
this.endTextBox6.Name = "endTextBox6";
this.endTextBox6.Size = new System.Drawing.Size(163, 31);
this.endTextBox6.TabIndex = 24;
this.endTextBox6.Visible = false;
this.endTextBox6.TextChanged += new System.EventHandler(this.endTextBox6_TextChanged);
this.endTextBox6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox6_KeyPress);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label6.Location = new System.Drawing.Point(23, 283);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(145, 23);
this.label6.TabIndex = 22;
this.label6.Text = "Water Meter 6";
this.label6.Visible = false;
//
// startLabel
//
this.startLabel.AutoSize = true;
this.startLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startLabel.Location = new System.Drawing.Point(237, 21);
this.startLabel.Name = "startLabel";
this.startLabel.Size = new System.Drawing.Size(56, 23);
this.startLabel.TabIndex = 0;
this.startLabel.Text = "Start";
//
// endLabel
//
this.endLabel.AutoSize = true;
this.endLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endLabel.Location = new System.Drawing.Point(423, 21);
this.endLabel.Name = "endLabel";
this.endLabel.Size = new System.Drawing.Size(46, 23);
this.endLabel.TabIndex = 1;
this.endLabel.Text = "End";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label2.Location = new System.Drawing.Point(23, 107);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(145, 23);
this.label2.TabIndex = 6;
this.label2.Text = "Water Meter 2";
this.label2.Visible = false;
//
// endTextBox2
//
this.endTextBox2.Enabled = false;
this.endTextBox2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox2.Location = new System.Drawing.Point(367, 104);
this.endTextBox2.Name = "endTextBox2";
this.endTextBox2.Size = new System.Drawing.Size(163, 31);
this.endTextBox2.TabIndex = 8;
this.endTextBox2.Visible = false;
this.endTextBox2.TextChanged += new System.EventHandler(this.endTextBox2_TextChanged);
this.endTextBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox2_KeyPress);
//
// startTextBox2
//
this.startTextBox2.Enabled = false;
this.startTextBox2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox2.Location = new System.Drawing.Point(185, 104);
this.startTextBox2.Name = "startTextBox2";
this.startTextBox2.Size = new System.Drawing.Size(163, 31);
this.startTextBox2.TabIndex = 7;
this.startTextBox2.Visible = false;
this.startTextBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox2_KeyPress);
//
// exclamation2
//
this.exclamation2.AutoSize = true;
this.exclamation2.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation2.ForeColor = System.Drawing.Color.Red;
this.exclamation2.Location = new System.Drawing.Point(532, 100);
this.exclamation2.Name = "exclamation2";
this.exclamation2.Size = new System.Drawing.Size(30, 38);
this.exclamation2.TabIndex = 9;
this.exclamation2.Text = "!";
this.exclamation2.Visible = false;
//
// exclamation7
//
this.exclamation7.AutoSize = true;
this.exclamation7.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation7.ForeColor = System.Drawing.Color.Red;
this.exclamation7.Location = new System.Drawing.Point(532, 320);
this.exclamation7.Name = "exclamation7";
this.exclamation7.Size = new System.Drawing.Size(30, 38);
this.exclamation7.TabIndex = 29;
this.exclamation7.Text = "!";
this.exclamation7.Visible = false;
//
// startTextBox7
//
this.startTextBox7.Enabled = false;
this.startTextBox7.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox7.Location = new System.Drawing.Point(185, 324);
this.startTextBox7.Name = "startTextBox7";
this.startTextBox7.Size = new System.Drawing.Size(163, 31);
this.startTextBox7.TabIndex = 27;
this.startTextBox7.Visible = false;
this.startTextBox7.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox7_KeyPress);
//
// endTextBox7
//
this.endTextBox7.Enabled = false;
this.endTextBox7.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox7.Location = new System.Drawing.Point(367, 324);
this.endTextBox7.Name = "endTextBox7";
this.endTextBox7.Size = new System.Drawing.Size(163, 31);
this.endTextBox7.TabIndex = 28;
this.endTextBox7.Visible = false;
this.endTextBox7.TextChanged += new System.EventHandler(this.endTextBox7_TextChanged);
this.endTextBox7.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox7_KeyPress);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label7.Location = new System.Drawing.Point(23, 327);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(145, 23);
this.label7.TabIndex = 26;
this.label7.Text = "Water Meter 7";
this.label7.Visible = false;
//
// exclamation8
//
this.exclamation8.AutoSize = true;
this.exclamation8.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation8.ForeColor = System.Drawing.Color.Red;
this.exclamation8.Location = new System.Drawing.Point(532, 364);
this.exclamation8.Name = "exclamation8";
this.exclamation8.Size = new System.Drawing.Size(30, 38);
this.exclamation8.TabIndex = 33;
this.exclamation8.Text = "!";
this.exclamation8.Visible = false;
//
// startTextBox8
//
this.startTextBox8.Enabled = false;
this.startTextBox8.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox8.Location = new System.Drawing.Point(185, 368);
this.startTextBox8.Name = "startTextBox8";
this.startTextBox8.Size = new System.Drawing.Size(163, 31);
this.startTextBox8.TabIndex = 31;
this.startTextBox8.Visible = false;
this.startTextBox8.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox8_KeyPress);
//
// endTextBox8
//
this.endTextBox8.Enabled = false;
this.endTextBox8.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox8.Location = new System.Drawing.Point(367, 368);
this.endTextBox8.Name = "endTextBox8";
this.endTextBox8.Size = new System.Drawing.Size(163, 31);
this.endTextBox8.TabIndex = 32;
this.endTextBox8.Visible = false;
this.endTextBox8.TextChanged += new System.EventHandler(this.endTextBox8_TextChanged);
this.endTextBox8.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox8_KeyPress);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label8.Location = new System.Drawing.Point(23, 371);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(145, 23);
this.label8.TabIndex = 30;
this.label8.Text = "Water Meter 8";
this.label8.Visible = false;
//
// exclamation9
//
this.exclamation9.AutoSize = true;
this.exclamation9.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation9.ForeColor = System.Drawing.Color.Red;
this.exclamation9.Location = new System.Drawing.Point(532, 408);
this.exclamation9.Name = "exclamation9";
this.exclamation9.Size = new System.Drawing.Size(30, 38);
this.exclamation9.TabIndex = 37;
this.exclamation9.Text = "!";
this.exclamation9.Visible = false;
//
// startTextBox9
//
this.startTextBox9.Enabled = false;
this.startTextBox9.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox9.Location = new System.Drawing.Point(185, 412);
this.startTextBox9.Name = "startTextBox9";
this.startTextBox9.Size = new System.Drawing.Size(163, 31);
this.startTextBox9.TabIndex = 35;
this.startTextBox9.Visible = false;
this.startTextBox9.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox9_KeyPress);
//
// endTextBox9
//
this.endTextBox9.Enabled = false;
this.endTextBox9.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox9.Location = new System.Drawing.Point(367, 412);
this.endTextBox9.Name = "endTextBox9";
this.endTextBox9.Size = new System.Drawing.Size(163, 31);
this.endTextBox9.TabIndex = 36;
this.endTextBox9.Visible = false;
this.endTextBox9.TextChanged += new System.EventHandler(this.endTextBox9_TextChanged);
this.endTextBox9.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox9_KeyPress);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label9.Location = new System.Drawing.Point(23, 415);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(145, 23);
this.label9.TabIndex = 34;
this.label9.Text = "Water Meter 9";
this.label9.Visible = false;
//
// exclamation10
//
this.exclamation10.AutoSize = true;
this.exclamation10.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation10.ForeColor = System.Drawing.Color.Red;
this.exclamation10.Location = new System.Drawing.Point(532, 452);
this.exclamation10.Name = "exclamation10";
this.exclamation10.Size = new System.Drawing.Size(30, 38);
this.exclamation10.TabIndex = 41;
this.exclamation10.Text = "!";
this.exclamation10.Visible = false;
//
// startTextBox10
//
this.startTextBox10.Enabled = false;
this.startTextBox10.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox10.Location = new System.Drawing.Point(185, 456);
this.startTextBox10.Name = "startTextBox10";
this.startTextBox10.Size = new System.Drawing.Size(163, 31);
this.startTextBox10.TabIndex = 39;
this.startTextBox10.Visible = false;
this.startTextBox10.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox10_KeyPress);
//
// endTextBox10
//
this.endTextBox10.Enabled = false;
this.endTextBox10.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox10.Location = new System.Drawing.Point(367, 456);
this.endTextBox10.Name = "endTextBox10";
this.endTextBox10.Size = new System.Drawing.Size(163, 31);
this.endTextBox10.TabIndex = 40;
this.endTextBox10.Visible = false;
this.endTextBox10.TextChanged += new System.EventHandler(this.endTextBox10_TextChanged);
this.endTextBox10.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox10_KeyPress);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label10.Location = new System.Drawing.Point(23, 459);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(157, 23);
this.label10.TabIndex = 38;
this.label10.Text = "Water Meter 10";
this.label10.Visible = false;
//
// exclamation11
//
this.exclamation11.AutoSize = true;
this.exclamation11.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation11.ForeColor = System.Drawing.Color.Red;
this.exclamation11.Location = new System.Drawing.Point(532, 496);
this.exclamation11.Name = "exclamation11";
this.exclamation11.Size = new System.Drawing.Size(30, 38);
this.exclamation11.TabIndex = 45;
this.exclamation11.Text = "!";
this.exclamation11.Visible = false;
//
// startTextBox11
//
this.startTextBox11.Enabled = false;
this.startTextBox11.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox11.Location = new System.Drawing.Point(185, 500);
this.startTextBox11.Name = "startTextBox11";
this.startTextBox11.Size = new System.Drawing.Size(163, 31);
this.startTextBox11.TabIndex = 43;
this.startTextBox11.Visible = false;
this.startTextBox11.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox11_KeyPress);
//
// endTextBox11
//
this.endTextBox11.Enabled = false;
this.endTextBox11.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox11.Location = new System.Drawing.Point(367, 500);
this.endTextBox11.Name = "endTextBox11";
this.endTextBox11.Size = new System.Drawing.Size(163, 31);
this.endTextBox11.TabIndex = 44;
this.endTextBox11.Visible = false;
this.endTextBox11.TextChanged += new System.EventHandler(this.endTextBox11_TextChanged);
this.endTextBox11.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox11_KeyPress);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label11.Location = new System.Drawing.Point(23, 503);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(157, 23);
this.label11.TabIndex = 42;
this.label11.Text = "Water Meter 11";
this.label11.Visible = false;
//
// exclamation12
//
this.exclamation12.AutoSize = true;
this.exclamation12.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.exclamation12.ForeColor = System.Drawing.Color.Red;
this.exclamation12.Location = new System.Drawing.Point(532, 540);
this.exclamation12.Name = "exclamation12";
this.exclamation12.Size = new System.Drawing.Size(30, 38);
this.exclamation12.TabIndex = 49;
this.exclamation12.Text = "!";
this.exclamation12.Visible = false;
//
// startTextBox12
//
this.startTextBox12.Enabled = false;
this.startTextBox12.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.startTextBox12.Location = new System.Drawing.Point(185, 544);
this.startTextBox12.Name = "startTextBox12";
this.startTextBox12.Size = new System.Drawing.Size(163, 31);
this.startTextBox12.TabIndex = 47;
this.startTextBox12.Visible = false;
this.startTextBox12.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox12_KeyPress);
//
// endTextBox12
//
this.endTextBox12.Enabled = false;
this.endTextBox12.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.endTextBox12.Location = new System.Drawing.Point(367, 544);
this.endTextBox12.Name = "endTextBox12";
this.endTextBox12.Size = new System.Drawing.Size(163, 31);
this.endTextBox12.TabIndex = 48;
this.endTextBox12.Visible = false;
this.endTextBox12.TextChanged += new System.EventHandler(this.endTextBox12_TextChanged);
this.endTextBox12.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox12_KeyPress);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label12.Location = new System.Drawing.Point(23, 547);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(157, 23);
this.label12.TabIndex = 46;
this.label12.Text = "Water Meter 12";
this.label12.Visible = false;
//
// TestStartEndForm
//
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(753, 613);
this.Controls.Add(this.exclamation12);
this.Controls.Add(this.startTextBox12);
this.Controls.Add(this.endTextBox12);
this.Controls.Add(this.label12);
this.Controls.Add(this.exclamation11);
this.Controls.Add(this.startTextBox11);
this.Controls.Add(this.endTextBox11);
this.Controls.Add(this.label11);
this.Controls.Add(this.exclamation10);
this.Controls.Add(this.startTextBox10);
this.Controls.Add(this.endTextBox10);
this.Controls.Add(this.label10);
this.Controls.Add(this.exclamation9);
this.Controls.Add(this.startTextBox9);
this.Controls.Add(this.endTextBox9);
this.Controls.Add(this.label9);
this.Controls.Add(this.exclamation8);
this.Controls.Add(this.startTextBox8);
this.Controls.Add(this.endTextBox8);
this.Controls.Add(this.label8);
this.Controls.Add(this.exclamation7);
this.Controls.Add(this.startTextBox7);
this.Controls.Add(this.endTextBox7);
this.Controls.Add(this.label7);
this.Controls.Add(this.exclamation6);
this.Controls.Add(this.exclamation5);
this.Controls.Add(this.startTextBox6);
this.Controls.Add(this.exclamation4);
this.Controls.Add(this.endTextBox6);
this.Controls.Add(this.label6);
this.Controls.Add(this.startTextBox5);
this.Controls.Add(this.exclamation3);
this.Controls.Add(this.endTextBox5);
this.Controls.Add(this.label5);
this.Controls.Add(this.startTextBox4);
this.Controls.Add(this.exclamation2);
this.Controls.Add(this.endTextBox4);
this.Controls.Add(this.label4);
this.Controls.Add(this.startTextBox3);
this.Controls.Add(this.exclamation1);
this.Controls.Add(this.endTextBox3);
this.Controls.Add(this.label3);
this.Controls.Add(this.startTextBox2);
this.Controls.Add(this.endLabel);
this.Controls.Add(this.endTextBox2);
this.Controls.Add(this.label2);
this.Controls.Add(this.startTextBox1);
this.Controls.Add(this.startLabel);
this.Controls.Add(this.endTextBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.okButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "TestStartEndForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "End States";
this.TopMost = true;
this.Load += new System.EventHandler(this.CycleEndForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox endTextBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.TextBox endTextBox3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox endTextBox4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox endTextBox5;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox endTextBox6;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox startTextBox1;
private System.Windows.Forms.TextBox startTextBox3;
private System.Windows.Forms.TextBox startTextBox4;
private System.Windows.Forms.TextBox startTextBox5;
private System.Windows.Forms.TextBox startTextBox6;
private System.Windows.Forms.Label startLabel;
private System.Windows.Forms.Label endLabel;
private System.Windows.Forms.Label exclamation1;
private System.Windows.Forms.Label exclamation3;
private System.Windows.Forms.Label exclamation4;
private System.Windows.Forms.Label exclamation5;
private System.Windows.Forms.Label exclamation6;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox endTextBox2;
private System.Windows.Forms.TextBox startTextBox2;
private System.Windows.Forms.Label exclamation2;
private System.Windows.Forms.Label exclamation7;
private System.Windows.Forms.TextBox startTextBox7;
private System.Windows.Forms.TextBox endTextBox7;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label exclamation8;
private System.Windows.Forms.TextBox startTextBox8;
private System.Windows.Forms.TextBox endTextBox8;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label exclamation9;
private System.Windows.Forms.TextBox startTextBox9;
private System.Windows.Forms.TextBox endTextBox9;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label exclamation10;
private System.Windows.Forms.TextBox startTextBox10;
private System.Windows.Forms.TextBox endTextBox10;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label exclamation11;
private System.Windows.Forms.TextBox startTextBox11;
private System.Windows.Forms.TextBox endTextBox11;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label exclamation12;
private System.Windows.Forms.TextBox startTextBox12;
private System.Windows.Forms.TextBox endTextBox12;
private System.Windows.Forms.Label label12;
}
}