ide: merge codetools and codefoldings pages into ide options

git-svn-id: trunk@17200 -
This commit is contained in:
paul 2008-11-03 15:20:54 +00:00
parent ad4ab60d09
commit a138ec96de
12 changed files with 655 additions and 188 deletions

6
.gitattributes vendored
View File

@ -2435,6 +2435,12 @@ ide/frames/options_backup.pas svneol=native#text/pascal
ide/frames/options_desktop.lfm svneol=native#text/plain ide/frames/options_desktop.lfm svneol=native#text/plain
ide/frames/options_desktop.lrs svneol=native#text/pascal ide/frames/options_desktop.lrs svneol=native#text/pascal
ide/frames/options_desktop.pas svneol=native#text/pascal ide/frames/options_desktop.pas svneol=native#text/pascal
ide/frames/options_editor_codefolding.lfm svneol=native#text/plain
ide/frames/options_editor_codefolding.lrs svneol=native#text/pascal
ide/frames/options_editor_codefolding.pas svneol=native#text/pascal
ide/frames/options_editor_codetools.lfm svneol=native#text/plain
ide/frames/options_editor_codetools.lrs svneol=native#text/pascal
ide/frames/options_editor_codetools.pas svneol=native#text/pascal
ide/frames/options_editor_color.lfm svneol=native#text/plain ide/frames/options_editor_color.lfm svneol=native#text/plain
ide/frames/options_editor_color.lrs svneol=native#text/pascal ide/frames/options_editor_color.lrs svneol=native#text/pascal
ide/frames/options_editor_color.pas svneol=native#text/pascal ide/frames/options_editor_color.pas svneol=native#text/pascal

View File

@ -0,0 +1,57 @@
object EditorCodefoldingOptionsFrame: TEditorCodefoldingOptionsFrame
Height = 88
Width = 400
ClientHeight = 88
ClientWidth = 400
TabOrder = 0
Visible = False
DesignLeft = 489
DesignTop = 250
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = chkCodeFoldingEnabled
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Height = 2
Top = 25
Width = 400
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
end
object lblDividerDrawLevel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edDividerDrawLevel
AnchorSideTop.Side = asrCenter
Height = 14
Top = 37
Width = 94
Caption = 'lblDividerDrawLevel'
ParentColor = False
end
object chkCodeFoldingEnabled: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Height = 19
Width = 139
Caption = 'chkCodeFoldingEnabled'
OnChange = chkCodeFoldingEnabledChange
TabOrder = 0
end
object edDividerDrawLevel: TSpinEdit
AnchorSideLeft.Control = lblDividerDrawLevel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Bevel1
AnchorSideTop.Side = asrBottom
Left = 100
Height = 23
Top = 33
Width = 50
BorderSpacing.Left = 6
BorderSpacing.Top = 6
MaxValue = 10
MinValue = 1
TabOrder = 1
Value = 1
end
end

View File

@ -0,0 +1,24 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TEditorCodefoldingOptionsFrame','FORMDATA',[
'TPF0'#30'TEditorCodefoldingOptionsFrame'#29'EditorCodefoldingOptionsFrame'#6
+'Height'#2'X'#5'Width'#3#144#1#12'ClientHeight'#2'X'#11'ClientWidth'#3#144#1
+#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#233#1#9'DesignTop'#3#250#0#0#6
+'TBevel'#6'Bevel1'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Co'
+'ntrol'#7#21'chkCodeFoldingEnabled'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
+'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
+#6'Height'#2#2#3'Top'#2#25#5'Width'#3#144#1#7'Anchors'#11#5'akTop'#6'akLeft'
+#7'akRight'#0#17'BorderSpacing.Top'#2#6#0#0#6'TLabel'#19'lblDividerDrawLevel'
+#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#18'edDivi'
+'derDrawLevel'#18'AnchorSideTop.Side'#7#9'asrCenter'#6'Height'#2#14#3'Top'#2
+'%'#5'Width'#2'^'#7'Caption'#6#19'lblDividerDrawLevel'#11'ParentColor'#8#0#0
+#9'TCheckBox'#21'chkCodeFoldingEnabled'#22'AnchorSideLeft.Control'#7#5'Owner'
+#21'AnchorSideTop.Control'#7#5'Owner'#6'Height'#2#19#5'Width'#3#139#0#7'Capt'
+'ion'#6#21'chkCodeFoldingEnabled'#8'OnChange'#7#27'chkCodeFoldingEnabledChan'
+'ge'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#18'edDividerDrawLevel'#22'AnchorSideLe'
+'ft.Control'#7#19'lblDividerDrawLevel'#19'AnchorSideLeft.Side'#7#9'asrBottom'
+#21'AnchorSideTop.Control'#7#6'Bevel1'#18'AnchorSideTop.Side'#7#9'asrBottom'
+#4'Left'#2'd'#6'Height'#2#23#3'Top'#2'!'#5'Width'#2'2'#18'BorderSpacing.Left'
+#2#6#17'BorderSpacing.Top'#2#6#8'MaxValue'#2#10#8'MinValue'#2#1#8'TabOrder'#2
+#1#5'Value'#2#1#0#0#0
]);

View File

@ -0,0 +1,101 @@
{
***************************************************************************
* *
* This source is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This code is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* General Public License for more details. *
* *
* A copy of the GNU General Public License is available on the World *
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
* obtain it by writing to the Free Software Foundation, *
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
* *
***************************************************************************
}
unit options_editor_codefolding;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, LResources, Forms, StdCtrls, ExtCtrls, Spin,
EditorOptions, LazarusIDEStrConsts, IDEOptionsIntf;
type
{ TEditorCodefoldingOptionsFrame }
TEditorCodefoldingOptionsFrame = class(TAbstractIDEOptionsEditor)
Bevel1: TBevel;
chkCodeFoldingEnabled: TCheckBox;
edDividerDrawLevel: TSpinEdit;
lblDividerDrawLevel: TLabel;
procedure chkCodeFoldingEnabledChange(Sender: TObject);
private
{ private declarations }
public
function GetTitle: String; override;
procedure Setup(ADialog: TAbstractOptionsEditorDialog); override;
procedure ReadSettings(AOptions: TAbstractIDEOptions); override;
procedure WriteSettings(AOptions: TAbstractIDEOptions); override;
class function SupportedOptionsClass: TAbstractIDEOptionsClass; override;
end;
implementation
{ TEditorCodefoldingOptionsFrame }
procedure TEditorCodefoldingOptionsFrame.chkCodeFoldingEnabledChange(Sender: TObject);
begin
lblDividerDrawLevel.Enabled := chkCodeFoldingEnabled.Checked;
edDividerDrawLevel.Enabled := chkCodeFoldingEnabled.Checked;
end;
function TEditorCodefoldingOptionsFrame.GetTitle: String;
begin
Result := dlgUseCodeFolding;
end;
procedure TEditorCodefoldingOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
begin
chkCodeFoldingEnabled.Caption := dlgUseCodeFolding;
lblDividerDrawLevel.Caption := dlgCFDividerDrawLevel + ':';
end;
procedure TEditorCodefoldingOptionsFrame.ReadSettings(
AOptions: TAbstractIDEOptions);
begin
with AOptions as TEditorOptions do
begin
chkCodeFoldingEnabled.Checked := UseCodeFolding;
edDividerDrawLevel.Value := CFDividerDrawLevel;
end;
end;
procedure TEditorCodefoldingOptionsFrame.WriteSettings(
AOptions: TAbstractIDEOptions);
begin
with AOptions as TEditorOptions do
begin
UseCodeFolding := chkCodeFoldingEnabled.Checked;
CFDividerDrawLevel := edDividerDrawLevel.Value;
end;
end;
class function TEditorCodefoldingOptionsFrame.SupportedOptionsClass: TAbstractIDEOptionsClass;
begin
Result := TEditorOptions;
end;
initialization
{$I options_editor_codefolding.lrs}
RegisterIDEOptionsEditor(GroupEditor, TEditorCodefoldingOptionsFrame, EdtOptionsCodeFolding);
end.

View File

@ -0,0 +1,117 @@
object EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
Height = 440
Width = 496
ClientHeight = 440
ClientWidth = 496
TabOrder = 0
Visible = False
DesignLeft = 436
DesignTop = 200
object AutomaticFeaturesGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Height = 440
Width = 496
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'AutomaticFeaturesGroupBox'
ClientHeight = 422
ClientWidth = 492
TabOrder = 0
object AutoDelayLabel: TLabel
Left = 6
Height = 14
Top = 176
Width = 480
Align = alTop
BorderSpacing.Top = 24
BorderSpacing.Around = 6
Caption = 'AutoDelayLabel'
ParentColor = False
end
object AutoDelayMinLabel: TLabel
AnchorSideTop.Control = AutoDelayTrackBar
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 148
Width = 92
BorderSpacing.Top = 2
Caption = 'AutoDelayMinLabel'
ParentColor = False
end
object AutoDelayMaxLabel: TLabel
AnchorSideTop.Control = AutoDelayTrackBar
AnchorSideTop.Side = asrBottom
Left = 358
Height = 14
Top = 148
Width = 96
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Top = 2
Caption = 'AutoDelayMaxLabel'
ParentColor = False
end
object AutoIdentifierCompletionCheckBox: TCheckBox
Left = 6
Height = 19
Top = 6
Width = 480
Align = alTop
BorderSpacing.Around = 6
Caption = 'AutoIdentifierCompletionCheckBox'
TabOrder = 0
end
object AutoCodeParametersCheckBox: TCheckBox
Left = 6
Height = 19
Top = 56
Width = 480
Align = alTop
BorderSpacing.Around = 6
Caption = 'AutoCodeParametersCheckBox'
Enabled = False
TabOrder = 1
end
object AutoToolTipExprEvalCheckBox: TCheckBox
Left = 6
Height = 19
Top = 81
Width = 480
Align = alTop
BorderSpacing.Around = 6
Caption = 'AutoToolTipExprEvalCheckBox'
TabOrder = 2
end
object AutoToolTipSymbToolsCheckBox: TCheckBox
Left = 6
Height = 19
Top = 31
Width = 480
Align = alTop
BorderSpacing.Around = 6
Caption = 'AutoToolTipSymbToolsCheckBox'
TabOrder = 3
end
object AutoDelayTrackBar: TTrackBar
Left = 6
Height = 40
Top = 106
Width = 480
Frequency = 250
Max = 4000
Min = 500
Position = 500
ScalePos = trTop
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 4
end
end
end

View File

@ -0,0 +1,40 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TEditorCodetoolsOptionsFrame','FORMDATA',[
'TPF0'#28'TEditorCodetoolsOptionsFrame'#27'EditorCodetoolsOptionsFrame'#6'Hei'
+'ght'#3#184#1#5'Width'#3#240#1#12'ClientHeight'#3#184#1#11'ClientWidth'#3#240
+#1#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#180#1#9'DesignTop'#3#200#0#0
+#9'TGroupBox'#25'AutomaticFeaturesGroupBox'#22'AnchorSideLeft.Control'#7#5'O'
+'wner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
+#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#6'Height'#3#184#1#5'Wid'
+'th'#3#240#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#7'Cap'
+'tion'#6#25'AutomaticFeaturesGroupBox'#12'ClientHeight'#3#166#1#11'ClientWid'
+'th'#3#236#1#8'TabOrder'#2#0#0#6'TLabel'#14'AutoDelayLabel'#4'Left'#2#6#6'He'
+'ight'#2#14#3'Top'#3#176#0#5'Width'#3#224#1#5'Align'#7#5'alTop'#17'BorderSpa'
+'cing.Top'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'AutoDelayLabel'
+#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDelayMinLabel'#21'AnchorSideTop.Cont'
+'rol'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
+#6#6'Height'#2#14#3'Top'#3#148#0#5'Width'#2'\'#17'BorderSpacing.Top'#2#2#7'C'
+'aption'#6#17'AutoDelayMinLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDela'
+'yMaxLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideT'
+'op.Side'#7#9'asrBottom'#4'Left'#3'f'#1#6'Height'#2#14#3'Top'#3#148#0#5'Widt'
+'h'#2'`'#9'Alignment'#7#14'taRightJustify'#7'Anchors'#11#5'akTop'#7'akRight'
+#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMaxLabel'#11'ParentCol'
+'or'#8#0#0#9'TCheckBox AutoIdentifierCompletionCheckBox'#4'Left'#2#6#6'Heigh'
+'t'#2#19#3'Top'#2#6#5'Width'#3#224#1#5'Align'#7#5'alTop'#20'BorderSpacing.Ar'
+'ound'#2#6#7'Caption'#6' AutoIdentifierCompletionCheckBox'#8'TabOrder'#2#0#0
+#0#9'TCheckBox'#26'AutoCodeParametersCheckBox'#4'Left'#2#6#6'Height'#2#19#3
+'Top'#2'8'#5'Width'#3#224#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#26'AutoCodeParametersCheckBox'#7'Enabled'#8#8'TabOrder'#2#1#0#0
+#9'TCheckBox'#27'AutoToolTipExprEvalCheckBox'#4'Left'#2#6#6'Height'#2#19#3'T'
+'op'#2'Q'#5'Width'#3#224#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox'
+#28'AutoToolTipSymbToolsCheckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#31#5'W'
+'idth'#3#224#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#28'AutoToolTipSymbToolsCheckBox'#8'TabOrder'#2#3#0#0#9'TTrackBar'#17'AutoDe'
+'layTrackBar'#4'Left'#2#6#6'Height'#2'('#3'Top'#2'j'#5'Width'#3#224#1#9'Freq'
+'uency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1#8'ScalePo'
+'s'#7#5'trTop'#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpaci'
+'ng.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#4#0#0#0#0
]);

View File

@ -0,0 +1,110 @@
{
***************************************************************************
* *
* This source is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This code is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* General Public License for more details. *
* *
* A copy of the GNU General Public License is available on the World *
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
* obtain it by writing to the Free Software Foundation, *
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
* *
***************************************************************************
}
unit options_editor_codetools;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, LResources, Forms, StdCtrls, ComCtrls,
EditorOptions, LazarusIDEStrConsts, IDEOptionsIntf;
type
{ TEditorCodetoolsOptionsFrame }
TEditorCodetoolsOptionsFrame = class(TAbstractIDEOptionsEditor)
AutoCodeParametersCheckBox: TCheckBox;
AutoDelayLabel: TLabel;
AutoDelayMaxLabel: TLabel;
AutoDelayMinLabel: TLabel;
AutoDelayTrackBar: TTrackBar;
AutoIdentifierCompletionCheckBox: TCheckBox;
AutomaticFeaturesGroupBox: TGroupBox;
AutoToolTipExprEvalCheckBox: TCheckBox;
AutoToolTipSymbToolsCheckBox: TCheckBox;
private
{ private declarations }
public
function GetTitle: String; override;
procedure Setup(ADialog: TAbstractOptionsEditorDialog); override;
procedure ReadSettings(AOptions: TAbstractIDEOptions); override;
procedure WriteSettings(AOptions: TAbstractIDEOptions); override;
class function SupportedOptionsClass: TAbstractIDEOptionsClass; override;
end;
implementation
{ TEditorCodetoolsOptionsFrame }
function TEditorCodetoolsOptionsFrame.GetTitle: String;
begin
Result := dlgCodeToolsTab;
end;
procedure TEditorCodetoolsOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
begin
AutomaticFeaturesGroupBox.Caption := lisAutomaticFeatures;
AutoIdentifierCompletionCheckBox.Caption := dlgEdIdComlet;
AutoCodeParametersCheckBox.Caption := dlgEdCodeParams;
AutoToolTipExprEvalCheckBox.Caption := dlgTooltipEval;
AutoToolTipSymbToolsCheckBox.Caption := dlgTooltipTools;
AutoDelayLabel.Caption := dlgEdDelay;
AutoDelayMinLabel.Caption := '0.5 ' + DlgTimeSecondUnit;
AutoDelayMaxLabel.Caption := '4.0 ' + dlgTimeSecondUnit;
end;
procedure TEditorCodetoolsOptionsFrame.ReadSettings(AOptions: TAbstractIDEOptions);
begin
with AOptions as TEditorOptions do
begin
AutoIdentifierCompletionCheckBox.Checked := AutoIdentifierCompletion;
AutoCodeParametersCheckBox.Checked := AutoCodeParameters;
AutoToolTipExprEvalCheckBox.Checked := AutoToolTipExprEval;
AutoToolTipSymbToolsCheckBox.Checked := AutoToolTipSymbTools;
AutoDelayTrackBar.Position := AutoDelayInMSec;
end;
end;
procedure TEditorCodetoolsOptionsFrame.WriteSettings(AOptions: TAbstractIDEOptions);
begin
with AOptions as TEditorOptions do
begin
AutoIdentifierCompletion := AutoIdentifierCompletionCheckBox.Checked;
AutoCodeParameters := AutoCodeParametersCheckBox.Checked;
AutoToolTipExprEval := AutoToolTipExprEvalCheckBox.Checked;
AutoToolTipSymbTools := AutoToolTipSymbToolsCheckBox.Checked;
AutoDelayInMSec := AutoDelayTrackBar.Position;
end;
end;
class function TEditorCodetoolsOptionsFrame.SupportedOptionsClass: TAbstractIDEOptionsClass;
begin
Result := TEditorOptions;
end;
initialization
{$I options_editor_codetools.lrs}
RegisterIDEOptionsEditor(GroupEditor, TEditorCodetoolsOptionsFrame, EdtOptionsCodetools);
end.

View File

@ -66,7 +66,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
Width = 200 Width = 200
BorderSpacing.Top = 6 BorderSpacing.Top = 6
ItemHeight = 13 ItemHeight = 13
MaxLength = -1
OnChange = ComboBoxOnChange OnChange = ComboBoxOnChange
OnExit = ComboBoxOnExit OnExit = ComboBoxOnExit
OnKeyDown = ComboBoxOnKeyDown OnKeyDown = ComboBoxOnKeyDown
@ -82,7 +81,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
Width = 200 Width = 200
BorderSpacing.Top = 6 BorderSpacing.Top = 6
ItemHeight = 13 ItemHeight = 13
MaxLength = -1
OnChange = ComboBoxOnChange OnChange = ComboBoxOnChange
OnExit = ComboBoxOnExit OnExit = ComboBoxOnExit
OnKeyDown = ComboBoxOnKeyDown OnKeyDown = ComboBoxOnKeyDown
@ -103,7 +101,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
'pp;pas;inc;lpr;lrs' 'pp;pas;inc;lpr;lrs'
'pp;pas;inc' 'pp;pas;inc'
) )
MaxLength = -1
OnChange = ComboBoxOnChange OnChange = ComboBoxOnChange
OnExit = ComboBoxOnExit OnExit = ComboBoxOnExit
OnKeyDown = ComboBoxOnKeyDown OnKeyDown = ComboBoxOnKeyDown
@ -462,6 +459,7 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
ParentColor = False ParentColor = False
ParentFont = False ParentFont = False
TabOrder = 7 TabOrder = 7
BookMarkOptions.OnChange = nil
Keystrokes = < Keystrokes = <
item item
Command = 3 Command = 3
@ -787,7 +785,6 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
'ColorPreview' 'ColorPreview'
) )
ReadOnly = True ReadOnly = True
SelectedColor.OnChange = nil
end end
object UseSyntaxHighlightCheckBox: TCheckBox[12] object UseSyntaxHighlightCheckBox: TCheckBox[12]
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner

View File

@ -25,184 +25,183 @@ LazarusResources.Add('TEditorColorOptionsFrame','FORMDATA',[
+'lor'#8#0#0#242#2#4#9'TComboBox'#16'LanguageComboBox'#22'AnchorSideLeft.Cont' +'lor'#8#0#0#242#2#4#9'TComboBox'#16'LanguageComboBox'#22'AnchorSideLeft.Cont'
+'rol'#7#5'Owner'#21'AnchorSideTop.Control'#7#26'UseSyntaxHighlightCheckBox' +'rol'#7#5'Owner'#21'AnchorSideTop.Control'#7#26'UseSyntaxHighlightCheckBox'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#6'Height'#2#21#3'Top'#2#25#5'Width'#3 +#18'AnchorSideTop.Side'#7#9'asrBottom'#6'Height'#2#21#3'Top'#2#25#5'Width'#3
+#200#0#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#13#9'MaxLength'#2#255#8'On' +#200#0#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#13#8'OnChange'#7#16'ComboB'
+'Change'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7 +'oxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyD'
+#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'LanguageComboBox'#0#0#242 +'own'#8'TabOrder'#2#0#4'Text'#6#16'LanguageComboBox'#0#0#242#2#5#9'TComboBox'
+#2#5#9'TComboBox'#19'ColorSchemeComboBox'#22'AnchorSideLeft.Control'#7#5'Own' +#19'ColorSchemeComboBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSide'
+'er'#21'AnchorSideTop.Control'#7#16'LanguageComboBox'#18'AnchorSideTop.Side' +'Top.Control'#7#16'LanguageComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#6
+#7#9'asrBottom'#6'Height'#2#21#3'Top'#2'4'#5'Width'#3#200#0#17'BorderSpacing' +'Height'#2#21#3'Top'#2'4'#5'Width'#3#200#0#17'BorderSpacing.Top'#2#6#10'Item'
+'.Top'#2#6#10'ItemHeight'#2#13#9'MaxLength'#2#255#8'OnChange'#7#16'ComboBoxO' +'Height'#2#13#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnEx'
+'nChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown' +'it'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#4'Text'#6#19'Color'
+#8'TabOrder'#2#1#4'Text'#6#19'ColorSchemeComboBox'#0#0#242#2#6#9'TComboBox' +'SchemeComboBox'#0#0#242#2#6#9'TComboBox'#22'FileExtensionsComboBox'#22'Anch'
+#22'FileExtensionsComboBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorS' +'orSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#19'ColorSchemeCo'
+'ideTop.Control'#7#19'ColorSchemeComboBox'#18'AnchorSideTop.Side'#7#9'asrBot' +'mboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#6'Height'#2#21#3'Top'#2'O'#5
+'tom'#6'Height'#2#21#3'Top'#2'O'#5'Width'#3#200#0#17'BorderSpacing.Top'#2#6 +'Width'#3#200#0#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#13#13'Items.Strin'
+#10'ItemHeight'#2#13#13'Items.Strings'#1#6#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6 +'gs'#1#6#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6#18'pp;pas;inc;lpr;lrs'#6#10'pp;pas'
+#18'pp;pas;inc;lpr;lrs'#6#10'pp;pas;inc'#0#9'MaxLength'#2#255#8'OnChange'#7 +';inc'#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9
+#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Combo' +'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#242#2#7#8'TListBox'
+'BoxOnKeyDown'#8'TabOrder'#2#2#0#0#242#2#7#8'TListBox'#19'ColorElementListBo' +#19'ColorElementListBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSide'
+'x'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#17'Col' +'Top.Control'#7#17'ColorElementLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#6
+'orElementLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#6'Height'#3#8#1#3'Top' +'Height'#3#8#1#3'Top'#2'~'#5'Width'#3#200#0#17'BorderSpacing.Top'#2#6#16'Cli'
+#2'~'#5'Width'#3#200#0#17'BorderSpacing.Top'#2#6#16'ClickOnSelChange'#8#7'On' +'ckOnSelChange'#8#7'OnClick'#7#24'ColorElementListBoxClick'#17'OnSelectionCh'
+'Click'#7#24'ColorElementListBoxClick'#17'OnSelectionChange'#7'"ColorElement' +'ange'#7'"ColorElementListBoxSelectionChange'#8'TabOrder'#2#3#0#0#242#2#8#7
+'ListBoxSelectionChange'#8'TabOrder'#2#3#0#0#242#2#8#7'TButton'#27'SetAttrib' +'TButton'#27'SetAttributeToDefaultButton'#22'AnchorSideLeft.Control'#7#19'Co'
+'uteToDefaultButton'#22'AnchorSideLeft.Control'#7#19'ColorElementListBox'#19 +'lorElementListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.'
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'ColorEle' +'Control'#7#19'ColorElementListBox'#23'AnchorSideRight.Control'#7#5'Owner'#20
+'mentListBox'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side' +'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#25#3'Top'#2
+#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#25#3'Top'#2'~'#5'Width'#3'E'#1#7 +'~'#5'Width'#3'E'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderS'
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#7'Ca' +'pacing.Left'#2#6#7'Caption'#6#27'SetAttributeToDefaultButton'#7'OnClick'#7
+'ption'#6#27'SetAttributeToDefaultButton'#7'OnClick'#7' SetAttributeToDefaul' +' SetAttributeToDefaultButtonClick'#8'TabOrder'#2#4#0#0#242#2#9#7'TButton'#31
+'tButtonClick'#8'TabOrder'#2#4#0#0#242#2#9#7'TButton'#31'SetAllAttributesToD' +'SetAllAttributesToDefaultButton'#22'AnchorSideLeft.Control'#7#19'ColorEleme'
+'efaultButton'#22'AnchorSideLeft.Control'#7#19'ColorElementListBox'#19'Ancho' +'ntListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
+'rSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#27'SetAttributeT' +#7#27'SetAttributeToDefaultButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#20
+'oDefaultButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Si' +'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#25#3'Top'#3
+'de'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#25#3'Top'#3#157#0#5'Width'#3 +#157#0#5'Width'#3'E'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Bord'
+'E'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2 +'erSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#31'SetAllAttribu'
+#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#31'SetAllAttributesToDefaultButton' +'tesToDefaultButton'#7'OnClick'#7'$SetAllAttributesToDefaultButtonClick'#8'T'
+#7'OnClick'#7'$SetAllAttributesToDefaultButtonClick'#8'TabOrder'#2#5#0#0#242 +'abOrder'#2#5#0#0#242#2#10#9'TGroupBox'#22'TextAttributesGroupBox'#22'Anchor'
+#2#10#9'TGroupBox'#22'TextAttributesGroupBox'#22'AnchorSideLeft.Control'#7#19 +'SideLeft.Control'#7#19'ColorElementListBox'#19'AnchorSideLeft.Side'#7#9'asr'
+'ColorElementListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo' +'Bottom'#21'AnchorSideTop.Control'#7#31'SetAllAttributesToDefaultButton'#18
+'p.Control'#7#31'SetAllAttributesToDefaultButton'#18'AnchorSideTop.Side'#7#9 +'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'
+'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Cont' +#24'AnchorSideBottom.Control'#7#19'ColorElementListBox'#21'AnchorSideBottom.'
+'rol'#7#19'ColorElementListBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'L' +'Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#3#202#0#3'Top'#3#188#0#5'Wid'
,'eft'#3#206#0#6'Height'#3#202#0#3'Top'#3#188#0#5'Width'#3'E'#1#7'Anchors'#11 ,'th'#3'E'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18'Bor'
+#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18'BorderSpacing.Left'#2#6#17'B' +'derSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#10'Attributes'
+'orderSpacing.Top'#2#6#7'Caption'#6#10'Attributes'#12'ClientHeight'#3#184#0 +#12'ClientHeight'#3#184#0#11'ClientWidth'#3'A'#1#8'TabOrder'#2#6#0#6'TLabel'
+#11'ClientWidth'#3'A'#1#8'TabOrder'#2#6#0#6'TLabel'#15'ForeGroundLabel'#4'Le' +#15'ForeGroundLabel'#4'Left'#2#8#6'Height'#2#14#5'Width'#2'S'#7'Caption'#6#15
+'ft'#2#8#6'Height'#2#14#5'Width'#2'S'#7'Caption'#6#15'ForeGroundLabel'#11'Pa' +'ForeGroundLabel'#11'ParentColor'#8#0#0#12'TColorButton'#21'ForegroundColorB'
+'rentColor'#8#0#0#12'TColorButton'#21'ForegroundColorButton'#21'AnchorSideTo' +'utton'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Sid'
+'p.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le' +'e'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2#16#5'Width'#2'K'#17'B'
+'ft'#2#8#6'Height'#2#21#3'Top'#2#16#5'Width'#2'K'#17'BorderSpacing.Top'#2#2 +'orderSpacing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'
+#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnC' +#7#9'clBtnFace'#14'OnColorChanged'#7'!ForegroundColorButtonColorChanged'#0#0
+'olorChanged'#7'!ForegroundColorButtonColorChanged'#0#0#12'TColorButton'#21 +#12'TColorButton'#21'BackGroundColorButton'#21'AnchorSideTop.Control'#7#15'B'
+'BackGroundColorButton'#21'AnchorSideTop.Control'#7#15'BackGroundLabel'#18'A' +'ackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2':'#5 +#2#21#3'Top'#2':'#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2
+'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSiz' +#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#15'BackGroun'
+'e'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#15'BackGroundLabel'#21'Anchor' +'dLabel'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Si'
+'SideTop.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom' +'de'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'*'#5'Width'#2'S'#17
+#4'Left'#2#8#6'Height'#2#14#3'Top'#2'*'#5'Width'#2'S'#17'BorderSpacing.Top'#2 +'BorderSpacing.Top'#2#28#7'Caption'#6#15'BackGroundLabel'#11'ParentColor'#8#0
+#28#7'Caption'#6#15'BackGroundLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#28'F' +#0#9'TCheckBox'#28'ForeGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7
+'oreGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel' +#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'He'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#19#3'Top'#2 +'ight'#2#19#3'Top'#2#16#5'Width'#3#178#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
+#16#5'Width'#3#178#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'Border' +'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#28'ForeGroundUseDefaultCh'
+'Spacing.Top'#2#2#7'Caption'#6#28'ForeGroundUseDefaultCheckBox'#8'OnChange'#7 +'eckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCh'
+#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#28'BackGroundU' +'eckBox'#28'BackGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7#15'Bac'
+'seDefaultCheckBox'#21'AnchorSideTop.Control'#7#15'BackGroundLabel'#18'Ancho' +'kGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#19#3'Top'#2'8'#5'Wid' +#19#3'Top'#2'8'#5'Width'#3#178#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
+'th'#3#178#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.' +#0#19'BorderSpacing.Right'#2#2#7'Caption'#6#28'BackGroundUseDefaultCheckBox'
+'Right'#2#2#7'Caption'#6#28'BackGroundUseDefaultCheckBox'#8'OnChange'#7#23'G' +#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#6'TPanel'#18
+'eneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#6'TPanel'#18'TextUnderlinePanel' +'TextUnderlinePanel'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'm'#5'Width'#3'5'#1#5
+#4'Left'#2#6#6'Height'#2#19#3'Top'#2'm'#5'Width'#3'5'#1#5'Align'#7#8'alBotto' +'Align'#7#8'alBottom'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#10'BevelOut'
+'m'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12 +'er'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3'5'#1#8'TabOrder'#2#2
+'ClientHeight'#2#19#11'ClientWidth'#3'5'#1#8'TabOrder'#2#2#0#9'TCheckBox'#21 +#0#9'TCheckBox'#21'TextUnderlineCheckBox'#6'Height'#2#19#5'Width'#3#165#0#5
+'TextUnderlineCheckBox'#6'Height'#2#19#5'Width'#3#165#0#5'Align'#7#8'alClien' +'Align'#7#8'alClient'#7'Caption'#6#21'TextUnderlineCheckBox'#8'OnChange'#7#23
+'t'#7'Caption'#6#21'TextUnderlineCheckBox'#8'OnChange'#7#23'GeneralCheckBoxO' +'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'TPanel'#23'TextUnderlineRadi'
+'nChange'#8'TabOrder'#2#0#0#0#6'TPanel'#23'TextUnderlineRadioPanel'#4'Left'#3 +'oPanel'#4'Left'#3#165#0#6'Height'#2#19#5'Width'#3#144#0#5'Align'#7#7'alRigh'
+#165#0#6'Height'#2#19#5'Width'#3#144#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10 +'t'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSizing.HorizontalSpacin'
+'BevelOuter'#7#6'bvNone'#29'ChildSizing.HorizontalSpacing'#2#3#29'ChildSizin' +'g'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChilds'#28'ChildSizin'
+'g.EnlargeHorizontal'#7#14'crsScaleChilds'#28'ChildSizing.ShrinkHorizontal'#7 +'g.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLef'
+#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBotto' +'tToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeigh'
+'m'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeight'#2#19#11'ClientWidth' +'t'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12'TRadioBut'
+#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12'TRadioButton'#20'TextUnderlineRad' +'ton'#20'TextUnderlineRadioOn'#3'Tag'#2#3#6'Height'#2#19#5'Width'#2'('#7'Cap'
+'ioOn'#3'Tag'#2#3#6'Height'#2#19#5'Width'#2'('#7'Caption'#6#2'On'#7'Checked' +'tion'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'State'
+#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'State'#7#9'cbChecked'#8'TabOrd' +#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#21'TextUnderlineRadioOf'
+'er'#2#0#0#0#12'TRadioButton'#21'TextUnderlineRadioOff'#3'Tag'#2#3#4'Left'#2 +'f'#3'Tag'#2#3#4'Left'#2'+'#6'Height'#2#19#5'Width'#2'*'#7'Caption'#6#3'Off'
+'+'#6'Height'#2#19#5'Width'#2'*'#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextSt' +#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TRadioButto'
+'yleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TRadioButton'#24'TextUnderlineRadi' +'n'#24'TextUnderlineRadioInvert'#3'Tag'#2#3#4'Left'#2'X'#6'Height'#2#19#5'Wi'
+'oInvert'#3'Tag'#2#3#4'Left'#2'X'#6'Height'#2#19#5'Width'#2'8'#7'Caption'#6#6 +'dth'#2'8'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8
+'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#2#0#0#0#0#6 +'TabOrder'#2#2#0#0#0#0#6'TPanel'#13'TextBoldPanel'#4'Left'#2#6#6'Height'#2#19
+'TPanel'#13'TextBoldPanel'#4'Left'#2#6#6'Height'#2#19#3'Top'#3#134#0#5'Width' +#3'Top'#3#134#0#5'Width'#3'5'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'Bord'
+#3'5'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#10 +'erSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'C'
+'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3'5'#1#8'TabO' +'lientWidth'#3'5'#1#8'TabOrder'#2#3#0#9'TCheckBox'#16'TextBoldCheckBox'#6'He'
+'rder'#2#3#0#9'TCheckBox'#16'TextBoldCheckBox'#6'Height'#2#19#5'Width'#3#165 +'ight'#2#19#5'Width'#3#165#0#5'Align'#7#8'alClient'#7'Caption'#6#16'TextBold'
+#0#5'Align'#7#8'alClient'#7'Caption'#6#16'TextBoldCheckBox'#8'OnChange'#7#23 +'CheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'T'
+'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'TPanel'#18'TextBoldRadioPane' +'Panel'#18'TextBoldRadioPanel'#4'Left'#3#165#0#6'Height'#2#19#5'Width'#3#144
+'l'#4'Left'#3#165#0#6'Height'#2#19#5'Width'#3#144#0#5'Align'#7#7'alRight'#8 +#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSi'
+'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSizing.HorizontalSpacing'#2#3 +'zing.HorizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsScale'
+#29'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChilds'#28'ChildSizing.Shrin' +'Childs'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildSizin'
+'kHorizontal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRigh' +'g.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLin'
+'tThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeight'#2#19 +'e'#2#3#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visi'
+#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12'TRadioButton'#15 +'ble'#8#0#12'TRadioButton'#15'TextBoldRadioOn'#3'Tag'#2#1#6'Height'#2#19#5'W'
+'TextBoldRadioOn'#3'Tag'#2#1#6'Height'#2#19#5'Width'#2'('#7'Caption'#6#2'On' +'idth'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioO'
+#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'State'#7#9'cbChecke' +'nChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#16'Te'
+'d'#8'TabOrder'#2#0#0#0#12'TRadioButton'#16'TextBoldRadioOff'#3'Tag'#2#1#4'L' +'xtBoldRadioOff'#3'Tag'#2#1#4'Left'#2'+'#6'Height'#2#19#5'Width'#2'*'#7'Capt'
+'eft'#2'+'#6'Height'#2#19#5'Width'#2'*'#7'Caption'#6#3'Off'#8'OnChange'#7#22 +'ion'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0
+'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TRadioButton'#19'TextBoldRad' +#12'TRadioButton'#19'TextBoldRadioInvert'#3'Tag'#2#1#4'Left'#2'X'#6'Height'#2
+'ioInvert'#3'Tag'#2#1#4'Left'#2'X'#6'Height'#2#19#5'Width'#2'8'#7'Caption'#6 +#19#5'Width'#2'8'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnCh'
,#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#2#0#0#0#0#6 ,'ange'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#15'TextItalicPanel'#4'Left'#2#6#6'H'
+'TPanel'#15'TextItalicPanel'#4'Left'#2#6#6'Height'#2#19#3'Top'#3#159#0#5'Wid' +'eight'#2#19#3'Top'#3#159#0#5'Width'#3'5'#1#5'Align'#7#8'alBottom'#8'AutoSiz'
+'th'#3'5'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6 +'e'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeigh'
+#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3'5'#1#8'T' +'t'#2#19#11'ClientWidth'#3'5'#1#8'TabOrder'#2#4#0#9'TCheckBox'#18'TextItalic'
+'abOrder'#2#4#0#9'TCheckBox'#18'TextItalicCheckBox'#6'Height'#2#19#5'Width'#3 +'CheckBox'#6'Height'#2#19#5'Width'#3#165#0#5'Align'#7#8'alClient'#7'Caption'
+#165#0#5'Align'#7#8'alClient'#7'Caption'#6#18'TextItalicCheckBox'#8'OnChange' +#6#18'TextItalicCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrd'
+#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'TPanel'#20'TextItalicRa' +'er'#2#0#0#0#6'TPanel'#20'TextItalicRadioPanel'#4'Left'#3#165#0#6'Height'#2
+'dioPanel'#4'Left'#3#165#0#6'Height'#2#19#5'Width'#3#144#0#5'Align'#7#7'alRi' +#19#5'Width'#3#144#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6
+'ght'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSizing.HorizontalSpac' +'bvNone'#29'ChildSizing.HorizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizon'
+'ing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChilds'#28'ChildSiz' +'tal'#7#14'crsScaleChilds'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChi'
+'ing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclL' +'lds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSiz'
+'eftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHei' +'ing.ControlsPerLine'#2#3#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'Ta'
+'ght'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12'TRadioB' +'bOrder'#2#1#7'Visible'#8#0#12'TRadioButton'#17'TextItalicRadioOn'#3'Tag'#2#2
+'utton'#17'TextItalicRadioOn'#3'Tag'#2#2#6'Height'#2#19#5'Width'#2'('#7'Capt' +#6'Height'#2#19#5'Width'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7
+'ion'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange'#5'State' +#22'TextStyleRadioOnChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'T'
+#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#18'TextItalicRadioOff'#3 +'RadioButton'#18'TextItalicRadioOff'#3'Tag'#2#2#4'Left'#2'+'#6'Height'#2#19#5
+'Tag'#2#2#4'Left'#2'+'#6'Height'#2#19#5'Width'#2'*'#7'Caption'#6#3'Off'#8'On' +'Width'#2'*'#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8
+'Change'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TRadioButton'#21 +'TabOrder'#2#1#0#0#12'TRadioButton'#21'TextItalicRadioInvert'#3'Tag'#2#2#4'L'
+'TextItalicRadioInvert'#3'Tag'#2#2#4'Left'#2'X'#6'Height'#2#19#5'Width'#2'8' +'eft'#2'X'#6'Height'#2#19#5'Width'#2'8'#7'Caption'#6#6'Invert'#8'OnChange'#7
+#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder' +#22'TextStyleRadioOnChange'#8'TabOrder'#2#2#0#0#0#0#0#242#2#11#8'TSynEdit'#12
+#2#2#0#0#0#0#0#242#2#11#8'TSynEdit'#12'ColorPreview'#22'AnchorSideLeft.Contr' +'ColorPreview'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Contro'
+'ol'#7#5'Owner'#21'AnchorSideTop.Control'#7#19'ColorElementListBox'#18'Ancho' +'l'#7#19'ColorElementListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Ancho'
+'rSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'Anc' +'rSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'A'
+'horSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21 +'nchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'
+'AnchorSideBottom.Side'#7#9'asrBottom'#6'Height'#3#181#0#3'Top'#3#140#1#5'Wi' +#6'Height'#3#181#0#3'Top'#3#140#1#5'Width'#3#19#2#17'BorderSpacing.Top'#2#6#7
+'dth'#3#19#2#17'BorderSpacing.Top'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak' +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2
+'Right'#8'akBottom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'#10'Fon' +#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Quality'#7
+'t.Pitch'#7#7'fpFixed'#12'Font.Quality'#7#16'fqNonAntialiased'#11'ParentColo' +#16'fqNonAntialiased'#11'ParentColor'#8#10'ParentFont'#8#8'TabOrder'#2#7#24
+'r'#8#10'ParentFont'#8#8'TabOrder'#2#7#10'Keystrokes'#14#1#7'Command'#2#3#8 +'BookMarkOptions.OnChange'#13#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'
+'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0 +#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCu'
+#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8 +'t'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'
+'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1 +#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCu'
+#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8 +'t'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'
+'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8 +#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2
+'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8 +''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3
+'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10 +'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'
+#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8 +#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3
+'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8 +'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2
+'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8 +'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3
+'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8 +'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2
+'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8 +'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3
+'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8 +'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2
+'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8 +'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3
+'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0 +'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'
+#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3 +#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'Short'
+'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Comman' +'Cut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8
+'d'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Co' +'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245
+'mmand'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@' +#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Comman'
+#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'Short' +'d'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160
+'Cut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3 +#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortC'
+#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Comm' +'ut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8
+'and'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7 +'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3
+'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@' +#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Comm'
+#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3 +'and'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7
+'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortC' +'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0
+'ut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8 +#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3
+'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-' +'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCu'
+#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3 +'t'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'Sh'
+'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Comman' +'ortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1
+'d'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'C' +#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3
+'ommand'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1 +'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Comman'
+#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@' +'d'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'C'
+#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3 +'ommand'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1
+'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCu' +#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'
,'t'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'Sh' ,#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3
+'ortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1 +'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCu'
+#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3 +'t'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'Sh'
+'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Comma' +'ortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232
+'nd'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7 +#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'
+'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1 +#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Comma'
+#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ColorPrev' +'nd'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ColorPreview'#0#8
+'iew'#0#8'ReadOnly'#9#22'SelectedColor.OnChange'#13#0#0#242#2#12#9'TCheckBox' +'ReadOnly'#9#0#0#242#2#12#9'TCheckBox'#26'UseSyntaxHighlightCheckBox'#22'Anc'
+#26'UseSyntaxHighlightCheckBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anc' +'horSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#6'Heig'
+'horSideTop.Control'#7#5'Owner'#6'Height'#2#19#5'Width'#3#166#0#7'Caption'#6 +'ht'#2#19#5'Width'#3#166#0#7'Caption'#6#26'UseSyntaxHighlightCheckBox'#8'OnC'
+#26'UseSyntaxHighlightCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8 +'hange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#8#0#0#0
+'TabOrder'#2#8#0#0#0
]); ]);

View File

@ -26,9 +26,9 @@ interface
uses uses
Classes, SysUtils, FileUtil, LResources, Forms, StdCtrls, SynEdit, ExtCtrls, Classes, SysUtils, FileUtil, LResources, Forms, StdCtrls, SynEdit, ExtCtrls,
Dialogs, Graphics, LCLProc, SynEditMiscClasses, LCLType, Dialogs, Graphics, LCLProc, SynEditMiscClasses, LCLType, Controls,
EditorOptions, LazarusIDEStrConsts, IDEOptionsIntf, options_editor_general, EditorOptions, LazarusIDEStrConsts, IDEOptionsIntf, options_editor_general,
IDEProcs, Controls; IDEProcs;
type type

View File

@ -41,7 +41,7 @@
<PackageName Value="SynEdit"/> <PackageName Value="SynEdit"/>
</Item4> </Item4>
</RequiredPackages> </RequiredPackages>
<Units Count="15"> <Units Count="17">
<Unit0> <Unit0>
<Filename Value="lazarus.pp"/> <Filename Value="lazarus.pp"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
@ -159,6 +159,22 @@
<ResourceFilename Value="frames\options_editor_color.lrs"/> <ResourceFilename Value="frames\options_editor_color.lrs"/>
<UnitName Value="options_editor_color"/> <UnitName Value="options_editor_color"/>
</Unit14> </Unit14>
<Unit15>
<Filename Value="frames\options_editor_codetools.pas"/>
<ComponentName Value="EditorCodetoolsOptionsFrame"/>
<IsPartOfProject Value="True"/>
<ResourceBaseClass Value="Frame"/>
<ResourceFilename Value="frames\options_editor_codetools.lrs"/>
<UnitName Value="options_editor_codetools"/>
</Unit15>
<Unit16>
<Filename Value="frames\options_editor_codefolding.pas"/>
<ComponentName Value="EditorCodefoldingOptionsFrame"/>
<IsPartOfProject Value="True"/>
<ResourceBaseClass Value="Frame"/>
<ResourceFilename Value="frames\options_editor_codefolding.lrs"/>
<UnitName Value="options_editor_codefolding"/>
</Unit16>
</Units> </Units>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>

View File

@ -130,7 +130,7 @@ uses
options_files, options_desktop, options_window, options_formed, options_oi, options_files, options_desktop, options_window, options_formed, options_oi,
options_backup, options_naming, options_fpdoc, options_backup, options_naming, options_fpdoc,
options_editor_general, options_editor_display, options_editor_keymapping, options_editor_general, options_editor_display, options_editor_keymapping,
options_editor_color; options_editor_color, options_editor_codetools, options_editor_codefolding;
type type
TIDEProjectItem = TIDEProjectItem =