846 lines
46 KiB
C#
846 lines
46 KiB
C#
///
|
|
/// Copyright (c) 2016 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.DataEntry.HeatMeters6
|
|
{
|
|
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.exclamation18 = new System.Windows.Forms.Label();
|
|
this.exclamation17 = new System.Windows.Forms.Label();
|
|
this.startTextBox18 = new System.Windows.Forms.TextBox();
|
|
this.exclamation16 = new System.Windows.Forms.Label();
|
|
this.endTextBox18 = new System.Windows.Forms.TextBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.startTextBox17 = new System.Windows.Forms.TextBox();
|
|
this.exclamation15 = new System.Windows.Forms.Label();
|
|
this.endTextBox17 = new System.Windows.Forms.TextBox();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.startTextBox16 = new System.Windows.Forms.TextBox();
|
|
this.exclamation14 = new System.Windows.Forms.Label();
|
|
this.endTextBox16 = new System.Windows.Forms.TextBox();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.startTextBox15 = new System.Windows.Forms.TextBox();
|
|
this.exclamation13 = new System.Windows.Forms.Label();
|
|
this.endTextBox15 = new System.Windows.Forms.TextBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.startTextBox14 = new System.Windows.Forms.TextBox();
|
|
this.label35 = new System.Windows.Forms.Label();
|
|
this.endTextBox14 = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.startTextBox13 = new System.Windows.Forms.TextBox();
|
|
this.label37 = new System.Windows.Forms.Label();
|
|
this.endTextBox13 = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.unitsComboBox = new System.Windows.Forms.ComboBox();
|
|
this.unitsLabel = 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(132, 23);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "Volume 1 [l]";
|
|
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(1159, 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(132, 23);
|
|
this.label3.TabIndex = 10;
|
|
this.label3.Text = "Volume 3 [l]";
|
|
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(132, 23);
|
|
this.label4.TabIndex = 14;
|
|
this.label4.Text = "Volume 4 [l]";
|
|
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(132, 23);
|
|
this.label5.TabIndex = 18;
|
|
this.label5.Text = "Volume 5 [l]";
|
|
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(132, 23);
|
|
this.label6.TabIndex = 22;
|
|
this.label6.Text = "Volume 6 [l]";
|
|
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(132, 23);
|
|
this.label2.TabIndex = 6;
|
|
this.label2.Text = "Volume 2 [l]";
|
|
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;
|
|
//
|
|
// exclamation18
|
|
//
|
|
this.exclamation18.AutoSize = true;
|
|
this.exclamation18.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.exclamation18.ForeColor = System.Drawing.Color.Red;
|
|
this.exclamation18.Location = new System.Drawing.Point(1101, 276);
|
|
this.exclamation18.Name = "exclamation18";
|
|
this.exclamation18.Size = new System.Drawing.Size(30, 38);
|
|
this.exclamation18.TabIndex = 75;
|
|
this.exclamation18.Text = "!";
|
|
this.exclamation18.Visible = false;
|
|
//
|
|
// exclamation17
|
|
//
|
|
this.exclamation17.AutoSize = true;
|
|
this.exclamation17.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.exclamation17.ForeColor = System.Drawing.Color.Red;
|
|
this.exclamation17.Location = new System.Drawing.Point(1101, 232);
|
|
this.exclamation17.Name = "exclamation17";
|
|
this.exclamation17.Size = new System.Drawing.Size(30, 38);
|
|
this.exclamation17.TabIndex = 71;
|
|
this.exclamation17.Text = "!";
|
|
this.exclamation17.Visible = false;
|
|
//
|
|
// startTextBox18
|
|
//
|
|
this.startTextBox18.Enabled = false;
|
|
this.startTextBox18.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.startTextBox18.Location = new System.Drawing.Point(754, 280);
|
|
this.startTextBox18.Name = "startTextBox18";
|
|
this.startTextBox18.Size = new System.Drawing.Size(163, 31);
|
|
this.startTextBox18.TabIndex = 73;
|
|
this.startTextBox18.Visible = false;
|
|
this.startTextBox18.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox18_KeyPress);
|
|
//
|
|
// exclamation16
|
|
//
|
|
this.exclamation16.AutoSize = true;
|
|
this.exclamation16.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.exclamation16.ForeColor = System.Drawing.Color.Red;
|
|
this.exclamation16.Location = new System.Drawing.Point(1101, 188);
|
|
this.exclamation16.Name = "exclamation16";
|
|
this.exclamation16.Size = new System.Drawing.Size(30, 38);
|
|
this.exclamation16.TabIndex = 67;
|
|
this.exclamation16.Text = "!";
|
|
this.exclamation16.Visible = false;
|
|
//
|
|
// endTextBox18
|
|
//
|
|
this.endTextBox18.Enabled = false;
|
|
this.endTextBox18.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.endTextBox18.Location = new System.Drawing.Point(936, 280);
|
|
this.endTextBox18.Name = "endTextBox18";
|
|
this.endTextBox18.Size = new System.Drawing.Size(163, 31);
|
|
this.endTextBox18.TabIndex = 74;
|
|
this.endTextBox18.Visible = false;
|
|
this.endTextBox18.TextChanged += new System.EventHandler(this.endTextBox18_TextChanged);
|
|
this.endTextBox18.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox18_KeyPress);
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label18.Location = new System.Drawing.Point(592, 283);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(95, 23);
|
|
this.label18.TabIndex = 72;
|
|
this.label18.Text = "Energy 6";
|
|
this.label18.Visible = false;
|
|
//
|
|
// startTextBox17
|
|
//
|
|
this.startTextBox17.Enabled = false;
|
|
this.startTextBox17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.startTextBox17.Location = new System.Drawing.Point(754, 236);
|
|
this.startTextBox17.Name = "startTextBox17";
|
|
this.startTextBox17.Size = new System.Drawing.Size(163, 31);
|
|
this.startTextBox17.TabIndex = 69;
|
|
this.startTextBox17.Visible = false;
|
|
this.startTextBox17.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox17_KeyPress);
|
|
//
|
|
// exclamation15
|
|
//
|
|
this.exclamation15.AutoSize = true;
|
|
this.exclamation15.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.exclamation15.ForeColor = System.Drawing.Color.Red;
|
|
this.exclamation15.Location = new System.Drawing.Point(1101, 144);
|
|
this.exclamation15.Name = "exclamation15";
|
|
this.exclamation15.Size = new System.Drawing.Size(30, 38);
|
|
this.exclamation15.TabIndex = 63;
|
|
this.exclamation15.Text = "!";
|
|
this.exclamation15.Visible = false;
|
|
//
|
|
// endTextBox17
|
|
//
|
|
this.endTextBox17.Enabled = false;
|
|
this.endTextBox17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.endTextBox17.Location = new System.Drawing.Point(936, 236);
|
|
this.endTextBox17.Name = "endTextBox17";
|
|
this.endTextBox17.Size = new System.Drawing.Size(163, 31);
|
|
this.endTextBox17.TabIndex = 70;
|
|
this.endTextBox17.Visible = false;
|
|
this.endTextBox17.TextChanged += new System.EventHandler(this.endTextBox17_TextChanged);
|
|
this.endTextBox17.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox17_KeyPress);
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label17.Location = new System.Drawing.Point(592, 239);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(95, 23);
|
|
this.label17.TabIndex = 68;
|
|
this.label17.Text = "Energy 5";
|
|
this.label17.Visible = false;
|
|
//
|
|
// startTextBox16
|
|
//
|
|
this.startTextBox16.Enabled = false;
|
|
this.startTextBox16.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.startTextBox16.Location = new System.Drawing.Point(754, 192);
|
|
this.startTextBox16.Name = "startTextBox16";
|
|
this.startTextBox16.Size = new System.Drawing.Size(163, 31);
|
|
this.startTextBox16.TabIndex = 65;
|
|
this.startTextBox16.Visible = false;
|
|
this.startTextBox16.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox16_KeyPress);
|
|
//
|
|
// exclamation14
|
|
//
|
|
this.exclamation14.AutoSize = true;
|
|
this.exclamation14.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.exclamation14.ForeColor = System.Drawing.Color.Red;
|
|
this.exclamation14.Location = new System.Drawing.Point(1101, 100);
|
|
this.exclamation14.Name = "exclamation14";
|
|
this.exclamation14.Size = new System.Drawing.Size(30, 38);
|
|
this.exclamation14.TabIndex = 59;
|
|
this.exclamation14.Text = "!";
|
|
this.exclamation14.Visible = false;
|
|
//
|
|
// endTextBox16
|
|
//
|
|
this.endTextBox16.Enabled = false;
|
|
this.endTextBox16.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.endTextBox16.Location = new System.Drawing.Point(936, 192);
|
|
this.endTextBox16.Name = "endTextBox16";
|
|
this.endTextBox16.Size = new System.Drawing.Size(163, 31);
|
|
this.endTextBox16.TabIndex = 66;
|
|
this.endTextBox16.Visible = false;
|
|
this.endTextBox16.TextChanged += new System.EventHandler(this.endTextBox16_TextChanged);
|
|
this.endTextBox16.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox16_KeyPress);
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label16.Location = new System.Drawing.Point(592, 195);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(95, 23);
|
|
this.label16.TabIndex = 64;
|
|
this.label16.Text = "Energy 4";
|
|
this.label16.Visible = false;
|
|
//
|
|
// startTextBox15
|
|
//
|
|
this.startTextBox15.Enabled = false;
|
|
this.startTextBox15.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.startTextBox15.Location = new System.Drawing.Point(754, 148);
|
|
this.startTextBox15.Name = "startTextBox15";
|
|
this.startTextBox15.Size = new System.Drawing.Size(163, 31);
|
|
this.startTextBox15.TabIndex = 61;
|
|
this.startTextBox15.Visible = false;
|
|
this.startTextBox15.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox15_KeyPress);
|
|
//
|
|
// exclamation13
|
|
//
|
|
this.exclamation13.AutoSize = true;
|
|
this.exclamation13.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.exclamation13.ForeColor = System.Drawing.Color.Red;
|
|
this.exclamation13.Location = new System.Drawing.Point(1101, 56);
|
|
this.exclamation13.Name = "exclamation13";
|
|
this.exclamation13.Size = new System.Drawing.Size(30, 38);
|
|
this.exclamation13.TabIndex = 55;
|
|
this.exclamation13.Text = "!";
|
|
this.exclamation13.Visible = false;
|
|
//
|
|
// endTextBox15
|
|
//
|
|
this.endTextBox15.Enabled = false;
|
|
this.endTextBox15.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.endTextBox15.Location = new System.Drawing.Point(936, 148);
|
|
this.endTextBox15.Name = "endTextBox15";
|
|
this.endTextBox15.Size = new System.Drawing.Size(163, 31);
|
|
this.endTextBox15.TabIndex = 62;
|
|
this.endTextBox15.Visible = false;
|
|
this.endTextBox15.TextChanged += new System.EventHandler(this.endTextBox15_TextChanged);
|
|
this.endTextBox15.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox15_KeyPress);
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label15.Location = new System.Drawing.Point(592, 151);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(95, 23);
|
|
this.label15.TabIndex = 60;
|
|
this.label15.Text = "Energy 3";
|
|
this.label15.Visible = false;
|
|
//
|
|
// startTextBox14
|
|
//
|
|
this.startTextBox14.Enabled = false;
|
|
this.startTextBox14.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.startTextBox14.Location = new System.Drawing.Point(754, 104);
|
|
this.startTextBox14.Name = "startTextBox14";
|
|
this.startTextBox14.Size = new System.Drawing.Size(163, 31);
|
|
this.startTextBox14.TabIndex = 57;
|
|
this.startTextBox14.Visible = false;
|
|
this.startTextBox14.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox14_KeyPress);
|
|
//
|
|
// label35
|
|
//
|
|
this.label35.AutoSize = true;
|
|
this.label35.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label35.Location = new System.Drawing.Point(992, 21);
|
|
this.label35.Name = "label35";
|
|
this.label35.Size = new System.Drawing.Size(46, 23);
|
|
this.label35.TabIndex = 51;
|
|
this.label35.Text = "End";
|
|
//
|
|
// endTextBox14
|
|
//
|
|
this.endTextBox14.Enabled = false;
|
|
this.endTextBox14.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.endTextBox14.Location = new System.Drawing.Point(936, 104);
|
|
this.endTextBox14.Name = "endTextBox14";
|
|
this.endTextBox14.Size = new System.Drawing.Size(163, 31);
|
|
this.endTextBox14.TabIndex = 58;
|
|
this.endTextBox14.Visible = false;
|
|
this.endTextBox14.TextChanged += new System.EventHandler(this.endTextBox14_TextChanged);
|
|
this.endTextBox14.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox14_KeyPress);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label14.Location = new System.Drawing.Point(592, 107);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(95, 23);
|
|
this.label14.TabIndex = 56;
|
|
this.label14.Text = "Energy 2";
|
|
this.label14.Visible = false;
|
|
//
|
|
// startTextBox13
|
|
//
|
|
this.startTextBox13.Enabled = false;
|
|
this.startTextBox13.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.startTextBox13.Location = new System.Drawing.Point(754, 60);
|
|
this.startTextBox13.Name = "startTextBox13";
|
|
this.startTextBox13.Size = new System.Drawing.Size(163, 31);
|
|
this.startTextBox13.TabIndex = 53;
|
|
this.startTextBox13.Visible = false;
|
|
this.startTextBox13.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.startTextBox13_KeyPress);
|
|
//
|
|
// label37
|
|
//
|
|
this.label37.AutoSize = true;
|
|
this.label37.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label37.Location = new System.Drawing.Point(806, 21);
|
|
this.label37.Name = "label37";
|
|
this.label37.Size = new System.Drawing.Size(56, 23);
|
|
this.label37.TabIndex = 50;
|
|
this.label37.Text = "Start";
|
|
//
|
|
// endTextBox13
|
|
//
|
|
this.endTextBox13.Enabled = false;
|
|
this.endTextBox13.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.endTextBox13.Location = new System.Drawing.Point(936, 60);
|
|
this.endTextBox13.Name = "endTextBox13";
|
|
this.endTextBox13.Size = new System.Drawing.Size(163, 31);
|
|
this.endTextBox13.TabIndex = 54;
|
|
this.endTextBox13.Visible = false;
|
|
this.endTextBox13.TextChanged += new System.EventHandler(this.endTextBox13_TextChanged);
|
|
this.endTextBox13.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.endTextBox13_KeyPress);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label13.Location = new System.Drawing.Point(592, 63);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(95, 23);
|
|
this.label13.TabIndex = 52;
|
|
this.label13.Text = "Energy 1";
|
|
this.label13.Visible = false;
|
|
//
|
|
// unitsComboBox
|
|
//
|
|
this.unitsComboBox.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.unitsComboBox.FormattingEnabled = true;
|
|
this.unitsComboBox.Location = new System.Drawing.Point(1159, 192);
|
|
this.unitsComboBox.Name = "unitsComboBox";
|
|
this.unitsComboBox.Size = new System.Drawing.Size(98, 31);
|
|
this.unitsComboBox.TabIndex = 101;
|
|
this.unitsComboBox.SelectedIndexChanged += new System.EventHandler(this.unitsComboBox_SelectedIndexChanged);
|
|
//
|
|
// unitsLabel
|
|
//
|
|
this.unitsLabel.AutoSize = true;
|
|
this.unitsLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.unitsLabel.Location = new System.Drawing.Point(1155, 159);
|
|
this.unitsLabel.Name = "unitsLabel";
|
|
this.unitsLabel.Size = new System.Drawing.Size(68, 23);
|
|
this.unitsLabel.TabIndex = 102;
|
|
this.unitsLabel.Text = "Units:";
|
|
//
|
|
// TestStartEndForm
|
|
//
|
|
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(1292, 338);
|
|
this.Controls.Add(this.unitsLabel);
|
|
this.Controls.Add(this.unitsComboBox);
|
|
this.Controls.Add(this.exclamation18);
|
|
this.Controls.Add(this.exclamation17);
|
|
this.Controls.Add(this.startTextBox18);
|
|
this.Controls.Add(this.exclamation16);
|
|
this.Controls.Add(this.endTextBox18);
|
|
this.Controls.Add(this.label18);
|
|
this.Controls.Add(this.startTextBox17);
|
|
this.Controls.Add(this.exclamation15);
|
|
this.Controls.Add(this.endTextBox17);
|
|
this.Controls.Add(this.label17);
|
|
this.Controls.Add(this.startTextBox16);
|
|
this.Controls.Add(this.exclamation14);
|
|
this.Controls.Add(this.endTextBox16);
|
|
this.Controls.Add(this.label16);
|
|
this.Controls.Add(this.startTextBox15);
|
|
this.Controls.Add(this.exclamation13);
|
|
this.Controls.Add(this.endTextBox15);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.startTextBox14);
|
|
this.Controls.Add(this.label35);
|
|
this.Controls.Add(this.endTextBox14);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.startTextBox13);
|
|
this.Controls.Add(this.label37);
|
|
this.Controls.Add(this.endTextBox13);
|
|
this.Controls.Add(this.label13);
|
|
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.TestStartEndForm_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 exclamation18;
|
|
private System.Windows.Forms.Label exclamation17;
|
|
private System.Windows.Forms.TextBox startTextBox18;
|
|
private System.Windows.Forms.Label exclamation16;
|
|
private System.Windows.Forms.TextBox endTextBox18;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.TextBox startTextBox17;
|
|
private System.Windows.Forms.Label exclamation15;
|
|
private System.Windows.Forms.TextBox endTextBox17;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.TextBox startTextBox16;
|
|
private System.Windows.Forms.Label exclamation14;
|
|
private System.Windows.Forms.TextBox endTextBox16;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.TextBox startTextBox15;
|
|
private System.Windows.Forms.Label exclamation13;
|
|
private System.Windows.Forms.TextBox endTextBox15;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.TextBox startTextBox14;
|
|
private System.Windows.Forms.Label label35;
|
|
private System.Windows.Forms.TextBox endTextBox14;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.TextBox startTextBox13;
|
|
private System.Windows.Forms.Label label37;
|
|
private System.Windows.Forms.TextBox endTextBox13;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.ComboBox unitsComboBox;
|
|
private System.Windows.Forms.Label unitsLabel;
|
|
|
|
}
|
|
} |