namespace FCC_Uber_MDX_Configurator
{
partial class LogicItemPropertyForm
{
///
/// 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.label6 = new System.Windows.Forms.Label();
this.COMBO_TIMER = new System.Windows.Forms.ComboBox();
this.BTN_HELP_TIMER = new System.Windows.Forms.Button();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.TXT_TIME = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.BTN_HELP_VALUE = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(2, 24);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(64, 22);
this.label6.TabIndex = 78;
this.label6.Text = "Timer:";
//
// COMBO_TIMER
//
this.COMBO_TIMER.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_TIMER.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_TIMER.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_TIMER.FormattingEnabled = true;
this.COMBO_TIMER.Items.AddRange(new object[] {
"Input Timer",
"Output Timer",
"GUI Timer",
"Logic Timer"});
this.COMBO_TIMER.Location = new System.Drawing.Point(72, 21);
this.COMBO_TIMER.Name = "COMBO_TIMER";
this.COMBO_TIMER.Size = new System.Drawing.Size(293, 30);
this.COMBO_TIMER.TabIndex = 76;
this.COMBO_TIMER.Text = "Input Timer";
this.COMBO_TIMER.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// BTN_HELP_TIMER
//
this.BTN_HELP_TIMER.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_TIMER.Location = new System.Drawing.Point(371, 12);
this.BTN_HELP_TIMER.Name = "BTN_HELP_TIMER";
this.BTN_HELP_TIMER.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_TIMER.TabIndex = 77;
this.BTN_HELP_TIMER.TabStop = false;
this.BTN_HELP_TIMER.UseVisualStyleBackColor = true;
this.BTN_HELP_TIMER.Click += new System.EventHandler(this.BTN_HELP_TIMER_Click);
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(371, 126);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 80;
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(315, 126);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 79;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click);
//
// TXT_TIME
//
this.TXT_TIME.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_TIME.Location = new System.Drawing.Point(198, 77);
this.TXT_TIME.MaxLength = 255;
this.TXT_TIME.Name = "TXT_TIME";
this.TXT_TIME.Size = new System.Drawing.Size(167, 29);
this.TXT_TIME.TabIndex = 81;
this.TXT_TIME.Text = "100";
this.TXT_TIME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_TIME.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_TIME.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// 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(2, 80);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(190, 22);
this.label4.TabIndex = 83;
this.label4.Text = "Minimum dTime [ms]:";
//
// BTN_HELP_VALUE
//
this.BTN_HELP_VALUE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_VALUE.Location = new System.Drawing.Point(371, 68);
this.BTN_HELP_VALUE.Name = "BTN_HELP_VALUE";
this.BTN_HELP_VALUE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_VALUE.TabIndex = 82;
this.BTN_HELP_VALUE.TabStop = false;
this.BTN_HELP_VALUE.UseVisualStyleBackColor = true;
//
// LogicItemPropertyForm
//
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(424, 188);
this.Controls.Add(this.TXT_TIME);
this.Controls.Add(this.label4);
this.Controls.Add(this.BTN_HELP_VALUE);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.BTN_CANCEL);
this.Controls.Add(this.label6);
this.Controls.Add(this.COMBO_TIMER);
this.Controls.Add(this.BTN_HELP_TIMER);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "LogicItemPropertyForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Select Which Timer";
this.TopMost = false;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox COMBO_TIMER;
private System.Windows.Forms.Button BTN_HELP_TIMER;
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.Button BTN_CANCEL;
private System.Windows.Forms.TextBox TXT_TIME;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BTN_HELP_VALUE;
}
}