namespace VisualPascalABC.OptionsContent { partial class EditorOptionsContent { /// /// 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.nudTabIndent = new System.Windows.Forms.NumericUpDown(); this.cbConvertTabsToSpaces = new System.Windows.Forms.CheckBox(); this.cbShowMatchBracket = new System.Windows.Forms.CheckBox(); this.cbEditorFontSize = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.cbShowLinesNum = new System.Windows.Forms.CheckBox(); this.cbEnableFolding = new System.Windows.Forms.CheckBox(); this.cbSkipStakTraceItemIfSourceFileInSystemDirectory = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.cbEnableMatchOperBrackets = new System.Windows.Forms.CheckBox(); this.fcbFont = new VisualPascalABC.FontComboBox(); ((System.ComponentModel.ISupportInitialize)(this.nudTabIndent)).BeginInit(); this.SuspendLayout(); // // nudTabIndent // this.nudTabIndent.Location = new System.Drawing.Point(204, 152); this.nudTabIndent.Maximum = new decimal(new int[] { 16, 0, 0, 0}); this.nudTabIndent.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nudTabIndent.Name = "nudTabIndent"; this.nudTabIndent.Size = new System.Drawing.Size(45, 20); this.nudTabIndent.TabIndex = 21; this.nudTabIndent.Value = new decimal(new int[] { 1, 0, 0, 0}); // // cbConvertTabsToSpaces // this.cbConvertTabsToSpaces.AutoSize = true; this.cbConvertTabsToSpaces.Checked = true; this.cbConvertTabsToSpaces.CheckState = System.Windows.Forms.CheckState.Checked; this.cbConvertTabsToSpaces.Enabled = false; this.cbConvertTabsToSpaces.Location = new System.Drawing.Point(5, 151); this.cbConvertTabsToSpaces.Name = "cbConvertTabsToSpaces"; this.cbConvertTabsToSpaces.Size = new System.Drawing.Size(181, 17); this.cbConvertTabsToSpaces.TabIndex = 26; this.cbConvertTabsToSpaces.Text = "CONVERT_TABS_TO_SPACES"; this.cbConvertTabsToSpaces.UseVisualStyleBackColor = true; // // cbShowMatchBracket // this.cbShowMatchBracket.AutoSize = true; this.cbShowMatchBracket.Location = new System.Drawing.Point(5, 83); this.cbShowMatchBracket.Name = "cbShowMatchBracket"; this.cbShowMatchBracket.Size = new System.Drawing.Size(153, 17); this.cbShowMatchBracket.TabIndex = 25; this.cbShowMatchBracket.Text = "SHOW_MATCH_BRACKET"; this.cbShowMatchBracket.UseVisualStyleBackColor = true; // // cbEditorFontSize // this.cbEditorFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbEditorFontSize.FormattingEnabled = true; this.cbEditorFontSize.Location = new System.Drawing.Point(205, 21); this.cbEditorFontSize.Name = "cbEditorFontSize"; this.cbEditorFontSize.Size = new System.Drawing.Size(108, 21); this.cbEditorFontSize.TabIndex = 24; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(204, 5); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(66, 13); this.label3.TabIndex = 22; this.label3.Text = "FONT_SIZE"; // // cbShowLinesNum // this.cbShowLinesNum.AutoSize = true; this.cbShowLinesNum.Location = new System.Drawing.Point(5, 60); this.cbShowLinesNum.Name = "cbShowLinesNum"; this.cbShowLinesNum.Size = new System.Drawing.Size(128, 17); this.cbShowLinesNum.TabIndex = 20; this.cbShowLinesNum.Text = "SHOW_LINES_NUM"; this.cbShowLinesNum.UseVisualStyleBackColor = true; // // cbEnableFolding // this.cbEnableFolding.AutoSize = true; this.cbEnableFolding.Location = new System.Drawing.Point(5, 128); this.cbEnableFolding.Name = "cbEnableFolding"; this.cbEnableFolding.Size = new System.Drawing.Size(121, 17); this.cbEnableFolding.TabIndex = 27; this.cbEnableFolding.Text = "ENABLE_FOLDING"; this.cbEnableFolding.UseVisualStyleBackColor = true; // // cbSkipStakTraceItemIfSourceFileInSystemDirectory // this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.AutoSize = true; this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.Location = new System.Drawing.Point(5, 174); this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.Name = "cbSkipStakTraceItemIfSourceFileInSystemDirectory"; this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.Size = new System.Drawing.Size(265, 17); this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.TabIndex = 28; this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.Text = "GOTO_ERRORPOS_IN_STANDART_MODULES"; this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(5, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(36, 13); this.label1.TabIndex = 30; this.label1.Text = "FONT"; // // cbEnableMatchOperBrackets // this.cbEnableMatchOperBrackets.AutoSize = true; this.cbEnableMatchOperBrackets.Location = new System.Drawing.Point(5, 106); this.cbEnableMatchOperBrackets.Name = "cbEnableMatchOperBrackets"; this.cbEnableMatchOperBrackets.Size = new System.Drawing.Size(226, 17); this.cbEnableMatchOperBrackets.TabIndex = 31; this.cbEnableMatchOperBrackets.Text = "SHOW_MATCH_OPERATOR_BRACKET"; this.cbEnableMatchOperBrackets.UseVisualStyleBackColor = true; // // fcbFont // this.fcbFont.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.fcbFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.fcbFont.FormattingEnabled = true; this.fcbFont.IntegralHeight = false; this.fcbFont.Location = new System.Drawing.Point(5, 21); this.fcbFont.MaxDropDownItems = 20; this.fcbFont.Name = "fcbFont"; this.fcbFont.Size = new System.Drawing.Size(194, 21); this.fcbFont.TabIndex = 29; this.fcbFont.SelectedIndexChanged += new System.EventHandler(this.FcbFontSelectedIndexChanged); // // EditorOptionsContent // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.cbEnableMatchOperBrackets); this.Controls.Add(this.label1); this.Controls.Add(this.fcbFont); this.Controls.Add(this.cbSkipStakTraceItemIfSourceFileInSystemDirectory); this.Controls.Add(this.cbEnableFolding); this.Controls.Add(this.nudTabIndent); this.Controls.Add(this.cbConvertTabsToSpaces); this.Controls.Add(this.cbShowMatchBracket); this.Controls.Add(this.cbEditorFontSize); this.Controls.Add(this.label3); this.Controls.Add(this.cbShowLinesNum); this.Name = "EditorOptionsContent"; this.Size = new System.Drawing.Size(323, 233); this.Load += new System.EventHandler(this.EditorOptionsContentLoad); this.Paint += new System.Windows.Forms.PaintEventHandler(this.EditorOptionsContentPaint); ((System.ComponentModel.ISupportInitialize)(this.nudTabIndent)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.CheckBox cbEnableMatchOperBrackets; private System.Windows.Forms.Label label1; private VisualPascalABC.FontComboBox fcbFont; #endregion private System.Windows.Forms.NumericUpDown nudTabIndent; private System.Windows.Forms.CheckBox cbConvertTabsToSpaces; private System.Windows.Forms.CheckBox cbShowMatchBracket; private System.Windows.Forms.ComboBox cbEditorFontSize; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox cbShowLinesNum; private System.Windows.Forms.CheckBox cbEnableFolding; private System.Windows.Forms.CheckBox cbSkipStakTraceItemIfSourceFileInSystemDirectory; } }