namespace FCC_Uber_MDX_Configurator
{
partial class AddAnalogueInputForm
{
///
/// 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.COMBO_Average = new System.Windows.Forms.ComboBox();
this.TXT_Port = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.COMBO_ConnectedTo = new System.Windows.Forms.ComboBox();
this.TXT_Name = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.TXT_HISTORY = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.BTN_HELP_HISTORY = new System.Windows.Forms.Button();
this.BTN_HELP_AUTOAVERAGE = new System.Windows.Forms.Button();
this.BTN_HELP_PORT = new System.Windows.Forms.Button();
this.BTN_HELP_CONNECTEDTO = new System.Windows.Forms.Button();
this.BTN_HELP_NAME = 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(9, 192);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(130, 22);
this.label4.TabIndex = 52;
this.label4.Text = "Auto Average:";
//
// COMBO_Average
//
this.COMBO_Average.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_Average.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_Average.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_Average.FormattingEnabled = true;
this.COMBO_Average.Items.AddRange(new object[] {
"True",
"False"});
this.COMBO_Average.Location = new System.Drawing.Point(160, 189);
this.COMBO_Average.Name = "COMBO_Average";
this.COMBO_Average.Size = new System.Drawing.Size(212, 30);
this.COMBO_Average.TabIndex = 50;
this.COMBO_Average.Text = "True";
this.COMBO_Average.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// TXT_Port
//
this.TXT_Port.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Port.Location = new System.Drawing.Point(80, 133);
this.TXT_Port.MaxLength = 255;
this.TXT_Port.Name = "TXT_Port";
this.TXT_Port.Size = new System.Drawing.Size(292, 29);
this.TXT_Port.TabIndex = 47;
this.TXT_Port.Text = "0";
this.TXT_Port.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_Port.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_Port.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(9, 136);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(50, 22);
this.label3.TabIndex = 48;
this.label3.Text = "Port:";
//
// 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(9, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(136, 22);
this.label2.TabIndex = 46;
this.label2.Text = "Connected To:";
//
// COMBO_ConnectedTo
//
this.COMBO_ConnectedTo.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.COMBO_ConnectedTo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.COMBO_ConnectedTo.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_ConnectedTo.FormattingEnabled = true;
this.COMBO_ConnectedTo.Location = new System.Drawing.Point(160, 77);
this.COMBO_ConnectedTo.Name = "COMBO_ConnectedTo";
this.COMBO_ConnectedTo.Size = new System.Drawing.Size(212, 30);
this.COMBO_ConnectedTo.TabIndex = 44;
this.COMBO_ConnectedTo.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// TXT_Name
//
this.TXT_Name.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Name.Location = new System.Drawing.Point(80, 21);
this.TXT_Name.MaxLength = 255;
this.TXT_Name.Name = "TXT_Name";
this.TXT_Name.Size = new System.Drawing.Size(292, 29);
this.TXT_Name.TabIndex = 39;
this.TXT_Name.Text = "My Analogue Input";
this.TXT_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_Name.Leave += new System.EventHandler(this.Leave_VerifyTXTIsNotEmpty);
//
// 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(9, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 22);
this.label1.TabIndex = 42;
this.label1.Text = "Name:";
//
// TXT_HISTORY
//
this.TXT_HISTORY.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_HISTORY.Location = new System.Drawing.Point(160, 245);
this.TXT_HISTORY.MaxLength = 255;
this.TXT_HISTORY.Name = "TXT_HISTORY";
this.TXT_HISTORY.Size = new System.Drawing.Size(212, 29);
this.TXT_HISTORY.TabIndex = 53;
this.TXT_HISTORY.Text = "0";
this.TXT_HISTORY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TXT_HISTORY.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown_IsANumber);
this.TXT_HISTORY.Leave += new System.EventHandler(this.Leave_VerifyTXTIsValid);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(9, 248);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(145, 22);
this.label5.TabIndex = 54;
this.label5.Text = "History to Keep:";
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(378, 292);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 41;
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(322, 292);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 40;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click);
//
// BTN_HELP_HISTORY
//
this.BTN_HELP_HISTORY.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_HISTORY.Location = new System.Drawing.Point(378, 236);
this.BTN_HELP_HISTORY.Name = "BTN_HELP_HISTORY";
this.BTN_HELP_HISTORY.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_HISTORY.TabIndex = 55;
this.BTN_HELP_HISTORY.TabStop = false;
this.BTN_HELP_HISTORY.UseVisualStyleBackColor = true;
this.BTN_HELP_HISTORY.Click += new System.EventHandler(this.BTN_HELP_HISTORY_Click);
//
// BTN_HELP_AUTOAVERAGE
//
this.BTN_HELP_AUTOAVERAGE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_AUTOAVERAGE.Location = new System.Drawing.Point(378, 180);
this.BTN_HELP_AUTOAVERAGE.Name = "BTN_HELP_AUTOAVERAGE";
this.BTN_HELP_AUTOAVERAGE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_AUTOAVERAGE.TabIndex = 51;
this.BTN_HELP_AUTOAVERAGE.TabStop = false;
this.BTN_HELP_AUTOAVERAGE.UseVisualStyleBackColor = true;
this.BTN_HELP_AUTOAVERAGE.Click += new System.EventHandler(this.BTN_HELP_AUTOAVERAGE_Click);
//
// BTN_HELP_PORT
//
this.BTN_HELP_PORT.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_PORT.Location = new System.Drawing.Point(378, 124);
this.BTN_HELP_PORT.Name = "BTN_HELP_PORT";
this.BTN_HELP_PORT.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_PORT.TabIndex = 49;
this.BTN_HELP_PORT.TabStop = false;
this.BTN_HELP_PORT.UseVisualStyleBackColor = true;
this.BTN_HELP_PORT.Click += new System.EventHandler(this.BTN_HELP_PORT_Click);
//
// BTN_HELP_CONNECTEDTO
//
this.BTN_HELP_CONNECTEDTO.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_CONNECTEDTO.Location = new System.Drawing.Point(378, 68);
this.BTN_HELP_CONNECTEDTO.Name = "BTN_HELP_CONNECTEDTO";
this.BTN_HELP_CONNECTEDTO.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_CONNECTEDTO.TabIndex = 45;
this.BTN_HELP_CONNECTEDTO.TabStop = false;
this.BTN_HELP_CONNECTEDTO.UseVisualStyleBackColor = true;
this.BTN_HELP_CONNECTEDTO.Click += new System.EventHandler(this.BTN_HELP_CONNECTEDTO_Click);
//
// BTN_HELP_NAME
//
this.BTN_HELP_NAME.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_NAME.Location = new System.Drawing.Point(378, 12);
this.BTN_HELP_NAME.Name = "BTN_HELP_NAME";
this.BTN_HELP_NAME.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_NAME.TabIndex = 43;
this.BTN_HELP_NAME.TabStop = false;
this.BTN_HELP_NAME.UseVisualStyleBackColor = true;
this.BTN_HELP_NAME.Click += new System.EventHandler(this.BTN_HELP_NAME_Click);
//
// AddAnalogueInputForm
//
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, 349);
this.Controls.Add(this.BTN_HELP_HISTORY);
this.Controls.Add(this.TXT_HISTORY);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.BTN_HELP_AUTOAVERAGE);
this.Controls.Add(this.COMBO_Average);
this.Controls.Add(this.BTN_HELP_PORT);
this.Controls.Add(this.TXT_Port);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.BTN_HELP_CONNECTEDTO);
this.Controls.Add(this.COMBO_ConnectedTo);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.BTN_CANCEL);
this.Controls.Add(this.BTN_HELP_NAME);
this.Controls.Add(this.TXT_Name);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "AddAnalogueInputForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Add an Analogue Input";
this.TopMost = false;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BTN_HELP_AUTOAVERAGE;
private System.Windows.Forms.ComboBox COMBO_Average;
private System.Windows.Forms.Button BTN_HELP_PORT;
private System.Windows.Forms.TextBox TXT_Port;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button BTN_HELP_CONNECTEDTO;
private System.Windows.Forms.ComboBox COMBO_ConnectedTo;
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.Button BTN_CANCEL;
private System.Windows.Forms.Button BTN_HELP_NAME;
private System.Windows.Forms.TextBox TXT_Name;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button BTN_HELP_HISTORY;
private System.Windows.Forms.TextBox TXT_HISTORY;
private System.Windows.Forms.Label label5;
}
}