namespace MudDesigner
{
partial class Runtime
{
///
/// 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.txtConsole = new System.Windows.Forms.RichTextBox();
this.txtCommand = new System.Windows.Forms.TextBox();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.txtConsole);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.txtCommand);
this.splitContainer1.Size = new System.Drawing.Size(693, 422);
this.splitContainer1.SplitterDistance = 393;
this.splitContainer1.TabIndex = 0;
//
// txtConsole
//
this.txtConsole.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtConsole.Location = new System.Drawing.Point(0, 0);
this.txtConsole.Name = "txtConsole";
this.txtConsole.Size = new System.Drawing.Size(693, 393);
this.txtConsole.TabIndex = 0;
this.txtConsole.Text = "";
//
// txtCommand
//
this.txtCommand.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtCommand.Location = new System.Drawing.Point(0, 0);
this.txtCommand.Name = "txtCommand";
this.txtCommand.Size = new System.Drawing.Size(693, 20);
this.txtCommand.TabIndex = 1;
this.txtCommand.TextChanged += new System.EventHandler(this.txtCommand_TextChanged);
//
// Runtime
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(693, 422);
this.Controls.Add(this.splitContainer1);
this.Name = "Runtime";
this.Text = "Runtime";
this.Load += new System.EventHandler(this.Runtime_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.RichTextBox txtConsole;
private System.Windows.Forms.TextBox txtCommand;
}
}