2015-05-14 22:35:07 +03:00
|
|
|
|
namespace VisualPascalABC.OptionsContent
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class EditorOptionsContent
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
|
{
|
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
|
{
|
|
|
|
|
|
components.Dispose();
|
|
|
|
|
|
}
|
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
|
{
|
|
|
|
|
|
this.nudTabIndent = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
|
this.cbConvertTabsToSpaces = new System.Windows.Forms.CheckBox();
|
|
|
|
|
|
this.cbShowMathBracket = 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();
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.fcbFont = new VisualPascalABC.FontComboBox();
|
2015-05-14 22:35:07 +03:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nudTabIndent)).BeginInit();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// nudTabIndent
|
|
|
|
|
|
//
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.nudTabIndent.Location = new System.Drawing.Point(204, 152);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
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";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.nudTabIndent.Size = new System.Drawing.Size(45, 20);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.nudTabIndent.TabIndex = 21;
|
|
|
|
|
|
this.nudTabIndent.Value = new decimal(new int[] {
|
|
|
|
|
|
1,
|
|
|
|
|
|
0,
|
|
|
|
|
|
0,
|
|
|
|
|
|
0});
|
|
|
|
|
|
//
|
|
|
|
|
|
// cbConvertTabsToSpaces
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cbConvertTabsToSpaces.AutoSize = true;
|
2017-02-28 22:59:35 +03:00
|
|
|
|
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);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbConvertTabsToSpaces.Name = "cbConvertTabsToSpaces";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbConvertTabsToSpaces.Size = new System.Drawing.Size(181, 17);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbConvertTabsToSpaces.TabIndex = 26;
|
|
|
|
|
|
this.cbConvertTabsToSpaces.Text = "CONVERT_TABS_TO_SPACES";
|
|
|
|
|
|
this.cbConvertTabsToSpaces.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// cbShowMathBracket
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cbShowMathBracket.AutoSize = true;
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbShowMathBracket.Location = new System.Drawing.Point(5, 83);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbShowMathBracket.Name = "cbShowMathBracket";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbShowMathBracket.Size = new System.Drawing.Size(153, 17);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbShowMathBracket.TabIndex = 25;
|
|
|
|
|
|
this.cbShowMathBracket.Text = "SHOW_MATH_BRACKET";
|
|
|
|
|
|
this.cbShowMathBracket.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// cbEditorFontSize
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cbEditorFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
|
this.cbEditorFontSize.FormattingEnabled = true;
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbEditorFontSize.Location = new System.Drawing.Point(205, 21);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbEditorFontSize.Name = "cbEditorFontSize";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbEditorFontSize.Size = new System.Drawing.Size(108, 21);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbEditorFontSize.TabIndex = 24;
|
|
|
|
|
|
//
|
|
|
|
|
|
// label3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label3.AutoSize = true;
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.label3.Location = new System.Drawing.Point(204, 5);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.label3.Name = "label3";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.label3.Size = new System.Drawing.Size(66, 13);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.label3.TabIndex = 22;
|
|
|
|
|
|
this.label3.Text = "FONT_SIZE";
|
|
|
|
|
|
//
|
|
|
|
|
|
// cbShowLinesNum
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cbShowLinesNum.AutoSize = true;
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbShowLinesNum.Location = new System.Drawing.Point(5, 60);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbShowLinesNum.Name = "cbShowLinesNum";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbShowLinesNum.Size = new System.Drawing.Size(128, 17);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbShowLinesNum.TabIndex = 20;
|
|
|
|
|
|
this.cbShowLinesNum.Text = "SHOW_LINES_NUM";
|
|
|
|
|
|
this.cbShowLinesNum.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// cbEnableFolding
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cbEnableFolding.AutoSize = true;
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbEnableFolding.Location = new System.Drawing.Point(5, 128);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbEnableFolding.Name = "cbEnableFolding";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbEnableFolding.Size = new System.Drawing.Size(121, 17);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbEnableFolding.TabIndex = 27;
|
|
|
|
|
|
this.cbEnableFolding.Text = "ENABLE_FOLDING";
|
|
|
|
|
|
this.cbEnableFolding.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// cbSkipStakTraceItemIfSourceFileInSystemDirectory
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.AutoSize = true;
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.Location = new System.Drawing.Point(5, 174);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.Name = "cbSkipStakTraceItemIfSourceFileInSystemDirectory";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.Size = new System.Drawing.Size(265, 17);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.TabIndex = 28;
|
|
|
|
|
|
this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.Text = "GOTO_ERRORPOS_IN_STANDART_MODULES";
|
|
|
|
|
|
this.cbSkipStakTraceItemIfSourceFileInSystemDirectory.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// label1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label1.AutoSize = true;
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.label1.Location = new System.Drawing.Point(5, 5);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.label1.Name = "label1";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.label1.Size = new System.Drawing.Size(36, 13);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.label1.TabIndex = 30;
|
|
|
|
|
|
this.label1.Text = "FONT";
|
|
|
|
|
|
//
|
|
|
|
|
|
// cbEnableMatchOperBrackets
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cbEnableMatchOperBrackets.AutoSize = true;
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbEnableMatchOperBrackets.Location = new System.Drawing.Point(5, 106);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbEnableMatchOperBrackets.Name = "cbEnableMatchOperBrackets";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.cbEnableMatchOperBrackets.Size = new System.Drawing.Size(226, 17);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
this.cbEnableMatchOperBrackets.TabIndex = 31;
|
|
|
|
|
|
this.cbEnableMatchOperBrackets.Text = "SHOW_MATCH_OPERATOR_BRACKET";
|
|
|
|
|
|
this.cbEnableMatchOperBrackets.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2017-02-28 22:59:35 +03:00
|
|
|
|
// 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);
|
|
|
|
|
|
//
|
2015-05-14 22:35:07 +03:00
|
|
|
|
// EditorOptionsContent
|
|
|
|
|
|
//
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
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.cbShowMathBracket);
|
|
|
|
|
|
this.Controls.Add(this.cbEditorFontSize);
|
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
|
this.Controls.Add(this.cbShowLinesNum);
|
|
|
|
|
|
this.Name = "EditorOptionsContent";
|
2017-02-28 22:59:35 +03:00
|
|
|
|
this.Size = new System.Drawing.Size(323, 233);
|
2015-05-14 22:35:07 +03:00
|
|
|
|
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 cbShowMathBracket;
|
|
|
|
|
|
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;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|