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.compiler_P = new System.Windows.Forms.Panel();
this.compiler_TSC = new System.Windows.Forms.ToolStripContainer();
this.compiler_SC = new System.Windows.Forms.SplitContainer();
this.compiler_GB = new System.Windows.Forms.GroupBox();
this.codeBox_SC = new System.Windows.Forms.SplitContainer();
this.code_TB = new System.Windows.Forms.RichTextBox();
this.number_L = new System.Windows.Forms.Label();
this.output_GB = new System.Windows.Forms.GroupBox();
this.output_TB = new System.Windows.Forms.RichTextBox();
this.compiler_MS = new System.Windows.Forms.MenuStrip();
this.compileMenuItem_TS = new System.Windows.Forms.ToolStripMenuItem();
this.runMenuItem_TS = new System.Windows.Forms.ToolStripMenuItem();
this.undockMenuItem_TS = new System.Windows.Forms.ToolStripMenuItem();
this.refreshMenuItem_TS = new System.Windows.Forms.ToolStripMenuItem();
this.compiler_P.SuspendLayout();
this.compiler_TSC.ContentPanel.SuspendLayout();
this.compiler_TSC.TopToolStripPanel.SuspendLayout();
this.compiler_TSC.SuspendLayout();
this.compiler_SC.Panel1.SuspendLayout();
this.compiler_SC.Panel2.SuspendLayout();
this.compiler_SC.SuspendLayout();
this.compiler_GB.SuspendLayout();
this.output_GB.SuspendLayout();
this.compiler_MS.SuspendLayout();
this.SuspendLayout();
//
// compilerPanel
//
this.compiler_P.Controls.Add(this.compiler_TSC);
this.compiler_P.Dock = System.Windows.Forms.DockStyle.Fill;
this.compiler_P.Location = new System.Drawing.Point(0, 0);
this.compiler_P.Name = "compilerPanel";
this.compiler_P.Size = new System.Drawing.Size(359, 790);
this.compiler_P.TabIndex = 6;
//
// toolStripContainer1
//
//
// toolStripContainer1.ContentPanel
//
this.compiler_TSC.ContentPanel.Controls.Add(this.compiler_SC);
this.compiler_TSC.ContentPanel.Size = new System.Drawing.Size(359, 766);
this.compiler_TSC.Dock = System.Windows.Forms.DockStyle.Fill;
this.compiler_TSC.Location = new System.Drawing.Point(0, 0);
this.compiler_TSC.Name = "toolStripContainer1";
this.compiler_TSC.Size = new System.Drawing.Size(359, 790);
this.compiler_TSC.TabIndex = 8;
this.compiler_TSC.Text = "toolStripContainer1";
//
// compiler_TSC.TopToolStripPanel
//
this.compiler_TSC.TopToolStripPanel.Controls.Add(this.compiler_MS);
//
// compiler_SC
//
this.compiler_SC.Dock = System.Windows.Forms.DockStyle.Fill;
this.compiler_SC.Location = new System.Drawing.Point(0, 0);
this.compiler_SC.Name = "splitContainer1";
this.compiler_SC.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// compiler_SC.Panel1
//
this.compiler_SC.Panel1.Controls.Add(this.compiler_GB);
//
// compiler_SC.Panel2
//
this.compiler_SC.Panel2.Controls.Add(this.output_GB);
this.compiler_SC.Size = new System.Drawing.Size(359, 766);
this.compiler_SC.SplitterDistance = 499;
this.compiler_SC.TabIndex = 7;
//
// compiler_GB
//
this.compiler_GB.Controls.Add(this.codeBox_SC);
this.compiler_GB.Dock = System.Windows.Forms.DockStyle.Fill;
this.compiler_GB.Location = new System.Drawing.Point(0, 0);
this.compiler_GB.Name = "compilerGroupBox";
this.compiler_GB.Size = new System.Drawing.Size(359, 499);
this.compiler_GB.TabIndex = 0;
this.compiler_GB.TabStop = false;
this.compiler_GB.Text = "Text Editor";
//
// codeBox_SC
//
this.codeBox_SC.Dock = System.Windows.Forms.DockStyle.Fill;
this.codeBox_SC.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.codeBox_SC.IsSplitterFixed = true;
this.codeBox_SC.Location = new System.Drawing.Point(3, 16);
this.codeBox_SC.Name = "splitContainer1";
//
// codeBox_SC.Panel1
//
this.codeBox_SC.Panel1.Controls.Add(this.number_L);
//
// codeBox_SC.Panel2
//
this.codeBox_SC.Panel2.Controls.Add(this.code_TB);
this.codeBox_SC.Size = new System.Drawing.Size(896, 234);
this.codeBox_SC.SplitterDistance = 50;
this.codeBox_SC.SplitterWidth = 1;
this.codeBox_SC.TabIndex = 2;
this.codeBox_SC.Text = "splitContainer1";
//
// number_L
//
this.number_L.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.number_L.Location = new System.Drawing.Point(3, 10);
this.number_L.Name = "numberLabel";
this.number_L.Size = new System.Drawing.Size(37, 800);
this.number_L.TabIndex = 1;
this.number_L.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.number_L.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// code_TB
//
this.code_TB.BackColor = System.Drawing.SystemColors.Info;
this.code_TB.Dock = System.Windows.Forms.DockStyle.Fill;
this.code_TB.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.code_TB.ForeColor = System.Drawing.SystemColors.InfoText;
this.code_TB.Location = new System.Drawing.Point(3, 12);
this.code_TB.Name = "codeTextBox";
this.code_TB.Size = new System.Drawing.Size(353, 480);
this.code_TB.TabIndex = 1;
this.code_TB.Text = "";
this.code_TB.VScroll += new System.EventHandler(this.code_TB_VScroll);
this.code_TB.Resize += new System.EventHandler(this.code_TB_Resize);
this.code_TB.FontChanged += new System.EventHandler(this.code_TB_FontChanged);
this.code_TB.TextChanged += new System.EventHandler(this.code_TB_TextChanged);
//
// output_GB
//
this.output_GB.Controls.Add(this.output_TB);
this.output_GB.Dock = System.Windows.Forms.DockStyle.Fill;
this.output_GB.Location = new System.Drawing.Point(0, 0);
this.output_GB.Name = "outputGroupBox";
this.output_GB.Size = new System.Drawing.Size(359, 263);
this.output_GB.TabIndex = 1;
this.output_GB.TabStop = false;
this.output_GB.Text = "Output";
//
// output_TB
//
this.output_TB.BackColor = System.Drawing.Color.LemonChiffon;
this.output_TB.Dock = System.Windows.Forms.DockStyle.Fill;
this.output_TB.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.output_TB.Location = new System.Drawing.Point(3, 16);
this.output_TB.Name = "outputTextBox";
this.output_TB.ReadOnly = true;
this.output_TB.Size = new System.Drawing.Size(353, 244);
this.output_TB.TabIndex = 4;
this.output_TB.TabStop = false;
this.output_TB.Text = "";
//
// compiler_MS
//
this.compiler_MS.BackColor = System.Drawing.Color.Black;
this.compiler_MS.Dock = System.Windows.Forms.DockStyle.None;
this.compiler_MS.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.compiler_MS.ForeColor = System.Drawing.Color.Silver;
this.compiler_MS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.compiler_MS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.compileMenuItem_TS,
this.runMenuItem_TS,
this.undockMenuItem_TS,
this.refreshMenuItem_TS});
this.compiler_MS.Location = new System.Drawing.Point(0, 0);
this.compiler_MS.Name = "menuStrip1";
this.compiler_MS.Size = new System.Drawing.Size(359, 24);
this.compiler_MS.TabIndex = 0;
this.compiler_MS.Text = "menuStrip1";
//
// compileMenuItem_TS
//
this.compileMenuItem_TS.Name = "compileToolStripMenuItem";
this.compileMenuItem_TS.Size = new System.Drawing.Size(71, 20);
this.compileMenuItem_TS.Text = "Compile";
this.compileMenuItem_TS.Click += new System.EventHandler(this.compileMenuItem_TS_Click);
//
// runMenuItem_TS
//
this.runMenuItem_TS.Name = "runToolStripMenuItem";
this.runMenuItem_TS.Size = new System.Drawing.Size(43, 20);
this.runMenuItem_TS.Text = "Run";
this.runMenuItem_TS.Click += new System.EventHandler(this.runMenuItem_TS_Click);
//
// undockMenuItem_TS
//
this.undockMenuItem_TS.Name = "undockToolStripMenuItem";
this.undockMenuItem_TS.Size = new System.Drawing.Size(67, 20);
this.undockMenuItem_TS.Text = "Undock";
this.undockMenuItem_TS.Click += new System.EventHandler(this.undockMenuItem_TS_Click);
//
// refreshMenuItem_TS
//
this.refreshMenuItem_TS.BackColor = System.Drawing.Color.Firebrick;
this.refreshMenuItem_TS.Name = "refreshToolStripMenuItem";
this.refreshMenuItem_TS.Size = new System.Drawing.Size(69, 20);
this.refreshMenuItem_TS.Text = "Refresh";
this.refreshMenuItem_TS.Click += new System.EventHandler(this.refreshMenuItem_TS_Click);
//
// CompilerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.compiler_P);
this.Name = "CompilerControl";
this.Size = new System.Drawing.Size(359, 790);
this.compiler_P.ResumeLayout(false);
this.compiler_TSC.ContentPanel.ResumeLayout(false);
this.compiler_TSC.TopToolStripPanel.ResumeLayout(false);
this.compiler_TSC.TopToolStripPanel.PerformLayout();
this.compiler_TSC.ResumeLayout(false);
this.compiler_TSC.PerformLayout();
this.compiler_SC.Panel1.ResumeLayout(false);
this.compiler_SC.Panel2.ResumeLayout(false);
this.compiler_SC.ResumeLayout(false);
this.compiler_GB.ResumeLayout(false);
this.output_GB.ResumeLayout(false);
this.codeBox_SC.Panel1.ResumeLayout(false);
this.codeBox_SC.Panel2.ResumeLayout(false);
this.codeBox_SC.ResumeLayout(false);
this.compiler_MS.ResumeLayout(false);
this.compiler_MS.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel compiler_P;
private System.Windows.Forms.GroupBox output_GB;
private System.Windows.Forms.RichTextBox output_TB;
private System.Windows.Forms.GroupBox compiler_GB ;
private System.Windows.Forms.RichTextBox code_TB;
private System.Windows.Forms.Label number_L;
private System.Windows.Forms.SplitContainer codeBox_SC;
private System.Windows.Forms.ToolStripContainer compiler_TSC;
private System.Windows.Forms.SplitContainer compiler_SC;
private System.Windows.Forms.MenuStrip compiler_MS;
private System.Windows.Forms.ToolStripMenuItem compileMenuItem_TS;
private System.Windows.Forms.ToolStripMenuItem runMenuItem_TS;
private System.Windows.Forms.ToolStripMenuItem refreshMenuItem_TS;
private System.Windows.Forms.ToolStripMenuItem undockMenuItem_TS;
}
}