namespace Fusion_Control_Centre_UberMDX
{
partial class DEBUG_SpeechForm
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DEBUG_SpeechForm));
this.SPLIT_POSSIBLE_HEARD = new System.Windows.Forms.SplitContainer();
this.LIST_POSSIBLE = new System.Windows.Forms.ListBox();
this.SPLIT_RECO_HYPO = new System.Windows.Forms.SplitContainer();
this.SPLIT_HYPO_REJECT = new System.Windows.Forms.SplitContainer();
this.TXT_REJECTED = new System.Windows.Forms.TextBox();
this.TXT_HYPO = new System.Windows.Forms.TextBox();
this.TXT_RECO = new System.Windows.Forms.TextBox();
this.ToolStrip_For_Speech = new System.Windows.Forms.ToolStrip();
this.BTN_ENABLE = new System.Windows.Forms.ToolStripButton();
this.BTN_DISABLE = new System.Windows.Forms.ToolStripButton();
this.SPLIT_POSSIBLE_HEARD.Panel1.SuspendLayout();
this.SPLIT_POSSIBLE_HEARD.Panel2.SuspendLayout();
this.SPLIT_POSSIBLE_HEARD.SuspendLayout();
this.SPLIT_RECO_HYPO.Panel1.SuspendLayout();
this.SPLIT_RECO_HYPO.Panel2.SuspendLayout();
this.SPLIT_RECO_HYPO.SuspendLayout();
this.SPLIT_HYPO_REJECT.Panel1.SuspendLayout();
this.SPLIT_HYPO_REJECT.Panel2.SuspendLayout();
this.SPLIT_HYPO_REJECT.SuspendLayout();
this.ToolStrip_For_Speech.SuspendLayout();
this.SuspendLayout();
//
// SPLIT_POSSIBLE_HEARD
//
this.SPLIT_POSSIBLE_HEARD.Dock = System.Windows.Forms.DockStyle.Fill;
this.SPLIT_POSSIBLE_HEARD.Location = new System.Drawing.Point(0, 25);
this.SPLIT_POSSIBLE_HEARD.Name = "SPLIT_POSSIBLE_HEARD";
//
// SPLIT_POSSIBLE_HEARD.Panel1
//
this.SPLIT_POSSIBLE_HEARD.Panel1.Controls.Add(this.LIST_POSSIBLE);
//
// SPLIT_POSSIBLE_HEARD.Panel2
//
this.SPLIT_POSSIBLE_HEARD.Panel2.Controls.Add(this.SPLIT_RECO_HYPO);
this.SPLIT_POSSIBLE_HEARD.Size = new System.Drawing.Size(667, 427);
this.SPLIT_POSSIBLE_HEARD.SplitterDistance = 222;
this.SPLIT_POSSIBLE_HEARD.TabIndex = 0;
//
// LIST_POSSIBLE
//
this.LIST_POSSIBLE.Dock = System.Windows.Forms.DockStyle.Fill;
this.LIST_POSSIBLE.FormattingEnabled = true;
this.LIST_POSSIBLE.Location = new System.Drawing.Point(0, 0);
this.LIST_POSSIBLE.Name = "LIST_POSSIBLE";
this.LIST_POSSIBLE.Size = new System.Drawing.Size(222, 420);
this.LIST_POSSIBLE.TabIndex = 0;
//
// SPLIT_RECO_HYPO
//
this.SPLIT_RECO_HYPO.Dock = System.Windows.Forms.DockStyle.Fill;
this.SPLIT_RECO_HYPO.Location = new System.Drawing.Point(0, 0);
this.SPLIT_RECO_HYPO.Name = "SPLIT_RECO_HYPO";
this.SPLIT_RECO_HYPO.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// SPLIT_RECO_HYPO.Panel1
//
this.SPLIT_RECO_HYPO.Panel1.Controls.Add(this.SPLIT_HYPO_REJECT);
this.SPLIT_RECO_HYPO.Panel1MinSize = 50;
//
// SPLIT_RECO_HYPO.Panel2
//
this.SPLIT_RECO_HYPO.Panel2.Controls.Add(this.TXT_RECO);
this.SPLIT_RECO_HYPO.Size = new System.Drawing.Size(441, 427);
this.SPLIT_RECO_HYPO.SplitterDistance = 275;
this.SPLIT_RECO_HYPO.TabIndex = 1;
//
// SPLIT_HYPO_REJECT
//
this.SPLIT_HYPO_REJECT.Dock = System.Windows.Forms.DockStyle.Fill;
this.SPLIT_HYPO_REJECT.Location = new System.Drawing.Point(0, 0);
this.SPLIT_HYPO_REJECT.Name = "SPLIT_HYPO_REJECT";
this.SPLIT_HYPO_REJECT.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// SPLIT_HYPO_REJECT.Panel1
//
this.SPLIT_HYPO_REJECT.Panel1.Controls.Add(this.TXT_REJECTED);
//
// SPLIT_HYPO_REJECT.Panel2
//
this.SPLIT_HYPO_REJECT.Panel2.Controls.Add(this.TXT_HYPO);
this.SPLIT_HYPO_REJECT.Size = new System.Drawing.Size(441, 275);
this.SPLIT_HYPO_REJECT.SplitterDistance = 120;
this.SPLIT_HYPO_REJECT.TabIndex = 1;
//
// TXT_REJECTED
//
this.TXT_REJECTED.Dock = System.Windows.Forms.DockStyle.Fill;
this.TXT_REJECTED.Location = new System.Drawing.Point(0, 0);
this.TXT_REJECTED.Multiline = true;
this.TXT_REJECTED.Name = "TXT_REJECTED";
this.TXT_REJECTED.Size = new System.Drawing.Size(441, 120);
this.TXT_REJECTED.TabIndex = 1;
//
// TXT_HYPO
//
this.TXT_HYPO.Dock = System.Windows.Forms.DockStyle.Fill;
this.TXT_HYPO.Location = new System.Drawing.Point(0, 0);
this.TXT_HYPO.Multiline = true;
this.TXT_HYPO.Name = "TXT_HYPO";
this.TXT_HYPO.Size = new System.Drawing.Size(441, 151);
this.TXT_HYPO.TabIndex = 1;
//
// TXT_RECO
//
this.TXT_RECO.Dock = System.Windows.Forms.DockStyle.Fill;
this.TXT_RECO.Location = new System.Drawing.Point(0, 0);
this.TXT_RECO.Multiline = true;
this.TXT_RECO.Name = "TXT_RECO";
this.TXT_RECO.Size = new System.Drawing.Size(441, 148);
this.TXT_RECO.TabIndex = 1;
//
// ToolStrip_For_Speech
//
this.ToolStrip_For_Speech.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.ToolStrip_For_Speech.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.BTN_ENABLE,
this.BTN_DISABLE});
this.ToolStrip_For_Speech.Location = new System.Drawing.Point(0, 0);
this.ToolStrip_For_Speech.Name = "ToolStrip_For_Speech";
this.ToolStrip_For_Speech.Size = new System.Drawing.Size(667, 25);
this.ToolStrip_For_Speech.TabIndex = 1;
this.ToolStrip_For_Speech.Text = "Speech Toolstrip";
//
// BTN_ENABLE
//
this.BTN_ENABLE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.BTN_ENABLE.Image = ((System.Drawing.Image)(resources.GetObject("BTN_ENABLE.Image")));
this.BTN_ENABLE.ImageTransparentColor = System.Drawing.Color.Magenta;
this.BTN_ENABLE.Name = "BTN_ENABLE";
this.BTN_ENABLE.Size = new System.Drawing.Size(87, 22);
this.BTN_ENABLE.Text = "Enable Speech";
this.BTN_ENABLE.Click += new System.EventHandler(this.BTN_ENABLE_Click);
//
// BTN_DISABLE
//
this.BTN_DISABLE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.BTN_DISABLE.Image = ((System.Drawing.Image)(resources.GetObject("BTN_DISABLE.Image")));
this.BTN_DISABLE.ImageTransparentColor = System.Drawing.Color.Magenta;
this.BTN_DISABLE.Name = "BTN_DISABLE";
this.BTN_DISABLE.Size = new System.Drawing.Size(90, 22);
this.BTN_DISABLE.Text = "Disable Speech";
this.BTN_DISABLE.Click += new System.EventHandler(this.BTN_DISABLE_Click);
//
// DEBUG_SpeechForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(667, 452);
this.Controls.Add(this.SPLIT_POSSIBLE_HEARD);
this.Controls.Add(this.ToolStrip_For_Speech);
this.Name = "DEBUG_SpeechForm";
this.Text = "DEBUG -- Speech Recognition Form";
this.SPLIT_POSSIBLE_HEARD.Panel1.ResumeLayout(false);
this.SPLIT_POSSIBLE_HEARD.Panel2.ResumeLayout(false);
this.SPLIT_POSSIBLE_HEARD.ResumeLayout(false);
this.SPLIT_RECO_HYPO.Panel1.ResumeLayout(false);
this.SPLIT_RECO_HYPO.Panel2.ResumeLayout(false);
this.SPLIT_RECO_HYPO.Panel2.PerformLayout();
this.SPLIT_RECO_HYPO.ResumeLayout(false);
this.SPLIT_HYPO_REJECT.Panel1.ResumeLayout(false);
this.SPLIT_HYPO_REJECT.Panel1.PerformLayout();
this.SPLIT_HYPO_REJECT.Panel2.ResumeLayout(false);
this.SPLIT_HYPO_REJECT.Panel2.PerformLayout();
this.SPLIT_HYPO_REJECT.ResumeLayout(false);
this.ToolStrip_For_Speech.ResumeLayout(false);
this.ToolStrip_For_Speech.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip ToolStrip_For_Speech;
private System.Windows.Forms.SplitContainer SPLIT_POSSIBLE_HEARD;
private System.Windows.Forms.ListBox LIST_POSSIBLE;
private System.Windows.Forms.SplitContainer SPLIT_RECO_HYPO;
private System.Windows.Forms.TextBox TXT_RECO;
private System.Windows.Forms.SplitContainer SPLIT_HYPO_REJECT;
private System.Windows.Forms.TextBox TXT_REJECTED;
private System.Windows.Forms.TextBox TXT_HYPO;
private System.Windows.Forms.ToolStripButton BTN_ENABLE;
private System.Windows.Forms.ToolStripButton BTN_DISABLE;
}
}