namespace FCC_Uber_MDX_Configurator { partial class SpeechConfigForm { /// /// 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.TABCONTROL_MAIN = new System.Windows.Forms.TabControl(); this.TAB_ALLCONTROLS = new System.Windows.Forms.TabPage(); this.LIST_ALLCOMMANDS = new System.Windows.Forms.ListBox(); this.TAB_SYSTEM = new System.Windows.Forms.TabPage(); this.LIST_SYSTEM = new System.Windows.Forms.ListBox(); this.TS_GraphicsToolBar = new System.Windows.Forms.ToolStrip(); this.TSB_SYSTEM_ADD = new System.Windows.Forms.ToolStripButton(); this.TSB_SYSTEM_DELETE = new System.Windows.Forms.ToolStripButton(); this.TSS_5 = new System.Windows.Forms.ToolStripSeparator(); this.TAB_SYS_DEFINITIONS = new System.Windows.Forms.TabPage(); this.PANEL_TOSCROLLIN = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.LIST_SYS_DEFINITIONS_AI_GENQUERY = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.LIST_SYS_DEFINITIONS_AI_GENERIC = new System.Windows.Forms.ListBox(); this.label2 = new System.Windows.Forms.Label(); this.LIST_SYS_DEFINITIONS_DO_TURNOFF = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.LIST_SYS_DEFINITIONS_DO_TURNON = new System.Windows.Forms.ListBox(); this.label10 = new System.Windows.Forms.Label(); this.LIST_SYS_DEFINITIONS_DO_GENERIC = new System.Windows.Forms.ListBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.TSB_SYSDEF_ADD = new System.Windows.Forms.ToolStripButton(); this.TSB_SYSDEF_DELETE = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.TAB_CUSTOM_DEFINITIONS = new System.Windows.Forms.TabPage(); this.label5 = new System.Windows.Forms.Label(); this.LIST_CUSTOM_DEFINITIONS_VAR = new System.Windows.Forms.ListBox(); this.label6 = new System.Windows.Forms.Label(); this.LIST_CUSTOM_DEFINITIONS_DO = new System.Windows.Forms.ListBox(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.TSB_CUSTOMDEF_ADD = new System.Windows.Forms.ToolStripButton(); this.TSB_CUSTOMDEF_DELETE = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.TAB_CUSTOM_QUERIES = new System.Windows.Forms.TabPage(); this.LIST_CUSTOM_QUERIES = new System.Windows.Forms.ListBox(); this.toolStrip3 = new System.Windows.Forms.ToolStrip(); this.TSB_CUSTOMQUER_ADD = new System.Windows.Forms.ToolStripButton(); this.TSB_CUSTOMQUER_DELETE = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.speechOptionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.masterEnableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.TSMI_ME_Enabled = new System.Windows.Forms.ToolStripMenuItem(); this.TSMI_ME_Disabled = new System.Windows.Forms.ToolStripMenuItem(); this.politenessEnableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.TSMI_PE_Enabled = new System.Windows.Forms.ToolStripMenuItem(); this.TSMI_PE_Disabled = new System.Windows.Forms.ToolStripMenuItem(); this.TABCONTROL_MAIN.SuspendLayout(); this.TAB_ALLCONTROLS.SuspendLayout(); this.TAB_SYSTEM.SuspendLayout(); this.TS_GraphicsToolBar.SuspendLayout(); this.TAB_SYS_DEFINITIONS.SuspendLayout(); this.PANEL_TOSCROLLIN.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.TAB_CUSTOM_DEFINITIONS.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.TAB_CUSTOM_QUERIES.SuspendLayout(); this.toolStrip3.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // TABCONTROL_MAIN // this.TABCONTROL_MAIN.Controls.Add(this.TAB_ALLCONTROLS); this.TABCONTROL_MAIN.Controls.Add(this.TAB_SYSTEM); this.TABCONTROL_MAIN.Controls.Add(this.TAB_SYS_DEFINITIONS); this.TABCONTROL_MAIN.Controls.Add(this.TAB_CUSTOM_DEFINITIONS); this.TABCONTROL_MAIN.Controls.Add(this.TAB_CUSTOM_QUERIES); this.TABCONTROL_MAIN.Dock = System.Windows.Forms.DockStyle.Fill; this.TABCONTROL_MAIN.Font = new System.Drawing.Font("Arial", 14.25F); this.TABCONTROL_MAIN.Location = new System.Drawing.Point(0, 30); this.TABCONTROL_MAIN.Name = "TABCONTROL_MAIN"; this.TABCONTROL_MAIN.SelectedIndex = 0; this.TABCONTROL_MAIN.Size = new System.Drawing.Size(842, 483); this.TABCONTROL_MAIN.TabIndex = 1; // // TAB_ALLCONTROLS // this.TAB_ALLCONTROLS.Controls.Add(this.LIST_ALLCOMMANDS); this.TAB_ALLCONTROLS.Location = new System.Drawing.Point(4, 31); this.TAB_ALLCONTROLS.Name = "TAB_ALLCONTROLS"; this.TAB_ALLCONTROLS.Padding = new System.Windows.Forms.Padding(3); this.TAB_ALLCONTROLS.Size = new System.Drawing.Size(834, 448); this.TAB_ALLCONTROLS.TabIndex = 0; this.TAB_ALLCONTROLS.Text = "All Commands"; this.TAB_ALLCONTROLS.UseVisualStyleBackColor = true; // // LIST_ALLCOMMANDS // this.LIST_ALLCOMMANDS.Dock = System.Windows.Forms.DockStyle.Fill; this.LIST_ALLCOMMANDS.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_ALLCOMMANDS.FormattingEnabled = true; this.LIST_ALLCOMMANDS.ItemHeight = 22; this.LIST_ALLCOMMANDS.Location = new System.Drawing.Point(3, 3); this.LIST_ALLCOMMANDS.Name = "LIST_ALLCOMMANDS"; this.LIST_ALLCOMMANDS.Size = new System.Drawing.Size(828, 422); this.LIST_ALLCOMMANDS.TabIndex = 4; // // TAB_SYSTEM // this.TAB_SYSTEM.Controls.Add(this.LIST_SYSTEM); this.TAB_SYSTEM.Controls.Add(this.TS_GraphicsToolBar); this.TAB_SYSTEM.Location = new System.Drawing.Point(4, 31); this.TAB_SYSTEM.Name = "TAB_SYSTEM"; this.TAB_SYSTEM.Padding = new System.Windows.Forms.Padding(3); this.TAB_SYSTEM.Size = new System.Drawing.Size(834, 448); this.TAB_SYSTEM.TabIndex = 1; this.TAB_SYSTEM.Text = "System"; this.TAB_SYSTEM.UseVisualStyleBackColor = true; // // LIST_SYSTEM // this.LIST_SYSTEM.Dock = System.Windows.Forms.DockStyle.Fill; this.LIST_SYSTEM.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_SYSTEM.FormattingEnabled = true; this.LIST_SYSTEM.ItemHeight = 22; this.LIST_SYSTEM.Location = new System.Drawing.Point(66, 3); this.LIST_SYSTEM.Name = "LIST_SYSTEM"; this.LIST_SYSTEM.Size = new System.Drawing.Size(765, 422); this.LIST_SYSTEM.TabIndex = 3; // // TS_GraphicsToolBar // this.TS_GraphicsToolBar.BackColor = System.Drawing.SystemColors.Control; this.TS_GraphicsToolBar.Dock = System.Windows.Forms.DockStyle.Left; this.TS_GraphicsToolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.TS_GraphicsToolBar.ImageScalingSize = new System.Drawing.Size(58, 56); this.TS_GraphicsToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSB_SYSTEM_ADD, this.TSB_SYSTEM_DELETE, this.TSS_5}); this.TS_GraphicsToolBar.Location = new System.Drawing.Point(3, 3); this.TS_GraphicsToolBar.Name = "TS_GraphicsToolBar"; this.TS_GraphicsToolBar.Size = new System.Drawing.Size(63, 442); this.TS_GraphicsToolBar.TabIndex = 2; this.TS_GraphicsToolBar.Text = "Graphics ToolBar"; // // TSB_SYSTEM_ADD // this.TSB_SYSTEM_ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_SYSTEM_ADD.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon; this.TSB_SYSTEM_ADD.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_SYSTEM_ADD.Name = "TSB_SYSTEM_ADD"; this.TSB_SYSTEM_ADD.Size = new System.Drawing.Size(60, 60); this.TSB_SYSTEM_ADD.Text = "Add new Speech Item"; this.TSB_SYSTEM_ADD.Click += new System.EventHandler(this.TSB_SYSTEM_ADD_Click); // // TSB_SYSTEM_DELETE // this.TSB_SYSTEM_DELETE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_SYSTEM_DELETE.Enabled = false; this.TSB_SYSTEM_DELETE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon; this.TSB_SYSTEM_DELETE.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_SYSTEM_DELETE.Name = "TSB_SYSTEM_DELETE"; this.TSB_SYSTEM_DELETE.Size = new System.Drawing.Size(60, 60); this.TSB_SYSTEM_DELETE.Text = "Delete Current Page"; this.TSB_SYSTEM_DELETE.Click += new System.EventHandler(this.TSB_SYSTEM_DELETE_Click); // // TSS_5 // this.TSS_5.Name = "TSS_5"; this.TSS_5.Size = new System.Drawing.Size(60, 6); // // TAB_SYS_DEFINITIONS // this.TAB_SYS_DEFINITIONS.Controls.Add(this.PANEL_TOSCROLLIN); this.TAB_SYS_DEFINITIONS.Controls.Add(this.toolStrip1); this.TAB_SYS_DEFINITIONS.Location = new System.Drawing.Point(4, 31); this.TAB_SYS_DEFINITIONS.Name = "TAB_SYS_DEFINITIONS"; this.TAB_SYS_DEFINITIONS.Size = new System.Drawing.Size(834, 448); this.TAB_SYS_DEFINITIONS.TabIndex = 2; this.TAB_SYS_DEFINITIONS.Text = "System Definitions"; this.TAB_SYS_DEFINITIONS.UseVisualStyleBackColor = true; // // PANEL_TOSCROLLIN // this.PANEL_TOSCROLLIN.AutoScroll = true; this.PANEL_TOSCROLLIN.Controls.Add(this.label4); this.PANEL_TOSCROLLIN.Controls.Add(this.LIST_SYS_DEFINITIONS_AI_GENQUERY); this.PANEL_TOSCROLLIN.Controls.Add(this.label3); this.PANEL_TOSCROLLIN.Controls.Add(this.LIST_SYS_DEFINITIONS_AI_GENERIC); this.PANEL_TOSCROLLIN.Controls.Add(this.label2); this.PANEL_TOSCROLLIN.Controls.Add(this.LIST_SYS_DEFINITIONS_DO_TURNOFF); this.PANEL_TOSCROLLIN.Controls.Add(this.label1); this.PANEL_TOSCROLLIN.Controls.Add(this.LIST_SYS_DEFINITIONS_DO_TURNON); this.PANEL_TOSCROLLIN.Controls.Add(this.label10); this.PANEL_TOSCROLLIN.Controls.Add(this.LIST_SYS_DEFINITIONS_DO_GENERIC); this.PANEL_TOSCROLLIN.Dock = System.Windows.Forms.DockStyle.Fill; this.PANEL_TOSCROLLIN.Location = new System.Drawing.Point(63, 0); this.PANEL_TOSCROLLIN.Name = "PANEL_TOSCROLLIN"; this.PANEL_TOSCROLLIN.Size = new System.Drawing.Size(771, 448); this.PANEL_TOSCROLLIN.TabIndex = 10; // // 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(3, 574); this.label4.Name = "label4"; this.label4.Padding = new System.Windows.Forms.Padding(10); this.label4.Size = new System.Drawing.Size(290, 42); this.label4.TabIndex = 115; this.label4.Text = "Analogue Input Generic Query:"; // // LIST_SYS_DEFINITIONS_AI_GENQUERY // this.LIST_SYS_DEFINITIONS_AI_GENQUERY.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_SYS_DEFINITIONS_AI_GENQUERY.FormattingEnabled = true; this.LIST_SYS_DEFINITIONS_AI_GENQUERY.ItemHeight = 22; this.LIST_SYS_DEFINITIONS_AI_GENQUERY.Location = new System.Drawing.Point(26, 619); this.LIST_SYS_DEFINITIONS_AI_GENQUERY.Name = "LIST_SYS_DEFINITIONS_AI_GENQUERY"; this.LIST_SYS_DEFINITIONS_AI_GENQUERY.Size = new System.Drawing.Size(725, 92); this.LIST_SYS_DEFINITIONS_AI_GENQUERY.TabIndex = 114; // // 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(3, 434); this.label3.Name = "label3"; this.label3.Padding = new System.Windows.Forms.Padding(10); this.label3.Size = new System.Drawing.Size(259, 42); this.label3.TabIndex = 113; this.label3.Text = "Analogue Input Generic ID:"; // // LIST_SYS_DEFINITIONS_AI_GENERIC // this.LIST_SYS_DEFINITIONS_AI_GENERIC.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_SYS_DEFINITIONS_AI_GENERIC.FormattingEnabled = true; this.LIST_SYS_DEFINITIONS_AI_GENERIC.ItemHeight = 22; this.LIST_SYS_DEFINITIONS_AI_GENERIC.Location = new System.Drawing.Point(26, 479); this.LIST_SYS_DEFINITIONS_AI_GENERIC.Name = "LIST_SYS_DEFINITIONS_AI_GENERIC"; this.LIST_SYS_DEFINITIONS_AI_GENERIC.Size = new System.Drawing.Size(725, 92); this.LIST_SYS_DEFINITIONS_AI_GENERIC.TabIndex = 112; // // 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(3, 293); this.label2.Name = "label2"; this.label2.Padding = new System.Windows.Forms.Padding(10); this.label2.Size = new System.Drawing.Size(233, 42); this.label2.TabIndex = 111; this.label2.Text = "Digital Output [Turn Off]:"; // // LIST_SYS_DEFINITIONS_DO_TURNOFF // this.LIST_SYS_DEFINITIONS_DO_TURNOFF.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_SYS_DEFINITIONS_DO_TURNOFF.FormattingEnabled = true; this.LIST_SYS_DEFINITIONS_DO_TURNOFF.ItemHeight = 22; this.LIST_SYS_DEFINITIONS_DO_TURNOFF.Location = new System.Drawing.Point(26, 338); this.LIST_SYS_DEFINITIONS_DO_TURNOFF.Name = "LIST_SYS_DEFINITIONS_DO_TURNOFF"; this.LIST_SYS_DEFINITIONS_DO_TURNOFF.Size = new System.Drawing.Size(725, 92); this.LIST_SYS_DEFINITIONS_DO_TURNOFF.TabIndex = 110; // // 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(3, 153); this.label1.Name = "label1"; this.label1.Padding = new System.Windows.Forms.Padding(10); this.label1.Size = new System.Drawing.Size(231, 42); this.label1.TabIndex = 109; this.label1.Text = "Digital Output [Turn On]:"; // // LIST_SYS_DEFINITIONS_DO_TURNON // this.LIST_SYS_DEFINITIONS_DO_TURNON.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_SYS_DEFINITIONS_DO_TURNON.FormattingEnabled = true; this.LIST_SYS_DEFINITIONS_DO_TURNON.ItemHeight = 22; this.LIST_SYS_DEFINITIONS_DO_TURNON.Location = new System.Drawing.Point(26, 198); this.LIST_SYS_DEFINITIONS_DO_TURNON.Name = "LIST_SYS_DEFINITIONS_DO_TURNON"; this.LIST_SYS_DEFINITIONS_DO_TURNON.Size = new System.Drawing.Size(725, 92); this.LIST_SYS_DEFINITIONS_DO_TURNON.TabIndex = 108; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.Location = new System.Drawing.Point(3, 13); this.label10.Name = "label10"; this.label10.Padding = new System.Windows.Forms.Padding(10); this.label10.Size = new System.Drawing.Size(245, 42); this.label10.TabIndex = 107; this.label10.Text = "Digital Output Generic ID:"; // // LIST_SYS_DEFINITIONS_DO_GENERIC // this.LIST_SYS_DEFINITIONS_DO_GENERIC.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_SYS_DEFINITIONS_DO_GENERIC.FormattingEnabled = true; this.LIST_SYS_DEFINITIONS_DO_GENERIC.ItemHeight = 22; this.LIST_SYS_DEFINITIONS_DO_GENERIC.Location = new System.Drawing.Point(26, 58); this.LIST_SYS_DEFINITIONS_DO_GENERIC.Name = "LIST_SYS_DEFINITIONS_DO_GENERIC"; this.LIST_SYS_DEFINITIONS_DO_GENERIC.Size = new System.Drawing.Size(725, 92); this.LIST_SYS_DEFINITIONS_DO_GENERIC.TabIndex = 5; // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.SystemColors.Control; this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Left; this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(58, 56); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSB_SYSDEF_ADD, this.TSB_SYSDEF_DELETE, this.toolStripSeparator1}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(63, 448); this.toolStrip1.TabIndex = 4; this.toolStrip1.Text = "Graphics ToolBar"; // // TSB_SYSDEF_ADD // this.TSB_SYSDEF_ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_SYSDEF_ADD.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon; this.TSB_SYSDEF_ADD.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_SYSDEF_ADD.Name = "TSB_SYSDEF_ADD"; this.TSB_SYSDEF_ADD.Size = new System.Drawing.Size(60, 60); this.TSB_SYSDEF_ADD.Text = "Add new Speech Item"; this.TSB_SYSDEF_ADD.Click += new System.EventHandler(this.TSB_SYSDEF_ADD_Click); // // TSB_SYSDEF_DELETE // this.TSB_SYSDEF_DELETE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_SYSDEF_DELETE.Enabled = false; this.TSB_SYSDEF_DELETE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon; this.TSB_SYSDEF_DELETE.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_SYSDEF_DELETE.Name = "TSB_SYSDEF_DELETE"; this.TSB_SYSDEF_DELETE.Size = new System.Drawing.Size(60, 60); this.TSB_SYSDEF_DELETE.Text = "Delete Current Page"; this.TSB_SYSDEF_DELETE.Click += new System.EventHandler(this.TSB_SYSDEF_DELETE_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(60, 6); // // TAB_CUSTOM_DEFINITIONS // this.TAB_CUSTOM_DEFINITIONS.Controls.Add(this.label5); this.TAB_CUSTOM_DEFINITIONS.Controls.Add(this.LIST_CUSTOM_DEFINITIONS_VAR); this.TAB_CUSTOM_DEFINITIONS.Controls.Add(this.label6); this.TAB_CUSTOM_DEFINITIONS.Controls.Add(this.LIST_CUSTOM_DEFINITIONS_DO); this.TAB_CUSTOM_DEFINITIONS.Controls.Add(this.toolStrip2); this.TAB_CUSTOM_DEFINITIONS.Location = new System.Drawing.Point(4, 31); this.TAB_CUSTOM_DEFINITIONS.Name = "TAB_CUSTOM_DEFINITIONS"; this.TAB_CUSTOM_DEFINITIONS.Size = new System.Drawing.Size(834, 448); this.TAB_CUSTOM_DEFINITIONS.TabIndex = 3; this.TAB_CUSTOM_DEFINITIONS.Text = "Custom Definitions"; this.TAB_CUSTOM_DEFINITIONS.UseVisualStyleBackColor = true; // // 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(66, 184); this.label5.Name = "label5"; this.label5.Padding = new System.Windows.Forms.Padding(10); this.label5.Size = new System.Drawing.Size(264, 42); this.label5.TabIndex = 113; this.label5.Text = "Variable Custom Definitions"; // // LIST_CUSTOM_DEFINITIONS_VAR // this.LIST_CUSTOM_DEFINITIONS_VAR.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_CUSTOM_DEFINITIONS_VAR.FormattingEnabled = true; this.LIST_CUSTOM_DEFINITIONS_VAR.ItemHeight = 22; this.LIST_CUSTOM_DEFINITIONS_VAR.Location = new System.Drawing.Point(89, 229); this.LIST_CUSTOM_DEFINITIONS_VAR.Name = "LIST_CUSTOM_DEFINITIONS_VAR"; this.LIST_CUSTOM_DEFINITIONS_VAR.Size = new System.Drawing.Size(725, 136); this.LIST_CUSTOM_DEFINITIONS_VAR.TabIndex = 112; // // 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(66, 0); this.label6.Name = "label6"; this.label6.Padding = new System.Windows.Forms.Padding(10); this.label6.Size = new System.Drawing.Size(313, 42); this.label6.TabIndex = 111; this.label6.Text = "Digital Output Custom Definitions:"; // // LIST_CUSTOM_DEFINITIONS_DO // this.LIST_CUSTOM_DEFINITIONS_DO.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_CUSTOM_DEFINITIONS_DO.FormattingEnabled = true; this.LIST_CUSTOM_DEFINITIONS_DO.ItemHeight = 22; this.LIST_CUSTOM_DEFINITIONS_DO.Location = new System.Drawing.Point(89, 45); this.LIST_CUSTOM_DEFINITIONS_DO.Name = "LIST_CUSTOM_DEFINITIONS_DO"; this.LIST_CUSTOM_DEFINITIONS_DO.Size = new System.Drawing.Size(725, 136); this.LIST_CUSTOM_DEFINITIONS_DO.TabIndex = 110; // // toolStrip2 // this.toolStrip2.BackColor = System.Drawing.SystemColors.Control; this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Left; this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip2.ImageScalingSize = new System.Drawing.Size(58, 56); this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSB_CUSTOMDEF_ADD, this.TSB_CUSTOMDEF_DELETE, this.toolStripSeparator2}); this.toolStrip2.Location = new System.Drawing.Point(0, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(63, 448); this.toolStrip2.TabIndex = 4; this.toolStrip2.Text = "Graphics ToolBar"; // // TSB_CUSTOMDEF_ADD // this.TSB_CUSTOMDEF_ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_CUSTOMDEF_ADD.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon; this.TSB_CUSTOMDEF_ADD.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_CUSTOMDEF_ADD.Name = "TSB_CUSTOMDEF_ADD"; this.TSB_CUSTOMDEF_ADD.Size = new System.Drawing.Size(60, 60); this.TSB_CUSTOMDEF_ADD.Text = "Add new Speech Item"; this.TSB_CUSTOMDEF_ADD.Click += new System.EventHandler(this.TSB_CUSTOMDEF_ADD_Click); // // TSB_CUSTOMDEF_DELETE // this.TSB_CUSTOMDEF_DELETE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_CUSTOMDEF_DELETE.Enabled = false; this.TSB_CUSTOMDEF_DELETE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon; this.TSB_CUSTOMDEF_DELETE.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_CUSTOMDEF_DELETE.Name = "TSB_CUSTOMDEF_DELETE"; this.TSB_CUSTOMDEF_DELETE.Size = new System.Drawing.Size(60, 60); this.TSB_CUSTOMDEF_DELETE.Text = "Delete Current Page"; this.TSB_CUSTOMDEF_DELETE.Click += new System.EventHandler(this.TSB_CUSTOMDEF_DELETE_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(60, 6); // // TAB_CUSTOM_QUERIES // this.TAB_CUSTOM_QUERIES.Controls.Add(this.LIST_CUSTOM_QUERIES); this.TAB_CUSTOM_QUERIES.Controls.Add(this.toolStrip3); this.TAB_CUSTOM_QUERIES.Location = new System.Drawing.Point(4, 31); this.TAB_CUSTOM_QUERIES.Name = "TAB_CUSTOM_QUERIES"; this.TAB_CUSTOM_QUERIES.Size = new System.Drawing.Size(834, 448); this.TAB_CUSTOM_QUERIES.TabIndex = 4; this.TAB_CUSTOM_QUERIES.Text = "Custom Queries"; this.TAB_CUSTOM_QUERIES.UseVisualStyleBackColor = true; // // LIST_CUSTOM_QUERIES // this.LIST_CUSTOM_QUERIES.Dock = System.Windows.Forms.DockStyle.Fill; this.LIST_CUSTOM_QUERIES.Font = new System.Drawing.Font("Arial", 14.25F); this.LIST_CUSTOM_QUERIES.FormattingEnabled = true; this.LIST_CUSTOM_QUERIES.ItemHeight = 22; this.LIST_CUSTOM_QUERIES.Location = new System.Drawing.Point(63, 0); this.LIST_CUSTOM_QUERIES.Name = "LIST_CUSTOM_QUERIES"; this.LIST_CUSTOM_QUERIES.Size = new System.Drawing.Size(771, 444); this.LIST_CUSTOM_QUERIES.TabIndex = 5; // // toolStrip3 // this.toolStrip3.BackColor = System.Drawing.SystemColors.Control; this.toolStrip3.Dock = System.Windows.Forms.DockStyle.Left; this.toolStrip3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip3.ImageScalingSize = new System.Drawing.Size(58, 56); this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSB_CUSTOMQUER_ADD, this.TSB_CUSTOMQUER_DELETE, this.toolStripSeparator3}); this.toolStrip3.Location = new System.Drawing.Point(0, 0); this.toolStrip3.Name = "toolStrip3"; this.toolStrip3.Size = new System.Drawing.Size(63, 448); this.toolStrip3.TabIndex = 4; this.toolStrip3.Text = "Graphics ToolBar"; // // TSB_CUSTOMQUER_ADD // this.TSB_CUSTOMQUER_ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_CUSTOMQUER_ADD.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.AddPlusIcon; this.TSB_CUSTOMQUER_ADD.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_CUSTOMQUER_ADD.Name = "TSB_CUSTOMQUER_ADD"; this.TSB_CUSTOMQUER_ADD.Size = new System.Drawing.Size(60, 60); this.TSB_CUSTOMQUER_ADD.Text = "Add new Speech Item"; this.TSB_CUSTOMQUER_ADD.Click += new System.EventHandler(this.TSB_CUSTOMQUER_ADD_Click); // // TSB_CUSTOMQUER_DELETE // this.TSB_CUSTOMQUER_DELETE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSB_CUSTOMQUER_DELETE.Enabled = false; this.TSB_CUSTOMQUER_DELETE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.DeleteIcon; this.TSB_CUSTOMQUER_DELETE.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSB_CUSTOMQUER_DELETE.Name = "TSB_CUSTOMQUER_DELETE"; this.TSB_CUSTOMQUER_DELETE.Size = new System.Drawing.Size(60, 60); this.TSB_CUSTOMQUER_DELETE.Text = "Delete Current Page"; this.TSB_CUSTOMQUER_DELETE.Click += new System.EventHandler(this.TSB_CUSTOMQUER_DELETE_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(60, 6); // // menuStrip1 // this.menuStrip1.Font = new System.Drawing.Font("Arial", 14.25F); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.speechOptionsToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(842, 30); this.menuStrip1.TabIndex = 2; this.menuStrip1.Text = "menuStrip1"; // // speechOptionsToolStripMenuItem // this.speechOptionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.masterEnableToolStripMenuItem, this.politenessEnableToolStripMenuItem}); this.speechOptionsToolStripMenuItem.Name = "speechOptionsToolStripMenuItem"; this.speechOptionsToolStripMenuItem.Size = new System.Drawing.Size(159, 26); this.speechOptionsToolStripMenuItem.Text = "Speech Options"; // // masterEnableToolStripMenuItem // this.masterEnableToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSMI_ME_Enabled, this.TSMI_ME_Disabled}); this.masterEnableToolStripMenuItem.Name = "masterEnableToolStripMenuItem"; this.masterEnableToolStripMenuItem.Size = new System.Drawing.Size(233, 26); this.masterEnableToolStripMenuItem.Text = "Master Enable"; // // TSMI_ME_Enabled // this.TSMI_ME_Enabled.Checked = true; this.TSMI_ME_Enabled.CheckState = System.Windows.Forms.CheckState.Checked; this.TSMI_ME_Enabled.Name = "TSMI_ME_Enabled"; this.TSMI_ME_Enabled.Size = new System.Drawing.Size(155, 26); this.TSMI_ME_Enabled.Text = "Enabled"; this.TSMI_ME_Enabled.Click += new System.EventHandler(this.TSMI_ME_Enable_Click); // // TSMI_ME_Disabled // this.TSMI_ME_Disabled.Name = "TSMI_ME_Disabled"; this.TSMI_ME_Disabled.Size = new System.Drawing.Size(155, 26); this.TSMI_ME_Disabled.Text = "Disabled"; this.TSMI_ME_Disabled.Click += new System.EventHandler(this.TSMI_ME_Disabled_Click); // // politenessEnableToolStripMenuItem // this.politenessEnableToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSMI_PE_Enabled, this.TSMI_PE_Disabled}); this.politenessEnableToolStripMenuItem.Name = "politenessEnableToolStripMenuItem"; this.politenessEnableToolStripMenuItem.Size = new System.Drawing.Size(233, 26); this.politenessEnableToolStripMenuItem.Text = "Politeness Enable"; // // TSMI_PE_Enabled // this.TSMI_PE_Enabled.Checked = true; this.TSMI_PE_Enabled.CheckState = System.Windows.Forms.CheckState.Checked; this.TSMI_PE_Enabled.Name = "TSMI_PE_Enabled"; this.TSMI_PE_Enabled.Size = new System.Drawing.Size(155, 26); this.TSMI_PE_Enabled.Text = "Enabled"; this.TSMI_PE_Enabled.Click += new System.EventHandler(this.TSMI_PE_Enabled_Click); // // TSMI_PE_Disabled // this.TSMI_PE_Disabled.Name = "TSMI_PE_Disabled"; this.TSMI_PE_Disabled.Size = new System.Drawing.Size(155, 26); this.TSMI_PE_Disabled.Text = "Disabled"; this.TSMI_PE_Disabled.Click += new System.EventHandler(this.TSMI_PE_Disabled_Click); // // SpeechConfigForm // this.ClientSize = new System.Drawing.Size(842, 513); this.Controls.Add(this.TABCONTROL_MAIN); this.Controls.Add(this.menuStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = true; this.Name = "SpeechConfigForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Speech Configuration"; this.TopMost = false; this.TABCONTROL_MAIN.ResumeLayout(false); this.TAB_ALLCONTROLS.ResumeLayout(false); this.TAB_SYSTEM.ResumeLayout(false); this.TAB_SYSTEM.PerformLayout(); this.TS_GraphicsToolBar.ResumeLayout(false); this.TS_GraphicsToolBar.PerformLayout(); this.TAB_SYS_DEFINITIONS.ResumeLayout(false); this.TAB_SYS_DEFINITIONS.PerformLayout(); this.PANEL_TOSCROLLIN.ResumeLayout(false); this.PANEL_TOSCROLLIN.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.TAB_CUSTOM_DEFINITIONS.ResumeLayout(false); this.TAB_CUSTOM_DEFINITIONS.PerformLayout(); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.TAB_CUSTOM_QUERIES.ResumeLayout(false); this.TAB_CUSTOM_QUERIES.PerformLayout(); this.toolStrip3.ResumeLayout(false); this.toolStrip3.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl TABCONTROL_MAIN; private System.Windows.Forms.TabPage TAB_ALLCONTROLS; private System.Windows.Forms.TabPage TAB_SYSTEM; private System.Windows.Forms.ToolStrip TS_GraphicsToolBar; private System.Windows.Forms.ToolStripButton TSB_SYSTEM_ADD; private System.Windows.Forms.ToolStripButton TSB_SYSTEM_DELETE; private System.Windows.Forms.ToolStripSeparator TSS_5; private System.Windows.Forms.ListBox LIST_SYSTEM; private System.Windows.Forms.TabPage TAB_SYS_DEFINITIONS; private System.Windows.Forms.TabPage TAB_CUSTOM_DEFINITIONS; private System.Windows.Forms.TabPage TAB_CUSTOM_QUERIES; private System.Windows.Forms.ListBox LIST_SYS_DEFINITIONS_DO_GENERIC; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton TSB_SYSDEF_ADD; private System.Windows.Forms.ToolStripButton TSB_SYSDEF_DELETE; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStrip toolStrip2; private System.Windows.Forms.ToolStripButton TSB_CUSTOMDEF_ADD; private System.Windows.Forms.ToolStripButton TSB_CUSTOMDEF_DELETE; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ListBox LIST_CUSTOM_QUERIES; private System.Windows.Forms.ToolStrip toolStrip3; private System.Windows.Forms.ToolStripButton TSB_CUSTOMQUER_ADD; private System.Windows.Forms.ToolStripButton TSB_CUSTOMQUER_DELETE; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.Panel PANEL_TOSCROLLIN; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label3; private System.Windows.Forms.ListBox LIST_SYS_DEFINITIONS_AI_GENERIC; private System.Windows.Forms.Label label2; private System.Windows.Forms.ListBox LIST_SYS_DEFINITIONS_DO_TURNOFF; private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox LIST_SYS_DEFINITIONS_DO_TURNON; private System.Windows.Forms.Label label4; private System.Windows.Forms.ListBox LIST_SYS_DEFINITIONS_AI_GENQUERY; private System.Windows.Forms.Label label5; private System.Windows.Forms.ListBox LIST_CUSTOM_DEFINITIONS_VAR; private System.Windows.Forms.Label label6; private System.Windows.Forms.ListBox LIST_CUSTOM_DEFINITIONS_DO; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem speechOptionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem masterEnableToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem TSMI_ME_Enabled; private System.Windows.Forms.ToolStripMenuItem TSMI_ME_Disabled; private System.Windows.Forms.ToolStripMenuItem politenessEnableToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem TSMI_PE_Enabled; private System.Windows.Forms.ToolStripMenuItem TSMI_PE_Disabled; private System.Windows.Forms.ListBox LIST_ALLCOMMANDS; } }