Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     NTDLS.Windows.Forms.LineMarginRender lineMarginRender1 = new NTDLS.Windows.Forms.LineMarginRender();
     this.syntaxDocument = new NTDLS.Syntax.SyntaxDocument(this.components);
     this.codeEditor     = new NTDLS.Windows.Forms.CodeEditorControl();
     this.SuspendLayout();
     //
     // syntaxDocument
     //
     this.syntaxDocument.Lines = new string[] {
         ""
     };
     this.syntaxDocument.MaxUndoBufferSize = 1000;
     this.syntaxDocument.Modified          = true;
     this.syntaxDocument.UndoStep          = 0;
     //
     // codeEditor
     //
     this.codeEditor.ActiveView           = NTDLS.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.codeEditor.AutoListPosition     = null;
     this.codeEditor.AutoListSelectedText = "";
     this.codeEditor.AutoListVisible      = false;
     this.codeEditor.CopyAsRTF            = false;
     this.codeEditor.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.codeEditor.Document             = this.syntaxDocument;
     this.codeEditor.FileName             = null;
     this.codeEditor.InfoTipCount         = 1;
     this.codeEditor.InfoTipPosition      = null;
     this.codeEditor.InfoTipSelectedIndex = 1;
     this.codeEditor.InfoTipVisible       = false;
     lineMarginRender1.Bounds             = new System.Drawing.Rectangle(19, 0, 19, 16);
     this.codeEditor.LineMarginRender     = lineMarginRender1;
     this.codeEditor.Location             = new System.Drawing.Point(0, 0);
     this.codeEditor.LockCursorUpdate     = false;
     this.codeEditor.Name                 = "codeEditor";
     this.codeEditor.Saved                = false;
     this.codeEditor.ShowScopeIndicator   = false;
     this.codeEditor.Size                 = new System.Drawing.Size(738, 452);
     this.codeEditor.SmoothScroll         = false;
     this.codeEditor.SplitviewH           = -4;
     this.codeEditor.SplitviewV           = -4;
     this.codeEditor.TabGuideColor        = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
     this.codeEditor.TabIndex             = 2;
     this.codeEditor.Text                 = "codeEditorControl1";
     this.codeEditor.WhitespaceColor      = System.Drawing.SystemColors.ControlDark;
     //
     // QueryDocument
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.codeEditor);
     this.Name  = "QueryDocument";
     this.Size  = new System.Drawing.Size(738, 452);
     this.Load += new System.EventHandler(this.QueryDocuments_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     NTDLS.Windows.Forms.LineMarginRender           lineMarginRender1 = new NTDLS.Windows.Forms.LineMarginRender();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(frmOptions));
     this.cmdOk                = new System.Windows.Forms.Button();
     this.cmdCancel            = new System.Windows.Forms.Button();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tabEditing           = new System.Windows.Forms.TabPage();
     this.cbEnableCodeFolding  = new System.Windows.Forms.CheckBox();
     this.cbShowLineNumbers    = new System.Windows.Forms.CheckBox();
     this.cbShowGutterMargin   = new System.Windows.Forms.CheckBox();
     this.cbShowEOLMarker      = new System.Windows.Forms.CheckBox();
     this.cbShowScopeIndicator = new System.Windows.Forms.CheckBox();
     this.cbShowWhitespace     = new System.Windows.Forms.CheckBox();
     this.cbBracketMatching    = new System.Windows.Forms.CheckBox();
     this.tabAutoComplete      = new System.Windows.Forms.TabPage();
     this.cbAutoCompleteMatchOnBeginningOnly = new System.Windows.Forms.CheckBox();
     this.cbAutoCompleteSimpleExpressions    = new System.Windows.Forms.CheckBox();
     this.cbAutoCompleteComplexExpressions   = new System.Windows.Forms.CheckBox();
     this.cbEnableAutoComplete = new System.Windows.Forms.CheckBox();
     this.tabDebug             = new System.Windows.Forms.TabPage();
     this.cbDebugShowConsole   = new System.Windows.Forms.CheckBox();
     this.tabDefaultCode       = new System.Windows.Forms.TabPage();
     this._CodeEditor          = new NTDLS.Windows.Forms.CodeEditorControl();
     this.syntaxDocument1      = new NTDLS.Syntax.SyntaxDocument(this.components);
     this.tabControl1.SuspendLayout();
     this.tabEditing.SuspendLayout();
     this.tabAutoComplete.SuspendLayout();
     this.tabDebug.SuspendLayout();
     this.tabDefaultCode.SuspendLayout();
     this.SuspendLayout();
     //
     // cmdOk
     //
     this.cmdOk.Location = new System.Drawing.Point(316, 238);
     this.cmdOk.Name     = "cmdOk";
     this.cmdOk.Size     = new System.Drawing.Size(75, 23);
     this.cmdOk.TabIndex = 0;
     this.cmdOk.Text     = "Ok";
     this.cmdOk.UseVisualStyleBackColor = true;
     this.cmdOk.Click += new System.EventHandler(this.cmdOk_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.Location = new System.Drawing.Point(397, 238);
     this.cmdCancel.Name     = "cmdCancel";
     this.cmdCancel.Size     = new System.Drawing.Size(75, 23);
     this.cmdCancel.TabIndex = 1;
     this.cmdCancel.Text     = "Cancel";
     this.cmdCancel.UseVisualStyleBackColor = true;
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabEditing);
     this.tabControl1.Controls.Add(this.tabAutoComplete);
     this.tabControl1.Controls.Add(this.tabDebug);
     this.tabControl1.Controls.Add(this.tabDefaultCode);
     this.tabControl1.Location      = new System.Drawing.Point(5, 5);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(467, 227);
     this.tabControl1.TabIndex      = 0;
     //
     // tabEditing
     //
     this.tabEditing.Controls.Add(this.cbEnableCodeFolding);
     this.tabEditing.Controls.Add(this.cbShowLineNumbers);
     this.tabEditing.Controls.Add(this.cbShowGutterMargin);
     this.tabEditing.Controls.Add(this.cbShowEOLMarker);
     this.tabEditing.Controls.Add(this.cbShowScopeIndicator);
     this.tabEditing.Controls.Add(this.cbShowWhitespace);
     this.tabEditing.Controls.Add(this.cbBracketMatching);
     this.tabEditing.Location = new System.Drawing.Point(4, 22);
     this.tabEditing.Name     = "tabEditing";
     this.tabEditing.Padding  = new System.Windows.Forms.Padding(3);
     this.tabEditing.Size     = new System.Drawing.Size(459, 201);
     this.tabEditing.TabIndex = 0;
     this.tabEditing.Text     = "Editing";
     this.tabEditing.UseVisualStyleBackColor = true;
     //
     // cbEnableCodeFolding
     //
     this.cbEnableCodeFolding.AutoSize = true;
     this.cbEnableCodeFolding.Location = new System.Drawing.Point(6, 145);
     this.cbEnableCodeFolding.Name     = "cbEnableCodeFolding";
     this.cbEnableCodeFolding.Size     = new System.Drawing.Size(124, 17);
     this.cbEnableCodeFolding.TabIndex = 6;
     this.cbEnableCodeFolding.Text     = "Enable Code Folding";
     this.cbEnableCodeFolding.UseVisualStyleBackColor = true;
     //
     // cbShowLineNumbers
     //
     this.cbShowLineNumbers.AutoSize = true;
     this.cbShowLineNumbers.Location = new System.Drawing.Point(6, 122);
     this.cbShowLineNumbers.Name     = "cbShowLineNumbers";
     this.cbShowLineNumbers.Size     = new System.Drawing.Size(121, 17);
     this.cbShowLineNumbers.TabIndex = 5;
     this.cbShowLineNumbers.Text     = "Show Line Numbers";
     this.cbShowLineNumbers.UseVisualStyleBackColor = true;
     //
     // cbShowGutterMargin
     //
     this.cbShowGutterMargin.AutoSize = true;
     this.cbShowGutterMargin.Location = new System.Drawing.Point(6, 75);
     this.cbShowGutterMargin.Name     = "cbShowGutterMargin";
     this.cbShowGutterMargin.Size     = new System.Drawing.Size(120, 17);
     this.cbShowGutterMargin.TabIndex = 3;
     this.cbShowGutterMargin.Text     = "Show Gutter Margin";
     this.cbShowGutterMargin.UseVisualStyleBackColor = true;
     //
     // cbShowEOLMarker
     //
     this.cbShowEOLMarker.AutoSize = true;
     this.cbShowEOLMarker.Location = new System.Drawing.Point(6, 98);
     this.cbShowEOLMarker.Name     = "cbShowEOLMarker";
     this.cbShowEOLMarker.Size     = new System.Drawing.Size(113, 17);
     this.cbShowEOLMarker.TabIndex = 4;
     this.cbShowEOLMarker.Text     = "Show EOL Marker";
     this.cbShowEOLMarker.UseVisualStyleBackColor = true;
     //
     // cbShowScopeIndicator
     //
     this.cbShowScopeIndicator.AutoSize = true;
     this.cbShowScopeIndicator.Location = new System.Drawing.Point(6, 52);
     this.cbShowScopeIndicator.Name     = "cbShowScopeIndicator";
     this.cbShowScopeIndicator.Size     = new System.Drawing.Size(131, 17);
     this.cbShowScopeIndicator.TabIndex = 2;
     this.cbShowScopeIndicator.Text     = "Show Scope Indicator";
     this.cbShowScopeIndicator.UseVisualStyleBackColor = true;
     //
     // cbShowWhitespace
     //
     this.cbShowWhitespace.AutoSize = true;
     this.cbShowWhitespace.Location = new System.Drawing.Point(6, 29);
     this.cbShowWhitespace.Name     = "cbShowWhitespace";
     this.cbShowWhitespace.Size     = new System.Drawing.Size(113, 17);
     this.cbShowWhitespace.TabIndex = 1;
     this.cbShowWhitespace.Text     = "Show Whitespace";
     this.cbShowWhitespace.UseVisualStyleBackColor = true;
     //
     // cbBracketMatching
     //
     this.cbBracketMatching.AutoSize = true;
     this.cbBracketMatching.Location = new System.Drawing.Point(6, 6);
     this.cbBracketMatching.Name     = "cbBracketMatching";
     this.cbBracketMatching.Size     = new System.Drawing.Size(110, 17);
     this.cbBracketMatching.TabIndex = 0;
     this.cbBracketMatching.Text     = "Bracket Matching";
     this.cbBracketMatching.UseVisualStyleBackColor = true;
     //
     // tabAutoComplete
     //
     this.tabAutoComplete.Controls.Add(this.cbAutoCompleteMatchOnBeginningOnly);
     this.tabAutoComplete.Controls.Add(this.cbAutoCompleteSimpleExpressions);
     this.tabAutoComplete.Controls.Add(this.cbAutoCompleteComplexExpressions);
     this.tabAutoComplete.Controls.Add(this.cbEnableAutoComplete);
     this.tabAutoComplete.Location = new System.Drawing.Point(4, 22);
     this.tabAutoComplete.Name     = "tabAutoComplete";
     this.tabAutoComplete.Padding  = new System.Windows.Forms.Padding(3);
     this.tabAutoComplete.Size     = new System.Drawing.Size(459, 201);
     this.tabAutoComplete.TabIndex = 1;
     this.tabAutoComplete.Text     = "Auto-Complete";
     this.tabAutoComplete.UseVisualStyleBackColor = true;
     //
     // cbAutoCompleteMatchOnBeginningOnly
     //
     this.cbAutoCompleteMatchOnBeginningOnly.AutoSize = true;
     this.cbAutoCompleteMatchOnBeginningOnly.Location = new System.Drawing.Point(6, 75);
     this.cbAutoCompleteMatchOnBeginningOnly.Name     = "cbAutoCompleteMatchOnBeginningOnly";
     this.cbAutoCompleteMatchOnBeginningOnly.Size     = new System.Drawing.Size(145, 17);
     this.cbAutoCompleteMatchOnBeginningOnly.TabIndex = 3;
     this.cbAutoCompleteMatchOnBeginningOnly.Text     = "Match on Beginning Only";
     this.cbAutoCompleteMatchOnBeginningOnly.UseVisualStyleBackColor = true;
     //
     // cbAutoCompleteSimpleExpressions
     //
     this.cbAutoCompleteSimpleExpressions.AutoSize = true;
     this.cbAutoCompleteSimpleExpressions.Location = new System.Drawing.Point(6, 29);
     this.cbAutoCompleteSimpleExpressions.Name     = "cbAutoCompleteSimpleExpressions";
     this.cbAutoCompleteSimpleExpressions.Size     = new System.Drawing.Size(146, 17);
     this.cbAutoCompleteSimpleExpressions.TabIndex = 1;
     this.cbAutoCompleteSimpleExpressions.Text     = "Parse Simple Expressions";
     this.cbAutoCompleteSimpleExpressions.UseVisualStyleBackColor = true;
     //
     // cbAutoCompleteComplexExpressions
     //
     this.cbAutoCompleteComplexExpressions.AutoSize = true;
     this.cbAutoCompleteComplexExpressions.Location = new System.Drawing.Point(6, 52);
     this.cbAutoCompleteComplexExpressions.Name     = "cbAutoCompleteComplexExpressions";
     this.cbAutoCompleteComplexExpressions.Size     = new System.Drawing.Size(155, 17);
     this.cbAutoCompleteComplexExpressions.TabIndex = 2;
     this.cbAutoCompleteComplexExpressions.Text     = "Parse Complex Expressions";
     this.cbAutoCompleteComplexExpressions.UseVisualStyleBackColor = true;
     //
     // cbEnableAutoComplete
     //
     this.cbEnableAutoComplete.AutoSize = true;
     this.cbEnableAutoComplete.Location = new System.Drawing.Point(6, 6);
     this.cbEnableAutoComplete.Name     = "cbEnableAutoComplete";
     this.cbEnableAutoComplete.Size     = new System.Drawing.Size(131, 17);
     this.cbEnableAutoComplete.TabIndex = 0;
     this.cbEnableAutoComplete.Text     = "Enable Auto-Complete";
     this.cbEnableAutoComplete.UseVisualStyleBackColor = true;
     //
     // tabDebug
     //
     this.tabDebug.Controls.Add(this.cbDebugShowConsole);
     this.tabDebug.Location = new System.Drawing.Point(4, 22);
     this.tabDebug.Name     = "tabDebug";
     this.tabDebug.Padding  = new System.Windows.Forms.Padding(3);
     this.tabDebug.Size     = new System.Drawing.Size(459, 201);
     this.tabDebug.TabIndex = 2;
     this.tabDebug.Text     = "Debug";
     this.tabDebug.UseVisualStyleBackColor = true;
     //
     // cbDebugShowConsole
     //
     this.cbDebugShowConsole.AutoSize = true;
     this.cbDebugShowConsole.Location = new System.Drawing.Point(6, 6);
     this.cbDebugShowConsole.Name     = "cbDebugShowConsole";
     this.cbDebugShowConsole.Size     = new System.Drawing.Size(94, 17);
     this.cbDebugShowConsole.TabIndex = 0;
     this.cbDebugShowConsole.Text     = "Show Console";
     this.cbDebugShowConsole.UseVisualStyleBackColor = true;
     //
     // tabDefaultCode
     //
     this.tabDefaultCode.Controls.Add(this._CodeEditor);
     this.tabDefaultCode.Location = new System.Drawing.Point(4, 22);
     this.tabDefaultCode.Name     = "tabDefaultCode";
     this.tabDefaultCode.Padding  = new System.Windows.Forms.Padding(3);
     this.tabDefaultCode.Size     = new System.Drawing.Size(459, 201);
     this.tabDefaultCode.TabIndex = 3;
     this.tabDefaultCode.Text     = "Default Code";
     this.tabDefaultCode.UseVisualStyleBackColor = true;
     //
     // _CodeEditor
     //
     this._CodeEditor.ActiveView           = NTDLS.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this._CodeEditor.AllowBreakPoints     = false;
     this._CodeEditor.AutoListPosition     = null;
     this._CodeEditor.AutoListSelectedText = "";
     this._CodeEditor.AutoListVisible      = false;
     this._CodeEditor.CopyAsRTF            = false;
     this._CodeEditor.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this._CodeEditor.FileName             = null;
     this._CodeEditor.InfoTipCount         = 1;
     this._CodeEditor.InfoTipPosition      = null;
     this._CodeEditor.InfoTipSelectedIndex = 1;
     this._CodeEditor.InfoTipVisible       = false;
     lineMarginRender1.Bounds              = new System.Drawing.Rectangle(19, 0, 19, 16);
     this._CodeEditor.LineMarginRender     = lineMarginRender1;
     this._CodeEditor.Location             = new System.Drawing.Point(3, 3);
     this._CodeEditor.LockCursorUpdate     = false;
     this._CodeEditor.Name                 = "_CodeEditor";
     this._CodeEditor.Saved                = false;
     this._CodeEditor.ShowScopeIndicator   = false;
     this._CodeEditor.Size                 = new System.Drawing.Size(453, 195);
     this._CodeEditor.SmoothScroll         = false;
     this._CodeEditor.SplitviewH           = -4;
     this._CodeEditor.SplitviewV           = -4;
     this._CodeEditor.TabGuideColor        = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(219)))), ((int)(((byte)(214)))));
     this._CodeEditor.TabIndex             = 2;
     this._CodeEditor.WhitespaceColor      = System.Drawing.SystemColors.ControlDark;
     //
     // syntaxDocument1
     //
     this.syntaxDocument1.Lines = new string[] {
         ""
     };
     this.syntaxDocument1.MaxUndoBufferSize = 1000;
     this.syntaxDocument1.Modified          = false;
     this.syntaxDocument1.UndoStep          = 0;
     //
     // frmOptions
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(477, 269);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdOk);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmOptions";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Options";
     this.Load           += new System.EventHandler(this.frmOptions_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabEditing.ResumeLayout(false);
     this.tabEditing.PerformLayout();
     this.tabAutoComplete.ResumeLayout(false);
     this.tabAutoComplete.PerformLayout();
     this.tabDebug.ResumeLayout(false);
     this.tabDebug.PerformLayout();
     this.tabDefaultCode.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     NTDLS.Windows.Forms.LineMarginRender           lineMarginRender1 = new NTDLS.Windows.Forms.LineMarginRender();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(frmCodeBrowser));
     this._SyntaxDocument     = new NTDLS.Syntax.SyntaxDocument(this.components);
     this.panelHeader         = new System.Windows.Forms.Panel();
     this.cmdBrowse           = new System.Windows.Forms.Button();
     this.lblDescriptionValue = new System.Windows.Forms.Label();
     this.lblDescription      = new System.Windows.Forms.Label();
     this.lblLocation         = new System.Windows.Forms.Label();
     this._LibraryLocation    = new System.Windows.Forms.TextBox();
     this._SplitContainer     = new System.Windows.Forms.SplitContainer();
     this._FileList           = new System.Windows.Forms.ListBox();
     this.lblDoubleClick      = new System.Windows.Forms.Label();
     this._CodeEditor         = new NTDLS.Windows.Forms.CodeEditorControl();
     this.lblFiller           = new System.Windows.Forms.Label();
     this.panelHeader.SuspendLayout();
     this._SplitContainer.Panel1.SuspendLayout();
     this._SplitContainer.Panel2.SuspendLayout();
     this._SplitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // _SyntaxDocument
     //
     this._SyntaxDocument.Lines = new string[] {
         ""
     };
     this._SyntaxDocument.MaxUndoBufferSize = 1000;
     this._SyntaxDocument.Modified          = false;
     this._SyntaxDocument.UndoStep          = 0;
     //
     // panelHeader
     //
     this.panelHeader.Controls.Add(this.cmdBrowse);
     this.panelHeader.Controls.Add(this.lblDescriptionValue);
     this.panelHeader.Controls.Add(this.lblDescription);
     this.panelHeader.Controls.Add(this.lblLocation);
     this.panelHeader.Controls.Add(this._LibraryLocation);
     this.panelHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelHeader.Location = new System.Drawing.Point(3, 3);
     this.panelHeader.Name     = "panelHeader";
     this.panelHeader.Size     = new System.Drawing.Size(626, 73);
     this.panelHeader.TabIndex = 6;
     //
     // cmdBrowse
     //
     this.cmdBrowse.Location = new System.Drawing.Point(588, 1);
     this.cmdBrowse.Name     = "cmdBrowse";
     this.cmdBrowse.Size     = new System.Drawing.Size(28, 23);
     this.cmdBrowse.TabIndex = 8;
     this.cmdBrowse.Text     = "...";
     this.cmdBrowse.UseVisualStyleBackColor = true;
     this.cmdBrowse.Click += new System.EventHandler(this.cmdBrowse_Click);
     //
     // lblDescriptionValue
     //
     this.lblDescriptionValue.Location = new System.Drawing.Point(66, 31);
     this.lblDescriptionValue.Name     = "lblDescriptionValue";
     this.lblDescriptionValue.Size     = new System.Drawing.Size(550, 39);
     this.lblDescriptionValue.TabIndex = 7;
     this.lblDescriptionValue.Text     = "...";
     //
     // lblDescription
     //
     this.lblDescription.AutoSize = true;
     this.lblDescription.Location = new System.Drawing.Point(3, 31);
     this.lblDescription.Name     = "lblDescription";
     this.lblDescription.Size     = new System.Drawing.Size(63, 13);
     this.lblDescription.TabIndex = 6;
     this.lblDescription.Text     = "Description:";
     //
     // lblLocation
     //
     this.lblLocation.AutoSize = true;
     this.lblLocation.Location = new System.Drawing.Point(12, 6);
     this.lblLocation.Name     = "lblLocation";
     this.lblLocation.Size     = new System.Drawing.Size(51, 13);
     this.lblLocation.TabIndex = 5;
     this.lblLocation.Text     = "Location:";
     //
     // _LibraryLocation
     //
     this._LibraryLocation.Location = new System.Drawing.Point(69, 3);
     this._LibraryLocation.Name     = "_LibraryLocation";
     this._LibraryLocation.ReadOnly = true;
     this._LibraryLocation.Size     = new System.Drawing.Size(513, 20);
     this._LibraryLocation.TabIndex = 4;
     //
     // _SplitContainer
     //
     this._SplitContainer.Dock       = System.Windows.Forms.DockStyle.Fill;
     this._SplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this._SplitContainer.Location   = new System.Drawing.Point(3, 76);
     this._SplitContainer.Name       = "_SplitContainer";
     //
     // _SplitContainer.Panel1
     //
     this._SplitContainer.Panel1.Controls.Add(this._FileList);
     this._SplitContainer.Panel1.Controls.Add(this.lblDoubleClick);
     //
     // _SplitContainer.Panel2
     //
     this._SplitContainer.Panel2.Controls.Add(this._CodeEditor);
     this._SplitContainer.Panel2.Controls.Add(this.lblFiller);
     this._SplitContainer.Size             = new System.Drawing.Size(626, 394);
     this._SplitContainer.SplitterDistance = 240;
     this._SplitContainer.TabIndex         = 7;
     //
     // _FileList
     //
     this._FileList.Dock = System.Windows.Forms.DockStyle.Fill;
     this._FileList.FormattingEnabled = true;
     this._FileList.Location          = new System.Drawing.Point(0, 13);
     this._FileList.Name                  = "_FileList";
     this._FileList.Size                  = new System.Drawing.Size(240, 381);
     this._FileList.Sorted                = true;
     this._FileList.TabIndex              = 2;
     this._FileList.SelectedIndexChanged += new System.EventHandler(this._FileList_SelectedIndexChanged);
     this._FileList.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this._FileList_MouseDoubleClick);
     //
     // lblDoubleClick
     //
     this.lblDoubleClick.AutoSize = true;
     this.lblDoubleClick.Dock     = System.Windows.Forms.DockStyle.Top;
     this.lblDoubleClick.Location = new System.Drawing.Point(0, 0);
     this.lblDoubleClick.Name     = "lblDoubleClick";
     this.lblDoubleClick.Size     = new System.Drawing.Size(112, 13);
     this.lblDoubleClick.TabIndex = 1;
     this.lblDoubleClick.Text     = "Double click to select:";
     //
     // _CodeEditor
     //
     this._CodeEditor.ActiveView           = NTDLS.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this._CodeEditor.AutoListPosition     = null;
     this._CodeEditor.AutoListSelectedText = "";
     this._CodeEditor.AutoListVisible      = false;
     this._CodeEditor.CopyAsRTF            = false;
     this._CodeEditor.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this._CodeEditor.FileName             = null;
     this._CodeEditor.InfoTipCount         = 1;
     this._CodeEditor.InfoTipPosition      = null;
     this._CodeEditor.InfoTipSelectedIndex = 1;
     this._CodeEditor.InfoTipVisible       = false;
     lineMarginRender1.Bounds              = new System.Drawing.Rectangle(19, 0, 19, 16);
     this._CodeEditor.LineMarginRender     = lineMarginRender1;
     this._CodeEditor.Location             = new System.Drawing.Point(0, 13);
     this._CodeEditor.LockCursorUpdate     = false;
     this._CodeEditor.Name                 = "_CodeEditor";
     this._CodeEditor.Saved                = false;
     this._CodeEditor.ShowScopeIndicator   = false;
     this._CodeEditor.Size                 = new System.Drawing.Size(382, 381);
     this._CodeEditor.SmoothScroll         = false;
     this._CodeEditor.SplitviewH           = -4;
     this._CodeEditor.SplitviewV           = -4;
     this._CodeEditor.TabGuideColor        = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(219)))), ((int)(((byte)(214)))));
     this._CodeEditor.TabIndex             = 4;
     this._CodeEditor.WhitespaceColor      = System.Drawing.SystemColors.ControlDark;
     //
     // lblFiller
     //
     this.lblFiller.AutoSize = true;
     this.lblFiller.Dock     = System.Windows.Forms.DockStyle.Top;
     this.lblFiller.Location = new System.Drawing.Point(0, 0);
     this.lblFiller.Name     = "lblFiller";
     this.lblFiller.Size     = new System.Drawing.Size(67, 13);
     this.lblFiller.TabIndex = 2;
     this.lblFiller.Text     = "                    ";
     //
     // frmCodeBrowser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(632, 473);
     this.Controls.Add(this._SplitContainer);
     this.Controls.Add(this.panelHeader);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(640, 230);
     this.Name          = "frmCodeBrowser";
     this.Padding       = new System.Windows.Forms.Padding(3);
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "CodeBrowser";
     this.Load         += new System.EventHandler(this.frmCodeBrowser_Load);
     this.panelHeader.ResumeLayout(false);
     this.panelHeader.PerformLayout();
     this._SplitContainer.Panel1.ResumeLayout(false);
     this._SplitContainer.Panel1.PerformLayout();
     this._SplitContainer.Panel2.ResumeLayout(false);
     this._SplitContainer.Panel2.PerformLayout();
     this._SplitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }