namespace Sunweaver.Editor
{
partial class DevControl
{
///
/// 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.codeDescriptionSplitter = new System.Windows.Forms.SplitContainer();
this.scintilla = new ScintillaNET.Scintilla();
this.compilationMessagesList = new System.Windows.Forms.ListView();
this.messageColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lineNumberColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnNumberColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.compileStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.bpsLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.charsLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.codulesLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
((System.ComponentModel.ISupportInitialize)(this.codeDescriptionSplitter)).BeginInit();
this.codeDescriptionSplitter.Panel1.SuspendLayout();
this.codeDescriptionSplitter.Panel2.SuspendLayout();
this.codeDescriptionSplitter.SuspendLayout();
this.statusStrip.SuspendLayout();
this.SuspendLayout();
//
// codeDescriptionSplitter
//
this.codeDescriptionSplitter.Dock = System.Windows.Forms.DockStyle.Fill;
this.codeDescriptionSplitter.Location = new System.Drawing.Point(0, 0);
this.codeDescriptionSplitter.Name = "codeDescriptionSplitter";
this.codeDescriptionSplitter.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// codeDescriptionSplitter.Panel1
//
this.codeDescriptionSplitter.Panel1.Controls.Add(this.scintilla);
//
// codeDescriptionSplitter.Panel2
//
this.codeDescriptionSplitter.Panel2.Controls.Add(this.statusStrip);
this.codeDescriptionSplitter.Panel2.Controls.Add(this.compilationMessagesList);
this.codeDescriptionSplitter.Size = new System.Drawing.Size(655, 345);
this.codeDescriptionSplitter.SplitterDistance = 208;
this.codeDescriptionSplitter.SplitterWidth = 1;
this.codeDescriptionSplitter.TabIndex = 3;
//
// scintilla
//
this.scintilla.Dock = System.Windows.Forms.DockStyle.Fill;
this.scintilla.HighlightGuide = 0;
this.scintilla.Lexer = ScintillaNET.Lexer.Cpp;
this.scintilla.Location = new System.Drawing.Point(0, 0);
this.scintilla.Name = "scintilla";
this.scintilla.RectangularSelectionAnchor = 0;
this.scintilla.RectangularSelectionAnchorVirtualSpace = 0;
this.scintilla.RectangularSelectionCaret = 0;
this.scintilla.RectangularSelectionCaretVirtualSpace = 0;
this.scintilla.Size = new System.Drawing.Size(655, 208);
this.scintilla.TabIndex = 0;
this.scintilla.UseTabs = false;
this.scintilla.KeyDown += new System.Windows.Forms.KeyEventHandler(this.scintilla_KeyToggled);
this.scintilla.KeyUp += new System.Windows.Forms.KeyEventHandler(this.scintilla_KeyToggled);
//
// compilationMessagesList
//
this.compilationMessagesList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.messageColumn,
this.lineNumberColumn,
this.columnNumberColumn});
this.compilationMessagesList.Dock = System.Windows.Forms.DockStyle.Fill;
this.compilationMessagesList.Location = new System.Drawing.Point(0, 0);
this.compilationMessagesList.MultiSelect = false;
this.compilationMessagesList.Name = "compilationMessagesList";
this.compilationMessagesList.Size = new System.Drawing.Size(655, 136);
this.compilationMessagesList.TabIndex = 1;
this.compilationMessagesList.UseCompatibleStateImageBehavior = false;
this.compilationMessagesList.View = System.Windows.Forms.View.Details;
this.compilationMessagesList.ItemActivate += new System.EventHandler(this.compilationMessagesList_ItemActivate);
//
// messageColumn
//
this.messageColumn.Text = "Description";
this.messageColumn.Width = 352;
//
// lineNumberColumn
//
this.lineNumberColumn.Text = "Line";
//
// columnNumberColumn
//
this.columnNumberColumn.Text = "Column";
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.compileStatusLabel,
this.toolStripStatusLabel1,
this.codulesLabel,
this.bpsLabel,
this.charsLabel});
this.statusStrip.Location = new System.Drawing.Point(0, 112);
this.statusStrip.Name = "statusStrip";
this.statusStrip.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.statusStrip.Size = new System.Drawing.Size(655, 24);
this.statusStrip.SizingGrip = false;
this.statusStrip.TabIndex = 2;
this.statusStrip.Text = "statusStrip";
//
// compileStatusLabel
//
this.compileStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.compileStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
this.compileStatusLabel.Font = new System.Drawing.Font("Segoe UI", 9F);
this.compileStatusLabel.Name = "compileStatusLabel";
this.compileStatusLabel.Size = new System.Drawing.Size(113, 19);
this.compileStatusLabel.Text = "Compile successful";
//
// bpsLabel
//
this.bpsLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.bpsLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
this.bpsLabel.Name = "bpsLabel";
this.bpsLabel.Size = new System.Drawing.Size(58, 19);
this.bpsLabel.Text = "bpsLabel";
//
// charsLabel
//
this.charsLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.charsLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
this.charsLabel.Name = "charsLabel";
this.charsLabel.Size = new System.Drawing.Size(67, 19);
this.charsLabel.Text = "charsLabel";
//
// codulesLabel
//
this.codulesLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.codulesLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
this.codulesLabel.Name = "codulesLabel";
this.codulesLabel.Size = new System.Drawing.Size(80, 19);
this.codulesLabel.Text = "codulesLabel";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(291, 19);
this.toolStripStatusLabel1.Spring = true;
//
// DevControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.codeDescriptionSplitter);
this.Name = "DevControl";
this.Size = new System.Drawing.Size(655, 345);
this.codeDescriptionSplitter.Panel1.ResumeLayout(false);
this.codeDescriptionSplitter.Panel2.ResumeLayout(false);
this.codeDescriptionSplitter.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.codeDescriptionSplitter)).EndInit();
this.codeDescriptionSplitter.ResumeLayout(false);
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer codeDescriptionSplitter;
private ScintillaNET.Scintilla scintilla;
private System.Windows.Forms.ListView compilationMessagesList;
private System.Windows.Forms.ColumnHeader messageColumn;
private System.Windows.Forms.ColumnHeader lineNumberColumn;
private System.Windows.Forms.ColumnHeader columnNumberColumn;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel compileStatusLabel;
private System.Windows.Forms.ToolStripStatusLabel bpsLabel;
private System.Windows.Forms.ToolStripStatusLabel charsLabel;
private System.Windows.Forms.ToolStripStatusLabel codulesLabel;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
}
}