namespace FCC_Uber_MDX_Configurator
{
partial class TimerSetupForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label4 = new System.Windows.Forms.Label();
this.TXT_GUI = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.TXT_INPUT = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.TXT_OUTPUT = new System.Windows.Forms.TextBox();
this.TXT_LOGIC = new System.Windows.Forms.TextBox();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.BTN_HELP_LOGIC = new System.Windows.Forms.Button();
this.BTN_HELP_GUI = new System.Windows.Forms.Button();
this.BTN_HELP_OUTPUT = new System.Windows.Forms.Button();
this.BTN_HELP_INPUT = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(8, 192);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(116, 22);
this.label4.TabIndex = 50;
this.label4.Text = "Logic Timer:";
//
// TXT_GUI
//
this.TXT_GUI.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_GUI.Location = new System.Drawing.Point(139, 133);
this.TXT_GUI.MaxLength = 255;
this.TXT_GUI.Name = "TXT_GUI";
this.TXT_GUI.Size = new System.Drawing.Size(232, 29);
this.TXT_GUI.TabIndex = 3;
this.TXT_GUI.Text = "0";
this.TXT_GUI.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_GUI.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_GUI.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(8, 136);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(103, 22);
this.label3.TabIndex = 47;
this.label3.Text = "GUI Timer:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(8, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(125, 22);
this.label2.TabIndex = 45;
this.label2.Text = "Output Timer:";
//
// TXT_INPUT
//
this.TXT_INPUT.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_INPUT.Location = new System.Drawing.Point(139, 21);
this.TXT_INPUT.MaxLength = 255;
this.TXT_INPUT.Name = "TXT_INPUT";
this.TXT_INPUT.Size = new System.Drawing.Size(232, 29);
this.TXT_INPUT.TabIndex = 1;
this.TXT_INPUT.Text = "0";
this.TXT_INPUT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_INPUT.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_INPUT.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(8, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(111, 22);
this.label1.TabIndex = 42;
this.label1.Text = "Input Timer:";
//
// TXT_OUTPUT
//
this.TXT_OUTPUT.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_OUTPUT.Location = new System.Drawing.Point(139, 77);
this.TXT_OUTPUT.MaxLength = 255;
this.TXT_OUTPUT.Name = "TXT_OUTPUT";
this.TXT_OUTPUT.Size = new System.Drawing.Size(232, 29);
this.TXT_OUTPUT.TabIndex = 2;
this.TXT_OUTPUT.Text = "0";
this.TXT_OUTPUT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_OUTPUT.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_OUTPUT.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// TXT_LOGIC
//
this.TXT_LOGIC.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_LOGIC.Location = new System.Drawing.Point(139, 189);
this.TXT_LOGIC.MaxLength = 255;
this.TXT_LOGIC.Name = "TXT_LOGIC";
this.TXT_LOGIC.Size = new System.Drawing.Size(232, 29);
this.TXT_LOGIC.TabIndex = 4;
this.TXT_LOGIC.Text = "0";
this.TXT_LOGIC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_LOGIC.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_LOGIC.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(377, 236);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 6;
this.BTN_SAVE.UseVisualStyleBackColor = true;
this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click);
//
// BTN_CANCEL
//
this.BTN_CANCEL.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BTN_CANCEL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon;
this.BTN_CANCEL.Location = new System.Drawing.Point(321, 236);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 5;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click);
//
// BTN_HELP_LOGIC
//
this.BTN_HELP_LOGIC.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_LOGIC.Location = new System.Drawing.Point(377, 180);
this.BTN_HELP_LOGIC.Name = "BTN_HELP_LOGIC";
this.BTN_HELP_LOGIC.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_LOGIC.TabIndex = 49;
this.BTN_HELP_LOGIC.TabStop = false;
this.BTN_HELP_LOGIC.UseVisualStyleBackColor = true;
//
// BTN_HELP_GUI
//
this.BTN_HELP_GUI.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_GUI.Location = new System.Drawing.Point(377, 124);
this.BTN_HELP_GUI.Name = "BTN_HELP_GUI";
this.BTN_HELP_GUI.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_GUI.TabIndex = 48;
this.BTN_HELP_GUI.TabStop = false;
this.BTN_HELP_GUI.UseVisualStyleBackColor = true;
//
// BTN_HELP_OUTPUT
//
this.BTN_HELP_OUTPUT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_OUTPUT.Location = new System.Drawing.Point(377, 68);
this.BTN_HELP_OUTPUT.Name = "BTN_HELP_OUTPUT";
this.BTN_HELP_OUTPUT.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_OUTPUT.TabIndex = 44;
this.BTN_HELP_OUTPUT.TabStop = false;
this.BTN_HELP_OUTPUT.UseVisualStyleBackColor = true;
//
// BTN_HELP_INPUT
//
this.BTN_HELP_INPUT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_INPUT.Location = new System.Drawing.Point(377, 12);
this.BTN_HELP_INPUT.Name = "BTN_HELP_INPUT";
this.BTN_HELP_INPUT.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_INPUT.TabIndex = 43;
this.BTN_HELP_INPUT.TabStop = false;
this.BTN_HELP_INPUT.UseVisualStyleBackColor = true;
//
// TimerSetupForm
//
this.AcceptButton = this.BTN_SAVE;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.CancelButton = this.BTN_CANCEL;
this.ClientSize = new System.Drawing.Size(434, 289);
this.Controls.Add(this.TXT_LOGIC);
this.Controls.Add(this.TXT_OUTPUT);
this.Controls.Add(this.label4);
this.Controls.Add(this.BTN_HELP_LOGIC);
this.Controls.Add(this.BTN_HELP_GUI);
this.Controls.Add(this.TXT_GUI);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.BTN_HELP_OUTPUT);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.BTN_CANCEL);
this.Controls.Add(this.BTN_HELP_INPUT);
this.Controls.Add(this.TXT_INPUT);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "TimerSetupForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Timer Setup";
this.TopMost = false;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BTN_HELP_LOGIC;
private System.Windows.Forms.Button BTN_HELP_GUI;
private System.Windows.Forms.TextBox TXT_GUI;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button BTN_HELP_OUTPUT;
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.Button BTN_CANCEL;
private System.Windows.Forms.Button BTN_HELP_INPUT;
private System.Windows.Forms.TextBox TXT_INPUT;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox TXT_OUTPUT;
private System.Windows.Forms.TextBox TXT_LOGIC;
}
}