namespace DarkWynter.App
{
partial class CompilerControl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.compilerPanel = new System.Windows.Forms.Panel();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.compilerGroupBox = new System.Windows.Forms.GroupBox();
this.codeBoxSplitContainer = new System.Windows.Forms.SplitContainer();
this.codeTextBox = new System.Windows.Forms.RichTextBox();
this.numberLabel = new System.Windows.Forms.Label();
this.outputGroupBox = new System.Windows.Forms.GroupBox();
this.outputTextBox = new System.Windows.Forms.RichTextBox();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.compileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.undockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.compilerPanel.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.compilerGroupBox.SuspendLayout();
this.outputGroupBox.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// compilerPanel
//
this.compilerPanel.Controls.Add(this.toolStripContainer1);
this.compilerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.compilerPanel.Location = new System.Drawing.Point(0, 0);
this.compilerPanel.Name = "compilerPanel";
this.compilerPanel.Size = new System.Drawing.Size(359, 790);
this.compilerPanel.TabIndex = 6;
//
// toolStripContainer1
//
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(359, 766);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(359, 790);
this.toolStripContainer1.TabIndex = 8;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
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.compilerGroupBox);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.outputGroupBox);
this.splitContainer1.Size = new System.Drawing.Size(359, 766);
this.splitContainer1.SplitterDistance = 499;
this.splitContainer1.TabIndex = 7;
//
// compilerGroupBox
//
this.compilerGroupBox.Controls.Add(this.codeBoxSplitContainer);
this.compilerGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.compilerGroupBox.Location = new System.Drawing.Point(0, 0);
this.compilerGroupBox.Name = "compilerGroupBox";
this.compilerGroupBox.Size = new System.Drawing.Size(359, 499);
this.compilerGroupBox.TabIndex = 0;
this.compilerGroupBox.TabStop = false;
this.compilerGroupBox.Text = "Text Editor";
//
// splitContainer1
//
this.codeBoxSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.codeBoxSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.codeBoxSplitContainer.IsSplitterFixed = true;
this.codeBoxSplitContainer.Location = new System.Drawing.Point(3, 16);
this.codeBoxSplitContainer.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.codeBoxSplitContainer.Panel1.Controls.Add(this.numberLabel);
//
// splitContainer1.Panel2
//
this.codeBoxSplitContainer.Panel2.Controls.Add(this.codeTextBox);
this.codeBoxSplitContainer.Size = new System.Drawing.Size(896, 234);
this.codeBoxSplitContainer.SplitterDistance = 50;
this.codeBoxSplitContainer.SplitterWidth = 1;
this.codeBoxSplitContainer.TabIndex = 2;
this.codeBoxSplitContainer.Text = "splitContainer1";
//
// numberLabel
//
this.numberLabel.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.numberLabel.Location = new System.Drawing.Point(3, 10);
this.numberLabel.Name = "numberLabel";
this.numberLabel.Size = new System.Drawing.Size(37, 800);
this.numberLabel.TabIndex = 1;
this.numberLabel.Text = "1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n8\r\n9\r\n10\r\n11\r\n12\r\n13\r\n14\r\n15\r\n16\r\n17\r\n18\r\n19\r\n20\r\n21\r\n22\r\n23\r\n24\r\n25\r\n26\r\n27\r\n28\r\n29\r\n30";
this.numberLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// codeTextBox
//
this.codeTextBox.BackColor = System.Drawing.SystemColors.Info;
this.codeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.codeTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.codeTextBox.ForeColor = System.Drawing.SystemColors.InfoText;
this.codeTextBox.Location = new System.Drawing.Point(3, 12);
this.codeTextBox.Name = "codeTextBox";
this.codeTextBox.Size = new System.Drawing.Size(353, 480);
this.codeTextBox.TabIndex = 1;
this.codeTextBox.Text = "";
this.codeTextBox.VScroll += new System.EventHandler(this.codeTextBox_VScroll);
this.codeTextBox.Resize += new System.EventHandler(this.codeTextBox_Resize);
this.codeTextBox.FontChanged += new System.EventHandler(this.richTextBox1_FontChanged);
this.codeTextBox.TextChanged += new System.EventHandler(this.codeTextBox_TextChanged);
//
// outputGroupBox
//
this.outputGroupBox.Controls.Add(this.outputTextBox);
this.outputGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.outputGroupBox.Location = new System.Drawing.Point(0, 0);
this.outputGroupBox.Name = "outputGroupBox";
this.outputGroupBox.Size = new System.Drawing.Size(359, 263);
this.outputGroupBox.TabIndex = 1;
this.outputGroupBox.TabStop = false;
this.outputGroupBox.Text = "Output";
//
// outputTextBox
//
this.outputTextBox.BackColor = System.Drawing.Color.LemonChiffon;
this.outputTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.outputTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.outputTextBox.Location = new System.Drawing.Point(3, 16);
this.outputTextBox.Name = "outputTextBox";
this.outputTextBox.ReadOnly = true;
this.outputTextBox.Size = new System.Drawing.Size(353, 244);
this.outputTextBox.TabIndex = 4;
this.outputTextBox.TabStop = false;
this.outputTextBox.Text = "";
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.Black;
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.menuStrip1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuStrip1.ForeColor = System.Drawing.Color.Silver;
this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.compileToolStripMenuItem,
this.runToolStripMenuItem,
this.undockToolStripMenuItem,
this.refreshToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(359, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// compileToolStripMenuItem
//
this.compileToolStripMenuItem.Name = "compileToolStripMenuItem";
this.compileToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
this.compileToolStripMenuItem.Text = "Compile";
this.compileToolStripMenuItem.Click += new System.EventHandler(this.compileToolStripMenuItem_Click);
//
// runToolStripMenuItem
//
this.runToolStripMenuItem.Name = "runToolStripMenuItem";
this.runToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
this.runToolStripMenuItem.Text = "Run";
this.runToolStripMenuItem.Click += new System.EventHandler(this.runToolStripMenuItem_Click);
//
// undockToolStripMenuItem
//
this.undockToolStripMenuItem.Name = "undockToolStripMenuItem";
this.undockToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
this.undockToolStripMenuItem.Text = "Undock";
this.undockToolStripMenuItem.Click += new System.EventHandler(this.undockToolStripMenuItem_Click);
//
// refreshToolStripMenuItem
//
this.refreshToolStripMenuItem.BackColor = System.Drawing.Color.Firebrick;
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(69, 20);
this.refreshToolStripMenuItem.Text = "Refresh";
this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
//
// CompilerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.compilerPanel);
this.Name = "CompilerControl";
this.Size = new System.Drawing.Size(359, 790);
this.compilerPanel.ResumeLayout(false);
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.compilerGroupBox.ResumeLayout(false);
this.outputGroupBox.ResumeLayout(false);
this.codeBoxSplitContainer.Panel1.ResumeLayout(false);
this.codeBoxSplitContainer.Panel2.ResumeLayout(false);
this.codeBoxSplitContainer.ResumeLayout(false);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel compilerPanel;
private System.Windows.Forms.GroupBox outputGroupBox;
private System.Windows.Forms.RichTextBox outputTextBox;
private System.Windows.Forms.GroupBox compilerGroupBox;
private System.Windows.Forms.RichTextBox codeTextBox;
private System.Windows.Forms.Label numberLabel;
private System.Windows.Forms.SplitContainer codeBoxSplitContainer;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem compileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem runToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem undockToolStripMenuItem;
}
}