namespace FCC_Uber_MDX_Configurator
{
partial class Speech_SystemDefinitionsForm
{
///
/// 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.BTN_CANCEL = new System.Windows.Forms.Button();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.TXT_DEFINITION = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.COMBO_TYPE = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// 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(426, 83);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 92;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
//
// BTN_SAVE
//
this.BTN_SAVE.DialogResult = System.Windows.Forms.DialogResult.OK;
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(482, 83);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 91;
this.BTN_SAVE.TabStop = false;
this.BTN_SAVE.UseVisualStyleBackColor = true;
//
// TXT_DEFINITION
//
this.TXT_DEFINITION.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_DEFINITION.Location = new System.Drawing.Point(112, 48);
this.TXT_DEFINITION.MaxLength = 255;
this.TXT_DEFINITION.Name = "TXT_DEFINITION";
this.TXT_DEFINITION.Size = new System.Drawing.Size(420, 29);
this.TXT_DEFINITION.TabIndex = 93;
this.TXT_DEFINITION.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label23
//
this.label23.AutoSize = true;
this.label23.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label23.Location = new System.Drawing.Point(12, 51);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(94, 22);
this.label23.TabIndex = 151;
this.label23.Text = "Definition:";
//
// COMBO_TYPE
//
this.COMBO_TYPE.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_TYPE.FormattingEnabled = true;
this.COMBO_TYPE.Items.AddRange(new object[] {
"Digital Output Generic ID",
"Digital Output [Turn On]",
"Digital Output [Turn Off]",
"Analogue Input Generic ID",
"Analogue Input Generic Query"});
this.COMBO_TYPE.Location = new System.Drawing.Point(112, 12);
this.COMBO_TYPE.Name = "COMBO_TYPE";
this.COMBO_TYPE.Size = new System.Drawing.Size(420, 30);
this.COMBO_TYPE.TabIndex = 150;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(10, 15);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(58, 22);
this.label8.TabIndex = 149;
this.label8.Text = "Type:";
//
// Speech_SystemDefinitionsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(544, 141);
this.Controls.Add(this.label23);
this.Controls.Add(this.COMBO_TYPE);
this.Controls.Add(this.label8);
this.Controls.Add(this.TXT_DEFINITION);
this.Controls.Add(this.BTN_CANCEL);
this.Controls.Add(this.BTN_SAVE);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "Speech_SystemDefinitionsForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Speech - System Definitions";
this.TopMost = false;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BTN_CANCEL;
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.TextBox TXT_DEFINITION;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.ComboBox COMBO_TYPE;
private System.Windows.Forms.Label label8;
}
}