namespace FCC_Uber_MDX_Configurator
{
partial class DebuggingForm
{
///
/// 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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.speechOptionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.TSMI_ME_Enabled = new System.Windows.Forms.ToolStripMenuItem();
this.TSMI_ME_Disabled = new System.Windows.Forms.ToolStripMenuItem();
this.TSMI_PE_Enabled = new System.Windows.Forms.ToolStripMenuItem();
this.TSMI_PE_Disabled = new System.Windows.Forms.ToolStripMenuItem();
this.masterEnableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.TSMI_Enabled = new System.Windows.Forms.ToolStripMenuItem();
this.TSMI_Disabled = new System.Windows.Forms.ToolStripMenuItem();
this.CHKLIST_VIRTUALBRAINS = new System.Windows.Forms.CheckedListBox();
this.label1 = new System.Windows.Forms.Label();
this.CHK_IFTHEN = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.CHK_VARIABLES = new System.Windows.Forms.CheckBox();
this.CHK_SPEECH = new System.Windows.Forms.CheckBox();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// 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(339, 30);
this.menuStrip1.TabIndex = 44;
this.menuStrip1.Text = "menuStrip1";
//
// speechOptionsToolStripMenuItem
//
this.speechOptionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.masterEnableToolStripMenuItem});
this.speechOptionsToolStripMenuItem.Name = "speechOptionsToolStripMenuItem";
this.speechOptionsToolStripMenuItem.Size = new System.Drawing.Size(150, 26);
this.speechOptionsToolStripMenuItem.Text = "Debug Options";
//
// 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(119, 22);
this.TSMI_ME_Enabled.Text = "Enabled";
//
// TSMI_ME_Disabled
//
this.TSMI_ME_Disabled.Name = "TSMI_ME_Disabled";
this.TSMI_ME_Disabled.Size = new System.Drawing.Size(119, 22);
this.TSMI_ME_Disabled.Text = "Disabled";
//
// 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(119, 22);
this.TSMI_PE_Enabled.Text = "Enabled";
//
// TSMI_PE_Disabled
//
this.TSMI_PE_Disabled.Name = "TSMI_PE_Disabled";
this.TSMI_PE_Disabled.Size = new System.Drawing.Size(119, 22);
this.TSMI_PE_Disabled.Text = "Disabled";
//
// masterEnableToolStripMenuItem
//
this.masterEnableToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TSMI_Enabled,
this.TSMI_Disabled});
this.masterEnableToolStripMenuItem.Name = "masterEnableToolStripMenuItem";
this.masterEnableToolStripMenuItem.Size = new System.Drawing.Size(201, 26);
this.masterEnableToolStripMenuItem.Text = "Master Enable";
//
// TSMI_Enabled
//
this.TSMI_Enabled.Name = "TSMI_Enabled";
this.TSMI_Enabled.Size = new System.Drawing.Size(152, 26);
this.TSMI_Enabled.Text = "Enable";
this.TSMI_Enabled.Click += new System.EventHandler(this.TSMI_Enabled_Click);
//
// TSMI_Disabled
//
this.TSMI_Disabled.Checked = true;
this.TSMI_Disabled.CheckState = System.Windows.Forms.CheckState.Checked;
this.TSMI_Disabled.Name = "TSMI_Disabled";
this.TSMI_Disabled.Size = new System.Drawing.Size(152, 26);
this.TSMI_Disabled.Text = "Disable";
this.TSMI_Disabled.Click += new System.EventHandler(this.TSMI_Disabled_Click);
//
// CHKLIST_VIRTUALBRAINS
//
this.CHKLIST_VIRTUALBRAINS.Font = new System.Drawing.Font("Arial", 14.25F);
this.CHKLIST_VIRTUALBRAINS.FormattingEnabled = true;
this.CHKLIST_VIRTUALBRAINS.Location = new System.Drawing.Point(41, 190);
this.CHKLIST_VIRTUALBRAINS.Name = "CHKLIST_VIRTUALBRAINS";
this.CHKLIST_VIRTUALBRAINS.Size = new System.Drawing.Size(290, 76);
this.CHKLIST_VIRTUALBRAINS.TabIndex = 45;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial", 14.25F);
this.label1.Location = new System.Drawing.Point(12, 165);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(120, 22);
this.label1.TabIndex = 46;
this.label1.Text = "Virtual Brains";
//
// CHK_IFTHEN
//
this.CHK_IFTHEN.AutoSize = true;
this.CHK_IFTHEN.Font = new System.Drawing.Font("Arial", 14.25F);
this.CHK_IFTHEN.Location = new System.Drawing.Point(41, 72);
this.CHK_IFTHEN.Name = "CHK_IFTHEN";
this.CHK_IFTHEN.Size = new System.Drawing.Size(255, 26);
this.CHK_IFTHEN.TabIndex = 47;
this.CHK_IFTHEN.Text = "If/Then Outcomes Window";
this.CHK_IFTHEN.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial", 14.25F);
this.label2.Location = new System.Drawing.Point(12, 47);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(186, 22);
this.label2.TabIndex = 48;
this.label2.Text = "Debugging Windows";
//
// CHK_VARIABLES
//
this.CHK_VARIABLES.AutoSize = true;
this.CHK_VARIABLES.Font = new System.Drawing.Font("Arial", 14.25F);
this.CHK_VARIABLES.Location = new System.Drawing.Point(41, 104);
this.CHK_VARIABLES.Name = "CHK_VARIABLES";
this.CHK_VARIABLES.Size = new System.Drawing.Size(248, 26);
this.CHK_VARIABLES.TabIndex = 49;
this.CHK_VARIABLES.Text = "Variables\' Values Window";
this.CHK_VARIABLES.UseVisualStyleBackColor = true;
//
// CHK_SPEECH
//
this.CHK_SPEECH.AutoSize = true;
this.CHK_SPEECH.Font = new System.Drawing.Font("Arial", 14.25F);
this.CHK_SPEECH.Location = new System.Drawing.Point(41, 136);
this.CHK_SPEECH.Name = "CHK_SPEECH";
this.CHK_SPEECH.Size = new System.Drawing.Size(274, 26);
this.CHK_SPEECH.TabIndex = 50;
this.CHK_SPEECH.Text = "Speech Possibilities Window";
this.CHK_SPEECH.UseVisualStyleBackColor = true;
//
// DebuggingForm
//
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(339, 273);
this.Controls.Add(this.CHK_SPEECH);
this.Controls.Add(this.CHK_VARIABLES);
this.Controls.Add(this.label2);
this.Controls.Add(this.CHK_IFTHEN);
this.Controls.Add(this.label1);
this.Controls.Add(this.CHKLIST_VIRTUALBRAINS);
this.Controls.Add(this.menuStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "DebuggingForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Debugging Form";
this.TopMost = false;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DebuggingForm_FormClosing);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem speechOptionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem masterEnableToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem TSMI_Enabled;
private System.Windows.Forms.ToolStripMenuItem TSMI_Disabled;
private System.Windows.Forms.ToolStripMenuItem TSMI_ME_Enabled;
private System.Windows.Forms.ToolStripMenuItem TSMI_ME_Disabled;
private System.Windows.Forms.ToolStripMenuItem TSMI_PE_Enabled;
private System.Windows.Forms.ToolStripMenuItem TSMI_PE_Disabled;
private System.Windows.Forms.CheckedListBox CHKLIST_VIRTUALBRAINS;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox CHK_IFTHEN;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox CHK_VARIABLES;
private System.Windows.Forms.CheckBox CHK_SPEECH;
}
}