namespace FCC_Uber_MDX_Configurator
{
partial class Speech_CustomQueryForm
{
///
/// 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.COMBO_ID = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.COMBO_TYPE = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.LIST_Q_B = new System.Windows.Forms.ListBox();
this.label2 = new System.Windows.Forms.Label();
this.TXT_Q_B = new System.Windows.Forms.TextBox();
this.LIST_Q_M = new System.Windows.Forms.ListBox();
this.LIST_Q_E = new System.Windows.Forms.ListBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.BTN_DEL_Q_B = new System.Windows.Forms.PictureBox();
this.BTN_DEL_Q_M = new System.Windows.Forms.PictureBox();
this.TXT_Q_M = new System.Windows.Forms.TextBox();
this.BTN_DEL_Q_E = new System.Windows.Forms.PictureBox();
this.TXT_Q_E = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.LIST_R = new System.Windows.Forms.ListBox();
this.TXT_R_B = new System.Windows.Forms.TextBox();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.TXT_R_E = new System.Windows.Forms.TextBox();
this.BTN_DEL_R = new System.Windows.Forms.PictureBox();
this.BTN_ADD_R = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.BTN_DEL_Q_B)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BTN_DEL_Q_M)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BTN_DEL_Q_E)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.BTN_DEL_R)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BTN_ADD_R)).BeginInit();
this.SuspendLayout();
//
// COMBO_ID
//
this.COMBO_ID.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_ID.FormattingEnabled = true;
this.COMBO_ID.Location = new System.Drawing.Point(109, 48);
this.COMBO_ID.Name = "COMBO_ID";
this.COMBO_ID.Size = new System.Drawing.Size(451, 30);
this.COMBO_ID.TabIndex = 157;
//
// 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(7, 51);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 22);
this.label1.TabIndex = 156;
this.label1.Text = "ID:";
//
// 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",
"Variable"});
this.COMBO_TYPE.Location = new System.Drawing.Point(109, 12);
this.COMBO_TYPE.Name = "COMBO_TYPE";
this.COMBO_TYPE.Size = new System.Drawing.Size(451, 30);
this.COMBO_TYPE.TabIndex = 155;
this.COMBO_TYPE.SelectedValueChanged += new System.EventHandler(this.COMBO_MONITOR_TYPE_SelectedValueChanged);
//
// 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(7, 15);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(58, 22);
this.label8.TabIndex = 154;
this.label8.Text = "Type:";
//
// LIST_Q_B
//
this.LIST_Q_B.Font = new System.Drawing.Font("Arial", 14.25F);
this.LIST_Q_B.FormattingEnabled = true;
this.LIST_Q_B.HorizontalScrollbar = true;
this.LIST_Q_B.ItemHeight = 22;
this.LIST_Q_B.Location = new System.Drawing.Point(6, 50);
this.LIST_Q_B.Name = "LIST_Q_B";
this.LIST_Q_B.Size = new System.Drawing.Size(175, 92);
this.LIST_Q_B.TabIndex = 158;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial", 14.25F);
this.label2.Location = new System.Drawing.Point(6, 25);
this.label2.MinimumSize = new System.Drawing.Size(175, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(175, 22);
this.label2.TabIndex = 159;
this.label2.Text = "Beginnings";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TXT_Q_B
//
this.TXT_Q_B.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Q_B.Location = new System.Drawing.Point(6, 148);
this.TXT_Q_B.Name = "TXT_Q_B";
this.TXT_Q_B.Size = new System.Drawing.Size(140, 29);
this.TXT_Q_B.TabIndex = 160;
this.TXT_Q_B.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TXT_ADD_KeyDown);
//
// LIST_Q_M
//
this.LIST_Q_M.Font = new System.Drawing.Font("Arial", 14.25F);
this.LIST_Q_M.FormattingEnabled = true;
this.LIST_Q_M.HorizontalScrollbar = true;
this.LIST_Q_M.ItemHeight = 22;
this.LIST_Q_M.Location = new System.Drawing.Point(187, 50);
this.LIST_Q_M.Name = "LIST_Q_M";
this.LIST_Q_M.Size = new System.Drawing.Size(175, 92);
this.LIST_Q_M.TabIndex = 161;
//
// LIST_Q_E
//
this.LIST_Q_E.Font = new System.Drawing.Font("Arial", 14.25F);
this.LIST_Q_E.FormattingEnabled = true;
this.LIST_Q_E.HorizontalScrollbar = true;
this.LIST_Q_E.ItemHeight = 22;
this.LIST_Q_E.Location = new System.Drawing.Point(368, 50);
this.LIST_Q_E.Name = "LIST_Q_E";
this.LIST_Q_E.Size = new System.Drawing.Size(175, 92);
this.LIST_Q_E.TabIndex = 162;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial", 14.25F);
this.label3.Location = new System.Drawing.Point(187, 25);
this.label3.MinimumSize = new System.Drawing.Size(175, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(175, 22);
this.label3.TabIndex = 163;
this.label3.Text = "Middles";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial", 14.25F);
this.label4.Location = new System.Drawing.Point(368, 25);
this.label4.MinimumSize = new System.Drawing.Size(175, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(175, 22);
this.label4.TabIndex = 165;
this.label4.Text = "Endings";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// BTN_DEL_Q_B
//
this.BTN_DEL_Q_B.BackgroundImage = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteXIcon;
this.BTN_DEL_Q_B.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.BTN_DEL_Q_B.Location = new System.Drawing.Point(152, 148);
this.BTN_DEL_Q_B.Name = "BTN_DEL_Q_B";
this.BTN_DEL_Q_B.Size = new System.Drawing.Size(29, 29);
this.BTN_DEL_Q_B.TabIndex = 167;
this.BTN_DEL_Q_B.TabStop = false;
this.BTN_DEL_Q_B.Click += new System.EventHandler(this.DELETE_ITEM);
//
// BTN_DEL_Q_M
//
this.BTN_DEL_Q_M.BackgroundImage = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteXIcon;
this.BTN_DEL_Q_M.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.BTN_DEL_Q_M.Location = new System.Drawing.Point(333, 148);
this.BTN_DEL_Q_M.Name = "BTN_DEL_Q_M";
this.BTN_DEL_Q_M.Size = new System.Drawing.Size(29, 29);
this.BTN_DEL_Q_M.TabIndex = 169;
this.BTN_DEL_Q_M.TabStop = false;
this.BTN_DEL_Q_M.Click += new System.EventHandler(this.DELETE_ITEM);
//
// TXT_Q_M
//
this.TXT_Q_M.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Q_M.Location = new System.Drawing.Point(187, 148);
this.TXT_Q_M.Name = "TXT_Q_M";
this.TXT_Q_M.Size = new System.Drawing.Size(140, 29);
this.TXT_Q_M.TabIndex = 168;
this.TXT_Q_M.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TXT_ADD_KeyDown);
//
// BTN_DEL_Q_E
//
this.BTN_DEL_Q_E.BackgroundImage = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteXIcon;
this.BTN_DEL_Q_E.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.BTN_DEL_Q_E.Location = new System.Drawing.Point(514, 148);
this.BTN_DEL_Q_E.Name = "BTN_DEL_Q_E";
this.BTN_DEL_Q_E.Size = new System.Drawing.Size(29, 29);
this.BTN_DEL_Q_E.TabIndex = 171;
this.BTN_DEL_Q_E.TabStop = false;
this.BTN_DEL_Q_E.Click += new System.EventHandler(this.DELETE_ITEM);
//
// TXT_Q_E
//
this.TXT_Q_E.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_Q_E.Location = new System.Drawing.Point(368, 148);
this.TXT_Q_E.Name = "TXT_Q_E";
this.TXT_Q_E.Size = new System.Drawing.Size(140, 29);
this.TXT_Q_E.TabIndex = 170;
this.TXT_Q_E.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TXT_ADD_KeyDown);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.LIST_Q_B);
this.groupBox1.Controls.Add(this.TXT_Q_B);
this.groupBox1.Controls.Add(this.LIST_Q_M);
this.groupBox1.Controls.Add(this.LIST_Q_E);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.BTN_DEL_Q_B);
this.groupBox1.Controls.Add(this.TXT_Q_M);
this.groupBox1.Controls.Add(this.BTN_DEL_Q_E);
this.groupBox1.Controls.Add(this.BTN_DEL_Q_M);
this.groupBox1.Controls.Add(this.TXT_Q_E);
this.groupBox1.Font = new System.Drawing.Font("Arial", 14.25F);
this.groupBox1.Location = new System.Drawing.Point(11, 84);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(549, 184);
this.groupBox1.TabIndex = 180;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Build Query";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.BTN_ADD_R);
this.groupBox2.Controls.Add(this.LIST_R);
this.groupBox2.Controls.Add(this.TXT_R_B);
this.groupBox2.Controls.Add(this.BTN_DEL_R);
this.groupBox2.Controls.Add(this.TXT_R_E);
this.groupBox2.Font = new System.Drawing.Font("Arial", 14.25F);
this.groupBox2.Location = new System.Drawing.Point(6, 274);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(549, 164);
this.groupBox2.TabIndex = 181;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Build Response";
//
// LIST_R
//
this.LIST_R.Font = new System.Drawing.Font("Arial", 14.25F);
this.LIST_R.FormattingEnabled = true;
this.LIST_R.HorizontalScrollbar = true;
this.LIST_R.ItemHeight = 22;
this.LIST_R.Location = new System.Drawing.Point(6, 28);
this.LIST_R.Name = "LIST_R";
this.LIST_R.Size = new System.Drawing.Size(537, 92);
this.LIST_R.TabIndex = 158;
//
// TXT_R_B
//
this.TXT_R_B.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_R_B.Location = new System.Drawing.Point(6, 126);
this.TXT_R_B.Name = "TXT_R_B";
this.TXT_R_B.Size = new System.Drawing.Size(230, 29);
this.TXT_R_B.TabIndex = 160;
//
// 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(454, 444);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 183;
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(510, 444);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 182;
this.BTN_SAVE.TabStop = false;
this.BTN_SAVE.UseVisualStyleBackColor = true;
this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click);
//
// TXT_R_E
//
this.TXT_R_E.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_R_E.Location = new System.Drawing.Point(242, 126);
this.TXT_R_E.Name = "TXT_R_E";
this.TXT_R_E.Size = new System.Drawing.Size(230, 29);
this.TXT_R_E.TabIndex = 170;
//
// BTN_DEL_R
//
this.BTN_DEL_R.BackgroundImage = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteXIcon;
this.BTN_DEL_R.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.BTN_DEL_R.Location = new System.Drawing.Point(514, 126);
this.BTN_DEL_R.Name = "BTN_DEL_R";
this.BTN_DEL_R.Size = new System.Drawing.Size(29, 29);
this.BTN_DEL_R.TabIndex = 171;
this.BTN_DEL_R.TabStop = false;
this.BTN_DEL_R.Click += new System.EventHandler(this.DELETE_ITEM);
//
// BTN_ADD_R
//
this.BTN_ADD_R.BackgroundImage = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon;
this.BTN_ADD_R.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.BTN_ADD_R.Location = new System.Drawing.Point(479, 126);
this.BTN_ADD_R.Name = "BTN_ADD_R";
this.BTN_ADD_R.Size = new System.Drawing.Size(29, 29);
this.BTN_ADD_R.TabIndex = 172;
this.BTN_ADD_R.TabStop = false;
this.BTN_ADD_R.Click += new System.EventHandler(this.BTN_ADD_R_Click);
//
// Speech_CustomQueryForm
//
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(567, 500);
this.Controls.Add(this.BTN_CANCEL);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.COMBO_ID);
this.Controls.Add(this.label1);
this.Controls.Add(this.COMBO_TYPE);
this.Controls.Add(this.label8);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "Speech_CustomQueryForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Speech - Custom Query";
this.TopMost = false;
((System.ComponentModel.ISupportInitialize)(this.BTN_DEL_Q_B)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BTN_DEL_Q_M)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BTN_DEL_Q_E)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.BTN_DEL_R)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BTN_ADD_R)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox COMBO_ID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox COMBO_TYPE;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ListBox LIST_Q_B;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox TXT_Q_B;
private System.Windows.Forms.ListBox LIST_Q_M;
private System.Windows.Forms.ListBox LIST_Q_E;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox BTN_DEL_Q_B;
private System.Windows.Forms.PictureBox BTN_DEL_Q_M;
private System.Windows.Forms.TextBox TXT_Q_M;
private System.Windows.Forms.PictureBox BTN_DEL_Q_E;
private System.Windows.Forms.TextBox TXT_Q_E;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListBox LIST_R;
private System.Windows.Forms.TextBox TXT_R_B;
private System.Windows.Forms.Button BTN_CANCEL;
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.PictureBox BTN_DEL_R;
private System.Windows.Forms.TextBox TXT_R_E;
private System.Windows.Forms.PictureBox BTN_ADD_R;
}
}