IDE: editor options: using OnChange event for checkboxes - but it would be better to fix the OnClick event for TRadioButtons on all widgetsets

git-svn-id: trunk@11286 -
This commit is contained in:
mattias 2007-06-05 16:38:49 +00:00
parent c215b058f7
commit 6b2ec19d9c
6 changed files with 560 additions and 538 deletions

View File

@ -749,7 +749,6 @@ var
CurStr: String; CurStr: String;
TxtH: Integer; TxtH: Integer;
CurRect: TRect; CurRect: TRect;
ImgIndex: Integer;
mm: TMakeMode; mm: TMakeMode;
begin begin
if (Index<0) or (Index>=Options.Count) then exit; if (Index<0) or (Index>=Options.Count) then exit;

View File

@ -1,12 +1,14 @@
object EditorOptionsForm: TEditorOptionsForm object EditorOptionsForm: TEditorOptionsForm
Left = 469 Left = 446
Height = 531 Height = 531
Top = 143 Top = 148
Width = 481 Width = 481
HorzScrollBar.Page = 480 HorzScrollBar.Page = 480
VertScrollBar.Page = 530 VertScrollBar.Page = 530
ActiveControl = LanguageComboBox ActiveControl = ColorPreview
Caption = 'EditorOptionsForm' Caption = 'EditorOptionsForm'
ClientHeight = 531
ClientWidth = 481
Position = poScreenCenter Position = poScreenCenter
object MainNotebook: TNotebook object MainNotebook: TNotebook
Height = 491 Height = 491
@ -14,8 +16,11 @@ object EditorOptionsForm: TEditorOptionsForm
Align = alTop Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
PageIndex = 3 PageIndex = 3
TabOrder = 0
object GeneralPage: TPage object GeneralPage: TPage
Caption = 'GeneralPage' Caption = 'GeneralPage'
ClientWidth = 477
ClientHeight = 460
object BlockIndentLabel: TLabel object BlockIndentLabel: TLabel
Left = 114 Left = 114
Height = 18 Height = 18
@ -66,7 +71,7 @@ object EditorOptionsForm: TEditorOptionsForm
ChildSizing.ControlsPerLine = 1 ChildSizing.ControlsPerLine = 1
ColumnLayout = clVerticalThenHorizontal ColumnLayout = clVerticalThenHorizontal
Columns = 2 Columns = 2
OnItemClick = GeneralCheckBoxOnClick OnItemClick = GeneralCheckBoxOnChange
TabOrder = 0 TabOrder = 0
end end
object BlockIndentComboBox: TComboBox object BlockIndentComboBox: TComboBox
@ -128,6 +133,8 @@ object EditorOptionsForm: TEditorOptionsForm
end end
object DisplayPage: TPage object DisplayPage: TPage
Caption = 'DisplayPage' Caption = 'DisplayPage'
ClientWidth = 477
ClientHeight = 460
object MarginAndGutterGroupBox: TGroupBox object MarginAndGutterGroupBox: TGroupBox
Left = 6 Left = 6
Height = 128 Height = 128
@ -136,6 +143,8 @@ object EditorOptionsForm: TEditorOptionsForm
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'MarginAndGutterGroupBox' Caption = 'MarginAndGutterGroupBox'
ClientHeight = 109
ClientWidth = 461
TabOrder = 0 TabOrder = 0
object RightMarginLabel: TLabel object RightMarginLabel: TLabel
Left = 358 Left = 358
@ -199,7 +208,7 @@ object EditorOptionsForm: TEditorOptionsForm
Top = 8 Top = 8
Width = 198 Width = 198
Caption = 'VisibleRightMarginCheckBox' Caption = 'VisibleRightMarginCheckBox'
OnClick = GeneralCheckBoxOnClick OnChange = GeneralCheckBoxOnChange
TabOrder = 0 TabOrder = 0
end end
object VisibleGutterCheckBox: TCheckBox object VisibleGutterCheckBox: TCheckBox
@ -208,7 +217,7 @@ object EditorOptionsForm: TEditorOptionsForm
Top = 32 Top = 32
Width = 161 Width = 161
Caption = 'VisibleGutterCheckBox' Caption = 'VisibleGutterCheckBox'
OnClick = GeneralCheckBoxOnClick OnChange = GeneralCheckBoxOnChange
TabOrder = 1 TabOrder = 1
end end
object ShowLineNumbersCheckBox: TCheckBox object ShowLineNumbersCheckBox: TCheckBox
@ -217,7 +226,7 @@ object EditorOptionsForm: TEditorOptionsForm
Top = 56 Top = 56
Width = 198 Width = 198
Caption = 'ShowLineNumbersCheckBox' Caption = 'ShowLineNumbersCheckBox'
OnClick = GeneralCheckBoxOnClick OnChange = GeneralCheckBoxOnChange
TabOrder = 2 TabOrder = 2
end end
object RightMarginComboBox: TComboBox object RightMarginComboBox: TComboBox
@ -265,12 +274,14 @@ object EditorOptionsForm: TEditorOptionsForm
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'EditorFontGroupBox' Caption = 'EditorFontGroupBox'
ClientHeight = 117
ClientWidth = 461
TabOrder = 1 TabOrder = 1
object EditorFontLabel: TLabel object EditorFontLabel: TLabel
Left = 6 Left = 6
Height = 18 Height = 18
Top = 6 Top = 6
Width = 453 Width = 449
Align = alTop Align = alTop
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -369,7 +380,7 @@ object EditorOptionsForm: TEditorOptionsForm
end end
object DisplayPreview: TSynEdit object DisplayPreview: TSynEdit
Left = 6 Left = 6
Height = 169 Height = 172
Top = 282 Top = 282
Width = 465 Width = 465
Align = alBottom Align = alBottom
@ -710,6 +721,8 @@ object EditorOptionsForm: TEditorOptionsForm
end end
object KeymappingPage: TPage object KeymappingPage: TPage
Caption = 'KeymappingPage' Caption = 'KeymappingPage'
ClientWidth = 477
ClientHeight = 460
object KeyMappingHelpLabel: TLabel object KeyMappingHelpLabel: TLabel
Left = 6 Left = 6
Height = 18 Height = 18
@ -753,7 +766,7 @@ object EditorOptionsForm: TEditorOptionsForm
end end
object KeyMappingTreeView: TTreeView object KeyMappingTreeView: TTreeView
Left = 6 Left = 6
Height = 359 Height = 362
Top = 92 Top = 92
Width = 465 Width = 465
Align = alClient Align = alClient
@ -769,38 +782,40 @@ object EditorOptionsForm: TEditorOptionsForm
end end
object ColorPage: TPage object ColorPage: TPage
Caption = 'ColorPage' Caption = 'ColorPage'
ClientWidth = 477
ClientHeight = 460
object LanguageLabel: TLabel object LanguageLabel: TLabel
Left = 214 Left = 214
Height = 17 Height = 21
Top = 12 Top = 12
Width = 112 Width = 88
Caption = 'LanguageLabel' Caption = 'LanguageLabel'
Color = clNone Color = clNone
ParentColor = False ParentColor = False
end end
object ColorSchemeLabel: TLabel object ColorSchemeLabel: TLabel
Left = 214 Left = 214
Height = 17 Height = 21
Top = 36 Top = 36
Width = 138 Width = 111
Caption = 'ColorSchemeLabel' Caption = 'ColorSchemeLabel'
Color = clNone Color = clNone
ParentColor = False ParentColor = False
end end
object FileExtensionsLabel: TLabel object FileExtensionsLabel: TLabel
Left = 214 Left = 214
Height = 17 Height = 21
Top = 60 Top = 60
Width = 144 Width = 118
Caption = 'FileExtensionsLabel' Caption = 'FileExtensionsLabel'
Color = clNone Color = clNone
ParentColor = False ParentColor = False
end end
object ColorElementLabel: TLabel object ColorElementLabel: TLabel
Left = 4 Left = 4
Height = 17 Height = 21
Top = 90 Top = 90
Width = 138 Width = 111
Caption = 'ColorElementLabel' Caption = 'ColorElementLabel'
Color = clNone Color = clNone
ParentColor = False ParentColor = False
@ -850,7 +865,7 @@ object EditorOptionsForm: TEditorOptionsForm
end end
object ColorPreview: TSynEdit object ColorPreview: TSynEdit
Left = 4 Left = 4
Height = 94 Height = 97
Top = 359 Top = 359
Width = 469 Width = 469
Align = alBottom Align = alBottom
@ -1227,11 +1242,13 @@ object EditorOptionsForm: TEditorOptionsForm
Width = 263 Width = 263
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
Caption = 'Attributes' Caption = 'Attributes'
ClientHeight = 177
ClientWidth = 259
TabOrder = 7 TabOrder = 7
object ForeGroundLabel: TLabel object ForeGroundLabel: TLabel
Left = 8 Left = 8
Height = 17 Height = 21
Width = 127 Width = 100
Caption = 'ForeGroundLabel' Caption = 'ForeGroundLabel'
Color = clNone Color = clNone
ParentColor = False ParentColor = False
@ -1241,7 +1258,7 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 8 Left = 8
Height = 21 Height = 21
Top = 19 Top = 23
Width = 75 Width = 75
BorderSpacing.Top = 2 BorderSpacing.Top = 2
BorderWidth = 2 BorderWidth = 2
@ -1254,7 +1271,7 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 8 Left = 8
Height = 21 Height = 21
Top = 64 Top = 72
Width = 75 Width = 75
BorderSpacing.Top = 2 BorderSpacing.Top = 2
BorderWidth = 2 BorderWidth = 2
@ -1266,9 +1283,9 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideTop.Control = ForeGroundLabel AnchorSideTop.Control = ForeGroundLabel
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 8 Left = 8
Height = 17 Height = 21
Top = 45 Top = 49
Width = 130 Width = 104
BorderSpacing.Top = 28 BorderSpacing.Top = 28
Caption = 'BackGroundLabel' Caption = 'BackGroundLabel'
Color = clNone Color = clNone
@ -1278,79 +1295,83 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideTop.Control = ForeGroundLabel AnchorSideTop.Control = ForeGroundLabel
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 94 Left = 94
Height = 24 Height = 20
Top = 19 Top = 23
Width = 148 Width = 148
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2 BorderSpacing.Top = 2
Caption = 'ForeGroundUseDefaultCheckBox' Caption = 'ForeGroundUseDefaultCheckBox'
OnClick = GeneralCheckBoxOnClick OnChange = GeneralCheckBoxOnChange
TabOrder = 0 TabOrder = 0
end end
object BackGroundUseDefaultCheckBox: TCheckBox object BackGroundUseDefaultCheckBox: TCheckBox
AnchorSideTop.Control = BackGroundLabel AnchorSideTop.Control = BackGroundLabel
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 94 Left = 94
Height = 24 Height = 20
Top = 62 Top = 70
Width = 148 Width = 148
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 2 BorderSpacing.Right = 2
Caption = 'BackGroundUseDefaultCheckBox' Caption = 'BackGroundUseDefaultCheckBox'
OnClick = GeneralCheckBoxOnClick OnChange = GeneralCheckBoxOnChange
TabOrder = 1 TabOrder = 1
end end
object TextBoldCheckBox: TCheckBox object TextBoldCheckBox: TCheckBox
Left = 6 Left = 6
Height = 24 Height = 20
Top = 85 Top = 99
Width = 247 Width = 247
Align = alBottom Align = alBottom
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'TextBoldCheckBox' Caption = 'TextBoldCheckBox'
OnClick = GeneralCheckBoxOnClick OnChange = GeneralCheckBoxOnChange
TabOrder = 2 TabOrder = 2
end end
object TextItalicCheckBox: TCheckBox object TextItalicCheckBox: TCheckBox
Left = 6 Left = 6
Height = 24 Height = 20
Top = 115 Top = 125
Width = 247 Width = 247
Align = alBottom Align = alBottom
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'TextItalicCheckBox' Caption = 'TextItalicCheckBox'
OnClick = GeneralCheckBoxOnClick OnChange = GeneralCheckBoxOnChange
TabOrder = 3 TabOrder = 3
end end
object TextUnderlineCheckBox: TCheckBox object TextUnderlineCheckBox: TCheckBox
Left = 6 Left = 6
Height = 24 Height = 20
Top = 145 Top = 151
Width = 247 Width = 247
Align = alBottom Align = alBottom
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'TextUnderlineCheckBox' Caption = 'TextUnderlineCheckBox'
OnClick = GeneralCheckBoxOnClick OnChange = GeneralCheckBoxOnChange
TabOrder = 4 TabOrder = 4
end end
end end
end end
object CodetoolsPage: TPage object CodetoolsPage: TPage
Caption = 'CodetoolsPage' Caption = 'CodetoolsPage'
ClientWidth = 477
ClientHeight = 460
object AutomaticFeaturesGroupBox: TGroupBox object AutomaticFeaturesGroupBox: TGroupBox
Left = 6 Left = 6
Height = 445 Height = 448
Top = 6 Top = 6
Width = 465 Width = 465
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'AutomaticFeaturesGroupBox' Caption = 'AutomaticFeaturesGroupBox'
ClientHeight = 429
ClientWidth = 461
TabOrder = 0 TabOrder = 0
object AutoDelayLabel: TLabel object AutoDelayLabel: TLabel
Left = 6 Left = 6
Height = 18 Height = 18
Top = 168 Top = 168
Width = 453 Width = 449
Align = alTop Align = alTop
BorderSpacing.Top = 24 BorderSpacing.Top = 24
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -1388,7 +1409,7 @@ object EditorOptionsForm: TEditorOptionsForm
Left = 6 Left = 6
Height = 17 Height = 17
Top = 6 Top = 6
Width = 453 Width = 449
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'AutoIdentifierCompletionCheckBox' Caption = 'AutoIdentifierCompletionCheckBox'
@ -1398,7 +1419,7 @@ object EditorOptionsForm: TEditorOptionsForm
Left = 6 Left = 6
Height = 17 Height = 17
Top = 52 Top = 52
Width = 453 Width = 449
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'AutoCodeParametersCheckBox' Caption = 'AutoCodeParametersCheckBox'
@ -1409,7 +1430,7 @@ object EditorOptionsForm: TEditorOptionsForm
Left = 6 Left = 6
Height = 17 Height = 17
Top = 75 Top = 75
Width = 453 Width = 449
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'AutoToolTipExprEvalCheckBox' Caption = 'AutoToolTipExprEvalCheckBox'
@ -1419,7 +1440,7 @@ object EditorOptionsForm: TEditorOptionsForm
Left = 6 Left = 6
Height = 17 Height = 17
Top = 29 Top = 29
Width = 453 Width = 449
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'AutoToolTipSymbToolsCheckBox' Caption = 'AutoToolTipSymbToolsCheckBox'
@ -1429,7 +1450,7 @@ object EditorOptionsForm: TEditorOptionsForm
Left = 6 Left = 6
Height = 40 Height = 40
Top = 98 Top = 98
Width = 453 Width = 449
Frequency = 250 Frequency = 250
Max = 4000 Max = 4000
Min = 500 Min = 500
@ -1445,6 +1466,8 @@ object EditorOptionsForm: TEditorOptionsForm
end end
object CodeFolding: TPage object CodeFolding: TPage
Caption = 'CodeFolding' Caption = 'CodeFolding'
ClientWidth = 477
ClientHeight = 460
object lblDividerDrawLevel: TLabel object lblDividerDrawLevel: TLabel
Left = 6 Left = 6
Height = 13 Height = 13
@ -1487,10 +1510,10 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 363 Left = 380
Height = 25 Height = 25
Top = 500 Top = 500
Width = 112 Width = 95
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -1505,10 +1528,10 @@ object EditorOptionsForm: TEditorOptionsForm
AnchorSideRight.Control = CancelButton AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = Owner AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 274 Left = 299
Height = 25 Height = 25
Top = 500 Top = 500
Width = 83 Width = 75
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -1522,8 +1545,8 @@ object EditorOptionsForm: TEditorOptionsForm
object ImageList: TImageList object ImageList: TImageList
Height = 21 Height = 21
Width = 21 Width = 21
left = 464 left = 400
top = 16 top = 40
Bitmap = { Bitmap = {
6C690200000015000000150000004E1000002F2A2058504D202A2F0A73746174 6C690200000015000000150000004E1000002F2A2058504D202A2F0A73746174
69632063686172202A206B65796D617063617465676F72795F78706D5B5D203D 69632063686172202A206B65796D617063617465676F72795F78706D5B5D203D

View File

@ -1,487 +1,494 @@
{ This is an automatically generated lazarus resource file } { This is an automatically generated lazarus resource file }
LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[
'TPF0'#18'TEditorOptionsForm'#17'EditorOptionsForm'#4'Left'#3#213#1#6'Height' 'TPF0'#18'TEditorOptionsForm'#17'EditorOptionsForm'#4'Left'#3#190#1#6'Height'
+#3#19#2#3'Top'#3#143#0#5'Width'#3#225#1#18'HorzScrollBar.Page'#3#224#1#18'Ve' +#3#19#2#3'Top'#3#148#0#5'Width'#3#225#1#18'HorzScrollBar.Page'#3#224#1#18'Ve'
+'rtScrollBar.Page'#3#18#2#13'ActiveControl'#7#16'LanguageComboBox'#7'Caption' +'rtScrollBar.Page'#3#18#2#13'ActiveControl'#7#12'ColorPreview'#7'Caption'#6
+#6#17'EditorOptionsForm'#8'Position'#7#14'poScreenCenter'#0#9'TNotebook'#12 +#17'EditorOptionsForm'#12'ClientHeight'#3#19#2#11'ClientWidth'#3#225#1#8'Pos'
+'MainNotebook'#6'Height'#3#235#1#5'Width'#3#225#1#5'Align'#7#5'alTop'#7'Anch' +'ition'#7#14'poScreenCenter'#0#9'TNotebook'#12'MainNotebook'#6'Height'#3#235
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#3#0#5'TP' +#1#5'Width'#3#225#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
+'age'#11'GeneralPage'#7'Caption'#6#11'GeneralPage'#0#6'TLabel'#16'BlockInden' +'kRight'#8'akBottom'#0#9'PageIndex'#2#3#8'TabOrder'#2#0#0#5'TPage'#11'Genera'
+'tLabel'#4'Left'#2'r'#6'Height'#2#18#3'Top'#3'n'#1#5'Width'#2'h'#7'Anchors' +'lPage'#7'Caption'#6#11'GeneralPage'#11'ClientWidth'#3#221#1#12'ClientHeight'
+#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#16'BlockIndentLabel'#5'Color'#7#6'c' +#3#204#1#0#6'TLabel'#16'BlockIndentLabel'#4'Left'#2'r'#6'Height'#2#18#3'Top'
+'lNone'#11'ParentColor'#8#0#0#6'TLabel'#14'UndoLimitLabel'#4'Left'#2'r'#6'He' +#3'n'#1#5'Width'#2'h'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#16
+'ight'#2#18#3'Top'#3#140#1#5'Width'#2']'#7'Anchors'#11#6'akLeft'#8'akBottom' +'BlockIndentLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#14'U'
+#0#7'Caption'#6#14'UndoLimitLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0 +'ndoLimitLabel'#4'Left'#2'r'#6'Height'#2#18#3'Top'#3#140#1#5'Width'#2']'#7'A'
+#6'TLabel'#14'TabWidthsLabel'#4'Left'#2'r'#6'Height'#2#18#3'Top'#3#170#1#5'W' +'nchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#14'UndoLimitLabel'#5'Color'
+'idth'#2'b'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#14'TabWidthsL' +#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#14'TabWidthsLabel'#4'Left'#2'r'
+'abel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#11'TCheckGroup'#21'EditorO' +#6'Height'#2#18#3'Top'#3#170#1#5'Width'#2'b'#7'Anchors'#11#6'akLeft'#8'akBot'
+'ptionsGroupBox'#4'Left'#2#6#6'Height'#3']'#1#3'Top'#2#6#5'Width'#3#209#1#5 +'tom'#0#7'Caption'#6#14'TabWidthsLabel'#5'Color'#7#6'clNone'#11'ParentColor'
+'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#8'AutoFill' +#8#0#0#11'TCheckGroup'#21'EditorOptionsGroupBox'#4'Left'#2#6#6'Height'#3']'#1
+#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'EditorOptionsGroupBox'#28'Ch' +#3'Top'#2#6#5'Width'#3#209#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'ak'
+'ildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'Chi' +'Left'#8'akBottom'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
+'ldSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.E' +#21'EditorOptionsGroupBox'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizi'
+'nlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizon' +'ng.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogeno'
+'tal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChild' +'usChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResiz'
+'s'#18'ChildSizing.Layout'#7#29'cclTopToBottomThenLeftToRight'#27'ChildSizin' +'e'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Shr'
+'g.ControlsPerLine'#2#1#12'ColumnLayout'#7#24'clVerticalThenHorizontal'#7'Co' +'inkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclTopToBotto'
+'lumns'#2#2#11'OnItemClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#0#0#0 +'mThenLeftToRight'#27'ChildSizing.ControlsPerLine'#2#1#12'ColumnLayout'#7#24
+#9'TComboBox'#19'BlockIndentComboBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#3'k' +'clVerticalThenHorizontal'#7'Columns'#2#2#11'OnItemClick'#7#23'GeneralCheckB'
+#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoCompleteText' +'oxOnChange'#8'TabOrder'#2#0#0#0#9'TComboBox'#19'BlockIndentComboBox'#4'Left'
+#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1 +#2#6#6'Height'#2#24#3'Top'#3'k'#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'ak'
+#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnC' +'Bottom'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearch'
+'hange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8 +'Ascending'#0#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'MaxLength'
+'TabOrder'#2#1#0#0#9'TComboBox'#17'UndoLimitComboBox'#4'Left'#2#6#6'Height'#2 +#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnK'
+#24#3'Top'#3#137#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'Au' +'eyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#0#0#9'TComboBox'#17'UndoLim'
+'toCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13 +'itComboBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#3#137#1#5'Width'#2'd'#7'Ancho'
+'Items.Strings'#1#6#5'32767'#6#4'4096'#6#3'512'#0#9'MaxLength'#2#0#8'OnChang' +'rs'#11#6'akLeft'#8'akBottom'#0#16'AutoCompleteText'#11#22'cbactEndOfLineCom'
+'e'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17 +'plete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#5'32767'#6#4'4096'#6
+'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#17'TabWidthsComboBox'#4 +#3'512'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14
+'Left'#2#6#6'Height'#2#24#3'Top'#3#167#1#5'Width'#2'd'#7'Anchors'#11#6'akLef' +'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9
+'t'#8'akBottom'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac' +'TComboBox'#17'TabWidthsComboBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#3#167#1#5
+'tSearchAscending'#0#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'Max' +'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoCompleteText'#11#22
+'Length'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExi' +'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1
+'t'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#0#5'TPage'#11'D' +'1'#6#1'2'#6#1'4'#6#1'8'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChang'
+'isplayPage'#7'Caption'#6#11'DisplayPage'#0#9'TGroupBox'#23'MarginAndGutterG' +'e'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'Ta'
+'roupBox'#4'Left'#2#6#6'Height'#3#128#0#3'Top'#2#6#5'Width'#3#209#1#5'Align' +'bOrder'#2#3#0#0#0#5'TPage'#11'DisplayPage'#7'Caption'#6#11'DisplayPage'#11
+#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'MarginAndGutterGrou' +'ClientWidth'#3#221#1#12'ClientHeight'#3#204#1#0#9'TGroupBox'#23'MarginAndGu'
+'pBox'#8'TabOrder'#2#0#0#6'TLabel'#16'RightMarginLabel'#4'Left'#3'f'#1#6'Hei' +'tterGroupBox'#4'Left'#2#6#6'Height'#3#128#0#3'Top'#2#6#5'Width'#3#209#1#5'A'
+'ght'#2#18#3'Top'#2#10#5'Width'#2'h'#7'Caption'#6#16'RightMarginLabel'#5'Col' +'lign'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'MarginAndGutt'
+'or'#7#6'clNone'#11'ParentColor'#8#0#0#12'TColorButton'#22'RightMarginColorB' +'erGroupBox'#12'ClientHeight'#2'm'#11'ClientWidth'#3#205#1#8'TabOrder'#2#0#0
+'utton'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2' '#5'Width'#2'd'#11'BorderWi' +#6'TLabel'#16'RightMarginLabel'#4'Left'#3'f'#1#6'Height'#2#18#3'Top'#2#10#5
+'dth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged' +'Width'#2'h'#7'Caption'#6#16'RightMarginLabel'#5'Color'#7#6'clNone'#11'Paren'
+#7'"RightMarginColorButtonColorChanged'#0#0#12'TColorButton'#17'GutterColorB' +'tColor'#8#0#0#12'TColorButton'#22'RightMarginColorButton'#4'Left'#3#246#0#6
+'utton'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2'P'#5'Width'#2'd'#11'BorderWi' +'Height'#2#21#3'Top'#2' '#5'Width'#2'd'#11'BorderWidth'#2#2#15'ButtonColorSi'
+'dth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged' +'ze'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7'"RightMarginColorButt'
+#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#21'RightMarginColorLabel'#4'Lef' +'onColorChanged'#0#0#12'TColorButton'#17'GutterColorButton'#4'Left'#3#246#0#6
+'t'#3'f'#1#6'Height'#2#18#3'Top'#2'"'#5'Width'#3#136#0#7'Caption'#6#21'Right' +'Height'#2#21#3'Top'#2'P'#5'Width'#2'd'#11'BorderWidth'#2#2#15'ButtonColorSi'
+'MarginColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#16'G' +'ze'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'ColorButtonColorCh'
+'utterWidthLabel'#4'Left'#3'f'#1#6'Height'#2#18#3'Top'#2'<'#5'Width'#2'l'#7 +'anged'#0#0#6'TLabel'#21'RightMarginColorLabel'#4'Left'#3'f'#1#6'Height'#2#18
+'Caption'#6#16'GutterWidthLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6 +#3'Top'#2'"'#5'Width'#3#136#0#7'Caption'#6#21'RightMarginColorLabel'#5'Color'
+'TLabel'#16'GutterColorLabel'#4'Left'#3'f'#1#6'Height'#2#18#3'Top'#2'R'#5'Wi' +#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#16'GutterWidthLabel'#4'Left'#3
+'dth'#2'g'#7'Caption'#6#16'GutterColorLabel'#5'Color'#7#6'clNone'#11'ParentC' +'f'#1#6'Height'#2#18#3'Top'#2'<'#5'Width'#2'l'#7'Caption'#6#16'GutterWidthLa'
+'olor'#8#0#0#9'TCheckBox'#26'VisibleRightMarginCheckBox'#4'Left'#2#6#6'Heigh' +'bel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#16'GutterColorLab'
+'t'#2#17#3'Top'#2#8#5'Width'#3#198#0#7'Caption'#6#26'VisibleRightMarginCheck' +'el'#4'Left'#3'f'#1#6'Height'#2#18#3'Top'#2'R'#5'Width'#2'g'#7'Caption'#6#16
+'Box'#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#0#0#0#9'TCheckBo' +'GutterColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox'#26
+'x'#21'VisibleGutterCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2' '#5'Width' +'VisibleRightMarginCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#8#5'Width'#3
+#3#161#0#7'Caption'#6#21'VisibleGutterCheckBox'#7'OnClick'#7#22'GeneralCheck' +#198#0#7'Caption'#6#26'VisibleRightMarginCheckBox'#8'OnChange'#7#23'GeneralC'
,'BoxOnClick'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'ShowLineNumbersCheckBox'#4 ,'heckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#21'VisibleGutterCheckBox'
+'Left'#2#6#6'Height'#2#17#3'Top'#2'8'#5'Width'#3#198#0#7'Caption'#6#23'ShowL' +#4'Left'#2#6#6'Height'#2#17#3'Top'#2' '#5'Width'#3#161#0#7'Caption'#6#21'Vis'
+'ineNumbersCheckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#2 +'ibleGutterCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2
+#0#0#9'TComboBox'#19'RightMarginComboBox'#4'Left'#3#246#0#6'Height'#2#24#3'T' +#1#0#0#9'TCheckBox'#23'ShowLineNumbersCheckBox'#4'Left'#2#6#6'Height'#2#17#3
+'op'#2#8#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20 +'Top'#2'8'#5'Width'#3#198#0#7'Caption'#6#23'ShowLineNumbersCheckBox'#8'OnCha'
+'cbactSearchAscending'#0#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'Max' +'nge'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#2#0#0#9'TComboBox'#19'Righ'
+'Length'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExi' +'tMarginComboBox'#4'Left'#3#246#0#6'Height'#2#24#3'Top'#2#8#5'Width'#2'd'#16
+'t'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TComboBox'#19 +'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0
+'GutterWidthComboBox'#4'Left'#3#246#0#6'Height'#2#24#3'Top'#2':'#5'Width'#2 +#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'MaxLength'#2#0#8'OnChange'#7
+'d'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendi'
+'ng'#0#13'Items.Strings'#1#6#2'40'#6#2'35'#6#2'30'#6#2'25'#6#2'20'#0#9'MaxLe'
+'ngth'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'
+#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#0#0#0#9'TGroupBox'#18
+'EditorFontGroupBox'#4'Left'#2#6#6'Height'#3#136#0#3'Top'#3#140#0#5'Width'#3
+#209#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Edit'
+'orFontGroupBox'#8'TabOrder'#2#1#0#6'TLabel'#15'EditorFontLabel'#4'Left'#2#6
+#6'Height'#2#18#3'Top'#2#6#5'Width'#3#197#1#5'Align'#7#5'alTop'#18'BorderSpa'
+'cing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Capt'
+'ion'#6#15'EditorFontLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLa'
+'bel'#21'EditorFontHeightLabel'#4'Left'#2't'#6'Height'#2#18#3'Top'#2'<'#5'Wi'
+'dth'#3'R'#1#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#0#0#6'TLabel'#21'ExtraLineSpacingLabel'#4'Left'#2't'#6'Heigh'
+'t'#2#18#3'Top'#2'Z'#5'Width'#3'R'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
+'ght'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'ExtraLineSpacingLabel'#5
+'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TComboBox'#18'EditorFontComboBox'
+#23'AnchorSideRight.Control'#7#16'EditorFontButton'#4'Left'#2#6#6'Height'#2
+#24#3'Top'#2#29#5'Width'#3#164#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
+#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendin'
+'g'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#13'OnEditingDone'#7#29'E'
+'ditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18'EditorFontComboB'
+'ox'#0#0#7'TButton'#16'EditorFontButton'#4'Left'#3#176#1#6'Height'#2#21#3'To'
+'p'#2#29#5'Width'#2#16#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.'
+'InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#21'EditorFontButtonClick'
+#8'TabOrder'#2#1#0#0#9'TComboBox'#24'EditorFontHeightComboBox'#4'Left'#2#6#6
+'Height'#2#24#3'Top'#2':'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndO'
+'fLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#2'10'#6#2'1'
+'1'#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'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKey'
+'Down'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#24'ExtraLine'
+'SpacingComboBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'X'#5'Width'#2'd'#16'Au'
+'toCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13
+'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#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#3#0#0#0#8'TSynEdit'#14'DisplayPreview'#4'Left'#2#6#6
+'Height'#3#169#0#3'Top'#3#26#1#5'Width'#3#209#1#5'Align'#7#8'alBottom'#20'Bo'
+'rderSpacing.Around'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBot'
+'tom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'#11'ParentColor'#8#8
+'TabOrder'#2#2#23'Gutter.CodeFoldingWidth'#2#14#10'Keystrokes'#14#1#7'Comman'
+'d'#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'Comma'
+'nd'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Comman'
+'d'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Comman'
+'d'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Comma'
+'nd'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Com'
+'mand'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Com'
+'mand'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Co'
+'mmand'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Com'
+'mand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Co'
+'mmand'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Com'
+'mand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Co'
+'mmand'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Com'
+'mand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Co'
,'mmand'#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'ShortCut'#2
+#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortC'
+'ut'#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'Com'
+'mand'#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'ShortCut'
+#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'Short'
+'Cut'#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'Command'#3
+'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Comman'
+'d'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'C'
+'ommand'#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'ShortCut'#3
+'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCu'
+'t'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'Sh'
+'ortCut'#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'Command'#3
+'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Comman'
+'d'#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'Di'
+'splayPreview'#0#8'ReadOnly'#9#19'OnSpecialLineColors'#7#19'OnSpecialLineCol'
+'ors'#0#0#0#5'TPage'#14'KeymappingPage'#7'Caption'#6#14'KeymappingPage'#0#6
+'TLabel'#19'KeyMappingHelpLabel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'D'#5'Wi'
+'dth'#3#209#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacin'
+'g.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#19'KeyMappingHelpLabel'
+#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#7'TButton'#28'KeyMappingChooseSc'
+'hemeButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#6#5'Width'#3#209#1#5'Align'
+#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSp'
+'acing.Right'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#28'KeyMappi'
+'ngChooseSchemeButton'#7'OnClick'#7'!KeyMappingChooseSchemeButtonClick'#8'Ta'
+'bOrder'#2#0#0#0#7'TButton KeyMappingConsistencyCheckButton'#4'Left'#2#6#6'H'
+'eight'#2#25#3'Top'#2'%'#5'Width'#3#209#1#5'Align'#7#5'alTop'#18'BorderSpaci'
+'ng.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#25'Borde'
+'rSpacing.InnerBorder'#2#4#7'Caption'#6' KeyMappingConsistencyCheckButton'#7
+'OnClick'#7'%KeyMappingConsistencyCheckButtonClick'#8'TabOrder'#2#1#0#0#9'TT'
+'reeView'#18'KeyMappingTreeView'#4'Left'#2#6#6'Height'#3'g'#1#3'Top'#2'\'#5
+'Width'#3#209#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#17'Defau'
+'ltItemHeight'#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'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoRea'
+'dOnly'#12'tvoRowSelect'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'
+#17'tvoShowSeparators'#11'tvoToolTips'#0#0#0#0#5'TPage'#9'ColorPage'#7'Capti'
+'on'#6#9'ColorPage'#0#6'TLabel'#13'LanguageLabel'#4'Left'#3#214#0#6'Height'#2
+#17#3'Top'#2#12#5'Width'#2'p'#7'Caption'#6#13'LanguageLabel'#5'Color'#7#6'cl'
+'None'#11'ParentColor'#8#0#0#6'TLabel'#16'ColorSchemeLabel'#4'Left'#3#214#0#6
+'Height'#2#17#3'Top'#2'$'#5'Width'#3#138#0#7'Caption'#6#16'ColorSchemeLabel'
+#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#19'FileExtensionsLabel'
+#4'Left'#3#214#0#6'Height'#2#17#3'Top'#2'<'#5'Width'#3#144#0#7'Caption'#6#19
+'FileExtensionsLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#17
+'ColorElementLabel'#4'Left'#2#4#6'Height'#2#17#3'Top'#2'Z'#5'Width'#3#138#0#7
+'Caption'#6#17'ColorElementLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0
+#9'TComboBox'#16'LanguageComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2#10#5
+'Width'#3#200#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactS'
+'earchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnE'
+'xit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2
+#0#4'Text'#6#16'LanguageComboBox'#0#0#9'TComboBox'#19'ColorSchemeComboBox'#4
+'Left'#2#3#6'Height'#2#21#3'Top'#2'"'#5'Width'#3#200#0#16'AutoCompleteText'
,#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8
+'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'
+#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#4'Text'#6#19'ColorSchemeComboBox'#0
+#0#9'TComboBox'#22'FileExtensionsComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'
+#2':'#5'Width'#3#200#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
+'cbactSearchAscending'#0#13'Items.Strings'#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'Combo' +#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Combo'
+'BoxOnKeyDown'#8'TabOrder'#2#2#0#0#8'TSynEdit'#12'ColorPreview'#4'Left'#2#4#6 +'BoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TComboBox'#19'GutterWidthComboBox'#4'Le'
+'Height'#2'^'#3'Top'#3'g'#1#5'Width'#3#213#1#5'Align'#7#8'alBottom'#20'Borde' +'ft'#3#246#0#6'Height'#2#24#3'Top'#2':'#5'Width'#2'd'#16'AutoCompleteText'#11
+'rSpacing.Around'#2#4#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom' +#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6
+#0#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'#11'ParentColor'#8#8'TabOr' +#2'40'#6#2'35'#6#2'30'#6#2'25'#6#2'20'#0#9'MaxLength'#2#0#8'OnChange'#7#16'C'
+'der'#2#3#11'OnMouseDown'#7#19'ColorPreviewMouseUp'#23'Gutter.CodeFoldingWid' +'omboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxO'
+'th'#2#14#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command' +'nKeyDown'#8'TabOrder'#2#4#0#0#0#9'TGroupBox'#18'EditorFontGroupBox'#4'Left'
+#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Comma' +#2#6#6'Height'#3#136#0#3'Top'#3#140#0#5'Width'#3#209#1#5'Align'#7#5'alTop'#20
+'nd'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Comman' +'BorderSpacing.Around'#2#6#7'Caption'#6#18'EditorFontGroupBox'#12'ClientHeig'
+'d'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Comm' +'ht'#2'u'#11'ClientWidth'#3#205#1#8'TabOrder'#2#1#0#6'TLabel'#15'EditorFontL'
+'and'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Comm' +'abel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3#193#1#5'Align'#7#5'a'
+'and'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Comm' +'lTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing'
+'and'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Co' +'.Right'#2#6#7'Caption'#6#15'EditorFontLabel'#5'Color'#7#6'clNone'#11'Parent'
+'mmand'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'C' +'Color'#8#0#0#6'TLabel'#21'EditorFontHeightLabel'#4'Left'#2't'#6'Height'#2#18
+'ommand'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7 +#3'Top'#2'<'#5'Width'#3'R'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20
+'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'C' +'BorderSpacing.Around'#2#6#7'Caption'#6#21'EditorFontHeightLabel'#5'Color'#7
+'ommand'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7 +#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraLineSpacingLabel'#4'Left'
+'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'C' +#2't'#6'Height'#2#18#3'Top'#2'Z'#5'Width'#3'R'#1#7'Anchors'#11#5'akTop'#6'ak'
+'ommand'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7 +'Left'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'ExtraLineSp'
+'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'C' +'acingLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TComboBox'#18'Edit'
+'ommand'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7 +'orFontComboBox'#23'AnchorSideRight.Control'#7#16'EditorFontButton'#4'Left'#2
+'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1 +#6#6'Height'#2#24#3'Top'#2#29#5'Width'#3#164#1#7'Anchors'#11#5'akTop'#6'akLe'
+#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- ' +'ft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac'
+#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3 +'tSearchAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#13'OnEdit'
+'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCu' +'ingDone'#7#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18'E'
+'t'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8 +'ditorFontComboBox'#0#0#7'TButton'#16'EditorFontButton'#4'Left'#3#176#1#6'He'
+'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'C' +'ight'#2#21#3'Top'#2#29#5'Width'#2#16#7'Anchors'#11#5'akTop'#7'akRight'#0#25
+'ommand'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0 +'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#21'EditorFo'
+#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3 +'ntButtonClick'#8'TabOrder'#2#1#0#0#9'TComboBox'#24'EditorFontHeightComboBox'
+'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'Short' +#4'Left'#2#6#6'Height'#2#24#3'Top'#2':'#5'Width'#2'd'#16'AutoCompleteText'#11
+'Cut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8 +#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6
+'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'[' +#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'M'
+#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command' +'axLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnE'
+#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Com' +'xit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'
+'mand'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7 +#24'ExtraLineSpacingComboBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'X'#5'Width'
+'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0 +#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscen'
+#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4' +'ding'#0#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'MaxLength'#2#0#8'OnCha'
+'@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut' +'nge'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17
+#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'Short' +'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#0#8'TSynEdit'#14'DisplayPreview'#4'L'
+'Cut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8 +'eft'#2#6#6'Height'#3#172#0#3'Top'#3#26#1#5'Width'#3#209#1#5'Align'#7#8'alBo'
+'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a' +'ttom'#20'BorderSpacing.Around'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
+#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3 +'ht'#8'akBottom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'#11'Parent'
+'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Comman' +'Color'#8#8'TabOrder'#2#2#23'Gutter.CodeFoldingWidth'#2#14#10'Keystrokes'#14
+'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C' +#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1
+'ommand'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1 +#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1
+#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C' +#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0
+'`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCu' +#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1
+'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh' +#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7
+'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ColorPreview'#0#8'ReadOnly'#9#19 +'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7
+'OnSpecialLineColors'#7#19'OnSpecialLineColors'#0#0#8'TListBox'#19'ColorElem' +'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7
+'entListBox'#4'Left'#2#3#6'Height'#3#242#0#3'Top'#2'l'#5'Width'#3#200#0#17'O' +'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7
+'nSelectionChange'#7'"ColorElementListBoxSelectionChange'#8'TabOrder'#2#4#8 +'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7
+'TopIndex'#2#255#0#0#7'TButton'#27'SetAttributeToDefaultButton'#4'Left'#3#212 +'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'C'
+#0#6'Height'#2#25#3'Top'#2'Z'#5'Width'#3#7#1#7'Anchors'#11#5'akTop'#6'akLeft' +'ommand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7
+#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#27'SetAttribute' +'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'C'
+'ToDefaultButton'#7'OnClick'#7' SetAttributeToDefaultButtonClick'#8'TabOrder' ,'ommand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7
+#2#5#0#0#7'TButton'#31'SetAllAttributesToDefaultButton'#4'Left'#3#212#0#6'He' +'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'C'
,'ight'#2#25#3'Top'#2'z'#5'Width'#3#7#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak' +'ommand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7
+'Right'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#31'SetAllAttributes' +'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0
+'ToDefaultButton'#7'OnClick'#7'$SetAllAttributesToDefaultButtonClick'#8'TabO' +#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2
+'rder'#2#6#0#0#9'TGroupBox'#22'TextAttributesGroupBox'#4'Left'#3#212#0#6'Hei' +'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCu'
+'ght'#3#196#0#3'Top'#3#154#0#5'Width'#3#7#1#7'Anchors'#11#5'akTop'#6'akLeft' +'t'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'S'
+#7'akRight'#0#7'Caption'#6#10'Attributes'#8'TabOrder'#2#7#0#6'TLabel'#15'For' +'hortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'
+'eGroundLabel'#4'Left'#2#8#6'Height'#2#17#5'Width'#2''#7'Caption'#6#15'Fore' +#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7
+'GroundLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#12'TColorButton'#21 +'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'#0#0#0#5'TPage'#14'KeymappingPage'#7'Caption'#6#14'KeymappingPage'#11
+'ClientWidth'#3#221#1#12'ClientHeight'#3#204#1#0#6'TLabel'#19'KeyMappingHelp'
+'Label'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'D'#5'Width'#3#209#1#5'Align'#7#5
+'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacin'
+'g.Right'#2#6#7'Caption'#6#19'KeyMappingHelpLabel'#5'Color'#7#6'clNone'#11'P'
+'arentColor'#8#0#0#7'TButton'#28'KeyMappingChooseSchemeButton'#4'Left'#2#6#6
+'Height'#2#25#3'Top'#2#6#5'Width'#3#209#1#5'Align'#7#5'alTop'#18'BorderSpaci'
+'ng.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#25'Borde'
+'rSpacing.InnerBorder'#2#4#7'Caption'#6#28'KeyMappingChooseSchemeButton'#7'O'
+'nClick'#7'!KeyMappingChooseSchemeButtonClick'#8'TabOrder'#2#0#0#0#7'TButton'
+' KeyMappingConsistencyCheckButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'%'#5
+'Width'#3#209#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpac'
+'ing.Top'#2#6#19'BorderSpacing.Right'#2#6#25'BorderSpacing.InnerBorder'#2#4#7
+'Caption'#6' KeyMappingConsistencyCheckButton'#7'OnClick'#7'%KeyMappingConsi'
+'stencyCheckButtonClick'#8'TabOrder'#2#1#0#0#9'TTreeView'#18'KeyMappingTreeV'
+'iew'#4'Left'#2#6#6'Height'#3'j'#1#3'Top'#2'\'#5'Width'#3#209#1#5'Align'#7#8
+'alClient'#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'tvoHid'
+'eSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#12'tvoRowSelect'#14't'
+'voShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#17'tvoShowSeparators'#11'tv'
+'oToolTips'#0#0#0#0#5'TPage'#9'ColorPage'#7'Caption'#6#9'ColorPage'#11'Clien'
+'tWidth'#3#221#1#12'ClientHeight'#3#204#1#0#6'TLabel'#13'LanguageLabel'#4'Le'
+'ft'#3#214#0#6'Height'#2#21#3'Top'#2#12#5'Width'#2'X'#7'Caption'#6#13'Langua'
+'geLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#16'ColorSchem'
+'eLabel'#4'Left'#3#214#0#6'Height'#2#21#3'Top'#2'$'#5'Width'#2'o'#7'Caption'
+#6#16'ColorSchemeLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'
+#19'FileExtensionsLabel'#4'Left'#3#214#0#6'Height'#2#21#3'Top'#2'<'#5'Width'
+#2'v'#7'Caption'#6#19'FileExtensionsLabel'#5'Color'#7#6'clNone'#11'ParentCol'
+'or'#8#0#0#6'TLabel'#17'ColorElementLabel'#4'Left'#2#4#6'Height'#2#21#3'Top'
+#2'Z'#5'Width'#2'o'#7'Caption'#6#17'ColorElementLabel'#5'Color'#7#6'clNone'
+#11'ParentColor'#8#0#0#9'TComboBox'#16'LanguageComboBox'#4'Left'#2#3#6'Heigh'
+'t'#2#21#3'Top'#2#10#5'Width'#3#200#0#16'AutoCompleteText'#11#22'cbactEndOfL'
,'ineComplete'#20'cbactSearchAscending'#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#0#4'Text'#6#16'LanguageComboBox'#0#0#9'TComboBox'#19
+'ColorSchemeComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2'"'#5'Width'#3#200#0
+#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'
+#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboB'
+'oxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#4'Text'#6#19
+'ColorSchemeComboBox'#0#0#9'TComboBox'#22'FileExtensionsComboBox'#4'Left'#2#3
+#6'Height'#2#21#3'Top'#2':'#5'Width'#3#200#0#16'AutoCompleteText'#11#22'cbac'
+'tEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#26'pp;'
+'pas;inc;lpr;lrs;dpr;dpk'#6#18'pp;pas;inc;lpr;lrs'#6#10'pp;pas;inc'#0#9'MaxL'
+'ength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'
+#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#8'TSynEdit'#12'Col'
+'orPreview'#4'Left'#2#4#6'Height'#2'a'#3'Top'#3'g'#1#5'Width'#3#213#1#5'Alig'
+'n'#7#8'alBottom'#20'BorderSpacing.Around'#2#4#7'Anchors'#11#5'akTop'#6'akLe'
+'ft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'courier'
+#11'ParentColor'#8#8'TabOrder'#2#3#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'#0#0#8
+'TListBox'#19'ColorElementListBox'#4'Left'#2#3#6'Height'#3#242#0#3'Top'#2'l'
+#5'Width'#3#200#0#17'OnSelectionChange'#7'"ColorElementListBoxSelectionChang'
+'e'#8'TabOrder'#2#4#8'TopIndex'#2#255#0#0#7'TButton'#27'SetAttributeToDefaul'
,'tButton'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'Z'#5'Width'#3#7#1#7'Anchor'
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'C'
+'aption'#6#27'SetAttributeToDefaultButton'#7'OnClick'#7' SetAttributeToDefau'
+'ltButtonClick'#8'TabOrder'#2#5#0#0#7'TButton'#31'SetAllAttributesToDefaultB'
+'utton'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'z'#5'Width'#3#7#1#7'Anchors'
+#11#5'akTop'#6'akLeft'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Capt'
+'ion'#6#31'SetAllAttributesToDefaultButton'#7'OnClick'#7'$SetAllAttributesTo'
+'DefaultButtonClick'#8'TabOrder'#2#6#0#0#9'TGroupBox'#22'TextAttributesGroup'
+'Box'#4'Left'#3#212#0#6'Height'#3#196#0#3'Top'#3#154#0#5'Width'#3#7#1#7'Anch'
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#10'Attributes'#12'Clie'
+'ntHeight'#3#177#0#11'ClientWidth'#3#3#1#8'TabOrder'#2#7#0#6'TLabel'#15'Fore'
+'GroundLabel'#4'Left'#2#8#6'Height'#2#21#5'Width'#2'd'#7'Caption'#6#15'ForeG'
+'roundLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#12'TColorButton'#21
+'ForegroundColorButton'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'A' +'ForegroundColorButton'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'A'
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2#19#5 +'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2#23#5
+'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSiz' +'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSiz'
+'e'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'ColorButtonColorCha' +'e'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'ColorButtonColorCha'
+'nged'#0#0#12'TColorButton'#21'BackGroundColorButton'#21'AnchorSideTop.Contr' +'nged'#0#0#12'TColorButton'#21'BackGroundColorButton'#21'AnchorSideTop.Contr'
+'ol'#7#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8 +'ol'#7#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8
+#6'Height'#2#21#3'Top'#2'@'#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'Borde' +#6'Height'#2#21#3'Top'#2'H'#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'Borde'
+'rWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChan' +'rWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChan'
+'ged'#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#15'BackGroundLabel'#21'Anc' +'ged'#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#15'BackGroundLabel'#21'Anc'
+'horSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBot' +'horSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBot'
+'tom'#4'Left'#2#8#6'Height'#2#17#3'Top'#2'-'#5'Width'#3#130#0#17'BorderSpaci' +'tom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2'1'#5'Width'#2'h'#17'BorderSpacing.'
+'ng.Top'#2#28#7'Caption'#6#15'BackGroundLabel'#5'Color'#7#6'clNone'#11'Paren' +'Top'#2#28#7'Caption'#6#15'BackGroundLabel'#5'Color'#7#6'clNone'#11'ParentCo'
+'tColor'#8#0#0#9'TCheckBox'#28'ForeGroundUseDefaultCheckBox'#21'AnchorSideTo' +'lor'#8#0#0#9'TCheckBox'#28'ForeGroundUseDefaultCheckBox'#21'AnchorSideTop.C'
+'p.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le' +'ontrol'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
+'ft'#2'^'#6'Height'#2#24#3'Top'#2#19#5'Width'#3#148#0#7'Anchors'#11#5'akTop' +#2'^'#6'Height'#2#20#3'Top'#2#23#5'Width'#3#148#0#7'Anchors'#11#5'akTop'#6'a'
+#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#28'ForeGround' +'kLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#28'ForeGroundUse'
+'UseDefaultCheckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#0 +'DefaultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0
+#0#0#9'TCheckBox'#28'BackGroundUseDefaultCheckBox'#21'AnchorSideTop.Control' +#0#9'TCheckBox'#28'BackGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7
+#7#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6 +#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'He'
+'Height'#2#24#3'Top'#2'>'#5'Width'#3#148#0#7'Anchors'#11#5'akTop'#6'akLeft'#7 +'ight'#2#20#3'Top'#2'F'#5'Width'#3#148#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'akRight'#0#19'BorderSpacing.Right'#2#2#7'Caption'#6#28'BackGroundUseDefault' +'akRight'#0#19'BorderSpacing.Right'#2#2#7'Caption'#6#28'BackGroundUseDefault'
+'CheckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#1#0#0#9'TCh' +'CheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'T'
+'eckBox'#16'TextBoldCheckBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'U'#5'Width' +'CheckBox'#16'TextBoldCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'c'#5'Wid'
+#3#247#0#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16 +'th'#3#247#0#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6
+'TextBoldCheckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'TabOrder'#2#2#0 +#16'TextBoldCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2
+#0#9'TCheckBox'#18'TextItalicCheckBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2's' +#2#0#0#9'TCheckBox'#18'TextItalicCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'
+#5'Width'#3#247#0#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Capt' +#2'}'#5'Width'#3#247#0#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7
+'ion'#6#18'TextItalicCheckBox'#7'OnClick'#7#22'GeneralCheckBoxOnClick'#8'Tab' +'Caption'#6#18'TextItalicCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'
+'Order'#2#3#0#0#9'TCheckBox'#21'TextUnderlineCheckBox'#4'Left'#2#6#6'Height' +#8'TabOrder'#2#3#0#0#9'TCheckBox'#21'TextUnderlineCheckBox'#4'Left'#2#6#6'He'
+#2#24#3'Top'#3#145#0#5'Width'#3#247#0#5'Align'#7#8'alBottom'#20'BorderSpacin' +'ight'#2#20#3'Top'#3#151#0#5'Width'#3#247#0#5'Align'#7#8'alBottom'#20'Border'
+'g.Around'#2#6#7'Caption'#6#21'TextUnderlineCheckBox'#7'OnClick'#7#22'Genera' +'Spacing.Around'#2#6#7'Caption'#6#21'TextUnderlineCheckBox'#8'OnChange'#7#23
+'lCheckBoxOnClick'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#13'CodetoolsPage'#7'Capt' +'GeneralCheckBoxOnChange'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#13'CodetoolsPage'
+'ion'#6#13'CodetoolsPage'#0#9'TGroupBox'#25'AutomaticFeaturesGroupBox'#4'Lef' +#7'Caption'#6#13'CodetoolsPage'#11'ClientWidth'#3#221#1#12'ClientHeight'#3
+'t'#2#6#6'Height'#3#189#1#3'Top'#2#6#5'Width'#3#209#1#5'Align'#7#8'alClient' +#204#1#0#9'TGroupBox'#25'AutomaticFeaturesGroupBox'#4'Left'#2#6#6'Height'#3
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'AutomaticFeaturesGroupBox'#8'T' +#192#1#3'Top'#2#6#5'Width'#3#209#1#5'Align'#7#8'alClient'#20'BorderSpacing.A'
+'abOrder'#2#0#0#6'TLabel'#14'AutoDelayLabel'#4'Left'#2#6#6'Height'#2#18#3'To' +'round'#2#6#7'Caption'#6#25'AutomaticFeaturesGroupBox'#12'ClientHeight'#3#173
+'p'#3#168#0#5'Width'#3#197#1#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#24 +#1#11'ClientWidth'#3#205#1#8'TabOrder'#2#0#0#6'TLabel'#14'AutoDelayLabel'#4
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'AutoDelayLabel'#5'Color'#7#6'c' +'Left'#2#6#6'Height'#2#18#3'Top'#3#168#0#5'Width'#3#193#1#5'Align'#7#5'alTop'
+'lNone'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDelayMinLabel'#21'AnchorSideT' +#17'BorderSpacing.Top'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'Aut'
+'op.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4 +'oDelayLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDe'
+'Left'#2#6#6'Height'#2#18#3'Top'#3#140#0#5'Width'#2's'#17'BorderSpacing.Top' +'layMinLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSid'
+#2#2#7'Caption'#6#17'AutoDelayMinLabel'#5'Color'#7#6'clNone'#11'ParentColor' +'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#140#0#5'Width'
+#8#0#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17'AutoDe' +#2's'#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMinLabel'#5'Color'#7
+'layTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3'C'#1#6'Height' +#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSi'
+#2#18#3'Top'#3#140#0#5'Width'#2'x'#9'Alignment'#7#14'taRightJustify'#7'Ancho' +'deTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'
+'rs'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'Auto' +#4'Left'#3'C'#1#6'Height'#2#18#3'Top'#3#140#0#5'Width'#2'x'#9'Alignment'#7#14
+'DelayMaxLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox AutoI' +'taRightJustify'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2
+'dentifierCompletionCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width' +#2#7'Caption'#6#17'AutoDelayMaxLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8
+#3#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6' Auto' +#0#0#9'TCheckBox AutoIdentifierCompletionCheckBox'#4'Left'#2#6#6'Height'#2#17
+'IdentifierCompletionCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#26'AutoCodeP' +#3'Top'#2#6#5'Width'#3#193#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6
+'arametersCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'4'#5'Width'#3#197#1#5 +#7'Caption'#6' AutoIdentifierCompletionCheckBox'#8'TabOrder'#2#0#0#0#9'TChec'
+'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'AutoCodePara' ,'kBox'#26'AutoCodeParametersCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'4'
+'metersCheckBox'#7'Enabled'#8#8'TabOrder'#2#1#0#0#9'TCheckBox'#27'AutoToolTi' +#5'Width'#3#193#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'
+'pExprEvalCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'K'#5'Width'#3#197#1#5 +#6#26'AutoCodeParametersCheckBox'#7'Enabled'#8#8'TabOrder'#2#1#0#0#9'TCheckB'
+'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'AutoToolTipE' +'ox'#27'AutoToolTipExprEvalCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'K'#5
+'xprEvalCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox'#28'AutoToolTipSymbToolsCh' +'Width'#3#193#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
,'eckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#29#5'Width'#3#197#1#5'Align'#7#5 +#27'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox'#28'AutoToo'
+'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsChe' +'lTipSymbToolsCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#29#5'Width'#3#193
+'ckBox'#8'TabOrder'#2#3#0#0#9'TTrackBar'#17'AutoDelayTrackBar'#4'Left'#2#6#6 +#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'AutoTool'
+'Height'#2'('#3'Top'#2'b'#5'Width'#3#197#1#9'Frequency'#3#250#0#3'Max'#3#160 +'TipSymbToolsCheckBox'#8'TabOrder'#2#3#0#0#9'TTrackBar'#17'AutoDelayTrackBar'
+#15#3'Min'#3#244#1#8'Position'#3#244#1#8'ScalePos'#7#5'trTop'#5'Align'#7#5'a' +#4'Left'#2#6#6'Height'#2'('#3'Top'#2'b'#5'Width'#3#193#1#9'Frequency'#3#250#0
+'lTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing' +#3'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1#8'ScalePos'#7#5'trTop'#5
+'.Right'#2#6#8'TabOrder'#2#4#0#0#0#0#5'TPage'#11'CodeFolding'#7'Caption'#6#11 +'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'B'
+'CodeFolding'#0#6'TLabel'#19'lblDividerDrawLevel'#4'Left'#2#6#6'Height'#2#13 +'orderSpacing.Right'#2#6#8'TabOrder'#2#4#0#0#0#0#5'TPage'#11'CodeFolding'#7
+#3'Top'#2'G'#5'Width'#2'r'#7'Caption'#6#19'lblDividerDrawLevel'#5'Color'#7#6 +'Caption'#6#11'CodeFolding'#11'ClientWidth'#3#221#1#12'ClientHeight'#3#204#1
+'clNone'#11'ParentColor'#8#0#0#6'TBevel'#6'Bevel1'#4'Left'#2#6#6'Height'#2#2 +#0#6'TLabel'#19'lblDividerDrawLevel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'G'#5
+#3'Top'#2'1'#5'Width'#3#208#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#0 +'Width'#2'r'#7'Caption'#6#19'lblDividerDrawLevel'#5'Color'#7#6'clNone'#11'Pa'
+#0#9'TCheckBox'#21'chkCodeFoldingEnabled'#4'Left'#2#6#6'Height'#2#20#3'Top'#2 +'rentColor'#8#0#0#6'TBevel'#6'Bevel1'#4'Left'#2#6#6'Height'#2#2#3'Top'#2'1'#5
+#23#5'Width'#3#165#0#7'Caption'#6#21'chkCodeFoldingEnabled'#8'OnChange'#7#27 +'Width'#3#208#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#0#0#9'TCheckBo'
+'chkCodeFoldingEnabledChange'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#18'edDividerD' +'x'#21'chkCodeFoldingEnabled'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#23#5'Width'
+'rawLevel'#4'Left'#3#211#0#6'Height'#2#23#3'Top'#2'B'#5'Width'#2'2'#8'MaxVal' +#3#165#0#7'Caption'#6#21'chkCodeFoldingEnabled'#8'OnChange'#7#27'chkCodeFold'
+'ue'#2#10#8'MinValue'#2#1#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#7'TButton'#12 +'ingEnabledChange'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#18'edDividerDrawLevel'#4
+'CancelButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Sid' +'Left'#3#211#0#6'Height'#2#23#3'Top'#2'B'#5'Width'#2'2'#8'MaxValue'#2#10#8'M'
+'e'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBott' +'inValue'#2#1#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#7'TButton'#12'CancelButto'
+'om.Side'#7#9'asrBottom'#4'Left'#3'k'#1#6'Height'#2#25#3'Top'#3#244#1#5'Widt' +'n'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrB'
+'h'#2'p'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpaci' +'ottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9
+'ng.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'CancelButt' +'asrBottom'#4'Left'#3'|'#1#6'Height'#2#25#3'Top'#3#244#1#5'Width'#2'_'#7'Anc'
+'on'#21'Constraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'OnClick' +'hors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
+#7#17'CancelButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#8'OkButton'#23'Ancho' +#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'CancelButton'#21'Constrai'
+'rSideRight.Control'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Own' +'nts.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'OnClick'#7#17'CancelBut'
+'er'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#18#1#6'Height'#2#25#3 +'tonClick'#8'TabOrder'#2#1#0#0#7'TButton'#8'OkButton'#23'AnchorSideRight.Con'
+'Top'#3#244#1#5'Width'#2'S'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSiz' +'trol'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorS'
+'e'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Capti' +'ideBottom.Side'#7#9'asrBottom'#4'Left'#3'+'#1#6'Height'#2#25#3'Top'#3#244#1
+'on'#6#8'OkButton'#21'Constraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2 +#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'Borde'
+'K'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#2#0#0#10'TImageList'#9'Imag' +'rSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#8'OkBut'
+'eList'#6'Height'#2#21#5'Width'#2#21#4'left'#3#208#1#3'top'#2#16#6'Bitmap'#10 +'ton'#21'Constraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'OnClick'
+'"'#29#0#0'li'#2#0#0#0#21#0#0#0#21#0#0#0'N'#16#0#0'/* XPM */'#10'static char' +#7#13'OkButtonClick'#8'TabOrder'#2#2#0#0#10'TImageList'#9'ImageList'#6'Heigh'
+' * keymapcategory_xpm[] = {'#10'"22 22 191 2",'#10'" '#9'c None",'#10'". ' +'t'#2#21#5'Width'#2#21#4'left'#3#144#1#3'top'#2'('#6'Bitmap'#10'"'#29#0#0'li'
+#9'c #4B4E48",'#10'"+ '#9'c #8D918B",'#10'"@ '#9'c #AAAEA8",'#10'"# '#9'c #C' +#2#0#0#0#21#0#0#0#21#0#0#0'N'#16#0#0'/* XPM */'#10'static char * keymapcateg'
+'3C7C2",'#10'"$ '#9'c #D2D6D1",'#10'"% '#9'c #A1A4A1",'#10'"& '#9'c #80857A"' +'ory_xpm[] = {'#10'"22 22 191 2",'#10'" '#9'c None",'#10'". '#9'c #4B4E48",'
+','#10'"* '#9'c #B5BAB0",'#10'"= '#9'c #90938D",'#10'"- '#9'c #9A9C99",'#10 +#10'"+ '#9'c #8D918B",'#10'"@ '#9'c #AAAEA8",'#10'"# '#9'c #C3C7C2",'#10'"$ '
+'"; '#9'c #939493",'#10'"> '#9'c #BCC0BC",'#10'", '#9'c #E6EAE5",'#10'"'' '#9 +#9'c #D2D6D1",'#10'"% '#9'c #A1A4A1",'#10'"& '#9'c #80857A",'#10'"* '#9'c #B'
+'c #B0B2AE",'#10'") '#9'c #4E4E4B",'#10'"! '#9'c #ADB1AA",'#10'"~ '#9'c #ADB' +'5BAB0",'#10'"= '#9'c #90938D",'#10'"- '#9'c #9A9C99",'#10'"; '#9'c #939493"'
+'1A8",'#10'"{ '#9'c #C0C4BD",'#10'"] '#9'c #8D908C",'#10'"^ '#9'c #8B8D8B",' +','#10'"> '#9'c #BCC0BC",'#10'", '#9'c #E6EAE5",'#10'"'' '#9'c #B0B2AE",'#10
+#10'"/ '#9'c #979A97",'#10'"( '#9'c #E4E7E4",'#10'"_ '#9'c #959792",'#10'": ' +'") '#9'c #4E4E4B",'#10'"! '#9'c #ADB1AA",'#10'"~ '#9'c #ADB1A8",'#10'"{ '#9
+#9'c #464942",'#10'"< '#9'c #3E403A",'#10'"[ '#9'c #787A78",'#10'"} '#9'c #E' +'c #C0C4BD",'#10'"] '#9'c #8D908C",'#10'"^ '#9'c #8B8D8B",'#10'"/ '#9'c #979'
+'7E9E7",'#10'"| '#9'c #D1D2D0",'#10'"1 '#9'c #ADB0AC",'#10'"2 '#9'c #B6B8B4"' +'A97",'#10'"( '#9'c #E4E7E4",'#10'"_ '#9'c #959792",'#10'": '#9'c #464942",'
+','#10'"3 '#9'c #BABDB9",'#10'"4 '#9'c #CFD3CF",'#10'"5 '#9'c #7E807C",'#10 +#10'"< '#9'c #3E403A",'#10'"[ '#9'c #787A78",'#10'"} '#9'c #E7E9E7",'#10'"| '
+'"6 '#9'c #52564D",'#10'"7 '#9'c #4C4F47",'#10'"8 '#9'c #3B3D36",'#10'"9 '#9 +#9'c #D1D2D0",'#10'"1 '#9'c #ADB0AC",'#10'"2 '#9'c #B6B8B4",'#10'"3 '#9'c #B'
+'c #4E504A",'#10'"0 '#9'c #979B95",'#10'"a '#9'c #A8ACA5",'#10'"b '#9'c #CBC' +'ABDB9",'#10'"4 '#9'c #CFD3CF",'#10'"5 '#9'c #7E807C",'#10'"6 '#9'c #52564D"'
+'FCB",'#10'"c '#9'c #C0C5C1",'#10'"d '#9'c #A7AAA7",'#10'"e '#9'c #BBBCBB",' +','#10'"7 '#9'c #4C4F47",'#10'"8 '#9'c #3B3D36",'#10'"9 '#9'c #4E504A",'#10
+#10'"f '#9'c #F0F2F0",'#10'"g '#9'c #EEF0EF",'#10'"h '#9'c #E3E5E3",'#10'"i ' +'"0 '#9'c #979B95",'#10'"a '#9'c #A8ACA5",'#10'"b '#9'c #CBCFCB",'#10'"c '#9
+#9'c #CACDCA",'#10'"j '#9'c #BDC0BD",'#10'"k '#9'c #949893",'#10'"l '#9'c #7' +'c #C0C5C1",'#10'"d '#9'c #A7AAA7",'#10'"e '#9'c #BBBCBB",'#10'"f '#9'c #F0F'
+'1756B",'#10'"m '#9'c #606359",'#10'"n '#9'c #4B4E46",'#10'"o '#9'c #7D8178"' +'2F0",'#10'"g '#9'c #EEF0EF",'#10'"h '#9'c #E3E5E3",'#10'"i '#9'c #CACDCA",'
+','#10'"p '#9'c #B5B9B0",'#10'"q '#9'c #959894",'#10'"r '#9'c #A9AAA8",'#10 +#10'"j '#9'c #BDC0BD",'#10'"k '#9'c #949893",'#10'"l '#9'c #71756B",'#10'"m '
+'"s '#9'c #D3D5D3",'#10'"t '#9'c #CCD0CC",'#10'"u '#9'c #E6EAE6",'#10'"v '#9 +#9'c #606359",'#10'"n '#9'c #4B4E46",'#10'"o '#9'c #7D8178",'#10'"p '#9'c #B'
+'c #A0A49E",'#10'"w '#9'c #414440",'#10'"x '#9'c #DADCDA",'#10'"y '#9'c #BCB' +'5B9B0",'#10'"q '#9'c #959894",'#10'"r '#9'c #A9AAA8",'#10'"s '#9'c #D3D5D3"'
+'EBB",'#10'"z '#9'c #A3A6A2",'#10'"A '#9'c #B6BBB4",'#10'"B '#9'c #B4B8B3",' +','#10'"t '#9'c #CCD0CC",'#10'"u '#9'c #E6EAE6",'#10'"v '#9'c #A0A49E",'#10
+#10'"C '#9'c #8D918C",'#10'"D '#9'c #6C7266",'#10'"E '#9'c #5F635B",'#10'"F ' +'"w '#9'c #414440",'#10'"x '#9'c #DADCDA",'#10'"y '#9'c #BCBEBB",'#10'"z '#9
+#9'c #9EA39B",'#10'"G '#9'c #ABB0A7",'#10'"H '#9'c #CACDC6",'#10'"I '#9'c #8' +'c #A3A6A2",'#10'"A '#9'c #B6BBB4",'#10'"B '#9'c #B4B8B3",'#10'"C '#9'c #8D9'
+'F908E",'#10'"J '#9'c #9B9C9A",'#10'"K '#9'c #9D9F9D",'#10'"L '#9'c #DADDDA"' +'18C",'#10'"D '#9'c #6C7266",'#10'"E '#9'c #5F635B",'#10'"F '#9'c #9EA39B",'
+','#10'"M '#9'c #8C8F8A",'#10'"N '#9'c #4A4D46",'#10'"O '#9'c #3C3F38",'#10 +#10'"G '#9'c #ABB0A7",'#10'"H '#9'c #CACDC6",'#10'"I '#9'c #8F908E",'#10'"J '
+'"P '#9'c #5E615C",'#10'"Q '#9'c #999E95",'#10'"R '#9'c #767974",'#10'"S '#9 +#9'c #9B9C9A",'#10'"K '#9'c #9D9F9D",'#10'"L '#9'c #DADDDA",'#10'"M '#9'c #8'
+'c #6B6D6B",'#10'"T '#9'c #E4E8E4",'#10'"U '#9'c #DEE2DE",'#10'"V '#9'c #B0B' +'C8F8A",'#10'"N '#9'c #4A4D46",'#10'"O '#9'c #3C3F38",'#10'"P '#9'c #5E615C"'
+'4AF",'#10'"W '#9'c #737671",'#10'"X '#9'c #EAEDEA",'#10'"Y '#9'c #D1D3D0",' +','#10'"Q '#9'c #999E95",'#10'"R '#9'c #767974",'#10'"S '#9'c #6B6D6B",'#10
+#10'"Z '#9'c #A8ABA5",'#10'"` '#9'c #A8ACA7",'#10'" .'#9'c #D4D9D3",'#10'"..' ,'"T '#9'c #E4E8E4",'#10'"U '#9'c #DEE2DE",'#10'"V '#9'c #B0B4AF",'#10'"W '#9
+#9'c #D9DDD8",'#10'"+.'#9'c #717470",'#10'"@.'#9'c #545850",'#10'"#.'#9'c #4' +'c #737671",'#10'"X '#9'c #EAEDEA",'#10'"Y '#9'c #D1D3D0",'#10'"Z '#9'c #A8A'
+'C4F48",'#10'"$.'#9'c #43463D",'#10'"%.'#9'c #91978C",'#10'"&.'#9'c #B0B7AA"' +'BA5",'#10'"` '#9'c #A8ACA7",'#10'" .'#9'c #D4D9D3",'#10'"..'#9'c #D9DDD8",'
+','#10'"*.'#9'c #8E928C",'#10'"=.'#9'c #D1D5D0",'#10'"-.'#9'c #777976",'#10 +#10'"+.'#9'c #717470",'#10'"@.'#9'c #545850",'#10'"#.'#9'c #4C4F48",'#10'"$.'
+'";.'#9'c #7C7F7C",'#10'">.'#9'c #B9BCB9",'#10'",.'#9'c #BDBFBD",'#10'"''.'#9 +#9'c #43463D",'#10'"%.'#9'c #91978C",'#10'"&.'#9'c #B0B7AA",'#10'"*.'#9'c #8'
,'c #4B4C47",'#10'").'#9'c #656764",'#10'"!.'#9'c #F3F5F3",'#10'"~.'#9'c #EBE' +'E928C",'#10'"=.'#9'c #D1D5D0",'#10'"-.'#9'c #777976",'#10'";.'#9'c #7C7F7C"'
+'CEB",'#10'"{.'#9'c #E5E7E5",'#10'"].'#9'c #ADB0AD",'#10'"^.'#9'c #858883",' +','#10'">.'#9'c #B9BCB9",'#10'",.'#9'c #BDBFBD",'#10'"''.'#9'c #4B4C47",'#10
+#10'"/.'#9'c #74786E",'#10'"(.'#9'c #60645B",'#10'"_.'#9'c #4E5349",'#10'":.' +'").'#9'c #656764",'#10'"!.'#9'c #F3F5F3",'#10'"~.'#9'c #EBECEB",'#10'"{.'#9
+#9'c #42463D",'#10'"<.'#9'c #7A7D7A",'#10'"[.'#9'c #D3D6D2",'#10'"}.'#9'c #A' +'c #E5E7E5",'#10'"].'#9'c #ADB0AD",'#10'"^.'#9'c #858883",'#10'"/.'#9'c #747'
+'EB2AB",'#10'"|.'#9'c #B3B8B0",'#10'"1.'#9'c #D0D3CE",'#10'"2.'#9'c #B8BCB8"' +'86E",'#10'"(.'#9'c #60645B",'#10'"_.'#9'c #4E5349",'#10'":.'#9'c #42463D",'
+','#10'"3.'#9'c #E1E5E1",'#10'"4.'#9'c #A0A49F",'#10'"5.'#9'c #4E514B",'#10 +#10'"<.'#9'c #7A7D7A",'#10'"[.'#9'c #D3D6D2",'#10'"}.'#9'c #AEB2AB",'#10'"|.'
+'"6.'#9'c #4D5149",'#10'"7.'#9'c #E4E6E4",'#10'"8.'#9'c #E7E8E7",'#10'"9.'#9 +#9'c #B3B8B0",'#10'"1.'#9'c #D0D3CE",'#10'"2.'#9'c #B8BCB8",'#10'"3.'#9'c #E'
+'c #E2E5E2",'#10'"0.'#9'c #DEE3DE",'#10'"a.'#9'c #DDE2DD",'#10'"b.'#9'c #A6A' +'1E5E1",'#10'"4.'#9'c #A0A49F",'#10'"5.'#9'c #4E514B",'#10'"6.'#9'c #4D5149"'
+'BA4",'#10'"c.'#9'c #757A70",'#10'"d.'#9'c #64685E",'#10'"e.'#9'c #52574C",' +','#10'"7.'#9'c #E4E6E4",'#10'"8.'#9'c #E7E8E7",'#10'"9.'#9'c #E2E5E2",'#10
+#10'"f.'#9'c #4A4D45",'#10'"g.'#9'c #B3B7B3",'#10'"h.'#9'c #EFF2EF",'#10'"i.' +'"0.'#9'c #DEE3DE",'#10'"a.'#9'c #DDE2DD",'#10'"b.'#9'c #A6ABA4",'#10'"c.'#9
+#9'c #F1F2F1",'#10'"j.'#9'c #D4D7D4",'#10'"k.'#9'c #BBBEBB",'#10'"l.'#9'c #A' +'c #757A70",'#10'"d.'#9'c #64685E",'#10'"e.'#9'c #52574C",'#10'"f.'#9'c #4A4'
+'EB1AD",'#10'"m.'#9'c #939791",'#10'"n.'#9'c #64685F",'#10'"o.'#9'c #5C6157"' +'D45",'#10'"g.'#9'c #B3B7B3",'#10'"h.'#9'c #EFF2EF",'#10'"i.'#9'c #F1F2F1",'
+','#10'"p.'#9'c #4B4F46",'#10'"q.'#9'c #474B41",'#10'"r.'#9'c #BBBDBA",'#10 +#10'"j.'#9'c #D4D7D4",'#10'"k.'#9'c #BBBEBB",'#10'"l.'#9'c #AEB1AD",'#10'"m.'
+'"s.'#9'c #DCE1DC",'#10'"t.'#9'c #A6ABA3",'#10'"u.'#9'c #757A6F",'#10'"v.'#9 +#9'c #939791",'#10'"n.'#9'c #64685F",'#10'"o.'#9'c #5C6157",'#10'"p.'#9'c #4'
+'c #666B61",'#10'"w.'#9'c #4A4E45",'#10'"x.'#9'c #DCDFDC",'#10'"y.'#9'c #EFF' +'B4F46",'#10'"q.'#9'c #474B41",'#10'"r.'#9'c #BBBDBA",'#10'"s.'#9'c #DCE1DC"'
+'0EF",'#10'"z.'#9'c #E9E9E9",'#10'"A.'#9'c #E2E7E2",'#10'"B.'#9'c #D7DCD7",' +','#10'"t.'#9'c #A6ABA3",'#10'"u.'#9'c #757A6F",'#10'"v.'#9'c #666B61",'#10
+#10'"C.'#9'c #75796F",'#10'"D.'#9'c #61655B",'#10'"E.'#9'c #4F5449",'#10'"F.' +'"w.'#9'c #4A4E45",'#10'"x.'#9'c #DCDFDC",'#10'"y.'#9'c #EFF0EF",'#10'"z.'#9
+#9'c #464B41",'#10'"G.'#9'c #949794",'#10'"H.'#9'c #D5D9D5",'#10'"I.'#9'c #D' +'c #E9E9E9",'#10'"A.'#9'c #E2E7E2",'#10'"B.'#9'c #D7DCD7",'#10'"C.'#9'c #757'
+'FE4DF",'#10'"J.'#9'c #DDE1DC",'#10'"K.'#9'c #A1A79C",'#10'"L.'#9'c #74796E"' +'96F",'#10'"D.'#9'c #61655B",'#10'"E.'#9'c #4F5449",'#10'"F.'#9'c #464B41",'
+','#10'"M.'#9'c #50544C",'#10'"N.'#9'c #EBEEEB",'#10'"O.'#9'c #DFE3DF",'#10 +#10'"G.'#9'c #949794",'#10'"H.'#9'c #D5D9D5",'#10'"I.'#9'c #DFE4DF",'#10'"J.'
+'"P.'#9'c #DADEDA",'#10'"Q.'#9'c #A0A49D",'#10'"R.'#9'c #63675E",'#10'"S.'#9 +#9'c #DDE1DC",'#10'"K.'#9'c #A1A79C",'#10'"L.'#9'c #74796E",'#10'"M.'#9'c #5'
+'c #4D5248",'#10'"T.'#9'c #8D908D",'#10'"U.'#9'c #7C8079",'#10'"V.'#9'c #3E4' +'0544C",'#10'"N.'#9'c #EBEEEB",'#10'"O.'#9'c #DFE3DF",'#10'"P.'#9'c #DADEDA"'
+'13B",'#10'"W.'#9'c #6D6F6D",'#10'"X.'#9'c #D2D6D2",'#10'"Y.'#9'c #DBE0DA",' +','#10'"Q.'#9'c #A0A49D",'#10'"R.'#9'c #63675E",'#10'"S.'#9'c #4D5248",'#10
+#10'"Z.'#9'c #9EA499",'#10'"`.'#9'c #747A6E",'#10'" +'#9'c #5F645B",'#10'".+' +'"T.'#9'c #8D908D",'#10'"U.'#9'c #7C8079",'#10'"V.'#9'c #3E413B",'#10'"W.'#9
+#9'c #8B8E8B",'#10'"++'#9'c #D0D3D0",'#10'"@+'#9'c #D6D9D5",'#10'"#+'#9'c #9' +'c #6D6F6D",'#10'"X.'#9'c #D2D6D2",'#10'"Y.'#9'c #DBE0DA",'#10'"Z.'#9'c #9EA'
+'2978D",'#10'"$+'#9'c #5A5E54",'#10'"%+'#9'c #626261",'#10'" ' +'499",'#10'"`.'#9'c #747A6E",'#10'" +'#9'c #5F645B",'#10'".+'#9'c #8B8E8B",'
+' ",'#10'" ' +#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'" '
+' ! ~ { ] ^ / ( _ : < ",'#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'" "};' +' ",'#10'" . + @ # $ % ",'#10
+#10#190#12#0#0'/* XPM */'#10'static char * keymaprelation_xpm[] = {'#10'"22 ' +'" & * = - ; > , '' ) ",'#10'" ! ~ { ] ^ / ('
+'22 134 2",'#10'" '#9'c None",'#10'". '#9'c #C0C0C0",'#10'"+ '#9'c #CCCCCC"' +' _ : < ",'#10'" [ } | 1 2 3 4 5 6 7 8 9 0 a b c d '
+','#10'"@ '#9'c #CACACA",'#10'"# '#9'c #C9C9C9",'#10'"$ '#9'c #C8C8C8",'#10 +'",'#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'
+'"% '#9'c #C7C7C7",'#10'"& '#9'c #C6C6C6",'#10'"* '#9'c #C5C5C5",'#10'"= '#9 +' 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 ` ...+.'
+'c #C1C1C1",'#10'"- '#9'c #BABABA",'#10'"; '#9'c #B8B8B8",'#10'"> '#9'c #B4B' +'@.#.$.",'#10'" %.&.*.=.-.;.>.,.''.).!.~.X {.].^./.(._.:.",'#10'" <.[.}.'
+'4B4",'#10'", '#9'c #ADADAD",'#10'"'' '#9'c #A0A0A0",'#10'") '#9'c #F6F6F6",' +'|.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'
+#10'"! '#9'c #EEEEEE",'#10'"~ '#9'c #E6E6E6",'#10'"{ '#9'c #E7E7E7",'#10'"] ' +'.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'" '
+#9'c #E8E8E8",'#10'"^ '#9'c #E5E5E5",'#10'"/ '#9'c #E4E4E4",'#10'"( '#9'c #E' +',.N.{.O.s.P.Q./.R.S. T.].U.V. ",'#10'" W.X.a.s.Y.Z.`. + '
+'2E2E2",'#10'"_ '#9'c #DEDEDE",'#10'": '#9'c #797979",'#10'"< '#9'c #A5A5A5"' +' ",'#10'" .+++@+#+$+ ",'
+','#10'"[ '#9'c #F9F9F9",'#10'"} '#9'c #D9D9D9",'#10'"| '#9'c #D7D7D7",'#10 +#10'" %+ ",'#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'" "};'#10#190#12#0#0'/*'
+#10'" '' ) ) ! ~ ~ ~ { ] ~ ^ / ( _ + ; : ",'#10'" < [ ) } | 1 _ ' +' XPM */'#10'static char * keymaprelation_xpm[] = {'#10'"22 22 134 2",'#10'"'
+'2 / ~ 3 4 5 6 7 8 9 ",'#10'" 0 a b c d _ 2 / ~ 3 4 5 6 e f g h ' +' '#9'c None",'#10'". '#9'c #C0C0C0",'#10'"+ '#9'c #CCCCCC",'#10'"@ '#9'c #'
+' ",'#10'" i j j d k l m ~ ] 3 n } e j & o p ",'#10'" q 6 e _ ' +'CACACA",'#10'"# '#9'c #C9C9C9",'#10'"$ '#9'c #C8C8C8",'#10'"% '#9'c #C7C7C7'
+'l m ^ ] r 2 s 3 t u & v w ",'#10'" q 5 x l ( ^ { r ^ y o $ j b z A' +'",'#10'"& '#9'c #C6C6C6",'#10'"* '#9'c #C5C5C5",'#10'"= '#9'c #C1C1C1",'#10
+' B ",'#10'" '' 5 x m ^ { r C D E , F } ) G H I ",'#10'" ' +'"- '#9'c #BABABA",'#10'"; '#9'c #B8B8B8",'#10'"> '#9'c #B4B4B4",'#10'", '#9
+''' C x ^ ~ 3 4 ! k 1 J K L a M N O ",'#10'" '' 4 x { 3 4 5 x P Q R' +'c #ADADAD",'#10'"'' '#9'c #A0A0A0",'#10'") '#9'c #F6F6F6",'#10'"! '#9'c #EE'
+' S T U - V W ",'#10'" X ] 6 3 4 5 6 e Y k c W L [ ; Z ` ",' +'EEEE",'#10'"~ '#9'c #E6E6E6",'#10'"{ '#9'c #E7E7E7",'#10'"] '#9'c #E8E8E8",'
+#10'" o ^ C 4 5 6 e t < ...+.@ @.#.$.%. ",'#10'" &.*.] ! 6 x t u' +#10'"^ '#9'c #E5E5E5",'#10'"/ '#9'c #E4E4E4",'#10'"( '#9'c #E2E2E2",'#10'"_ '
+' b C b [ @.=.-.;.>. ",'#10'" ,.''.( 1 % ).n n !.> 8 y y ~.Z w {. ' +#9'c #DEDEDE",'#10'": '#9'c #797979",'#10'"< '#9'c #A5A5A5",'#10'"[ '#9'c #F'
+' ",'#10'" ].7 . ^./.(._.:.<.[.}._./.|.>.1.2. ",'#10'" 3.&.` 4.' +'9F9F9",'#10'"} '#9'c #D9D9D9",'#10'"| '#9'c #D7D7D7",'#10'"1 '#9'c #DBDBDB"'
+'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'"2 '#9'c #E1E1E1",'#10'"3 '#9'c #E9E9E9",'#10'"4 '#9'c #EBEBEB",'#10
+'. ",'#10'" ",'#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 #F7F'
+'7F7",'#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 #A8A8A8",'#10'"h '
+#9'c #6F6F6F",'#10'"i '#9'c #A2A2A2",'#10'"j '#9'c #F3F3F3",'#10'"k '#9'c #D'
,'DDDDD",'#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 #F2F2F2",'#10'"u '#9
+'c #F4F4F4",'#10'"v '#9'c #9D9D9D",'#10'"w '#9'c #6B6B6B",'#10'"x '#9'c #F0F'
+'0F0",'#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 #939393",'#10'"E '
+#9'c #898989",'#10'"F '#9'c #636363",'#10'"G '#9'c #BFBFBF",'#10'"H '#9'c #8'
+'B8B8B",'#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 #6E6E6E",'#10'"R '#9
+'c #969696",'#10'"S '#9'c #626262",'#10'"T '#9'c #D2D2D2",'#10'"U '#9'c #F8F'
+'8F8",'#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 #5C5C5C",'#10'" .'
+#9'c #7C7C7C",'#10'"..'#9'c #8E8E8E",'#10'"+.'#9'c #909090",'#10'"@.'#9'c #F'
+'AFAFA",'#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 #565656",'#10'",.'#9
+'c #9A9A9A",'#10'"''.'#9'c #D5D5D5",'#10'").'#9'c #BBBBBB",'#10'"!.'#9'c #B7'
+'B7B7",'#10'"~.'#9'c #AAAAAA",'#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 #5'
+'05050",'#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 #434343",'#10'"8.'#9
+'c #464646",'#10'"9.'#9'c #494949",'#10'"0.'#9'c #292929",'#10'"a.'#9'c #232'
+'323",'#10'"b.'#9'c #222222",'#10'"c.'#9'c #242424",'#10'" '
+' ",'#10'" ' +' ",'#10'" '
+' "};'#10#0#0#0 +' ",'#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
]); ]);

View File

@ -434,7 +434,7 @@ type
CancelButton: TButton; CancelButton: TButton;
// general // general
procedure GeneralCheckBoxOnClick(Sender: TObject; Index: integer); procedure GeneralCheckBoxOnChange(Sender: TObject; Index: integer);
procedure ComboBoxOnChange(Sender: TObject); procedure ComboBoxOnChange(Sender: TObject);
procedure ComboBoxOnExit(Sender: TObject); procedure ComboBoxOnExit(Sender: TObject);
procedure ComboBoxOnKeyDown(Sender: TObject; procedure ComboBoxOnKeyDown(Sender: TObject;
@ -2557,7 +2557,7 @@ end;
// general // general
procedure TEditorOptionsForm.GeneralCheckBoxOnClick(Sender: TObject; Index: integer); procedure TEditorOptionsForm.GeneralCheckBoxOnChange(Sender: TObject; Index: integer);
var var
a: Integer; a: Integer;
NewColor: TColor; NewColor: TColor;
@ -2593,7 +2593,7 @@ var
PreviewEdits[a].Options2 := PreviewEdits[a].Options2 - [AnOption]; PreviewEdits[a].Options2 := PreviewEdits[a].Options2 - [AnOption];
end; end;
// GeneralCheckBoxOnClick // GeneralCheckBoxOnChange
begin begin
if FormCreating then if FormCreating then
exit; exit;

View File

@ -1728,11 +1728,6 @@ begin
end; end;
DeliverMouseUpMessage(Widget,Event,TWinControl(Data)); DeliverMouseUpMessage(Widget,Event,TWinControl(Data));
{$IFDEF gtk2}
// stop the message here because it can get sent to the parent to make
// multiple incorrect mousemove messages
if TWinControl(Data).FCompStyle = csWinControl then Result := True;
{$ENDIF}
end; end;
{------------------------------------------------------------------------------- {-------------------------------------------------------------------------------

View File

@ -29,8 +29,6 @@ implementation
function TGtk2ThemeServices.GetGtkStyleParams(DC: HDC; function TGtk2ThemeServices.GetGtkStyleParams(DC: HDC;
Details: TThemedElementDetails): TGtkStyleParams; Details: TThemedElementDetails): TGtkStyleParams;
var
ClientWidget: PGtkWidget;
begin begin
Result := inherited GetGtkStyleParams(DC, Details); Result := inherited GetGtkStyleParams(DC, Details);