482 lines
21 KiB
C#
482 lines
21 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.Rig.DataEntry.Combined
|
|
{
|
|
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.aux1Exclamation = new System.Windows.Forms.Label();
|
|
this.aux1StartTextBox = new System.Windows.Forms.TextBox();
|
|
this.aux1EndTextBox = new System.Windows.Forms.TextBox();
|
|
this.aux1Label = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.main1Exclamation = new System.Windows.Forms.Label();
|
|
this.main1StartTextBox = new System.Windows.Forms.TextBox();
|
|
this.main1EndTextBox = new System.Windows.Forms.TextBox();
|
|
this.main1Label = new System.Windows.Forms.Label();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.aux2Exclamation = new System.Windows.Forms.Label();
|
|
this.main2Exclamation = new System.Windows.Forms.Label();
|
|
this.aux2StartTextBox = new System.Windows.Forms.TextBox();
|
|
this.main2StartTextBox = new System.Windows.Forms.TextBox();
|
|
this.aux2EndTextBox = new System.Windows.Forms.TextBox();
|
|
this.aux2Label = new System.Windows.Forms.Label();
|
|
this.main2EndTextBox = new System.Windows.Forms.TextBox();
|
|
this.main2Label = new System.Windows.Forms.Label();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.aux3Exclamation = new System.Windows.Forms.Label();
|
|
this.main3Exclamation = new System.Windows.Forms.Label();
|
|
this.aux3StartTextBox = new System.Windows.Forms.TextBox();
|
|
this.main3StartTextBox = new System.Windows.Forms.TextBox();
|
|
this.aux3EndTextBox = new System.Windows.Forms.TextBox();
|
|
this.aux3Label = new System.Windows.Forms.Label();
|
|
this.main3EndTextBox = new System.Windows.Forms.TextBox();
|
|
this.main3Label = new System.Windows.Forms.Label();
|
|
this.startLabel = new System.Windows.Forms.Label();
|
|
this.endLabel = new System.Windows.Forms.Label();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// aux1Exclamation
|
|
//
|
|
this.aux1Exclamation.AutoSize = true;
|
|
this.aux1Exclamation.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.aux1Exclamation.ForeColor = System.Drawing.Color.Red;
|
|
this.aux1Exclamation.Location = new System.Drawing.Point(515, 71);
|
|
this.aux1Exclamation.Name = "aux1Exclamation";
|
|
this.aux1Exclamation.Size = new System.Drawing.Size(30, 38);
|
|
this.aux1Exclamation.TabIndex = 4;
|
|
this.aux1Exclamation.Text = "!";
|
|
this.aux1Exclamation.Visible = false;
|
|
//
|
|
// aux1StartTextBox
|
|
//
|
|
this.aux1StartTextBox.Enabled = false;
|
|
this.aux1StartTextBox.Location = new System.Drawing.Point(164, 75);
|
|
this.aux1StartTextBox.Name = "aux1StartTextBox";
|
|
this.aux1StartTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.aux1StartTextBox.TabIndex = 1;
|
|
this.aux1StartTextBox.Visible = false;
|
|
this.aux1StartTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aux1StartTextBox_KeyPress);
|
|
//
|
|
// aux1EndTextBox
|
|
//
|
|
this.aux1EndTextBox.Enabled = false;
|
|
this.aux1EndTextBox.Location = new System.Drawing.Point(350, 75);
|
|
this.aux1EndTextBox.Name = "aux1EndTextBox";
|
|
this.aux1EndTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.aux1EndTextBox.TabIndex = 3;
|
|
this.aux1EndTextBox.Visible = false;
|
|
this.aux1EndTextBox.TextChanged += new System.EventHandler(this.aux1EndTextBox_TextChanged);
|
|
this.aux1EndTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aux1EndTextBox_KeyPress);
|
|
//
|
|
// aux1Label
|
|
//
|
|
this.aux1Label.AutoSize = true;
|
|
this.aux1Label.Location = new System.Drawing.Point(18, 78);
|
|
this.aux1Label.Name = "aux1Label";
|
|
this.aux1Label.Size = new System.Drawing.Size(55, 23);
|
|
this.aux1Label.TabIndex = 0;
|
|
this.aux1Label.Text = "Aux:";
|
|
this.aux1Label.Visible = false;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.aux1Exclamation);
|
|
this.groupBox1.Controls.Add(this.main1Exclamation);
|
|
this.groupBox1.Controls.Add(this.aux1StartTextBox);
|
|
this.groupBox1.Controls.Add(this.aux1EndTextBox);
|
|
this.groupBox1.Controls.Add(this.main1StartTextBox);
|
|
this.groupBox1.Controls.Add(this.aux1Label);
|
|
this.groupBox1.Controls.Add(this.main1EndTextBox);
|
|
this.groupBox1.Controls.Add(this.main1Label);
|
|
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, 32);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(547, 124);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Water Meter 1";
|
|
this.groupBox1.Visible = false;
|
|
//
|
|
// main1Exclamation
|
|
//
|
|
this.main1Exclamation.AutoSize = true;
|
|
this.main1Exclamation.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.main1Exclamation.ForeColor = System.Drawing.Color.Red;
|
|
this.main1Exclamation.Location = new System.Drawing.Point(515, 27);
|
|
this.main1Exclamation.Name = "main1Exclamation";
|
|
this.main1Exclamation.Size = new System.Drawing.Size(30, 38);
|
|
this.main1Exclamation.TabIndex = 3;
|
|
this.main1Exclamation.Text = "!";
|
|
this.main1Exclamation.Visible = false;
|
|
//
|
|
// main1StartTextBox
|
|
//
|
|
this.main1StartTextBox.Enabled = false;
|
|
this.main1StartTextBox.Location = new System.Drawing.Point(164, 31);
|
|
this.main1StartTextBox.Name = "main1StartTextBox";
|
|
this.main1StartTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.main1StartTextBox.TabIndex = 0;
|
|
this.main1StartTextBox.Visible = false;
|
|
this.main1StartTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.main1StartTextBox_KeyPress);
|
|
//
|
|
// main1EndTextBox
|
|
//
|
|
this.main1EndTextBox.Enabled = false;
|
|
this.main1EndTextBox.Location = new System.Drawing.Point(350, 31);
|
|
this.main1EndTextBox.Name = "main1EndTextBox";
|
|
this.main1EndTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.main1EndTextBox.TabIndex = 2;
|
|
this.main1EndTextBox.Visible = false;
|
|
this.main1EndTextBox.TextChanged += new System.EventHandler(this.main1EndTextBox_TextChanged);
|
|
this.main1EndTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.main1EndTextBox_KeyPress);
|
|
//
|
|
// main1Label
|
|
//
|
|
this.main1Label.AutoSize = true;
|
|
this.main1Label.Location = new System.Drawing.Point(18, 34);
|
|
this.main1Label.Name = "main1Label";
|
|
this.main1Label.Size = new System.Drawing.Size(64, 23);
|
|
this.main1Label.TabIndex = 0;
|
|
this.main1Label.Text = "Main:";
|
|
this.main1Label.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, 46);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(98, 63);
|
|
this.okButton.TabIndex = 4;
|
|
this.okButton.Text = "OK";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.aux2Exclamation);
|
|
this.groupBox2.Controls.Add(this.main2Exclamation);
|
|
this.groupBox2.Controls.Add(this.aux2StartTextBox);
|
|
this.groupBox2.Controls.Add(this.main2StartTextBox);
|
|
this.groupBox2.Controls.Add(this.aux2EndTextBox);
|
|
this.groupBox2.Controls.Add(this.aux2Label);
|
|
this.groupBox2.Controls.Add(this.main2EndTextBox);
|
|
this.groupBox2.Controls.Add(this.main2Label);
|
|
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, 177);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(547, 124);
|
|
this.groupBox2.TabIndex = 2;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Water Meter 2";
|
|
this.groupBox2.Visible = false;
|
|
//
|
|
// aux2Exclamation
|
|
//
|
|
this.aux2Exclamation.AutoSize = true;
|
|
this.aux2Exclamation.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.aux2Exclamation.ForeColor = System.Drawing.Color.Red;
|
|
this.aux2Exclamation.Location = new System.Drawing.Point(515, 70);
|
|
this.aux2Exclamation.Name = "aux2Exclamation";
|
|
this.aux2Exclamation.Size = new System.Drawing.Size(30, 38);
|
|
this.aux2Exclamation.TabIndex = 5;
|
|
this.aux2Exclamation.Text = "!";
|
|
this.aux2Exclamation.Visible = false;
|
|
//
|
|
// main2Exclamation
|
|
//
|
|
this.main2Exclamation.AutoSize = true;
|
|
this.main2Exclamation.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.main2Exclamation.ForeColor = System.Drawing.Color.Red;
|
|
this.main2Exclamation.Location = new System.Drawing.Point(515, 27);
|
|
this.main2Exclamation.Name = "main2Exclamation";
|
|
this.main2Exclamation.Size = new System.Drawing.Size(30, 38);
|
|
this.main2Exclamation.TabIndex = 5;
|
|
this.main2Exclamation.Text = "!";
|
|
this.main2Exclamation.Visible = false;
|
|
//
|
|
// aux2StartTextBox
|
|
//
|
|
this.aux2StartTextBox.Enabled = false;
|
|
this.aux2StartTextBox.Location = new System.Drawing.Point(164, 74);
|
|
this.aux2StartTextBox.Name = "aux2StartTextBox";
|
|
this.aux2StartTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.aux2StartTextBox.TabIndex = 1;
|
|
this.aux2StartTextBox.Visible = false;
|
|
this.aux2StartTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aux2StartTextBox_KeyPress);
|
|
//
|
|
// main2StartTextBox
|
|
//
|
|
this.main2StartTextBox.Enabled = false;
|
|
this.main2StartTextBox.Location = new System.Drawing.Point(164, 31);
|
|
this.main2StartTextBox.Name = "main2StartTextBox";
|
|
this.main2StartTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.main2StartTextBox.TabIndex = 0;
|
|
this.main2StartTextBox.Visible = false;
|
|
this.main2StartTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.main2StartTextBox_KeyPress);
|
|
//
|
|
// aux2EndTextBox
|
|
//
|
|
this.aux2EndTextBox.Enabled = false;
|
|
this.aux2EndTextBox.Location = new System.Drawing.Point(350, 74);
|
|
this.aux2EndTextBox.Name = "aux2EndTextBox";
|
|
this.aux2EndTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.aux2EndTextBox.TabIndex = 3;
|
|
this.aux2EndTextBox.Visible = false;
|
|
this.aux2EndTextBox.TextChanged += new System.EventHandler(this.aux2EndTextBox_TextChanged);
|
|
this.aux2EndTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aux2EndTextBox_KeyPress);
|
|
//
|
|
// aux2Label
|
|
//
|
|
this.aux2Label.AutoSize = true;
|
|
this.aux2Label.Location = new System.Drawing.Point(18, 77);
|
|
this.aux2Label.Name = "aux2Label";
|
|
this.aux2Label.Size = new System.Drawing.Size(55, 23);
|
|
this.aux2Label.TabIndex = 0;
|
|
this.aux2Label.Text = "Aux:";
|
|
this.aux2Label.Visible = false;
|
|
//
|
|
// main2EndTextBox
|
|
//
|
|
this.main2EndTextBox.Enabled = false;
|
|
this.main2EndTextBox.Location = new System.Drawing.Point(350, 31);
|
|
this.main2EndTextBox.Name = "main2EndTextBox";
|
|
this.main2EndTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.main2EndTextBox.TabIndex = 2;
|
|
this.main2EndTextBox.Visible = false;
|
|
this.main2EndTextBox.TextChanged += new System.EventHandler(this.main2EndTextBox_TextChanged);
|
|
this.main2EndTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.main2EndTextBox_KeyPress);
|
|
//
|
|
// main2Label
|
|
//
|
|
this.main2Label.AutoSize = true;
|
|
this.main2Label.Location = new System.Drawing.Point(18, 34);
|
|
this.main2Label.Name = "main2Label";
|
|
this.main2Label.Size = new System.Drawing.Size(64, 23);
|
|
this.main2Label.TabIndex = 0;
|
|
this.main2Label.Text = "Main:";
|
|
this.main2Label.Visible = false;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.aux3Exclamation);
|
|
this.groupBox3.Controls.Add(this.main3Exclamation);
|
|
this.groupBox3.Controls.Add(this.aux3StartTextBox);
|
|
this.groupBox3.Controls.Add(this.main3StartTextBox);
|
|
this.groupBox3.Controls.Add(this.aux3EndTextBox);
|
|
this.groupBox3.Controls.Add(this.aux3Label);
|
|
this.groupBox3.Controls.Add(this.main3EndTextBox);
|
|
this.groupBox3.Controls.Add(this.main3Label);
|
|
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, 321);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(547, 124);
|
|
this.groupBox3.TabIndex = 3;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Water Meter 3";
|
|
this.groupBox3.Visible = false;
|
|
//
|
|
// aux3Exclamation
|
|
//
|
|
this.aux3Exclamation.AutoSize = true;
|
|
this.aux3Exclamation.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.aux3Exclamation.ForeColor = System.Drawing.Color.Red;
|
|
this.aux3Exclamation.Location = new System.Drawing.Point(515, 70);
|
|
this.aux3Exclamation.Name = "aux3Exclamation";
|
|
this.aux3Exclamation.Size = new System.Drawing.Size(30, 38);
|
|
this.aux3Exclamation.TabIndex = 5;
|
|
this.aux3Exclamation.Text = "!";
|
|
this.aux3Exclamation.Visible = false;
|
|
//
|
|
// main3Exclamation
|
|
//
|
|
this.main3Exclamation.AutoSize = true;
|
|
this.main3Exclamation.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.main3Exclamation.ForeColor = System.Drawing.Color.Red;
|
|
this.main3Exclamation.Location = new System.Drawing.Point(515, 27);
|
|
this.main3Exclamation.Name = "main3Exclamation";
|
|
this.main3Exclamation.Size = new System.Drawing.Size(30, 38);
|
|
this.main3Exclamation.TabIndex = 5;
|
|
this.main3Exclamation.Text = "!";
|
|
this.main3Exclamation.Visible = false;
|
|
//
|
|
// aux3StartTextBox
|
|
//
|
|
this.aux3StartTextBox.Enabled = false;
|
|
this.aux3StartTextBox.Location = new System.Drawing.Point(164, 74);
|
|
this.aux3StartTextBox.Name = "aux3StartTextBox";
|
|
this.aux3StartTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.aux3StartTextBox.TabIndex = 1;
|
|
this.aux3StartTextBox.Visible = false;
|
|
this.aux3StartTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aux3StartTextBox_KeyPress);
|
|
//
|
|
// main3StartTextBox
|
|
//
|
|
this.main3StartTextBox.Enabled = false;
|
|
this.main3StartTextBox.Location = new System.Drawing.Point(164, 31);
|
|
this.main3StartTextBox.Name = "main3StartTextBox";
|
|
this.main3StartTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.main3StartTextBox.TabIndex = 0;
|
|
this.main3StartTextBox.Visible = false;
|
|
this.main3StartTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.main3StartTextBox_KeyPress);
|
|
//
|
|
// aux3EndTextBox
|
|
//
|
|
this.aux3EndTextBox.Enabled = false;
|
|
this.aux3EndTextBox.Location = new System.Drawing.Point(350, 74);
|
|
this.aux3EndTextBox.Name = "aux3EndTextBox";
|
|
this.aux3EndTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.aux3EndTextBox.TabIndex = 3;
|
|
this.aux3EndTextBox.Visible = false;
|
|
this.aux3EndTextBox.TextChanged += new System.EventHandler(this.aux3EndTextBox_TextChanged);
|
|
this.aux3EndTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aux3EndTextBox_KeyPress);
|
|
//
|
|
// aux3Label
|
|
//
|
|
this.aux3Label.AutoSize = true;
|
|
this.aux3Label.Location = new System.Drawing.Point(18, 77);
|
|
this.aux3Label.Name = "aux3Label";
|
|
this.aux3Label.Size = new System.Drawing.Size(55, 23);
|
|
this.aux3Label.TabIndex = 0;
|
|
this.aux3Label.Text = "Aux:";
|
|
this.aux3Label.Visible = false;
|
|
//
|
|
// main3EndTextBox
|
|
//
|
|
this.main3EndTextBox.Enabled = false;
|
|
this.main3EndTextBox.Location = new System.Drawing.Point(350, 31);
|
|
this.main3EndTextBox.Name = "main3EndTextBox";
|
|
this.main3EndTextBox.Size = new System.Drawing.Size(163, 31);
|
|
this.main3EndTextBox.TabIndex = 2;
|
|
this.main3EndTextBox.Visible = false;
|
|
this.main3EndTextBox.TextChanged += new System.EventHandler(this.main3EndTextBox_TextChanged);
|
|
this.main3EndTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.main3EndTextBox_KeyPress);
|
|
//
|
|
// main3Label
|
|
//
|
|
this.main3Label.AutoSize = true;
|
|
this.main3Label.Location = new System.Drawing.Point(18, 34);
|
|
this.main3Label.Name = "main3Label";
|
|
this.main3Label.Size = new System.Drawing.Size(64, 23);
|
|
this.main3Label.TabIndex = 0;
|
|
this.main3Label.Text = "Main:";
|
|
this.main3Label.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(245, 11);
|
|
this.startLabel.Name = "startLabel";
|
|
this.startLabel.Size = new System.Drawing.Size(56, 23);
|
|
this.startLabel.TabIndex = 5;
|
|
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(431, 11);
|
|
this.endLabel.Name = "endLabel";
|
|
this.endLabel.Size = new System.Drawing.Size(46, 23);
|
|
this.endLabel.TabIndex = 5;
|
|
this.endLabel.Text = "End";
|
|
//
|
|
// 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(729, 471);
|
|
this.Controls.Add(this.endLabel);
|
|
this.Controls.Add(this.startLabel);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.okButton);
|
|
this.Controls.Add(this.groupBox1);
|
|
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.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox aux1EndTextBox;
|
|
private System.Windows.Forms.Label aux1Label;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox main1EndTextBox;
|
|
private System.Windows.Forms.Label main1Label;
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox main2EndTextBox;
|
|
private System.Windows.Forms.Label main2Label;
|
|
private System.Windows.Forms.TextBox aux2EndTextBox;
|
|
private System.Windows.Forms.Label aux2Label;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.TextBox main3EndTextBox;
|
|
private System.Windows.Forms.Label main3Label;
|
|
private System.Windows.Forms.TextBox aux3EndTextBox;
|
|
private System.Windows.Forms.Label aux3Label;
|
|
private System.Windows.Forms.TextBox aux1StartTextBox;
|
|
private System.Windows.Forms.TextBox main1StartTextBox;
|
|
private System.Windows.Forms.TextBox main2StartTextBox;
|
|
private System.Windows.Forms.TextBox aux2StartTextBox;
|
|
private System.Windows.Forms.TextBox main3StartTextBox;
|
|
private System.Windows.Forms.TextBox aux3StartTextBox;
|
|
private System.Windows.Forms.Label startLabel;
|
|
private System.Windows.Forms.Label endLabel;
|
|
private System.Windows.Forms.Label aux1Exclamation;
|
|
private System.Windows.Forms.Label main1Exclamation;
|
|
private System.Windows.Forms.Label main2Exclamation;
|
|
private System.Windows.Forms.Label aux2Exclamation;
|
|
private System.Windows.Forms.Label main3Exclamation;
|
|
private System.Windows.Forms.Label aux3Exclamation;
|
|
|
|
}
|
|
} |