used anchoring to ensure there is enough space around the Foreground color and Background label (issue #1554)

git-svn-id: trunk@8364 -
This commit is contained in:
vincents 2005-12-25 10:40:29 +00:00
parent 0d63c21f78
commit e5db29b212
2 changed files with 466 additions and 451 deletions

View File

@ -1,27 +1,27 @@
object EditorOptionsForm: TEditorOptionsForm
ActiveControl = VisibleGutterCheckBox
ActiveControl = LanguageComboBox
Caption = 'EditorOptionsForm'
ClientHeight = 519
ClientHeight = 531
ClientWidth = 477
PixelsPerInch = 96
Position = poScreenCenter
HorzScrollBar.Page = 476
VertScrollBar.Page = 518
VertScrollBar.Page = 530
Left = 469
Height = 519
Height = 531
Top = 143
Width = 477
object MainNotebook: TNotebook
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
PageIndex = 1
Height = 479
PageIndex = 3
Height = 491
Width = 477
object Page1: TPage
Caption = 'Page1'
ClientWidth = 469
ClientHeight = 453
Height = 453
ClientHeight = 465
Height = 465
Width = 469
object BlockIndentLabel: TLabel
Caption = 'BlockIndentLabel'
@ -116,15 +116,15 @@ object EditorOptionsForm: TEditorOptionsForm
object Page2: TPage
Caption = 'Page2'
ClientWidth = 469
ClientHeight = 453
Height = 453
ClientHeight = 465
Height = 465
Width = 469
object MarginAndGutterGroupBox: TGroupBox
Align = alTop
BorderSpacing.Around = 6
Caption = 'MarginAndGutterGroupBox'
ClientHeight = 110
ClientWidth = 453
ClientHeight = 128
ClientWidth = 457
TabOrder = 0
Left = 6
Height = 128
@ -249,8 +249,8 @@ object EditorOptionsForm: TEditorOptionsForm
Align = alTop
BorderSpacing.Around = 6
Caption = 'EditorFontGroupBox'
ClientHeight = 118
ClientWidth = 453
ClientHeight = 136
ClientWidth = 457
TabOrder = 1
Left = 6
Height = 136
@ -702,8 +702,8 @@ object EditorOptionsForm: TEditorOptionsForm
object Page3: TPage
Caption = 'Page3'
ClientWidth = 469
ClientHeight = 453
Height = 453
ClientHeight = 465
Height = 465
Width = 469
object KeyMappingHelpLabel: TLabel
Align = alTop
@ -765,44 +765,44 @@ object EditorOptionsForm: TEditorOptionsForm
object Page4: TPage
Caption = 'Page4'
ClientWidth = 469
ClientHeight = 453
Height = 453
ClientHeight = 465
Height = 465
Width = 469
object LanguageLabel: TLabel
Caption = 'LanguageLabel'
Color = clNone
ParentColor = False
Left = 214
Height = 12
Height = 14
Top = 12
Width = 87
Width = 73
end
object ColorSchemeLabel: TLabel
Caption = 'ColorSchemeLabel'
Color = clNone
ParentColor = False
Left = 214
Height = 12
Height = 14
Top = 36
Width = 106
Width = 88
end
object FileExtensionsLabel: TLabel
Caption = 'FileExtensionsLabel'
Color = clNone
ParentColor = False
Left = 214
Height = 12
Height = 14
Top = 60
Width = 112
Width = 94
end
object ColorElementLabel: TLabel
Caption = 'ColorElementLabel'
Color = clNone
ParentColor = False
Left = 4
Height = 12
Height = 14
Top = 90
Width = 105
Width = 89
end
object LanguageComboBox: TComboBox
MaxLength = 0
@ -1186,14 +1186,14 @@ object EditorOptionsForm: TEditorOptionsForm
Cursor = crIBeam
Left = 4
Height = 102
Top = 347
Top = 359
Width = 461
end
object ColorElementListBox: TListBox
OnSelectionChange = ColorElementListBoxSelectionChange
TabOrder = 4
Left = 3
Height = 230
Height = 242
Top = 108
Width = 200
end
@ -1222,11 +1222,11 @@ object EditorOptionsForm: TEditorOptionsForm
object TextAttributesGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'Attributes'
ClientHeight = 166
ClientHeight = 178
ClientWidth = 247
TabOrder = 7
Left = 212
Height = 184
Height = 196
Top = 154
Width = 251
object ForeGroundLabel: TLabel
@ -1234,51 +1234,61 @@ object EditorOptionsForm: TEditorOptionsForm
Color = clNone
ParentColor = False
Left = 8
Height = 12
Width = 98
Height = 14
Width = 83
end
object ForegroundColorButton: TColorButton
BorderSpacing.Top = 2
BorderWidth = 2
OnColorChanged = ColorButtonColorChanged
AnchorSideTop.Control = ForeGroundLabel
Left = 8
Height = 21
Top = 16
Width = 75
end
object BackGroundColorButton: TColorButton
BorderSpacing.Top = 2
BorderWidth = 2
OnColorChanged = ColorButtonColorChanged
AnchorSideTop.Control = BackGroundLabel
Left = 8
Height = 21
Top = 58
Width = 75
end
object BackGroundLabel: TLabel
BorderSpacing.Top = 28
Caption = 'BackGroundLabel'
Color = clNone
ParentColor = False
AnchorSideTop.Control = ForeGroundLabel
Left = 8
Height = 12
Height = 14
Top = 42
Width = 100
Width = 83
end
object ForeGroundUseDefaultCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
Caption = 'ForeGroundUseDefaultCheckBox'
OnClick = GeneralCheckBoxOnClick
TabOrder = 0
AnchorSideTop.Control = ForeGroundLabel
Left = 94
Height = 24
Top = 12
Height = 13
Top = 16
Width = 140
end
object BackGroundUseDefaultCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 2
Caption = 'BackGroundUseDefaultCheckBox'
OnClick = GeneralCheckBoxOnClick
TabOrder = 1
AnchorSideTop.Control = BackGroundLabel
Left = 94
Height = 24
Height = 13
Top = 56
Width = 140
end
@ -1289,8 +1299,8 @@ object EditorOptionsForm: TEditorOptionsForm
OnClick = GeneralCheckBoxOnClick
TabOrder = 2
Left = 6
Height = 24
Top = 76
Height = 13
Top = 121
Width = 235
end
object TextItalicCheckBox: TCheckBox
@ -1300,8 +1310,8 @@ object EditorOptionsForm: TEditorOptionsForm
OnClick = GeneralCheckBoxOnClick
TabOrder = 3
Left = 6
Height = 24
Top = 106
Height = 13
Top = 140
Width = 235
end
object TextUnderlineCheckBox: TCheckBox
@ -1311,8 +1321,8 @@ object EditorOptionsForm: TEditorOptionsForm
OnClick = GeneralCheckBoxOnClick
TabOrder = 4
Left = 6
Height = 24
Top = 136
Height = 13
Top = 159
Width = 235
end
end
@ -1320,15 +1330,15 @@ object EditorOptionsForm: TEditorOptionsForm
object Page5: TPage
Caption = 'Page5'
ClientWidth = 469
ClientHeight = 453
Height = 453
ClientHeight = 465
Height = 465
Width = 469
object AutomaticFeaturesGroupBox: TGroupBox
Align = alClient
BorderSpacing.Around = 6
Caption = 'AutomaticFeaturesGroupBox'
ClientHeight = 423
ClientWidth = 453
ClientHeight = 441
ClientWidth = 457
TabOrder = 0
Left = 6
Height = 441
@ -1440,7 +1450,7 @@ object EditorOptionsForm: TEditorOptionsForm
TabOrder = 1
Left = 392
Height = 25
Top = 483
Top = 495
Width = 75
end
object OkButton: TButton
@ -1451,7 +1461,7 @@ object EditorOptionsForm: TEditorOptionsForm
TabOrder = 2
Left = 312
Height = 25
Top = 483
Top = 495
Width = 75
end
object ImageList: TImageList

View File

@ -1,200 +1,108 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
'TPF0'#18'TEditorOptionsForm'#17'EditorOptionsForm'#13'ActiveControl'#7#21'Vi'
+'sibleGutterCheckBox'#7'Caption'#6#17'EditorOptionsForm'#12'ClientHeight'#3#7
+#2#11'ClientWidth'#3#221#1#13'PixelsPerInch'#2'`'#8'Position'#7#14'poScreenC'
+'enter'#18'HorzScrollBar.Page'#3#220#1#18'VertScrollBar.Page'#3#6#2#4'Left'#3
+#213#1#6'Height'#3#7#2#3'Top'#3#143#0#5'Width'#3#221#1#0#9'TNotebook'#12'Mai'
+'nNotebook'#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
+'akBottom'#0#9'PageIndex'#2#1#6'Height'#3#223#1#5'Width'#3#221#1#0#5'TPage'#5
+'Page1'#7'Caption'#6#5'Page1'#11'ClientWidth'#3#213#1#12'ClientHeight'#3#197
+#1#6'Height'#3#197#1#5'Width'#3#213#1#0#6'TLabel'#16'BlockIndentLabel'#7'Cap'
+'tion'#6#16'BlockIndentLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'
+#2'r'#6'Height'#2#12#3'Top'#3'-'#1#5'Width'#2'`'#0#0#6'TLabel'#14'UndoLimitL'
+'abel'#7'Caption'#6#14'UndoLimitLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8
+#4'Left'#2'r'#6'Height'#2#12#3'Top'#3'G'#1#5'Width'#2'U'#0#0#6'TLabel'#14'Ta'
+'bWidthsLabel'#7'Caption'#6#14'TabWidthsLabel'#5'Color'#7#6'clNone'#11'Paren'
+'tColor'#8#4'Left'#2'r'#6'Height'#2#12#3'Top'#3'c'#1#5'Width'#2'Y'#0#0#11'TC'
+'heckGroup'#21'EditorOptionsGroupBox'#5'Align'#7#5'alTop'#20'BorderSpacing.A'
+'round'#2#6#7'Caption'#6#21'EditorOptionsGroupBox'#7'Columns'#2#2#11'OnItemC'
+'lick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3
+#24#1#3'Top'#2#6#5'Width'#3#201#1#0#0#9'TComboBox'#19'BlockIndentComboBox'#13
+'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'MaxLength'#2#0#8'OnChange'
+#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Com'
+'boBoxOnKeyDown'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#21#3'Top'#3'*'#1#5
+'Width'#2'd'#0#0#9'TComboBox'#17'UndoLimitComboBox'#13'Items.Strings'#1#6#5
+'32767'#6#4'4096'#6#3'512'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnCha'
+'nge'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8
'TPF0'#18'TEditorOptionsForm'#17'EditorOptionsForm'#13'ActiveControl'#7#16'La'
+'nguageComboBox'#7'Caption'#6#17'EditorOptionsForm'#12'ClientHeight'#3#19#2
+#11'ClientWidth'#3#221#1#13'PixelsPerInch'#2'`'#8'Position'#7#14'poScreenCen'
+'ter'#18'HorzScrollBar.Page'#3#220#1#18'VertScrollBar.Page'#3#18#2#4'Left'#3
+#213#1#6'Height'#3#19#2#3'Top'#3#143#0#5'Width'#3#221#1#0#9'TNotebook'#12'Ma'
+'inNotebook'#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
+#8'akBottom'#0#9'PageIndex'#2#3#6'Height'#3#235#1#5'Width'#3#221#1#0#5'TPage'
+#5'Page1'#7'Caption'#6#5'Page1'#11'ClientWidth'#3#213#1#12'ClientHeight'#3
+#209#1#6'Height'#3#209#1#5'Width'#3#213#1#0#6'TLabel'#16'BlockIndentLabel'#7
+'Caption'#6#16'BlockIndentLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Le'
+'ft'#2'r'#6'Height'#2#12#3'Top'#3'-'#1#5'Width'#2'`'#0#0#6'TLabel'#14'UndoLi'
+'mitLabel'#7'Caption'#6#14'UndoLimitLabel'#5'Color'#7#6'clNone'#11'ParentCol'
+'or'#8#4'Left'#2'r'#6'Height'#2#12#3'Top'#3'G'#1#5'Width'#2'U'#0#0#6'TLabel'
+#14'TabWidthsLabel'#7'Caption'#6#14'TabWidthsLabel'#5'Color'#7#6'clNone'#11
+'ParentColor'#8#4'Left'#2'r'#6'Height'#2#12#3'Top'#3'c'#1#5'Width'#2'Y'#0#0
+#11'TCheckGroup'#21'EditorOptionsGroupBox'#5'Align'#7#5'alTop'#20'BorderSpac'
+'ing.Around'#2#6#7'Caption'#6#21'EditorOptionsGroupBox'#7'Columns'#2#2#11'On'
+'ItemClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#0#4'Left'#2#6#6'Heigh'
+'t'#3#24#1#3'Top'#2#6#5'Width'#3#201#1#0#0#9'TComboBox'#19'BlockIndentComboB'
+'ox'#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'MaxLength'#2#0#8'On'
+'Change'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7
+#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#21#3'Top'#3'*'
+#1#5'Width'#2'd'#0#0#9'TComboBox'#17'UndoLimitComboBox'#13'Items.Strings'#1#6
+#5'32767'#6#4'4096'#6#3'512'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnC'
+'hange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8
+'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#21#3'Top'#3'E'#1#5'Width'#2'd'#0#0#9
+'TComboBox'#17'TabWidthsComboBox'#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6
+#1'8'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'C'
+'omboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#4'Left'
+#2#6#6'Height'#2#21#3'Top'#3'`'#1#5'Width'#2'd'#0#0#0#5'TPage'#5'Page2'#7'Ca'
+'ption'#6#5'Page2'#11'ClientWidth'#3#213#1#12'ClientHeight'#3#197#1#6'Height'
+#3#197#1#5'Width'#3#213#1#0#9'TGroupBox'#23'MarginAndGutterGroupBox'#5'Align'
+'ption'#6#5'Page2'#11'ClientWidth'#3#213#1#12'ClientHeight'#3#209#1#6'Height'
+#3#209#1#5'Width'#3#213#1#0#9'TGroupBox'#23'MarginAndGutterGroupBox'#5'Align'
+#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'MarginAndGutterGrou'
+'pBox'#12'ClientHeight'#2'n'#11'ClientWidth'#3#197#1#8'TabOrder'#2#0#4'Left'
+#2#6#6'Height'#3#128#0#3'Top'#2#6#5'Width'#3#201#1#0#6'TLabel'#16'RightMargi'
+'nLabel'#7'Caption'#6#16'RightMarginLabel'#5'Color'#7#6'clNone'#11'ParentCol'
+'or'#8#4'Left'#3'f'#1#6'Height'#2#14#3'Top'#2#10#5'Width'#2'S'#0#0#12'TColor'
+'Button'#22'RightMarginColorButton'#11'BorderWidth'#2#2#14'OnColorChanged'#7
+#23'ColorButtonColorChanged'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2' '#5'Wi'
+'dth'#2'd'#0#0#12'TColorButton'#17'GutterColorButton'#11'BorderWidth'#2#2#14
+'OnColorChanged'#7#23'ColorButtonColorChanged'#4'Left'#3#246#0#6'Height'#2#21
+#3'Top'#2'P'#5'Width'#2'd'#0#0#6'TLabel'#21'RightMarginColorLabel'#7'Caption'
+#6#21'RightMarginColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#3
+'f'#1#6'Height'#2#14#3'Top'#2'"'#5'Width'#2'l'#0#0#6'TLabel'#16'GutterWidthL'
+'abel'#7'Caption'#6#16'GutterWidthLabel'#5'Color'#7#6'clNone'#11'ParentColor'
+#8#4'Left'#3'f'#1#6'Height'#2#14#3'Top'#2'<'#5'Width'#2'U'#0#0#6'TLabel'#16
+'GutterColorLabel'#7'Caption'#6#16'GutterColorLabel'#5'Color'#7#6'clNone'#11
+'ParentColor'#8#4'Left'#3'f'#1#6'Height'#2#14#3'Top'#2'R'#5'Width'#2'R'#0#0#9
+'TCheckBox'#26'VisibleRightMarginCheckBox'#7'Caption'#6#26'VisibleRightMargi'
+'nCheckBox'#7'Enabled'#8#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'
+#2#0#4'Left'#2#6#6'Height'#2#13#3'Top'#2#8#5'Width'#3#156#0#0#0#9'TCheckBox'
+#21'VisibleGutterCheckBox'#7'Caption'#6#21'VisibleGutterCheckBox'#7'OnClick'
+#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#13#3'T'
+'op'#2' '#5'Width'#3#128#0#0#0#9'TCheckBox'#23'ShowLineNumbersCheckBox'#7'Ca'
+'ption'#6#23'ShowLineNumbersCheckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'
+#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#13#3'Top'#2'8'#5'Width'#3#158#0#0#0
+#9'TComboBox'#19'RightMarginComboBox'#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2
+'76'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'Co'
+'mboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#4'Left'#3
+#246#0#6'Height'#2#21#3'Top'#2#8#5'Width'#2'd'#0#0#9'TComboBox'#19'GutterWid'
+'thComboBox'#13'Items.Strings'#1#6#2'40'#6#2'35'#6#2'30'#6#2'25'#6#2'20'#0#9
+'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOn'
+'Exit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#4'Left'#3#246#0#6
+'Height'#2#21#3'Top'#2':'#5'Width'#2'd'#0#0#0#9'TGroupBox'#18'EditorFontGrou'
,'pBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Edit'
+'orFontGroupBox'#12'ClientHeight'#2'v'#11'ClientWidth'#3#197#1#8'TabOrder'#2
+#1#4'Left'#2#6#6'Height'#3#136#0#3'Top'#3#140#0#5'Width'#3#201#1#0#6'TLabel'
+#15'EditorFontLabel'#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'Borde'
+'rSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#15'EditorFontLab'
+'el'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'
+#2#6#5'Width'#3#185#1#0#0#6'TLabel'#21'EditorFontHeightLabel'#7'Anchors'#11#5
+'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21
+'EditorFontHeightLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2't'#6
+'Height'#2#14#3'Top'#2'<'#5'Width'#3'N'#1#0#0#6'TLabel'#21'ExtraLineSpacingL'
+'abel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#21'ExtraLineSpacingLabel'#5'Color'#7#6'clNone'#11'ParentCo'
+'lor'#8#4'Left'#2't'#6'Height'#2#14#3'Top'#2'Z'#5'Width'#3'N'#1#0#0#9'TCombo'
+'Box'#18'EditorFontComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20
+'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#13'OnEditingDone'#7#29'EditorFon'
+'tComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18'EditorFontComboBox'#23'A'
+'nchorSideRight.Control'#7#16'EditorFontButton'#4'Left'#2#6#6'Height'#2#21#3
+'Top'#2#29#5'Width'#3#160#1#0#0#7'TButton'#16'EditorFontButton'#7'Anchors'#11
+#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#3'...'
+#7'OnClick'#7#21'EditorFontButtonClick'#8'TabOrder'#2#1#4'Left'#3#172#1#6'He'
+'ight'#2#21#3'Top'#2#29#5'Width'#2#16#0#0#9'TComboBox'#24'EditorFontHeightCo'
+'mboBox'#13'Items.Strings'#1#6#2'10'#6#2'11'#6#2'12'#6#2'13'#6#2'14'#6#2'15'
+#6#2'16'#6#2'17'#6#2'18'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChang'
+'e'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'Ta'
+'bOrder'#2#2#4'Left'#2#6#6'Height'#2#21#3'Top'#2':'#5'Width'#2'd'#0#0#9'TCom'
+'boBox'#24'ExtraLineSpacingComboBox'#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'
+#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboB'
+'oxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#4'Left'#2#6#6
+'Height'#2#21#3'Top'#2'X'#5'Width'#2'd'#0#0#0#8'TSynEdit'#14'DisplayPreview'
+#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Anchors'#11#5'akTop'#6
+'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'cou'
+'rier'#6'Height'#3#165#0#4'Name'#6#14'DisplayPreview'#11'ParentColor'#8#8'Ta'
+'bOrder'#2#2#5'Width'#3#201#1#23'Gutter.CodeFoldingWidth'#2#14#10'Keystrokes'
+#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0
+#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0
+#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'
+#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0
+#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1
+#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1
+#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1
+#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7
+'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7
+'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'C'
+'ommand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7
+'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'C'
+'ommand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7
+'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'C'
+'ommand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7
+'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0
+#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2
+'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCu'
+'t'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'S'
+'hortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'
+#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7
+'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'
+#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3
+'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'Short'
+'Cut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8
+'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251
+#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'
+#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Comm'
+'and'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7
+'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0
+#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5'
,'@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'
+#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'Short'
+'Cut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8
+'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'
+#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3
+'d'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Comman'
+'d'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'C'
+'ommand'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0
+#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3
+'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'
+#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14
+'DisplayPreview'#0#8'ReadOnly'#9#19'OnSpecialLineColors'#7#19'OnSpecialLineC'
+'olors'#6'Cursor'#7#7'crIBeam'#4'Left'#2#6#6'Height'#3#165#0#3'Top'#3#26#1#5
+'Width'#3#201#1#0#0#0#5'TPage'#5'Page3'#7'Caption'#6#5'Page3'#11'ClientWidth'
+#3#213#1#12'ClientHeight'#3#197#1#6'Height'#3#197#1#5'Width'#3#213#1#0#6'TLa'
+'bel'#19'KeyMappingHelpLabel'#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6
+#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#19'KeyMa'
+'ppingHelpLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'
+#2#12#3'Top'#2'D'#5'Width'#3#201#1#0#0#7'TButton'#28'KeyMappingChooseSchemeB'
+'utton'#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'
+#2#6#19'BorderSpacing.Right'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'Caption'
+#6#28'KeyMappingChooseSchemeButton'#7'OnClick'#7'!KeyMappingChooseSchemeButt'
+'onClick'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#25#3'Top'#2#6#5'Width'#3
+#201#1#0#0#7'TButton KeyMappingConsistencyCheckButton'#5'Align'#7#5'alTop'#18
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
+#6#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6' KeyMappingConsistencyChec'
+'kButton'#7'OnClick'#7'%KeyMappingConsistencyCheckButtonClick'#8'TabOrder'#2
+#1#4'Left'#2#6#6'Height'#2#25#3'Top'#2'%'#5'Width'#3#201#1#0#0#9'TTreeView'
+#18'KeyMappingTreeView'#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6
+#17'DefaultItemHeight'#2#23#6'Images'#7#9'ImageList'#8'ReadOnly'#9#9'RowSele'
+'ct'#9#8'TabOrder'#2#2#9'OnMouseUp'#7#25'KeyMappingTreeViewMouseUp'#7'Option'
+'s'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'
+#11'tvoReadOnly'#12'tvoRowSelect'#14'tvoShowButtons'#12'tvoShowLines'#11'tvo'
+'ShowRoot'#17'tvoShowSeparators'#11'tvoToolTips'#0#4'Left'#2#6#6'Height'#3'i'
+#1#3'Top'#2'V'#5'Width'#3#201#1#0#0#0#5'TPage'#5'Page4'#7'Caption'#6#5'Page4'
+#11'ClientWidth'#3#213#1#12'ClientHeight'#3#197#1#6'Height'#3#197#1#5'Width'
+#3#213#1#0#6'TLabel'#13'LanguageLabel'#7'Caption'#6#13'LanguageLabel'#5'Colo'
+'r'#7#6'clNone'#11'ParentColor'#8#4'Left'#3#214#0#6'Height'#2#12#3'Top'#2#12
+#5'Width'#2'W'#0#0#6'TLabel'#16'ColorSchemeLabel'#7'Caption'#6#16'ColorSchem'
+'eLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#3#214#0#6'Height'#2
+#12#3'Top'#2'$'#5'Width'#2'j'#0#0#6'TLabel'#19'FileExtensionsLabel'#7'Captio'
+'n'#6#19'FileExtensionsLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'
+#3#214#0#6'Height'#2#12#3'Top'#2'<'#5'Width'#2'p'#0#0#6'TLabel'#17'ColorElem'
+'entLabel'#7'Caption'#6#17'ColorElementLabel'#5'Color'#7#6'clNone'#11'Parent'
+'Color'#8#4'Left'#2#4#6'Height'#2#12#3'Top'#2'Z'#5'Width'#2'i'#0#0#9'TComboB'
+'ox'#16'LanguageComboBox'#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'
+#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOr'
+'der'#2#0#4'Text'#6#16'LanguageComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2
+#10#5'Width'#3#200#0#0#0#9'TComboBox'#19'ColorSchemeComboBox'#9'MaxLength'#2
+#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKey'
+'Down'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#4'Text'#6#19'ColorSchemeCombo'
+'Box'#4'Left'#2#3#6'Height'#2#21#3'Top'#2'"'#5'Width'#3#200#0#0#0#9'TComboBo'
+'x'#22'FileExtensionsComboBox'#13'Items.Strings'#1#6#26'pp;pas;inc;lpr;lrs;d'
+'pr;dpk'#6#18'pp;pas;inc;lpr;lrs'#6#10'pp;pas;inc'#0#9'MaxLength'#2#0#8'OnCh'
+'ange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7
+#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#4'Left'#2#3#6'Height'#2#21#3'Top'#2':'
+#5'Width'#3#200#0#0#0#8'TSynEdit'#12'ColorPreview'#5'Align'#7#8'alBottom'#20
+'BorderSpacing.Around'#2#4#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akB'
+'ottom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'#6'Height'#2'f'#4'N'
+'ame'#6#12'ColorPreview'#11'ParentColor'#8#8'TabOrder'#2#3#5'Width'#3#205#1
+#11'OnMouseDown'#7#19'ColorPreviewMouseUp'#23'Gutter.CodeFoldingWidth'#2#14
+#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'S'
+'hortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8
+'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0
,#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8
+'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8
+'pBox'#12'ClientHeight'#3#128#0#11'ClientWidth'#3#201#1#8'TabOrder'#2#0#4'Le'
+'ft'#2#6#6'Height'#3#128#0#3'Top'#2#6#5'Width'#3#201#1#0#6'TLabel'#16'RightM'
+'arginLabel'#7'Caption'#6#16'RightMarginLabel'#5'Color'#7#6'clNone'#11'Paren'
+'tColor'#8#4'Left'#3'f'#1#6'Height'#2#14#3'Top'#2#10#5'Width'#2'S'#0#0#12'TC'
+'olorButton'#22'RightMarginColorButton'#11'BorderWidth'#2#2#14'OnColorChange'
+'d'#7#23'ColorButtonColorChanged'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2' '
+#5'Width'#2'd'#0#0#12'TColorButton'#17'GutterColorButton'#11'BorderWidth'#2#2
+#14'OnColorChanged'#7#23'ColorButtonColorChanged'#4'Left'#3#246#0#6'Height'#2
+#21#3'Top'#2'P'#5'Width'#2'd'#0#0#6'TLabel'#21'RightMarginColorLabel'#7'Capt'
+'ion'#6#21'RightMarginColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'L'
+'eft'#3'f'#1#6'Height'#2#14#3'Top'#2'"'#5'Width'#2'l'#0#0#6'TLabel'#16'Gutte'
+'rWidthLabel'#7'Caption'#6#16'GutterWidthLabel'#5'Color'#7#6'clNone'#11'Pare'
+'ntColor'#8#4'Left'#3'f'#1#6'Height'#2#14#3'Top'#2'<'#5'Width'#2'U'#0#0#6'TL'
+'abel'#16'GutterColorLabel'#7'Caption'#6#16'GutterColorLabel'#5'Color'#7#6'c'
+'lNone'#11'ParentColor'#8#4'Left'#3'f'#1#6'Height'#2#14#3'Top'#2'R'#5'Width'
+#2'R'#0#0#9'TCheckBox'#26'VisibleRightMarginCheckBox'#7'Caption'#6#26'Visibl'
+'eRightMarginCheckBox'#7'Enabled'#8#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8
+'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#13#3'Top'#2#8#5'Width'#3#156#0#0#0#9
+'TCheckBox'#21'VisibleGutterCheckBox'#7'Caption'#6#21'VisibleGutterCheckBox'
+#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#1#4'Left'#2#6#6'Heigh'
+'t'#2#13#3'Top'#2' '#5'Width'#3#128#0#0#0#9'TCheckBox'#23'ShowLineNumbersChe'
+'ckBox'#7'Caption'#6#23'ShowLineNumbersCheckBox'#7'OnClick'#7#22'GeneralChec'
+'kBoxOnClick'#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#13#3'Top'#2'8'#5'Width'
+#3#158#0#0#0#9'TComboBox'#19'RightMarginComboBox'#13'Items.Strings'#1#6#2'80'
+#6#2'78'#6#2'76'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnE'
+'xit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2
+#3#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2#8#5'Width'#2'd'#0#0#9'TComboBox'
+#19'GutterWidthComboBox'#13'Items.Strings'#1#6#2'40'#6#2'35'#6#2'30'#6#2'25'
+#6#2'20'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14
+'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#4'Left'
+#3#246#0#6'Height'#2#21#3'Top'#2':'#5'Width'#2'd'#0#0#0#9'TGroupBox'#18'Edit'
,'orFontGroupBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'
+#6#18'EditorFontGroupBox'#12'ClientHeight'#3#136#0#11'ClientWidth'#3#201#1#8
+'TabOrder'#2#1#4'Left'#2#6#6'Height'#3#136#0#3'Top'#3#140#0#5'Width'#3#201#1
+#0#6'TLabel'#15'EditorFontLabel'#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2
+#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#15'Edi'
+'torFontLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2
+#14#3'Top'#2#6#5'Width'#3#185#1#0#0#6'TLabel'#21'EditorFontHeightLabel'#7'An'
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6#21'EditorFontHeightLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4
+'Left'#2't'#6'Height'#2#14#3'Top'#2'<'#5'Width'#3'N'#1#0#0#6'TLabel'#21'Extr'
+'aLineSpacingLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderS'
+'pacing.Around'#2#6#7'Caption'#6#21'ExtraLineSpacingLabel'#5'Color'#7#6'clNo'
+'ne'#11'ParentColor'#8#4'Left'#2't'#6'Height'#2#14#3'Top'#2'Z'#5'Width'#3'N'
+#1#0#0#9'TComboBox'#18'EditorFontComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'akRight'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#13'OnEditingDone'#7
+#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18'EditorFontCo'
+'mboBox'#23'AnchorSideRight.Control'#7#16'EditorFontButton'#4'Left'#2#6#6'He'
+'ight'#2#21#3'Top'#2#29#5'Width'#3#160#1#0#0#7'TButton'#16'EditorFontButton'
+#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#2#7'Cap'
+'tion'#6#3'...'#7'OnClick'#7#21'EditorFontButtonClick'#8'TabOrder'#2#1#4'Lef'
+'t'#3#172#1#6'Height'#2#21#3'Top'#2#29#5'Width'#2#16#0#0#9'TComboBox'#24'Edi'
+'torFontHeightComboBox'#13'Items.Strings'#1#6#2'10'#6#2'11'#6#2'12'#6#2'13'#6
+#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#9'MaxLength'#2#0#8'OnChange'#7#16'C'
+'omboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxO'
+'nKeyDown'#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#21#3'Top'#2':'#5'Width'#2
+'d'#0#0#9'TComboBox'#24'ExtraLineSpacingComboBox'#13'Items.Strings'#1#6#1'0'
+#6#1'1'#6#1'2'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExi'
+'t'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3
+#4'Left'#2#6#6'Height'#2#21#3'Top'#2'X'#5'Width'#2'd'#0#0#0#8'TSynEdit'#14'D'
+'isplayPreview'#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Anchor'
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9'F'
+'ont.Name'#6#7'courier'#6'Height'#3#165#0#4'Name'#6#14'DisplayPreview'#11'Pa'
+'rentColor'#8#8'TabOrder'#2#2#5'Width'#3#201#1#23'Gutter.CodeFoldingWidth'#2
+#14#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8
+'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4
+#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212
+#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'
+#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8
+'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8
+'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8
+'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8
@ -221,7 +129,7 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
+'hortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1
+#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3
+'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Comman'
+'d'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'C'
,'d'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'C'
+'ommand'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1
+#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'
+#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3
@ -232,217 +140,314 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
+#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Comm'
+'and'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7
+'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'
+#0#0#13'Lines.Strings'#1#6#12'ColorPreview'#0#8'ReadOnly'#9#19'OnSpecialLine'
+'Colors'#7#19'OnSpecialLineColors'#6'Cursor'#7#7'crIBeam'#4'Left'#2#4#6'Heig'
+'ht'#2'f'#3'Top'#3'['#1#5'Width'#3#205#1#0#0#8'TListBox'#19'ColorElementList'
+'Box'#17'OnSelectionChange'#7'"ColorElementListBoxSelectionChange'#8'TabOrde'
+'r'#2#4#4'Left'#2#3#6'Height'#3#230#0#3'Top'#2'l'#5'Width'#3#200#0#0#0#7'TBu'
+'tton'#27'SetAttributeToDefaultButton'#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
+'Right'#0#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#27'SetAttributeToDe'
+'faultButton'#7'OnClick'#7' SetAttributeToDefaultButtonClick'#8'TabOrder'#2#5
+#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'Z'#5'Width'#3#251#0#0#0#7'TButton'
+#31'SetAllAttributesToDefaultButton'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
+'ght'#0#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#31'SetAllAttributesTo'
+'DefaultButton'#7'OnClick'#7'$SetAllAttributesToDefaultButtonClick'#8'TabOrd'
+'er'#2#6#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'z'#5'Width'#3#251#0#0#0#9'T'
+'GroupBox'#22'TextAttributesGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
+'ight'#0#7'Caption'#6#10'Attributes'#12'ClientHeight'#3#166#0#11'ClientWidth'
+#3#247#0#8'TabOrder'#2#7#4'Left'#3#212#0#6'Height'#3#184#0#3'Top'#3#154#0#5
+'Width'#3#251#0#0#6'TLabel'#15'ForeGroundLabel'#7'Caption'#6#15'ForeGroundLa'
+'bel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#8#6'Height'#2#12#5'Wi'
+'dth'#2'b'#0#0#12'TColorButton'#21'ForegroundColorButton'#11'BorderWidth'#2#2
+#14'OnColorChanged'#7#23'ColorButtonColorChanged'#4'Left'#2#8#6'Height'#2#21
+#3'Top'#2#16#5'Width'#2'K'#0#0#12'TColorButton'#21'BackGroundColorButton'#11
+'BorderWidth'#2#2#14'OnColorChanged'#7#23'ColorButtonColorChanged'#4'Left'#2
+#8#6'Height'#2#21#3'Top'#2':'#5'Width'#2'K'#0#0#6'TLabel'#15'BackGroundLabel'
+#7'Caption'#6#15'BackGroundLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'L'
+'eft'#2#8#6'Height'#2#12#3'Top'#2'*'#5'Width'#2'd'#0#0#9'TCheckBox'#28'ForeG'
,'roundUseDefaultCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Ca'
+'ption'#6#28'ForeGroundUseDefaultCheckBox'#7'OnClick'#7#22'GeneralCheckBoxOn'
+'Click'#8'TabOrder'#2#0#4'Left'#2'^'#6'Height'#2#24#3'Top'#2#12#5'Width'#3
+#140#0#0#0#9'TCheckBox'#28'BackGroundUseDefaultCheckBox'#7'Anchors'#11#5'akT'
+'op'#6'akLeft'#7'akRight'#0#7'Caption'#6#28'BackGroundUseDefaultCheckBox'#7
+'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#1#4'Left'#2'^'#6'Height'
+#2#24#3'Top'#2'8'#5'Width'#3#140#0#0#0#9'TCheckBox'#16'TextBoldCheckBox'#5'A'
+'lign'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'TextBoldCh'
+'eckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#2#4'Left'#2#6
+#6'Height'#2#24#3'Top'#2'L'#5'Width'#3#235#0#0#0#9'TCheckBox'#18'TextItalicC'
+'heckBox'#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18
+'TextItalicCheckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#3
+#4'Left'#2#6#6'Height'#2#24#3'Top'#2'j'#5'Width'#3#235#0#0#0#9'TCheckBox'#21
+'TextUnderlineCheckBox'#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#21'TextUnderlineCheckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'
+#8'TabOrder'#2#4#4'Left'#2#6#6'Height'#2#24#3'Top'#3#136#0#5'Width'#3#235#0#0
+#0#0#0#5'TPage'#5'Page5'#7'Caption'#6#5'Page5'#11'ClientWidth'#3#213#1#12'Cl'
+'ientHeight'#3#197#1#6'Height'#3#197#1#5'Width'#3#213#1#0#9'TGroupBox'#25'Au'
+'tomaticFeaturesGroupBox'#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#25'AutomaticFeaturesGroupBox'#12'ClientHeight'#3#167#1#11'Clie'
+'ntWidth'#3#197#1#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3#185#1#3'Top'#2#6#5
+'Width'#3#201#1#0#6'TLabel'#14'AutoDelayLabel'#5'Align'#7#5'alTop'#17'Border'
+'Spacing.Top'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'AutoDelayLab'
+'el'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#12#3'Top'
+#3#150#0#5'Width'#3#185#1#0#0#6'TLabel'#17'AutoDelayMinLabel'#7'Caption'#6#17
+'AutoDelayMinLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#21'AnchorSideTop.'
+'Control'#7#17'AutoDelayTrackBar'#4'Left'#2#6#6'Height'#2#12#3'Top'#3#191#0#5
+'Width'#2'o'#0#0#6'TLabel'#17'AutoDelayMaxLabel'#9'Alignment'#7#14'taRightJu'
+'stify'#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#17'AutoDelayMaxLabe'
+'l'#5'Color'#7#6'clNone'#11'ParentColor'#8#21'AnchorSideTop.Control'#7#17'Au'
+'toDelayTrackBar'#4'Left'#3'I'#1#6'Height'#2#12#3'Top'#3#191#0#5'Width'#2'r'
+#0#0#9'TCheckBox AutoIdentifierCompletionCheckBox'#5'Align'#7#5'alTop'#20'Bo'
+'rderSpacing.Around'#2#6#7'Caption'#6' AutoIdentifierCompletionCheckBox'#8'T'
+'abOrder'#2#0#4'Left'#2#6#6'Height'#2#24#3'Top'#2#6#5'Width'#3#185#1#0#0#9'T'
+'CheckBox'#26'AutoCodeParametersCheckBox'#5'Align'#7#5'alTop'#20'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6#26'AutoCodeParametersCheckBox'#7'Enabled'#8#8'T'
+'abOrder'#2#1#4'Left'#2#6#6'Height'#2#24#3'Top'#2'B'#5'Width'#3#185#1#0#0#9
+'TCheckBox'#27'AutoToolTipExprEvalCheckBox'#5'Align'#7#5'alTop'#20'BorderSpa'
+'cing.Around'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2
+#2#4'Left'#2#6#6'Height'#2#24#3'Top'#2'`'#5'Width'#3#185#1#0#0#9'TCheckBox'
+#28'AutoToolTipSymbToolsCheckBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Aroun'
+'d'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsCheckBox'#7'Enabled'#8#8'TabOrde'
+'r'#2#3#4'Left'#2#6#6'Height'#2#24#3'Top'#2'$'#5'Width'#3#185#1#0#0#9'TTrack'
+'Bar'#17'AutoDelayTrackBar'#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17
+'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#3'Max'#2#6#3'Min'#2#2#8
+'Position'#2#2#8'ScalePos'#7#5'trTop'#8'TabOrder'#2#4#3'Max'#2#6#3'Min'#2#2#8
+'Position'#2#2#8'ScalePos'#7#5'trTop'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#168
+#0#5'Width'#3#185#1#0#0#0#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#7'ak'
+'Right'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#12'Canc'
+'elButton'#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#4'Left'#3#136#1
+#6'Height'#2#25#3'Top'#3#227#1#5'Width'#2'K'#0#0#7'TButton'#8'OkButton'#7'An'
+'chors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#2#7'Capt'
+'ion'#6#8'OkButton'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#2#4'Left'#3
+'8'#1#6'Height'#2#25#3'Top'#3#227#1#5'Width'#2'K'#0#0#10'TImageList'#9'Image'
+'List'#6'Height'#2#21#5'Width'#2#21#4'left'#3#208#1#3'top'#2#16#6'Bitmap'#10
+'"'#29#0#0'li'#2#0#0#0#21#0#0#0#21#0#0#0'N'#16#0#0'/* XPM */'#10'static char'
+' * keymapcategory_xpm[] = {'#10'"22 22 191 2",'#10'" '#9'c None",'#10'". '
+#9'c #4B4E48",'#10'"+ '#9'c #8D918B",'#10'"@ '#9'c #AAAEA8",'#10'"# '#9'c #C'
+'3C7C2",'#10'"$ '#9'c #D2D6D1",'#10'"% '#9'c #A1A4A1",'#10'"& '#9'c #80857A"'
+','#10'"* '#9'c #B5BAB0",'#10'"= '#9'c #90938D",'#10'"- '#9'c #9A9C99",'#10
+'"; '#9'c #939493",'#10'"> '#9'c #BCC0BC",'#10'", '#9'c #E6EAE5",'#10'"'' '#9
+'c #B0B2AE",'#10'") '#9'c #4E4E4B",'#10'"! '#9'c #ADB1AA",'#10'"~ '#9'c #ADB'
+'1A8",'#10'"{ '#9'c #C0C4BD",'#10'"] '#9'c #8D908C",'#10'"^ '#9'c #8B8D8B",'
+#10'"/ '#9'c #979A97",'#10'"( '#9'c #E4E7E4",'#10'"_ '#9'c #959792",'#10'": '
,#9'c #464942",'#10'"< '#9'c #3E403A",'#10'"[ '#9'c #787A78",'#10'"} '#9'c #E'
+'7E9E7",'#10'"| '#9'c #D1D2D0",'#10'"1 '#9'c #ADB0AC",'#10'"2 '#9'c #B6B8B4"'
+','#10'"3 '#9'c #BABDB9",'#10'"4 '#9'c #CFD3CF",'#10'"5 '#9'c #7E807C",'#10
+'"6 '#9'c #52564D",'#10'"7 '#9'c #4C4F47",'#10'"8 '#9'c #3B3D36",'#10'"9 '#9
+'c #4E504A",'#10'"0 '#9'c #979B95",'#10'"a '#9'c #A8ACA5",'#10'"b '#9'c #CBC'
+'FCB",'#10'"c '#9'c #C0C5C1",'#10'"d '#9'c #A7AAA7",'#10'"e '#9'c #BBBCBB",'
+#10'"f '#9'c #F0F2F0",'#10'"g '#9'c #EEF0EF",'#10'"h '#9'c #E3E5E3",'#10'"i '
+#9'c #CACDCA",'#10'"j '#9'c #BDC0BD",'#10'"k '#9'c #949893",'#10'"l '#9'c #7'
+'1756B",'#10'"m '#9'c #606359",'#10'"n '#9'c #4B4E46",'#10'"o '#9'c #7D8178"'
+','#10'"p '#9'c #B5B9B0",'#10'"q '#9'c #959894",'#10'"r '#9'c #A9AAA8",'#10
+'"s '#9'c #D3D5D3",'#10'"t '#9'c #CCD0CC",'#10'"u '#9'c #E6EAE6",'#10'"v '#9
+'c #A0A49E",'#10'"w '#9'c #414440",'#10'"x '#9'c #DADCDA",'#10'"y '#9'c #BCB'
+'EBB",'#10'"z '#9'c #A3A6A2",'#10'"A '#9'c #B6BBB4",'#10'"B '#9'c #B4B8B3",'
+#10'"C '#9'c #8D918C",'#10'"D '#9'c #6C7266",'#10'"E '#9'c #5F635B",'#10'"F '
+#9'c #9EA39B",'#10'"G '#9'c #ABB0A7",'#10'"H '#9'c #CACDC6",'#10'"I '#9'c #8'
+'F908E",'#10'"J '#9'c #9B9C9A",'#10'"K '#9'c #9D9F9D",'#10'"L '#9'c #DADDDA"'
+','#10'"M '#9'c #8C8F8A",'#10'"N '#9'c #4A4D46",'#10'"O '#9'c #3C3F38",'#10
+'"P '#9'c #5E615C",'#10'"Q '#9'c #999E95",'#10'"R '#9'c #767974",'#10'"S '#9
+'c #6B6D6B",'#10'"T '#9'c #E4E8E4",'#10'"U '#9'c #DEE2DE",'#10'"V '#9'c #B0B'
+'4AF",'#10'"W '#9'c #737671",'#10'"X '#9'c #EAEDEA",'#10'"Y '#9'c #D1D3D0",'
+#10'"Z '#9'c #A8ABA5",'#10'"` '#9'c #A8ACA7",'#10'" .'#9'c #D4D9D3",'#10'"..'
+#9'c #D9DDD8",'#10'"+.'#9'c #717470",'#10'"@.'#9'c #545850",'#10'"#.'#9'c #4'
+'C4F48",'#10'"$.'#9'c #43463D",'#10'"%.'#9'c #91978C",'#10'"&.'#9'c #B0B7AA"'
+','#10'"*.'#9'c #8E928C",'#10'"=.'#9'c #D1D5D0",'#10'"-.'#9'c #777976",'#10
+'";.'#9'c #7C7F7C",'#10'">.'#9'c #B9BCB9",'#10'",.'#9'c #BDBFBD",'#10'"''.'#9
+'c #4B4C47",'#10'").'#9'c #656764",'#10'"!.'#9'c #F3F5F3",'#10'"~.'#9'c #EBE'
+'CEB",'#10'"{.'#9'c #E5E7E5",'#10'"].'#9'c #ADB0AD",'#10'"^.'#9'c #858883",'
+#10'"/.'#9'c #74786E",'#10'"(.'#9'c #60645B",'#10'"_.'#9'c #4E5349",'#10'":.'
+#9'c #42463D",'#10'"<.'#9'c #7A7D7A",'#10'"[.'#9'c #D3D6D2",'#10'"}.'#9'c #A'
+'EB2AB",'#10'"|.'#9'c #B3B8B0",'#10'"1.'#9'c #D0D3CE",'#10'"2.'#9'c #B8BCB8"'
+','#10'"3.'#9'c #E1E5E1",'#10'"4.'#9'c #A0A49F",'#10'"5.'#9'c #4E514B",'#10
+'"6.'#9'c #4D5149",'#10'"7.'#9'c #E4E6E4",'#10'"8.'#9'c #E7E8E7",'#10'"9.'#9
+'c #E2E5E2",'#10'"0.'#9'c #DEE3DE",'#10'"a.'#9'c #DDE2DD",'#10'"b.'#9'c #A6A'
+'BA4",'#10'"c.'#9'c #757A70",'#10'"d.'#9'c #64685E",'#10'"e.'#9'c #52574C",'
+#10'"f.'#9'c #4A4D45",'#10'"g.'#9'c #B3B7B3",'#10'"h.'#9'c #EFF2EF",'#10'"i.'
+#9'c #F1F2F1",'#10'"j.'#9'c #D4D7D4",'#10'"k.'#9'c #BBBEBB",'#10'"l.'#9'c #A'
+'EB1AD",'#10'"m.'#9'c #939791",'#10'"n.'#9'c #64685F",'#10'"o.'#9'c #5C6157"'
+','#10'"p.'#9'c #4B4F46",'#10'"q.'#9'c #474B41",'#10'"r.'#9'c #BBBDBA",'#10
+'"s.'#9'c #DCE1DC",'#10'"t.'#9'c #A6ABA3",'#10'"u.'#9'c #757A6F",'#10'"v.'#9
+'c #666B61",'#10'"w.'#9'c #4A4E45",'#10'"x.'#9'c #DCDFDC",'#10'"y.'#9'c #EFF'
+'0EF",'#10'"z.'#9'c #E9E9E9",'#10'"A.'#9'c #E2E7E2",'#10'"B.'#9'c #D7DCD7",'
+#10'"C.'#9'c #75796F",'#10'"D.'#9'c #61655B",'#10'"E.'#9'c #4F5449",'#10'"F.'
+#9'c #464B41",'#10'"G.'#9'c #949794",'#10'"H.'#9'c #D5D9D5",'#10'"I.'#9'c #D'
+'FE4DF",'#10'"J.'#9'c #DDE1DC",'#10'"K.'#9'c #A1A79C",'#10'"L.'#9'c #74796E"'
+','#10'"M.'#9'c #50544C",'#10'"N.'#9'c #EBEEEB",'#10'"O.'#9'c #DFE3DF",'#10
+'"P.'#9'c #DADEDA",'#10'"Q.'#9'c #A0A49D",'#10'"R.'#9'c #63675E",'#10'"S.'#9
+'c #4D5248",'#10'"T.'#9'c #8D908D",'#10'"U.'#9'c #7C8079",'#10'"V.'#9'c #3E4'
+'13B",'#10'"W.'#9'c #6D6F6D",'#10'"X.'#9'c #D2D6D2",'#10'"Y.'#9'c #DBE0DA",'
+#10'"Z.'#9'c #9EA499",'#10'"`.'#9'c #747A6E",'#10'" +'#9'c #5F645B",'#10'".+'
+#9'c #8B8E8B",'#10'"++'#9'c #D0D3D0",'#10'"@+'#9'c #D6D9D5",'#10'"#+'#9'c #9'
+'2978D",'#10'"$+'#9'c #5A5E54",'#10'"%+'#9'c #626261",'#10'" '
+' ",'#10'" '
+' ",'#10'" ",'#10'" '
+' ",'#10'" . + @ # $ % '
+' ",'#10'" & * = - ; > , '' ) ",'#10'" '
+' ! ~ { ] ^ / ( _ : < ",'#10'" [ } | 1 2 3 4 5 6 7 '
+'8 9 0 a b c d ",'#10'" e f g h i j k l m n o p q r s t u v w ",'#10
+'" x y z A B d C D E F G H I J K L M N O ",'#10'" P Q R S T L U V '
+'W X Y Z ` ...+.@.#.$.",'#10'" %.&.*.=.-.;.>.,.''.).!.~.X {.].^./.(._.:.'
+'",'#10'" <.[.}.|.1.2.3.4.5.6.#.7.8.9.0.a.b.c.d.e.f.",'#10'" g.h.i.j.k.l.m'
+'.n.o.p.q.r.( U s.s.t.u.v.w. ",'#10'" x.y.z.9.A.B.F C.D.E.F. G.H.I.J.K.L.'
+'M. ",'#10'" ,.N.{.O.s.P.Q./.R.S. T.].U.V. ",'#10'" W.X.a'
+'.s.Y.Z.`. + ",'#10'" .+++@+#+$+ '
+' ",'#10'" %+ ",'#10'" '
,' ",'#10'" '
+' ",'#10'" "};'
+#10#190#12#0#0'/* XPM */'#10'static char * keymaprelation_xpm[] = {'#10'"22 '
+'22 134 2",'#10'" '#9'c None",'#10'". '#9'c #C0C0C0",'#10'"+ '#9'c #CCCCCC"'
+','#10'"@ '#9'c #CACACA",'#10'"# '#9'c #C9C9C9",'#10'"$ '#9'c #C8C8C8",'#10
+'"% '#9'c #C7C7C7",'#10'"& '#9'c #C6C6C6",'#10'"* '#9'c #C5C5C5",'#10'"= '#9
+'c #C1C1C1",'#10'"- '#9'c #BABABA",'#10'"; '#9'c #B8B8B8",'#10'"> '#9'c #B4B'
+'4B4",'#10'", '#9'c #ADADAD",'#10'"'' '#9'c #A0A0A0",'#10'") '#9'c #F6F6F6",'
+#10'"! '#9'c #EEEEEE",'#10'"~ '#9'c #E6E6E6",'#10'"{ '#9'c #E7E7E7",'#10'"] '
+#9'c #E8E8E8",'#10'"^ '#9'c #E5E5E5",'#10'"/ '#9'c #E4E4E4",'#10'"( '#9'c #E'
+'2E2E2",'#10'"_ '#9'c #DEDEDE",'#10'": '#9'c #797979",'#10'"< '#9'c #A5A5A5"'
+','#10'"[ '#9'c #F9F9F9",'#10'"} '#9'c #D9D9D9",'#10'"| '#9'c #D7D7D7",'#10
+'"1 '#9'c #DBDBDB",'#10'"2 '#9'c #E1E1E1",'#10'"3 '#9'c #E9E9E9",'#10'"4 '#9
+'c #EBEBEB",'#10'"5 '#9'c #EDEDED",'#10'"6 '#9'c #EFEFEF",'#10'"7 '#9'c #CDC'
+'DCD",'#10'"8 '#9'c #B2B2B2",'#10'"9 '#9'c #747474",'#10'"0 '#9'c #A4A4A4",'
+#10'"a '#9'c #F7F7F7",'#10'"b '#9'c #F5F5F5",'#10'"c '#9'c #D8D8D8",'#10'"d '
+#9'c #DADADA",'#10'"e '#9'c #F1F1F1",'#10'"f '#9'c #CBCBCB",'#10'"g '#9'c #A'
+'8A8A8",'#10'"h '#9'c #6F6F6F",'#10'"i '#9'c #A2A2A2",'#10'"j '#9'c #F3F3F3"'
+','#10'"k '#9'c #DDDDDD",'#10'"l '#9'c #E0E0E0",'#10'"m '#9'c #E3E3E3",'#10
+'"n '#9'c #B9B9B9",'#10'"o '#9'c #9E9E9E",'#10'"p '#9'c #6D6D6D",'#10'"q '#9
+'c #A1A1A1",'#10'"r '#9'c #EAEAEA",'#10'"s '#9'c #8D8D8D",'#10'"t '#9'c #F2F'
+'2F2",'#10'"u '#9'c #F4F4F4",'#10'"v '#9'c #9D9D9D",'#10'"w '#9'c #6B6B6B",'
+#10'"x '#9'c #F0F0F0",'#10'"y '#9'c #B1B1B1",'#10'"z '#9'c #C3C3C3",'#10'"A '
+#9'c #949494",'#10'"B '#9'c #696969",'#10'"C '#9'c #ECECEC",'#10'"D '#9'c #9'
+'39393",'#10'"E '#9'c #898989",'#10'"F '#9'c #636363",'#10'"G '#9'c #BFBFBF"'
+','#10'"H '#9'c #8B8B8B",'#10'"I '#9'c #656565",'#10'"J '#9'c #C4C4C4",'#10
+'"K '#9'c #616161",'#10'"L '#9'c #D1D1D1",'#10'"M '#9'c #BCBCBC",'#10'"N '#9
+'c #848484",'#10'"O '#9'c #606060",'#10'"P '#9'c #979797",'#10'"Q '#9'c #6E6'
+'E6E",'#10'"R '#9'c #969696",'#10'"S '#9'c #626262",'#10'"T '#9'c #D2D2D2",'
+#10'"U '#9'c #F8F8F8",'#10'"V '#9'c #7F7F7F",'#10'"W '#9'c #5D5D5D",'#10'"X '
+#9'c #9F9F9F",'#10'"Y '#9'c #555555",'#10'"Z '#9'c #7B7B7B",'#10'"` '#9'c #5'
+'C5C5C",'#10'" .'#9'c #7C7C7C",'#10'"..'#9'c #8E8E8E",'#10'"+.'#9'c #909090"'
+','#10'"@.'#9'c #FAFAFA",'#10'"#.'#9'c #B6B6B6",'#10'"$.'#9'c #787878",'#10
+'"%.'#9'c #5A5A5A",'#10'"&.'#9'c #9C9C9C",'#10'"*.'#9'c #DFDFDF",'#10'"=.'#9
+'c #FBFBFB",'#10'"-.'#9'c #AEAEAE",'#10'";.'#9'c #737373",'#10'">.'#9'c #565'
+'656",'#10'",.'#9'c #9A9A9A",'#10'"''.'#9'c #D5D5D5",'#10'").'#9'c #BBBBBB",'
+#10'"!.'#9'c #B7B7B7",'#10'"~.'#9'c #AAAAAA",'#10'"{.'#9'c #545454",'#10'"].'
+#9'c #959595",'#10'"^.'#9'c #777777",'#10'"/.'#9'c #484848",'#10'"(.'#9'c #4'
+'54545",'#10'"_.'#9'c #474747",'#10'":.'#9'c #4B4B4B",'#10'"<.'#9'c #4F4F4F"'
+','#10'"[.'#9'c #505050",'#10'"}.'#9'c #4C4C4C",'#10'"|.'#9'c #4E4E4E",'#10
+'"1.'#9'c #6C6C6C",'#10'"2.'#9'c #515151",'#10'"3.'#9'c #818181",'#10'"4.'#9
+'c #3E3E3E",'#10'"5.'#9'c #424242",'#10'"6.'#9'c #404040",'#10'"7.'#9'c #434'
+'343",'#10'"8.'#9'c #464646",'#10'"9.'#9'c #494949",'#10'"0.'#9'c #292929",'
+#10'"a.'#9'c #232323",'#10'"b.'#9'c #222222",'#10'"c.'#9'c #242424",'#10'" '
+' ",'#10'" '
+' ",'#10'" . + @ @ # $ % & * = - ; > , '' ",'
+#10'" '' ) ) ! ~ ~ ~ { ] ~ ^ / ( _ + ; : ",'#10'" < [ ) } | 1 _ '
+'2 / ~ 3 4 5 6 7 8 9 ",'#10'" 0 a b c d _ 2 / ~ 3 4 5 6 e f g h '
+' ",'#10'" i j j d k l m ~ ] 3 n } e j & o p ",'#10'" q 6 e _ '
+'l m ^ ] r 2 s 3 t u & v w ",'#10'" q 5 x l ( ^ { r ^ y o $ j b z A'
+' B ",'#10'" '' 5 x m ^ { r C D E , F } ) G H I ",'#10'" '
+''' C x ^ ~ 3 4 ! k 1 J K L a M N O ",'#10'" '' 4 x { 3 4 5 x P Q R'
+' S T U - V W ",'#10'" X ] 6 3 4 5 6 e Y k c W L [ ; Z ` ",'
+#10'" o ^ C 4 5 6 e t < ...+.@ @.#.$.%. ",'#10'" &.*.] ! 6 x t u'
+' b C b [ @.=.-.;.>. ",'#10'" ,.''.( 1 % ).n n !.> 8 y y ~.Z w {. '
+' ",'#10'" ].7 . ^./.(._.:.<.[.}._./.|.>.1.2. ",'#10'" 3.&.` 4.'
+'5.6.5.7.8./.(.7.7.(.9.Y }. ",'#10'" 0.a.a.b.b.b.b.b.b.b.b.b.b.c'
+'. ",'#10'" ",'#10'" '
+' ",'#10'" '
+' "};'#10#0#0#0
+#0#0#13'Lines.Strings'#1#6#14'DisplayPreview'#0#8'ReadOnly'#9#19'OnSpecialLi'
+'neColors'#7#19'OnSpecialLineColors'#6'Cursor'#7#7'crIBeam'#4'Left'#2#6#6'He'
+'ight'#3#165#0#3'Top'#3#26#1#5'Width'#3#201#1#0#0#0#5'TPage'#5'Page3'#7'Capt'
+'ion'#6#5'Page3'#11'ClientWidth'#3#213#1#12'ClientHeight'#3#209#1#6'Height'#3
+#209#1#5'Width'#3#213#1#0#6'TLabel'#19'KeyMappingHelpLabel'#5'Align'#7#5'alT'
+'op'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.R'
+'ight'#2#6#7'Caption'#6#19'KeyMappingHelpLabel'#5'Color'#7#6'clNone'#11'Pare'
+'ntColor'#8#4'Left'#2#6#6'Height'#2#12#3'Top'#2'D'#5'Width'#3#201#1#0#0#7'TB'
+'utton'#28'KeyMappingChooseSchemeButton'#5'Align'#7#5'alTop'#18'BorderSpacin'
+'g.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#25'Border'
+'Spacing.InnerBorder'#2#2#7'Caption'#6#28'KeyMappingChooseSchemeButton'#7'On'
+'Click'#7'!KeyMappingChooseSchemeButtonClick'#8'TabOrder'#2#0#4'Left'#2#6#6
+'Height'#2#25#3'Top'#2#6#5'Width'#3#201#1#0#0#7'TButton KeyMappingConsistenc'
+'yCheckButton'#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpaci'
+'ng.Top'#2#6#19'BorderSpacing.Right'#2#6#25'BorderSpacing.InnerBorder'#2#2#7
+'Caption'#6' KeyMappingConsistencyCheckButton'#7'OnClick'#7'%KeyMappingConsi'
+'stencyCheckButtonClick'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#25#3'Top'#2
+'%'#5'Width'#3#201#1#0#0#9'TTreeView'#18'KeyMappingTreeView'#5'Align'#7#8'al'
+'Client'#20'BorderSpacing.Around'#2#6#17'DefaultItemHeight'#2#23#6'Images'#7
+#9'ImageList'#8'ReadOnly'#9#9'RowSelect'#9#8'TabOrder'#2#2#9'OnMouseUp'#7#25
+'KeyMappingTreeViewMouseUp'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSe'
+'lection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#12'tvoRowSelect'#14'tvoS'
+'howButtons'#12'tvoShowLines'#11'tvoShowRoot'#17'tvoShowSeparators'#11'tvoTo'
+'olTips'#0#4'Left'#2#6#6'Height'#3'i'#1#3'Top'#2'V'#5'Width'#3#201#1#0#0#0#5
+'TPage'#5'Page4'#7'Caption'#6#5'Page4'#11'ClientWidth'#3#213#1#12'ClientHeig'
+'ht'#3#209#1#6'Height'#3#209#1#5'Width'#3#213#1#0#6'TLabel'#13'LanguageLabel'
+#7'Caption'#6#13'LanguageLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Lef'
+'t'#3#214#0#6'Height'#2#14#3'Top'#2#12#5'Width'#2'I'#0#0#6'TLabel'#16'ColorS'
+'chemeLabel'#7'Caption'#6#16'ColorSchemeLabel'#5'Color'#7#6'clNone'#11'Paren'
+'tColor'#8#4'Left'#3#214#0#6'Height'#2#14#3'Top'#2'$'#5'Width'#2'X'#0#0#6'TL'
+'abel'#19'FileExtensionsLabel'#7'Caption'#6#19'FileExtensionsLabel'#5'Color'
+#7#6'clNone'#11'ParentColor'#8#4'Left'#3#214#0#6'Height'#2#14#3'Top'#2'<'#5
+'Width'#2'^'#0#0#6'TLabel'#17'ColorElementLabel'#7'Caption'#6#17'ColorElemen'
+'tLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#4#6'Height'#2#14#3
+'Top'#2'Z'#5'Width'#2'Y'#0#0#9'TComboBox'#16'LanguageComboBox'#9'MaxLength'#2
+#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKey'
+'Down'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'LanguageComboBox'
+#4'Left'#2#3#6'Height'#2#21#3'Top'#2#10#5'Width'#3#200#0#0#0#9'TComboBox'#19
+'ColorSchemeComboBox'#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6
+'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrde'
+'r'#2#1#4'Text'#6#19'ColorSchemeComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2
+'"'#5'Width'#3#200#0#0#0#9'TComboBox'#22'FileExtensionsComboBox'#13'Items.St'
+'rings'#1#6#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6#18'pp;pas;inc;lpr;lrs'#6#10'pp;'
+'pas;inc'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7
+#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#4'L'
+'eft'#2#3#6'Height'#2#21#3'Top'#2':'#5'Width'#3#200#0#0#0#8'TSynEdit'#12'Col'
+'orPreview'#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#4#7'Anchors'#11
+#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9'Font.Na'
+'me'#6#7'courier'#6'Height'#2'f'#4'Name'#6#12'ColorPreview'#11'ParentColor'#8
+#8'TabOrder'#2#3#5'Width'#3#205#1#11'OnMouseDown'#7#19'ColorPreviewMouseUp'
+#23'Gutter.CodeFoldingWidth'#2#14#10'Keystrokes'#14#1#7'Command'#2#3#8'Short'
+'Cut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'Sh'
+'ortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'Sho'
,'rtCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8
+'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'S'
+'hortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'S'
+'hortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8
+'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10
+#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8
+'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8
+'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8
+'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8
+'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8
+'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8
+'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8
+'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0
+#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3
+'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Comman'
+'d'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Co'
+'mmand'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'
+#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'Short'
+'Cut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3
+#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Comm'
+'and'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7
+'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'
+#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3
+'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortC'
+'ut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8
+'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'
+#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3
+'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Comman'
+'d'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'C'
+'ommand'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1
+#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'
+#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3
+'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCu'
+'t'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'Sh'
+'ortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1
+#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3
+'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Comma'
+'nd'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7
+'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1
+#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ColorPrev'
+'iew'#0#8'ReadOnly'#9#19'OnSpecialLineColors'#7#19'OnSpecialLineColors'#6'Cu'
+'rsor'#7#7'crIBeam'#4'Left'#2#4#6'Height'#2'f'#3'Top'#3'g'#1#5'Width'#3#205#1
+#0#0#8'TListBox'#19'ColorElementListBox'#17'OnSelectionChange'#7'"ColorEleme'
+'ntListBoxSelectionChange'#8'TabOrder'#2#4#4'Left'#2#3#6'Height'#3#242#0#3'T'
+'op'#2'l'#5'Width'#3#200#0#0#0#7'TButton'#27'SetAttributeToDefaultButton'#7
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2
+#2#7'Caption'#6#27'SetAttributeToDefaultButton'#7'OnClick'#7' SetAttributeTo'
+'DefaultButtonClick'#8'TabOrder'#2#5#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2
+'Z'#5'Width'#3#251#0#0#0#7'TButton'#31'SetAllAttributesToDefaultButton'#7'An'
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#2
+#7'Caption'#6#31'SetAllAttributesToDefaultButton'#7'OnClick'#7'$SetAllAttrib'
+'utesToDefaultButtonClick'#8'TabOrder'#2#6#4'Left'#3#212#0#6'Height'#2#25#3
+'Top'#2'z'#5'Width'#3#251#0#0#0#9'TGroupBox'#22'TextAttributesGroupBox'#7'An'
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#10'Attributes'#12'Cl'
+'ientHeight'#3#178#0#11'ClientWidth'#3#247#0#8'TabOrder'#2#7#4'Left'#3#212#0
+#6'Height'#3#196#0#3'Top'#3#154#0#5'Width'#3#251#0#0#6'TLabel'#15'ForeGround'
+'Label'#7'Caption'#6#15'ForeGroundLabel'#5'Color'#7#6'clNone'#11'ParentColor'
+#8#4'Left'#2#8#6'Height'#2#14#5'Width'#2'S'#0#0#12'TColorButton'#21'Foregrou'
+'ndColorButton'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2#14'OnColorChan'
+'ged'#7#23'ColorButtonColorChanged'#21'AnchorSideTop.Control'#7#15'ForeGroun'
+'dLabel'#4'Left'#2#8#6'Height'#2#21#3'Top'#2#16#5'Width'#2'K'#0#0#12'TColorB'
+'utton'#21'BackGroundColorButton'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2
+#2#14'OnColorChanged'#7#23'ColorButtonColorChanged'#21'AnchorSideTop.Control'
+#7#15'BackGroundLabel'#4'Left'#2#8#6'Height'#2#21#3'Top'#2':'#5'Width'#2'K'#0
,#0#6'TLabel'#15'BackGroundLabel'#17'BorderSpacing.Top'#2#28#7'Caption'#6#15
+'BackGroundLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#21'AnchorSideTop.Co'
+'ntrol'#7#15'ForeGroundLabel'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'*'#5'Width'
+#2'S'#0#0#9'TCheckBox'#28'ForeGroundUseDefaultCheckBox'#7'Anchors'#11#5'akTo'
+'p'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#28'ForeGro'
+'undUseDefaultCheckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2
+#0#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#4'Left'#2'^'#6'Height'#2
+#13#3'Top'#2#16#5'Width'#3#140#0#0#0#9'TCheckBox'#28'BackGroundUseDefaultChe'
+'ckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'
+#2#2#7'Caption'#6#28'BackGroundUseDefaultCheckBox'#7'OnClick'#7#22'GeneralCh'
+'eckBoxOnClick'#8'TabOrder'#2#1#21'AnchorSideTop.Control'#7#15'BackGroundLab'
+'el'#4'Left'#2'^'#6'Height'#2#13#3'Top'#2'8'#5'Width'#3#140#0#0#0#9'TCheckBo'
+'x'#16'TextBoldCheckBox'#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#16'TextBoldCheckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8
+'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#13#3'Top'#2'y'#5'Width'#3#235#0#0#0#9
+'TCheckBox'#18'TextItalicCheckBox'#5'Align'#7#8'alBottom'#20'BorderSpacing.A'
+'round'#2#6#7'Caption'#6#18'TextItalicCheckBox'#7'OnClick'#7#22'GeneralCheck'
+'BoxOnClick'#8'TabOrder'#2#3#4'Left'#2#6#6'Height'#2#13#3'Top'#3#140#0#5'Wid'
+'th'#3#235#0#0#0#9'TCheckBox'#21'TextUnderlineCheckBox'#5'Align'#7#8'alBotto'
+'m'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'TextUnderlineCheckBox'#7'On'
+'Click'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#4#4'Left'#2#6#6'Height'#2
+#13#3'Top'#3#159#0#5'Width'#3#235#0#0#0#0#0#5'TPage'#5'Page5'#7'Caption'#6#5
+'Page5'#11'ClientWidth'#3#213#1#12'ClientHeight'#3#209#1#6'Height'#3#209#1#5
+'Width'#3#213#1#0#9'TGroupBox'#25'AutomaticFeaturesGroupBox'#5'Align'#7#8'al'
+'Client'#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'AutomaticFeaturesGroup'
+'Box'#12'ClientHeight'#3#185#1#11'ClientWidth'#3#201#1#8'TabOrder'#2#0#4'Lef'
+'t'#2#6#6'Height'#3#185#1#3'Top'#2#6#5'Width'#3#201#1#0#6'TLabel'#14'AutoDel'
+'ayLabel'#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#24#20'BorderSpacing.Ar'
+'ound'#2#6#7'Caption'#6#14'AutoDelayLabel'#5'Color'#7#6'clNone'#11'ParentCol'
+'or'#8#4'Left'#2#6#6'Height'#2#12#3'Top'#3#150#0#5'Width'#3#185#1#0#0#6'TLab'
+'el'#17'AutoDelayMinLabel'#7'Caption'#6#17'AutoDelayMinLabel'#5'Color'#7#6'c'
+'lNone'#11'ParentColor'#8#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#4
+'Left'#2#6#6'Height'#2#12#3'Top'#3#191#0#5'Width'#2'o'#0#0#6'TLabel'#17'Auto'
+'DelayMaxLabel'#9'Alignment'#7#14'taRightJustify'#7'Anchors'#11#5'akTop'#7'a'
+'kRight'#0#7'Caption'#6#17'AutoDelayMaxLabel'#5'Color'#7#6'clNone'#11'Parent'
+'Color'#8#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#4'Left'#3'I'#1#6
+'Height'#2#12#3'Top'#3#191#0#5'Width'#2'r'#0#0#9'TCheckBox AutoIdentifierCom'
+'pletionCheckBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'
+#6' AutoIdentifierCompletionCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2
+#24#3'Top'#2#6#5'Width'#3#185#1#0#0#9'TCheckBox'#26'AutoCodeParametersCheckB'
+'ox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'AutoCo'
+'deParametersCheckBox'#7'Enabled'#8#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2
+#24#3'Top'#2'B'#5'Width'#3#185#1#0#0#9'TCheckBox'#27'AutoToolTipExprEvalChec'
+'kBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'Auto'
+'ToolTipExprEvalCheckBox'#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#24#3'Top'#2
+'`'#5'Width'#3#185#1#0#0#9'TCheckBox'#28'AutoToolTipSymbToolsCheckBox'#5'Ali'
+'gn'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'AutoToolTipSymb'
+'ToolsCheckBox'#7'Enabled'#8#8'TabOrder'#2#3#4'Left'#2#6#6'Height'#2#24#3'To'
+'p'#2'$'#5'Width'#3#185#1#0#0#9'TTrackBar'#17'AutoDelayTrackBar'#5'Align'#7#5
+'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacin'
+'g.Right'#2#6#3'Max'#2#6#3'Min'#2#2#8'Position'#2#2#8'ScalePos'#7#5'trTop'#8
+'TabOrder'#2#4#3'Max'#2#6#3'Min'#2#2#8'Position'#2#2#8'ScalePos'#7#5'trTop'#4
+'Left'#2#6#6'Height'#2#23#3'Top'#3#168#0#5'Width'#3#185#1#0#0#0#0#0#7'TButto'
+'n'#12'CancelButton'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing'
+'.InnerBorder'#2#2#7'Caption'#6#12'CancelButton'#7'OnClick'#7#17'CancelButto'
+'nClick'#8'TabOrder'#2#1#4'Left'#3#136#1#6'Height'#2#25#3'Top'#3#239#1#5'Wid'
+'th'#2'K'#0#0#7'TButton'#8'OkButton'#7'Anchors'#11#7'akRight'#8'akBottom'#0
+#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#8'OkButton'#7'OnClick'#7#13
+'OkButtonClick'#8'TabOrder'#2#2#4'Left'#3'8'#1#6'Height'#2#25#3'Top'#3#239#1
+#5'Width'#2'K'#0#0#10'TImageList'#9'ImageList'#6'Height'#2#21#5'Width'#2#21#4
+'left'#3#208#1#3'top'#2#16#6'Bitmap'#10'"'#29#0#0'li'#2#0#0#0#21#0#0#0#21#0#0
+#0'N'#16#0#0'/* XPM */'#10'static char * keymapcategory_xpm[] = {'#10'"22 22'
+' 191 2",'#10'" '#9'c None",'#10'". '#9'c #4B4E48",'#10'"+ '#9'c #8D918B",'
+#10'"@ '#9'c #AAAEA8",'#10'"# '#9'c #C3C7C2",'#10'"$ '#9'c #D2D6D1",'#10'"% '
,#9'c #A1A4A1",'#10'"& '#9'c #80857A",'#10'"* '#9'c #B5BAB0",'#10'"= '#9'c #9'
+'0938D",'#10'"- '#9'c #9A9C99",'#10'"; '#9'c #939493",'#10'"> '#9'c #BCC0BC"'
+','#10'", '#9'c #E6EAE5",'#10'"'' '#9'c #B0B2AE",'#10'") '#9'c #4E4E4B",'#10
+'"! '#9'c #ADB1AA",'#10'"~ '#9'c #ADB1A8",'#10'"{ '#9'c #C0C4BD",'#10'"] '#9
+'c #8D908C",'#10'"^ '#9'c #8B8D8B",'#10'"/ '#9'c #979A97",'#10'"( '#9'c #E4E'
+'7E4",'#10'"_ '#9'c #959792",'#10'": '#9'c #464942",'#10'"< '#9'c #3E403A",'
+#10'"[ '#9'c #787A78",'#10'"} '#9'c #E7E9E7",'#10'"| '#9'c #D1D2D0",'#10'"1 '
+#9'c #ADB0AC",'#10'"2 '#9'c #B6B8B4",'#10'"3 '#9'c #BABDB9",'#10'"4 '#9'c #C'
+'FD3CF",'#10'"5 '#9'c #7E807C",'#10'"6 '#9'c #52564D",'#10'"7 '#9'c #4C4F47"'
+','#10'"8 '#9'c #3B3D36",'#10'"9 '#9'c #4E504A",'#10'"0 '#9'c #979B95",'#10
+'"a '#9'c #A8ACA5",'#10'"b '#9'c #CBCFCB",'#10'"c '#9'c #C0C5C1",'#10'"d '#9
+'c #A7AAA7",'#10'"e '#9'c #BBBCBB",'#10'"f '#9'c #F0F2F0",'#10'"g '#9'c #EEF'
+'0EF",'#10'"h '#9'c #E3E5E3",'#10'"i '#9'c #CACDCA",'#10'"j '#9'c #BDC0BD",'
+#10'"k '#9'c #949893",'#10'"l '#9'c #71756B",'#10'"m '#9'c #606359",'#10'"n '
+#9'c #4B4E46",'#10'"o '#9'c #7D8178",'#10'"p '#9'c #B5B9B0",'#10'"q '#9'c #9'
+'59894",'#10'"r '#9'c #A9AAA8",'#10'"s '#9'c #D3D5D3",'#10'"t '#9'c #CCD0CC"'
+','#10'"u '#9'c #E6EAE6",'#10'"v '#9'c #A0A49E",'#10'"w '#9'c #414440",'#10
+'"x '#9'c #DADCDA",'#10'"y '#9'c #BCBEBB",'#10'"z '#9'c #A3A6A2",'#10'"A '#9
+'c #B6BBB4",'#10'"B '#9'c #B4B8B3",'#10'"C '#9'c #8D918C",'#10'"D '#9'c #6C7'
+'266",'#10'"E '#9'c #5F635B",'#10'"F '#9'c #9EA39B",'#10'"G '#9'c #ABB0A7",'
+#10'"H '#9'c #CACDC6",'#10'"I '#9'c #8F908E",'#10'"J '#9'c #9B9C9A",'#10'"K '
+#9'c #9D9F9D",'#10'"L '#9'c #DADDDA",'#10'"M '#9'c #8C8F8A",'#10'"N '#9'c #4'
+'A4D46",'#10'"O '#9'c #3C3F38",'#10'"P '#9'c #5E615C",'#10'"Q '#9'c #999E95"'
+','#10'"R '#9'c #767974",'#10'"S '#9'c #6B6D6B",'#10'"T '#9'c #E4E8E4",'#10
+'"U '#9'c #DEE2DE",'#10'"V '#9'c #B0B4AF",'#10'"W '#9'c #737671",'#10'"X '#9
+'c #EAEDEA",'#10'"Y '#9'c #D1D3D0",'#10'"Z '#9'c #A8ABA5",'#10'"` '#9'c #A8A'
+'CA7",'#10'" .'#9'c #D4D9D3",'#10'"..'#9'c #D9DDD8",'#10'"+.'#9'c #717470",'
+#10'"@.'#9'c #545850",'#10'"#.'#9'c #4C4F48",'#10'"$.'#9'c #43463D",'#10'"%.'
+#9'c #91978C",'#10'"&.'#9'c #B0B7AA",'#10'"*.'#9'c #8E928C",'#10'"=.'#9'c #D'
+'1D5D0",'#10'"-.'#9'c #777976",'#10'";.'#9'c #7C7F7C",'#10'">.'#9'c #B9BCB9"'
+','#10'",.'#9'c #BDBFBD",'#10'"''.'#9'c #4B4C47",'#10'").'#9'c #656764",'#10
+'"!.'#9'c #F3F5F3",'#10'"~.'#9'c #EBECEB",'#10'"{.'#9'c #E5E7E5",'#10'"].'#9
+'c #ADB0AD",'#10'"^.'#9'c #858883",'#10'"/.'#9'c #74786E",'#10'"(.'#9'c #606'
+'45B",'#10'"_.'#9'c #4E5349",'#10'":.'#9'c #42463D",'#10'"<.'#9'c #7A7D7A",'
+#10'"[.'#9'c #D3D6D2",'#10'"}.'#9'c #AEB2AB",'#10'"|.'#9'c #B3B8B0",'#10'"1.'
+#9'c #D0D3CE",'#10'"2.'#9'c #B8BCB8",'#10'"3.'#9'c #E1E5E1",'#10'"4.'#9'c #A'
+'0A49F",'#10'"5.'#9'c #4E514B",'#10'"6.'#9'c #4D5149",'#10'"7.'#9'c #E4E6E4"'
+','#10'"8.'#9'c #E7E8E7",'#10'"9.'#9'c #E2E5E2",'#10'"0.'#9'c #DEE3DE",'#10
+'"a.'#9'c #DDE2DD",'#10'"b.'#9'c #A6ABA4",'#10'"c.'#9'c #757A70",'#10'"d.'#9
+'c #64685E",'#10'"e.'#9'c #52574C",'#10'"f.'#9'c #4A4D45",'#10'"g.'#9'c #B3B'
+'7B3",'#10'"h.'#9'c #EFF2EF",'#10'"i.'#9'c #F1F2F1",'#10'"j.'#9'c #D4D7D4",'
+#10'"k.'#9'c #BBBEBB",'#10'"l.'#9'c #AEB1AD",'#10'"m.'#9'c #939791",'#10'"n.'
+#9'c #64685F",'#10'"o.'#9'c #5C6157",'#10'"p.'#9'c #4B4F46",'#10'"q.'#9'c #4'
+'74B41",'#10'"r.'#9'c #BBBDBA",'#10'"s.'#9'c #DCE1DC",'#10'"t.'#9'c #A6ABA3"'
+','#10'"u.'#9'c #757A6F",'#10'"v.'#9'c #666B61",'#10'"w.'#9'c #4A4E45",'#10
+'"x.'#9'c #DCDFDC",'#10'"y.'#9'c #EFF0EF",'#10'"z.'#9'c #E9E9E9",'#10'"A.'#9
+'c #E2E7E2",'#10'"B.'#9'c #D7DCD7",'#10'"C.'#9'c #75796F",'#10'"D.'#9'c #616'
+'55B",'#10'"E.'#9'c #4F5449",'#10'"F.'#9'c #464B41",'#10'"G.'#9'c #949794",'
+#10'"H.'#9'c #D5D9D5",'#10'"I.'#9'c #DFE4DF",'#10'"J.'#9'c #DDE1DC",'#10'"K.'
+#9'c #A1A79C",'#10'"L.'#9'c #74796E",'#10'"M.'#9'c #50544C",'#10'"N.'#9'c #E'
+'BEEEB",'#10'"O.'#9'c #DFE3DF",'#10'"P.'#9'c #DADEDA",'#10'"Q.'#9'c #A0A49D"'
+','#10'"R.'#9'c #63675E",'#10'"S.'#9'c #4D5248",'#10'"T.'#9'c #8D908D",'#10
+'"U.'#9'c #7C8079",'#10'"V.'#9'c #3E413B",'#10'"W.'#9'c #6D6F6D",'#10'"X.'#9
+'c #D2D6D2",'#10'"Y.'#9'c #DBE0DA",'#10'"Z.'#9'c #9EA499",'#10'"`.'#9'c #747'
+'A6E",'#10'" +'#9'c #5F645B",'#10'".+'#9'c #8B8E8B",'#10'"++'#9'c #D0D3D0",'
+#10'"@+'#9'c #D6D9D5",'#10'"#+'#9'c #92978D",'#10'"$+'#9'c #5A5E54",'#10'"%+'
+#9'c #626261",'#10'" ",'#10'" '
+' ",'#10'" '
+' ",'#10'" ",'#10
+'" . + @ # $ % ",'#10'" & * = - ; > '
+', '' ) ",'#10'" ! ~ { ] ^ / ( _ : < '
+'",'#10'" [ } | 1 2 3 4 5 6 7 8 9 0 a b c d ",'#10'" e f g h i'
+' j k l m n o p q r s t u v w ",'#10'" x y z A B d C D E F G H I J K L '
+'M N O ",'#10'" P Q R S T L U V W X Y Z ` ...+.@.#.$.",'#10'" %.&.*'
,'.=.-.;.>.,.''.).!.~.X {.].^./.(._.:.",'#10'" <.[.}.|.1.2.3.4.5.6.#.7.8.9.0'
+'.a.b.c.d.e.f.",'#10'" g.h.i.j.k.l.m.n.o.p.q.r.( U s.s.t.u.v.w. ",'#10'" '
+'x.y.z.9.A.B.F C.D.E.F. G.H.I.J.K.L.M. ",'#10'" ,.N.{.O.s.P.Q./.R.S. '
+' T.].U.V. ",'#10'" W.X.a.s.Y.Z.`. + ",'
+#10'" .+++@+#+$+ ",'#10'" %+ '
+' ",'#10'" '
+' ",'#10'" ",'#10'" '
+' "};'#10#190#12#0#0'/* XPM */'#10'static char'
+' * keymaprelation_xpm[] = {'#10'"22 22 134 2",'#10'" '#9'c None",'#10'". '
+#9'c #C0C0C0",'#10'"+ '#9'c #CCCCCC",'#10'"@ '#9'c #CACACA",'#10'"# '#9'c #C'
+'9C9C9",'#10'"$ '#9'c #C8C8C8",'#10'"% '#9'c #C7C7C7",'#10'"& '#9'c #C6C6C6"'
+','#10'"* '#9'c #C5C5C5",'#10'"= '#9'c #C1C1C1",'#10'"- '#9'c #BABABA",'#10
+'"; '#9'c #B8B8B8",'#10'"> '#9'c #B4B4B4",'#10'", '#9'c #ADADAD",'#10'"'' '#9
+'c #A0A0A0",'#10'") '#9'c #F6F6F6",'#10'"! '#9'c #EEEEEE",'#10'"~ '#9'c #E6E'
+'6E6",'#10'"{ '#9'c #E7E7E7",'#10'"] '#9'c #E8E8E8",'#10'"^ '#9'c #E5E5E5",'
+#10'"/ '#9'c #E4E4E4",'#10'"( '#9'c #E2E2E2",'#10'"_ '#9'c #DEDEDE",'#10'": '
+#9'c #797979",'#10'"< '#9'c #A5A5A5",'#10'"[ '#9'c #F9F9F9",'#10'"} '#9'c #D'
+'9D9D9",'#10'"| '#9'c #D7D7D7",'#10'"1 '#9'c #DBDBDB",'#10'"2 '#9'c #E1E1E1"'
+','#10'"3 '#9'c #E9E9E9",'#10'"4 '#9'c #EBEBEB",'#10'"5 '#9'c #EDEDED",'#10
+'"6 '#9'c #EFEFEF",'#10'"7 '#9'c #CDCDCD",'#10'"8 '#9'c #B2B2B2",'#10'"9 '#9
+'c #747474",'#10'"0 '#9'c #A4A4A4",'#10'"a '#9'c #F7F7F7",'#10'"b '#9'c #F5F'
+'5F5",'#10'"c '#9'c #D8D8D8",'#10'"d '#9'c #DADADA",'#10'"e '#9'c #F1F1F1",'
+#10'"f '#9'c #CBCBCB",'#10'"g '#9'c #A8A8A8",'#10'"h '#9'c #6F6F6F",'#10'"i '
+#9'c #A2A2A2",'#10'"j '#9'c #F3F3F3",'#10'"k '#9'c #DDDDDD",'#10'"l '#9'c #E'
+'0E0E0",'#10'"m '#9'c #E3E3E3",'#10'"n '#9'c #B9B9B9",'#10'"o '#9'c #9E9E9E"'
+','#10'"p '#9'c #6D6D6D",'#10'"q '#9'c #A1A1A1",'#10'"r '#9'c #EAEAEA",'#10
+'"s '#9'c #8D8D8D",'#10'"t '#9'c #F2F2F2",'#10'"u '#9'c #F4F4F4",'#10'"v '#9
+'c #9D9D9D",'#10'"w '#9'c #6B6B6B",'#10'"x '#9'c #F0F0F0",'#10'"y '#9'c #B1B'
+'1B1",'#10'"z '#9'c #C3C3C3",'#10'"A '#9'c #949494",'#10'"B '#9'c #696969",'
+#10'"C '#9'c #ECECEC",'#10'"D '#9'c #939393",'#10'"E '#9'c #898989",'#10'"F '
+#9'c #636363",'#10'"G '#9'c #BFBFBF",'#10'"H '#9'c #8B8B8B",'#10'"I '#9'c #6'
+'56565",'#10'"J '#9'c #C4C4C4",'#10'"K '#9'c #616161",'#10'"L '#9'c #D1D1D1"'
+','#10'"M '#9'c #BCBCBC",'#10'"N '#9'c #848484",'#10'"O '#9'c #606060",'#10
+'"P '#9'c #979797",'#10'"Q '#9'c #6E6E6E",'#10'"R '#9'c #969696",'#10'"S '#9
+'c #626262",'#10'"T '#9'c #D2D2D2",'#10'"U '#9'c #F8F8F8",'#10'"V '#9'c #7F7'
+'F7F",'#10'"W '#9'c #5D5D5D",'#10'"X '#9'c #9F9F9F",'#10'"Y '#9'c #555555",'
+#10'"Z '#9'c #7B7B7B",'#10'"` '#9'c #5C5C5C",'#10'" .'#9'c #7C7C7C",'#10'"..'
+#9'c #8E8E8E",'#10'"+.'#9'c #909090",'#10'"@.'#9'c #FAFAFA",'#10'"#.'#9'c #B'
+'6B6B6",'#10'"$.'#9'c #787878",'#10'"%.'#9'c #5A5A5A",'#10'"&.'#9'c #9C9C9C"'
+','#10'"*.'#9'c #DFDFDF",'#10'"=.'#9'c #FBFBFB",'#10'"-.'#9'c #AEAEAE",'#10
+'";.'#9'c #737373",'#10'">.'#9'c #565656",'#10'",.'#9'c #9A9A9A",'#10'"''.'#9
+'c #D5D5D5",'#10'").'#9'c #BBBBBB",'#10'"!.'#9'c #B7B7B7",'#10'"~.'#9'c #AAA'
+'AAA",'#10'"{.'#9'c #545454",'#10'"].'#9'c #959595",'#10'"^.'#9'c #777777",'
+#10'"/.'#9'c #484848",'#10'"(.'#9'c #454545",'#10'"_.'#9'c #474747",'#10'":.'
+#9'c #4B4B4B",'#10'"<.'#9'c #4F4F4F",'#10'"[.'#9'c #505050",'#10'"}.'#9'c #4'
+'C4C4C",'#10'"|.'#9'c #4E4E4E",'#10'"1.'#9'c #6C6C6C",'#10'"2.'#9'c #515151"'
+','#10'"3.'#9'c #818181",'#10'"4.'#9'c #3E3E3E",'#10'"5.'#9'c #424242",'#10
+'"6.'#9'c #404040",'#10'"7.'#9'c #434343",'#10'"8.'#9'c #464646",'#10'"9.'#9
+'c #494949",'#10'"0.'#9'c #292929",'#10'"a.'#9'c #232323",'#10'"b.'#9'c #222'
+'222",'#10'"c.'#9'c #242424",'#10'" '
+' ",'#10'" ",'#10'" . + @ '
+'@ # $ % & * = - ; > , '' ",'#10'" '' ) ) ! ~ ~ ~ { ] ~ ^ / ( _ +'
+' ; : ",'#10'" < [ ) } | 1 _ 2 / ~ 3 4 5 6 7 8 9 ",'#10'" '
+'0 a b c d _ 2 / ~ 3 4 5 6 e f g h ",'#10'" i j j d k l m ~ ] 3 n }'
+' e j & o p ",'#10'" q 6 e _ l m ^ ] r 2 s 3 t u & v w ",'#10
+'" q 5 x l ( ^ { r ^ y o $ j b z A B ",'#10'" '' 5 x m ^ { r C D'
+' E , F } ) G H I ",'#10'" '' C x ^ ~ 3 4 ! k 1 J K L a M N O '
+' ",'#10'" '' 4 x { 3 4 5 x P Q R S T U - V W ",'#10'" X ] 6 3 4'
+' 5 6 e Y k c W L [ ; Z ` ",'#10'" o ^ C 4 5 6 e t < ...+.@ @.#.$.'
+'%. ",'#10'" &.*.] ! 6 x t u b C b [ @.=.-.;.>. ",'#10'" ,.'
+'''.( 1 % ).n n !.> 8 y y ~.Z w {. ",'#10'" ].7 . ^./.(._.:.<.[.}._.'
+'/.|.>.1.2. ",'#10'" 3.&.` 4.5.6.5.7.8./.(.7.7.(.9.Y }. ",'#10
+'" 0.a.a.b.b.b.b.b.b.b.b.b.b.c. ",'#10'" '
+' ",'#10'" "'
,','#10'" "};'#10#0#0#0
]);