From ef99e72ec8bfc8bf7d21225c8d04a0c22726f2ba Mon Sep 17 00:00:00 2001 From: laurent Date: Tue, 16 Sep 2008 07:45:44 +0000 Subject: [PATCH] add standard glyph in buttons git-svn-id: trunk@16603 - --- ide/editoroptions.lfm | 212 ++++--- ide/editoroptions.lrs | 1087 ++++++++++++++++++--------------- ide/editoroptions.pp | 5 +- ide/encloseselectiondlg.lfm | 129 +++- ide/encloseselectiondlg.lrs | 131 +++- ide/encloseselectiondlg.pas | 4 +- ide/environmentopts.lfm | 161 +++-- ide/environmentopts.lrs | 1138 +++++++++++++++++++---------------- ide/environmentopts.pp | 5 +- ide/findinfilesdlg.lfm | 224 ++++--- ide/findinfilesdlg.lrs | 253 +++++--- ide/findinfilesdlg.pas | 4 +- ide/findpalettecomp.lfm | 110 +++- ide/findpalettecomp.lrs | 140 ++++- ide/findpalettecomp.pas | 4 +- 15 files changed, 2193 insertions(+), 1414 deletions(-) diff --git a/ide/editoroptions.lfm b/ide/editoroptions.lfm index 479294a840..e9cd89f8f6 100644 --- a/ide/editoroptions.lfm +++ b/ide/editoroptions.lfm @@ -9,11 +9,12 @@ object EditorOptionsForm: TEditorOptionsForm ClientWidth = 554 Constraints.MinHeight = 500 Constraints.MinWidth = 420 + ParentFont = False Position = poScreenCenter LCLVersion = '0.9.25' object MainNotebook: TNotebook AnchorSideBottom.Control = BtnPanel - Height = 530 + Height = 533 Width = 554 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] @@ -99,7 +100,6 @@ object EditorOptionsForm: TEditorOptionsForm Top = 422 Width = 100 Anchors = [akLeft, akBottom] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Around = 6 Items.Strings = ( '1' @@ -107,7 +107,7 @@ object EditorOptionsForm: TEditorOptionsForm '4' '8' ) - MaxLength = 0 + MaxLength = -1 OnChange = ComboBoxOnChange OnExit = ComboBoxOnExit OnKeyDown = ComboBoxOnKeyDown @@ -120,14 +120,13 @@ object EditorOptionsForm: TEditorOptionsForm Top = 449 Width = 100 Anchors = [akLeft, akBottom] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Around = 6 Items.Strings = ( '32767' '4096' '512' ) - MaxLength = 0 + MaxLength = -1 OnChange = ComboBoxOnChange OnExit = ComboBoxOnExit OnKeyDown = ComboBoxOnKeyDown @@ -141,7 +140,6 @@ object EditorOptionsForm: TEditorOptionsForm Top = 476 Width = 100 Anchors = [akLeft, akBottom] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Around = 6 Items.Strings = ( '1' @@ -149,7 +147,7 @@ object EditorOptionsForm: TEditorOptionsForm '4' '8' ) - MaxLength = 0 + MaxLength = -1 OnChange = ComboBoxOnChange OnExit = ComboBoxOnExit OnKeyDown = ComboBoxOnKeyDown @@ -168,8 +166,8 @@ object EditorOptionsForm: TEditorOptionsForm Align = alTop BorderSpacing.Around = 6 Caption = 'MarginAndGutterGroupBox' - ClientHeight = 109 - ClientWidth = 536 + ClientHeight = 128 + ClientWidth = 540 TabOrder = 1 object RightMarginLabel: TLabel Left = 358 @@ -259,13 +257,12 @@ object EditorOptionsForm: TEditorOptionsForm Height = 29 Top = 4 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( '80' '78' '76' ) - MaxLength = 0 + MaxLength = -1 OnChange = ComboBoxOnChange OnExit = ComboBoxOnExit OnKeyDown = ComboBoxOnKeyDown @@ -296,8 +293,8 @@ object EditorOptionsForm: TEditorOptionsForm AutoSize = True BorderSpacing.Around = 6 Caption = 'EditorFontGroupBox' - ClientHeight = 129 - ClientWidth = 536 + ClientHeight = 148 + ClientWidth = 540 TabOrder = 0 object EditorFontLabel: TLabel Left = 6 @@ -354,9 +351,8 @@ object EditorOptionsForm: TEditorOptionsForm Top = 6 Width = 471 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Around = 6 - MaxLength = 0 + MaxLength = -1 OnEditingDone = EditorFontComboBoxEditingDone TabOrder = 0 Text = 'EditorFontComboBox' @@ -378,7 +374,6 @@ object EditorOptionsForm: TEditorOptionsForm Height = 29 Top = 41 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( '10' '11' @@ -390,7 +385,7 @@ object EditorOptionsForm: TEditorOptionsForm '17' '18' ) - MaxLength = 0 + MaxLength = -1 OnChange = ComboBoxOnChange OnExit = ComboBoxOnExit OnKeyDown = ComboBoxOnKeyDown @@ -403,13 +398,12 @@ object EditorOptionsForm: TEditorOptionsForm Height = 29 Top = 70 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( '0' '1' '2' ) - MaxLength = 0 + MaxLength = -1 OnChange = ComboBoxOnChange OnExit = ComboBoxOnExit OnKeyDown = ComboBoxOnKeyDown @@ -422,13 +416,12 @@ object EditorOptionsForm: TEditorOptionsForm Height = 29 Top = 99 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( '0' '1' '2' ) - MaxLength = 0 + MaxLength = -1 OnChange = ComboBoxOnChange OnExit = ComboBoxOnExit OnKeyDown = ComboBoxOnKeyDown @@ -446,6 +439,7 @@ object EditorOptionsForm: TEditorOptionsForm Font.Name = 'courier' Font.Pitch = fpFixed ParentColor = False + ParentFont = False TabOrder = 2 BookMarkOptions.OnChange = nil Keystrokes = < @@ -779,14 +773,14 @@ object EditorOptionsForm: TEditorOptionsForm end object KeymappingPage: TPage Caption = 'KeymappingPage' - ClientWidth = 552 - ClientHeight = 503 + ClientWidth = 546 + ClientHeight = 507 object KeyMappingHelpLabel: TLabel AnchorSideTop.Control = KeymappingPage Left = 8 - Height = 20 + Height = 14 Top = 6 - Width = 140 + Width = 105 BorderSpacing.Left = 6 BorderSpacing.Top = 6 BorderSpacing.Right = 6 @@ -799,9 +793,9 @@ object EditorOptionsForm: TEditorOptionsForm AnchorSideBottom.Control = KeymappingPage AnchorSideBottom.Side = asrBottom Left = 6 - Height = 29 - Top = 468 - Width = 232 + Height = 23 + Top = 478 + Width = 189 Anchors = [akLeft, akBottom] AutoSize = True BorderSpacing.Around = 6 @@ -815,10 +809,10 @@ object EditorOptionsForm: TEditorOptionsForm AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = KeymappingPage AnchorSideBottom.Side = asrBottom - Left = 299 - Height = 29 - Top = 468 - Width = 247 + Left = 337 + Height = 23 + Top = 478 + Width = 203 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Around = 6 @@ -834,9 +828,9 @@ object EditorOptionsForm: TEditorOptionsForm AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = KeyMappingFindKeyButton Left = 6 - Height = 362 - Top = 65 - Width = 540 + Height = 384 + Top = 59 + Width = 534 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 DefaultItemHeight = 21 @@ -855,8 +849,8 @@ object EditorOptionsForm: TEditorOptionsForm AnchorSideRight.Side = asrBottom Left = 6 Height = 27 - Top = 32 - Width = 540 + Top = 26 + Width = 534 Anchors = [akTop, akLeft, akRight] AutoSize = True BorderSpacing.Around = 6 @@ -871,9 +865,9 @@ object EditorOptionsForm: TEditorOptionsForm AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = KeyMappingChooseSchemeButton Left = 6 - Height = 29 - Top = 433 - Width = 178 + Height = 23 + Top = 449 + Width = 154 Anchors = [akLeft, akBottom] AutoSize = True BorderSpacing.Around = 6 @@ -923,8 +917,7 @@ object EditorOptionsForm: TEditorOptionsForm Height = 21 Top = 10 Width = 200 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] - MaxLength = 0 + MaxLength = -1 OnChange = ComboBoxOnChange OnExit = ComboBoxOnExit OnKeyDown = ComboBoxOnKeyDown @@ -936,8 +929,7 @@ object EditorOptionsForm: TEditorOptionsForm Height = 21 Top = 34 Width = 200 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] - MaxLength = 0 + MaxLength = -1 OnChange = ComboBoxOnChange OnExit = ComboBoxOnExit OnKeyDown = ComboBoxOnKeyDown @@ -949,13 +941,12 @@ object EditorOptionsForm: TEditorOptionsForm Height = 21 Top = 58 Width = 200 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( 'pp;pas;inc;lpr;lrs;dpr;dpk' 'pp;pas;inc;lpr;lrs' 'pp;pas;inc' ) - MaxLength = 0 + MaxLength = -1 OnChange = ComboBoxOnChange OnExit = ComboBoxOnExit OnKeyDown = ComboBoxOnKeyDown @@ -973,6 +964,7 @@ object EditorOptionsForm: TEditorOptionsForm Font.Name = 'courier' Font.Pitch = fpFixed ParentColor = False + ParentFont = False TabOrder = 3 OnMouseDown = ColorPreviewMouseUp BookMarkOptions.OnChange = nil @@ -1352,8 +1344,8 @@ object EditorOptionsForm: TEditorOptionsForm Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 Caption = 'Attributes' - ClientHeight = 199 - ClientWidth = 330 + ClientHeight = 218 + ClientWidth = 334 TabOrder = 7 object ForeGroundLabel: TLabel Left = 8 @@ -1637,8 +1629,8 @@ object EditorOptionsForm: TEditorOptionsForm Align = alClient BorderSpacing.Around = 6 Caption = 'AutomaticFeaturesGroupBox' - ClientHeight = 472 - ClientWidth = 536 + ClientHeight = 491 + ClientWidth = 540 TabOrder = 0 object AutoDelayLabel: TLabel Left = 6 @@ -1775,42 +1767,120 @@ object EditorOptionsForm: TEditorOptionsForm end end object BtnPanel: TPanel - Height = 41 - Top = 536 + Height = 38 + Top = 539 Width = 554 Align = alBottom AutoSize = True BevelOuter = bvNone - ClientHeight = 41 + ClientHeight = 38 ClientWidth = 554 TabOrder = 1 - object OkButton: TButton - AnchorSideBottom.Side = asrBottom - Left = 369 - Height = 29 - Top = 6 - Width = 75 - Align = alRight - AutoSize = True - BorderSpacing.Around = 6 - Caption = 'OkButton' - Constraints.MinWidth = 75 - OnClick = OkButtonClick - TabOrder = 0 - end - object CancelButton: TButton + object CancelButton: TBitBtn + AnchorSideRight.Control = BtnPanel AnchorSideRight.Side = asrBottom + AnchorSideBottom.Control = BtnPanel AnchorSideBottom.Side = asrBottom - Left = 450 - Height = 29 + Left = 439 + Height = 26 Top = 6 - Width = 98 + Width = 109 Align = alRight AutoSize = True BorderSpacing.Around = 6 Caption = 'CancelButton' Constraints.MinWidth = 75 + Glyph.Data = { + 36040000424D3604000000000000360000002800000010000000100000000100 + 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF003F3DED413B38EB08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00211FE3081E1CE241FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004A47F0414F4CF2FF403EEDFD3C39EB08FFFFFF00FFFFFF00FFFFFF00FFFF + FF002725E5082422E4FC312FEAFF1F1DE241FFFFFF00FFFFFF00FFFFFF005451 + F3415856F5FF6361FAFF5855F6FF413FEDFC3D3AEC08FFFFFF00FFFFFF00302D + E7082C2AE6FC413FF1FF4C4AF6FF312FEAFF1F1DE241FFFFFF00FFFFFF005956 + F52B5B58F6FF6562FAFF7170FFFF5956F6FF4240EEFC3E3BEC083937EB083532 + E9FC4745F2FF6362FFFF4A48F4FF2F2DE9FF2220E32BFFFFFF00FFFFFF00FFFF + FF005A57F52B5B59F6FF6663FAFF7471FFFF5A58F6FF4341EEFC3E3CECFD504D + F4FF6867FFFF504EF5FF3634EBFF2A27E52BFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF005B58F62B5C5AF6FF6764FAFF7472FFFF7370FFFF706EFFFF6E6C + FFFF5755F7FF3F3DEEFF3230E82BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF005C59F62B5D5BF7FF7976FFFF5956FFFF5754FFFF7270 + FFFF4846F0FF3C39EB2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00615EF8085D5AF6FD7D79FFFF5E5BFFFF5B58FFFF7674 + FFFF4643EFFD413FED08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF006967FB086663F9FC706DFBFF807EFFFF7E7BFFFF7C79FFFF7977 + FFFF5E5CF7FF4744EFFC4240EE08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00716EFD086E6BFCFC7774FDFF8682FFFF7673FCFF6462F8FF605DF7FF6D6A + FAFF7B79FFFF605DF7FF4845EFFC4341EE08FFFFFF00FFFFFF00FFFFFF007673 + FF087471FEFD7D7AFEFF8A87FFFF7C79FDFF6C69FBFF6361F92B5F5CF72B615E + F8FF6E6CFAFF7D7AFFFF615FF7FF4946F0FC4441EE05FFFFFF00FFFFFF007774 + FF1F7A77FFFF817EFFFF817EFEFF7471FDFF6C69FB2BFFFFFF00FFFFFF00605D + F72B625FF8FF6F6DFBFF7E7CFFFF625FF8FF4A47F06F4542EE02FFFFFF00FFFF + FF007774FF1F7A77FFFF7976FEFF726FFD2BFFFFFF00FFFFFF00FFFFFF00FFFF + FF00615EF82B6461F8FF6A68F9FF5451F3A84F4DF229FFFFFF00FFFFFF00FFFF + FF00FFFFFF007774FF1F7774FF2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00625FF82B5D5BF76F5956F53EFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00 + } + NumGlyphs = 0 OnClick = CancelButtonClick + TabOrder = 0 + end + object OkButton: TBitBtn + AnchorSideRight.Control = CancelButton + AnchorSideBottom.Control = BtnPanel + AnchorSideBottom.Side = asrBottom + Left = 343 + Height = 26 + Top = 6 + Width = 90 + Align = alRight + AutoSize = True + BorderSpacing.Around = 6 + Caption = 'OkButton' + Constraints.MinWidth = 75 + Glyph.Data = { + 36040000424D3604000000000000360000002800000010000000100000000100 + 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00317A360A2D753207FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF003985400A37833DFF317B37FB2E763307FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF004292490A408E47FF54A35CFF4F9F57FF327C38FE2E773408FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004B9E530A499A51FF5BAC64FF77CA82FF74C87EFF51A059FF337D39FE2F78 + 3508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0053A9 + 5C0A51A65AFF63B56DFF7ECE89FF7BCC87FF76CA81FF76C981FF52A25AFF347E + 3AFE30793508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF005AB4650959B0 + 63FF6BBD76FF84D290FF7AC985FF60B26AFF63B46DFF78C983FF78CB82FF53A3 + 5CFF347F3AFD317A3608FFFFFF00FFFFFF00FFFFFF00FFFFFF005EB969465BB5 + 66E479C986FF80CE8DFF51A65AFC4DA1566F499C518B5CAD67FF7CCC86FF79CB + 85FF54A45DFF35803BFC317B3708FFFFFF00FFFFFF00FFFFFF00FFFFFF005FBA + 6A3C5CB666E66DC079FF55AC5F6FFFFFFF00FFFFFF004A9D52915EAE68FF7DCD + 89FF7CCD87FF56A55FFF36813CFC327C3808FFFFFF00FFFFFF00FFFFFF00FFFF + FF005FBB6A435CB76765FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9E53915FAF + 69FF7FCE8AFF7ECE89FF57A660FF37823DFC337D3908FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9F + 549160B06AFF81CF8DFF7FCF8BFF58A761FF398540FF347E3A08FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004CA0559162B26CFF82D18FFF7AC885FF57A660FF38843F7BFFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF004DA1569163B36DFF5FAF69FF41914979FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF004EA257914A9D527FFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00 + } + NumGlyphs = 0 + OnClick = OkButtonClick TabOrder = 1 end end diff --git a/ide/editoroptions.lrs b/ide/editoroptions.lrs index f4903d38f5..b84418bfe6 100644 --- a/ide/editoroptions.lrs +++ b/ide/editoroptions.lrs @@ -4,218 +4,210 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ 'TPF0'#18'TEditorOptionsForm'#17'EditorOptionsForm'#4'Left'#3'B'#1#6'Height'#3 +'A'#2#3'Top'#3#149#0#5'Width'#3'*'#2#13'ActiveControl'#7#12'MainNotebook'#7 +'Caption'#6#17'EditorOptionsForm'#12'ClientHeight'#3'A'#2#11'ClientWidth'#3 - +'*'#2#21'Constraints.MinHeight'#3#244#1#20'Constraints.MinWidth'#3#164#1#8'P' - +'osition'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9'TNotebook'#12 - +'MainNotebook'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#6'Height'#3#18#2#5 - +'Width'#3'*'#2#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' - +'t'#8'akBottom'#0#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2#2#8'TabOrder'#2 - +#0#0#5'TPage'#11'GeneralPage'#7'Caption'#6#11'GeneralPage'#11'ClientWidth'#3 - +'('#2#12'ClientHeight'#3#247#1#0#6'TLabel'#16'BlockIndentLabel'#22'AnchorSid' - +'eLeft.Control'#7#19'BlockIndentComboBox'#19'AnchorSideLeft.Side'#7#9'asrBot' - +'tom'#24'AnchorSideBottom.Control'#7#19'BlockIndentComboBox'#21'AnchorSideBo' - +'ttom.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#14#3'Top'#3#169#1#5'Widt' - +'h'#2'R'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7 - +'Caption'#6#16'BlockIndentLabel'#11'ParentColor'#8#0#0#6'TLabel'#14'UndoLimi' - +'tLabel'#22'AnchorSideLeft.Control'#7#17'UndoLimitComboBox'#19'AnchorSideLef' - +'t.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#17'UndoLimitComboBox' + +'*'#2#21'Constraints.MinHeight'#3#244#1#20'Constraints.MinWidth'#3#164#1#10 + +'ParentFont'#8#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0 + +#9'TNotebook'#12'MainNotebook'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#6 + +'Height'#3#21#2#5'Width'#3'*'#2#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6 + +'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2 + +#2#8'TabOrder'#2#0#0#5'TPage'#11'GeneralPage'#7'Caption'#6#11'GeneralPage'#11 + +'ClientWidth'#3'('#2#12'ClientHeight'#3#247#1#0#6'TLabel'#16'BlockIndentLabe' + +'l'#22'AnchorSideLeft.Control'#7#19'BlockIndentComboBox'#19'AnchorSideLeft.S' + +'ide'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#19'BlockIndentComboBox' +#21'AnchorSideBottom.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#14#3'Top' - +#3#196#1#5'Width'#2'H'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacin' - +'g.Around'#2#6#7'Caption'#6#14'UndoLimitLabel'#11'ParentColor'#8#0#0#6'TLabe' - +'l'#14'TabWidthsLabel'#22'AnchorSideLeft.Control'#7#17'TabWidthsComboBox'#19 - +'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#17'TabWi' - +'dthsComboBox'#21'AnchorSideBottom.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Heigh' - +'t'#2#14#3'Top'#3#223#1#5'Width'#2'M'#7'Anchors'#11#6'akLeft'#8'akBottom'#0 - +#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'TabWidthsLabel'#11'ParentColor' - +#8#0#0#11'TCheckGroup'#21'EditorOptionsGroupBox'#20'AnchorSideRight.Side'#7#9 - +'asrBottom'#24'AnchorSideBottom.Control'#7#16'BlockIndentLabel'#4'Left'#2#6#6 - +'Height'#3#151#1#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#5'alTop'#7'Anchors'#11 - +#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoFill'#9#20'BorderSpacing.' - +'Bottom'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'EditorOptionsGroup' - +'Box'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2 - +#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'Child' - +'Sizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.Shrin' - +'kHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsSc' - +'aleChilds'#18'ChildSizing.Layout'#7#29'cclTopToBottomThenLeftToRight'#27'Ch' - +'ildSizing.ControlsPerLine'#2#1#12'ColumnLayout'#7#24'clVerticalThenHorizont' - +'al'#7'Columns'#2#2#11'OnItemClick'#7#23'GeneralCheckBoxOnChange'#8'TabOrder' - +#2#3#0#0#9'TComboBox'#19'BlockIndentComboBox'#24'AnchorSideBottom.Control'#7 - +#17'UndoLimitComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#166#1#5'Width'#2 - +'d'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoCompleteText'#11#22'cbactEn' - +'dOfLineComplete'#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#13 - +'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'MaxLength'#2#0#8'OnChange' + +#3#169#1#5'Width'#2'R'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacin' + +'g.Around'#2#6#7'Caption'#6#16'BlockIndentLabel'#11'ParentColor'#8#0#0#6'TLa' + +'bel'#14'UndoLimitLabel'#22'AnchorSideLeft.Control'#7#17'UndoLimitComboBox' + +#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#17'Un' + +'doLimitComboBox'#21'AnchorSideBottom.Side'#7#9'asrCenter'#4'Left'#2'p'#6'He' + +'ight'#2#14#3'Top'#3#196#1#5'Width'#2'H'#7'Anchors'#11#6'akLeft'#8'akBottom' + +#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'UndoLimitLabel'#11'ParentCol' + +'or'#8#0#0#6'TLabel'#14'TabWidthsLabel'#22'AnchorSideLeft.Control'#7#17'TabW' + +'idthsComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.C' + +'ontrol'#7#17'TabWidthsComboBox'#21'AnchorSideBottom.Side'#7#9'asrCenter'#4 + +'Left'#2'p'#6'Height'#2#14#3'Top'#3#223#1#5'Width'#2'M'#7'Anchors'#11#6'akLe' + +'ft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'TabWidthsLab' + +'el'#11'ParentColor'#8#0#0#11'TCheckGroup'#21'EditorOptionsGroupBox'#20'Anch' + +'orSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#16'BlockInd' + +'entLabel'#4'Left'#2#6#6'Height'#3#151#1#3'Top'#2#6#5'Width'#3#28#2#5'Align' + +#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'Auto' + +'Fill'#9#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Around'#2#6#7'Caption' + +#6#21'EditorOptionsGroupBox'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSi' + +'zing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomoge' + +'nousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildRes' + +'ize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.S' + +'hrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclTopToBot' + +'tomThenLeftToRight'#27'ChildSizing.ControlsPerLine'#2#1#12'ColumnLayout'#7 + +#24'clVerticalThenHorizontal'#7'Columns'#2#2#11'OnItemClick'#7#23'GeneralChe' + +'ckBoxOnChange'#8'TabOrder'#2#3#0#0#9'TComboBox'#19'BlockIndentComboBox'#24 + +'AnchorSideBottom.Control'#7#17'UndoLimitComboBox'#4'Left'#2#6#6'Height'#2#21 + +#3'Top'#3#166#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'Borde' + +'rSpacing.Around'#2#6#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'Ma' + +'xLength'#2#255#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOn' + +'Exit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#0#0#9'TComboBox' + +#17'UndoLimitComboBox'#24'AnchorSideBottom.Control'#7#17'TabWidthsComboBox'#4 + +'Left'#2#6#6'Height'#2#21#3'Top'#3#193#1#5'Width'#2'd'#7'Anchors'#11#6'akLef' + +'t'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#13'Items.Strings'#1#6#5'32767' + +#6#4'4096'#6#3'512'#0#9'MaxLength'#2#255#8'OnChange'#7#16'ComboBoxOnChange'#6 + +'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrde' + +'r'#2#1#0#0#9'TComboBox'#17'TabWidthsComboBox'#24'AnchorSideBottom.Control'#7 + +#11'GeneralPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heig' + +'ht'#2#21#3'Top'#3#220#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0 + +#20'BorderSpacing.Around'#2#6#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8' + +#0#9'MaxLength'#2#255#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'Comb' + +'oBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#0#5'TP' + +'age'#11'DisplayPage'#7'Caption'#6#11'DisplayPage'#11'ClientWidth'#3'('#2#12 + +'ClientHeight'#3#247#1#0#9'TGroupBox'#23'MarginAndGutterGroupBox'#4'Left'#2#6 + +#6'Height'#3#128#0#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#5'alTop'#20'BorderS' + +'pacing.Around'#2#6#7'Caption'#6#23'MarginAndGutterGroupBox'#12'ClientHeight' + +#3#128#0#11'ClientWidth'#3#28#2#8'TabOrder'#2#1#0#6'TLabel'#16'RightMarginLa' + +'bel'#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2#8#5'Width'#2'n'#7'Caption'#6#16 + +'RightMarginLabel'#11'ParentColor'#8#0#0#12'TColorButton'#22'RightMarginColo' + +'rButton'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2'"'#5'Width'#2'd'#11'Border' + +'Width'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChang' + +'ed'#7'"RightMarginColorButtonColorChanged'#0#0#12'TColorButton'#17'GutterCo' + ,'lorButton'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2'<'#5'Width'#2'd'#11'Bord' + +'erWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorCha' + +'nged'#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#21'RightMarginColorLabel' + +#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2' '#5'Width'#3#143#0#7'Caption'#6#21 + +'RightMarginColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'GutterColorLabel' + +#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2'='#5'Width'#2'm'#7'Caption'#6#16'Gut' + +'terColorLabel'#11'ParentColor'#8#0#0#6'TLabel#ShowOnlyLineNumbersMultiplesO' + +'fLabel'#21'AnchorSideTop.Control'#7#23'ShowLineNumbersCheckBox'#18'AnchorSi' + +'deTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'T'#5'Width'#3 + +#146#0#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'Every n-th line number'#11 + +'ParentColor'#8#0#0#9'TCheckBox'#26'VisibleRightMarginCheckBox'#4'Left'#2#6#6 + +'Height'#2#22#3'Top'#2#8#5'Width'#3#203#0#7'Caption'#6#26'VisibleRightMargin' + +'CheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'T' + +'CheckBox'#21'VisibleGutterCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2' '#5 + +'Width'#3#169#0#7'Caption'#6#21'VisibleGutterCheckBox'#8'OnChange'#7#23'Gene' + +'ralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'ShowLineNumbersChe' + +'ckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'8'#5'Width'#3#206#0#7'Caption'#6 + +#23'ShowLineNumbersCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#7'OnC' + +'lick'#7#28'ShowLineNumbersCheckBoxClick'#8'TabOrder'#2#2#0#0#9'TComboBox'#19 + +'RightMarginComboBox'#4'Left'#3#246#0#6'Height'#2#29#3'Top'#2#4#5'Width'#2'd' + +#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'MaxLength'#2#255#8'OnChange' +#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Com' - +'boBoxOnKeyDown'#8'TabOrder'#2#0#0#0#9'TComboBox'#17'UndoLimitComboBox'#24'A' - +'nchorSideBottom.Control'#7#17'TabWidthsComboBox'#4'Left'#2#6#6'Height'#2#21 - +#3'Top'#3#193#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoC' - +'ompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#20'Bo' - +'rderSpacing.Around'#2#6#13'Items.Strings'#1#6#5'32767'#6#4'4096'#6#3'512'#0 - +#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBox' - +'OnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#0#0#9'TComboBo' - +'x'#17'TabWidthsComboBox'#24'AnchorSideBottom.Control'#7#11'GeneralPage'#21 - +'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#3 - +#220#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoCompleteTe' - +'xt'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#20'BorderSpaci' - +'ng.Around'#2#6#13'Items.Strings'#1#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'MaxLengt' - +'h'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9 - +'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#0#5'TPage'#11'Displa' - +'yPage'#7'Caption'#6#11'DisplayPage'#11'ClientWidth'#3'('#2#12'ClientHeight' - +#3#247#1#0#9'TGroupBox'#23'MarginAndGutterGroupBox'#4'Left'#2#6#6'Height'#3 - +#128#0#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#5'alTop'#20'BorderSpacing.Aroun' - +'d'#2#6#7'Caption'#6#23'MarginAndGutterGroupBox'#12'ClientHeight'#2'm'#11'Cl' - +'ientWidth'#3#24#2#8'TabOrder'#2#1#0#6'TLabel'#16'RightMarginLabel'#4'Left'#3 - +'f'#1#6'Height'#2#20#3'Top'#2#8#5'Width'#2'n'#7'Caption'#6#16'RightMarginLab' - +'el'#11'ParentColor'#8#0#0#12'TColorButton'#22'RightMarginColorButton'#4'Lef' - ,'t'#3#246#0#6'Height'#2#21#3'Top'#2'"'#5'Width'#2'd'#11'BorderWidth'#2#2#15 - +'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7'"RightMa' - +'rginColorButtonColorChanged'#0#0#12'TColorButton'#17'GutterColorButton'#4'L' - +'eft'#3#246#0#6'Height'#2#21#3'Top'#2'<'#5'Width'#2'd'#11'BorderWidth'#2#2#15 - +'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'Color' - +'ButtonColorChanged'#0#0#6'TLabel'#21'RightMarginColorLabel'#4'Left'#3'f'#1#6 - +'Height'#2#20#3'Top'#2' '#5'Width'#3#143#0#7'Caption'#6#21'RightMarginColorL' - +'abel'#11'ParentColor'#8#0#0#6'TLabel'#16'GutterColorLabel'#4'Left'#3'f'#1#6 - +'Height'#2#20#3'Top'#2'='#5'Width'#2'm'#7'Caption'#6#16'GutterColorLabel'#11 - +'ParentColor'#8#0#0#6'TLabel#ShowOnlyLineNumbersMultiplesOfLabel'#21'AnchorS' - +'ideTop.Control'#7#23'ShowLineNumbersCheckBox'#18'AnchorSideTop.Side'#7#9'as' - +'rBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'T'#5'Width'#3#146#0#17'BorderS' - +'pacing.Top'#2#6#7'Caption'#6#22'Every n-th line number'#11'ParentColor'#8#0 - +#0#9'TCheckBox'#26'VisibleRightMarginCheckBox'#4'Left'#2#6#6'Height'#2#22#3 - +'Top'#2#8#5'Width'#3#203#0#7'Caption'#6#26'VisibleRightMarginCheckBox'#8'OnC' - +'hange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#21'Vi' - +'sibleGutterCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2' '#5'Width'#3#169#0 - +#7'Caption'#6#21'VisibleGutterCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnCh' - +'ange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'ShowLineNumbersCheckBox'#4'Left'#2 - +#6#6'Height'#2#22#3'Top'#2'8'#5'Width'#3#206#0#7'Caption'#6#23'ShowLineNumbe' - +'rsCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#7'OnClick'#7#28'ShowL' - +'ineNumbersCheckBoxClick'#8'TabOrder'#2#2#0#0#9'TComboBox'#19'RightMarginCom' - +'boBox'#4'Left'#3#246#0#6'Height'#2#29#3'Top'#2#4#5'Width'#2'd'#16'AutoCompl' - +'eteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.' - +'Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'MaxLength'#2#0#8'OnChange'#7#16'Comb' - +'oBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKe' - +'yDown'#8'TabOrder'#2#3#0#0#9'TSpinEdit&ShowOnlyLineNumbersMultiplesOfSpinEd' - +'it'#22'AnchorSideLeft.Control'#7'#ShowOnlyLineNumbersMultiplesOfLabel'#19'A' - +'nchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7'#ShowOnlyLin' - +'eNumbersMultiplesOfLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3 - +#158#0#6'Height'#2#23#3'Top'#2'S'#5'Width'#2'6'#18'BorderSpacing.Left'#2#6#8 - +'MinValue'#2#1#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#4#5'V' - +'alue'#2#1#0#0#0#9'TGroupBox'#18'EditorFontGroupBox'#4'Left'#2#6#6'Height'#3 - +#148#0#3'Top'#3#140#0#5'Width'#3#28#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'B' - +'orderSpacing.Around'#2#6#7'Caption'#6#18'EditorFontGroupBox'#12'ClientHeigh' - +'t'#3#129#0#11'ClientWidth'#3#24#2#8'TabOrder'#2#0#0#6'TLabel'#15'EditorFont' - +'Label'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#12#2#5'Align'#7#5'a' - +'lTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing' - +'.Right'#2#6#7'Caption'#6#15'EditorFontLabel'#11'ParentColor'#8#0#0#6'TLabel' - +#21'EditorFontHeightLabel'#21'AnchorSideTop.Control'#7#24'EditorFontHeightCo' - +'mboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2't'#6'Height'#2#20#3 - +'Top'#2'-'#5'Width'#3#133#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20 - +'BorderSpacing.Around'#2#6#7'Caption'#6#21'EditorFontHeightLabel'#11'ParentC' - +'olor'#8#0#0#6'TLabel'#21'ExtraLineSpacingLabel'#21'AnchorSideTop.Control'#7 - +#24'ExtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2 - +'t'#6'Height'#2#20#3'Top'#2'J'#5'Width'#3#133#1#7'Anchors'#11#5'akTop'#6'akL' - +'eft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'ExtraLineSpa' - +'cingLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraCharSpacingLabel'#21'Anc' - +'horSideTop.Control'#7#24'ExtraCharSpacingComboBox'#18'AnchorSideTop.Side'#7 - +#9'asrCenter'#4'Left'#2't'#6'Height'#2#20#3'Top'#2'g'#5'Width'#3#133#1#7'Anc' - +'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Cap' - +'tion'#6#21'ExtraCharSpacingLabel'#11'ParentColor'#8#0#0#9'TComboBox'#18'Edi' - +'torFontComboBox'#23'AnchorSideRight.Control'#7#16'EditorFontButton'#4'Left' - +#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#215#1#7'Anchors'#11#5'akTop'#6'akL' - +'eft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cba' - +'ctSearchAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#13'OnEdi' - +'tingDone'#7#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18 + +'boBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TSpinEdit&ShowOnlyLineNumbersMultiple' + +'sOfSpinEdit'#22'AnchorSideLeft.Control'#7'#ShowOnlyLineNumbersMultiplesOfLa' + +'bel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7'#Sh' + +'owOnlyLineNumbersMultiplesOfLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4 + +'Left'#3#158#0#6'Height'#2#23#3'Top'#2'S'#5'Width'#2'6'#18'BorderSpacing.Lef' + +'t'#2#6#8'MinValue'#2#1#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder' + +#2#4#5'Value'#2#1#0#0#0#9'TGroupBox'#18'EditorFontGroupBox'#4'Left'#2#6#6'He' + +'ight'#3#148#0#3'Top'#3#140#0#5'Width'#3#28#2#5'Align'#7#5'alTop'#8'AutoSize' + +#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'EditorFontGroupBox'#12'Clien' + +'tHeight'#3#148#0#11'ClientWidth'#3#28#2#8'TabOrder'#2#0#0#6'TLabel'#15'Edit' + +'orFontLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#12#2#5'Align' + +#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSp' + +'acing.Right'#2#6#7'Caption'#6#15'EditorFontLabel'#11'ParentColor'#8#0#0#6'T' + +'Label'#21'EditorFontHeightLabel'#21'AnchorSideTop.Control'#7#24'EditorFontH' + +'eightComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2't'#6'Height' + +#2#20#3'Top'#2'-'#5'Width'#3#133#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' + +'t'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'EditorFontHeightLabel'#11 + +'ParentColor'#8#0#0#6'TLabel'#21'ExtraLineSpacingLabel'#21'AnchorSideTop.Con' + +'trol'#7#24'ExtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4 + +'Left'#2't'#6'Height'#2#20#3'Top'#2'J'#5'Width'#3#133#1#7'Anchors'#11#5'akTo' + +'p'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'Extr' + +'aLineSpacingLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraCharSpacingLabel' + +#21'AnchorSideTop.Control'#7#24'ExtraCharSpacingComboBox'#18'AnchorSideTop.S' + +'ide'#7#9'asrCenter'#4'Left'#2't'#6'Height'#2#20#3'Top'#2'g'#5'Width'#3#133#1 + +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7 + +'Caption'#6#21'ExtraCharSpacingLabel'#11'ParentColor'#8#0#0#9'TComboBox'#18 + +'EditorFontComboBox'#23'AnchorSideRight.Control'#7#16'EditorFontButton'#4'Le' + +'ft'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#215#1#7'Anchors'#11#5'akTop'#6 + +'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#255#13'OnE' + +'ditingDone'#7#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18 +'EditorFontComboBox'#0#0#7'TButton'#16'EditorFontButton'#4'Left'#3#227#1#6'H' +'eight'#2#25#3'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0#7 +'Caption'#6#3'...'#7'OnClick'#7#21'EditorFontButtonClick'#8'TabOrder'#2#1#0#0 +#9'TComboBox'#24'EditorFontHeightComboBox'#21'AnchorSideTop.Control'#7#18'Ed' +'itorFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh' - +'t'#2#29#3'Top'#2')'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLine' - +'Complete'#20'cbactSearchAscending'#0#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'On' - +'Change'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7 - +#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#24'ExtraLineSpacingC' - +'omboBox'#21'AnchorSideTop.Control'#7#24'EditorFontHeightComboBox'#18'Anchor' - +'SideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'F'#5'Width' - +#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscen' - +'ding'#0#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'MaxLength'#2#0#8'OnCha' - +'nge'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17 - +'ComboBoxOnKeyDown'#8'TabOrder'#2#4#0#0#9'TComboBox'#24'ExtraCharSpacingComb' - +'oBox'#21'AnchorSideTop.Control'#7#24'ExtraLineSpacingComboBox'#18'AnchorSid' - +'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'c'#5'Width'#2 - +'d'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendi' - +'ng'#0#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'MaxLength'#2#0#8'OnChang' - +'e'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17 + +'t'#2#29#3'Top'#2')'#5'Width'#2'd'#13'Items.Strings'#1#6#2'10'#6#2'11'#6#2'1' + +'2'#6#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#9'MaxLength'#2#255#8'O' + +'nChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown' + +#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#24'ExtraLineSpacin' + +'gComboBox'#21'AnchorSideTop.Control'#7#24'EditorFontHeightComboBox'#18'Anch' + +'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'F'#5'Wid' + +'th'#2'd'#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'MaxLength'#2#255#8'On' + ,'Change'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7 + +#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#0#0#9'TComboBox'#24'ExtraCharSpacingC' + +'omboBox'#21'AnchorSideTop.Control'#7#24'ExtraLineSpacingComboBox'#18'Anchor' + +'SideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'c'#5'Width' + +#2'd'#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'MaxLength'#2#255#8'OnChan' + +'ge'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17 +'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#0#8'TSynEdit'#14'DisplayPreview'#4'L' +'eft'#2#6#6'Height'#3#203#0#3'Top'#3'&'#1#5'Width'#3#28#2#5'Align'#7#8'alCli' +'ent'#20'BorderSpacing.Around'#2#6#11'Font.Height'#2#240#9'Font.Name'#6#7'co' - +'urier'#10'Font.Pitch'#7#7'fpFixed'#11'ParentColor'#8#8'TabOrder'#2#2#24'Boo' - +'kMarkOptions.OnChange'#13#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'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'Short' - +'Cut'#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'ShortCut'#3#8'@'#0#1#7'Comman' - +'d'#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'ShortC' - +'ut'#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'Comm' - +'and'#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'Command'#3'-'#1#8'ShortCu' - +'t'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'Sh' - +'ortCut'#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'Comman' - +'d'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'C' - +'ommand'#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'Command'#3'f'#1#8'ShortCu' - +'t'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'Sh' - +'ortCut'#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'Comma' - +'nd'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'DisplayPreview'#0 - +#8'ReadOnly'#9#19'OnSpecialLineMarkup'#7#19'OnSpecialLineColors'#14'OnStatus' - +'Change'#7#26'DisplayPreviewStatusChange'#0#0#0#5'TPage'#14'KeymappingPage'#7 - +'Caption'#6#14'KeymappingPage'#11'ClientWidth'#3'('#2#12'ClientHeight'#3#247 - ,#1#0#6'TLabel'#19'KeyMappingHelpLabel'#21'AnchorSideTop.Control'#7#14'Keymap' - +'pingPage'#4'Left'#2#8#6'Height'#2#20#3'Top'#2#6#5'Width'#3#140#0#18'BorderS' - +'pacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Ca' - +'ption'#6#19'KeyMappingHelpLabel'#11'ParentColor'#8#0#0#7'TButton'#28'KeyMap' - +'pingChooseSchemeButton'#22'AnchorSideLeft.Control'#7#14'KeymappingPage'#21 - +'AnchorSideTop.Control'#7#14'KeymappingPage'#24'AnchorSideBottom.Control'#7 - +#14'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'H' - +'eight'#2#29#3'Top'#3#212#1#5'Width'#3#232#0#7'Anchors'#11#6'akLeft'#8'akBot' - +'tom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'KeyMappin' - +'gChooseSchemeButton'#7'OnClick'#7'!KeyMappingChooseSchemeButtonClick'#8'Tab' - +'Order'#2#0#0#0#7'TButton KeyMappingConsistencyCheckButton'#21'AnchorSideTop' - +'.Control'#7#14'KeymappingPage'#23'AnchorSideRight.Control'#7#14'KeymappingP' - +'age'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7 - +#14'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'+'#1#6 - +'Height'#2#29#3'Top'#3#212#1#5'Width'#3#247#0#7'Anchors'#11#7'akRight'#8'akB' + +'urier'#10'Font.Pitch'#7#7'fpFixed'#11'ParentColor'#8#10'ParentFont'#8#8'Tab' + +'Order'#2#2#24'BookMarkOptions.OnChange'#13#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'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#14'DisplayPr' + +'eview'#0#8'ReadOnly'#9#19'OnSpecialLineMarkup'#7#19'OnSpecialLineColors'#14 + +'OnStatusChange'#7#26'DisplayPreviewStatusChange'#0#0#0#5'TPage'#14'Keymappi' + +'ngPage'#7'Caption'#6#14'KeymappingPage'#11'ClientWidth'#3'"'#2#12'ClientHei' + +'ght'#3#251#1#0#6'TLabel'#19'KeyMappingHelpLabel'#21'AnchorSideTop.Control'#7 + +#14'KeymappingPage'#4'Left'#2#8#6'Height'#2#14#3'Top'#2#6#5'Width'#2'i'#18'B' + +'orderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6 + +#7'Caption'#6#19'KeyMappingHelpLabel'#11'ParentColor'#8#0#0#7'TButton'#28'Ke' + +'yMappingChooseSchemeButton'#22'AnchorSideLeft.Control'#7#14'KeymappingPage' + +#21'AnchorSideTop.Control'#7#14'KeymappingPage'#24'AnchorSideBottom.Control' + +#7#14'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6 + +'Height'#2#23#3'Top'#3#222#1#5'Width'#3#189#0#7'Anchors'#11#6'akLeft'#8'akBo' + ,'ttom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'KeyMappi' + +'ngChooseSchemeButton'#7'OnClick'#7'!KeyMappingChooseSchemeButtonClick'#8'Ta' + +'bOrder'#2#0#0#0#7'TButton KeyMappingConsistencyCheckButton'#21'AnchorSideTo' + +'p.Control'#7#14'KeymappingPage'#23'AnchorSideRight.Control'#7#14'Keymapping' + +'Page'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7 + +#14'KeymappingPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'Q'#1#6 + +'Height'#2#23#3'Top'#3#222#1#5'Width'#3#203#0#7'Anchors'#11#7'akRight'#8'akB' +'ottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6' KeyMappin' +'gConsistencyCheckButton'#7'OnClick'#7'%KeyMappingConsistencyCheckButtonClic' +'k'#8'TabOrder'#2#1#0#0#9'TTreeView'#18'KeyMappingTreeView'#22'AnchorSideLef' +'t.Control'#7#14'KeymappingPage'#21'AnchorSideTop.Control'#7#20'KeyMappingFi' +'lterEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control' +#7#14'KeymappingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideB' - +'ottom.Control'#7#23'KeyMappingFindKeyButton'#4'Left'#2#6#6'Height'#3'j'#1#3 - +'Top'#2'A'#5'Width'#3#28#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akB' + +'ottom.Control'#7#23'KeyMappingFindKeyButton'#4'Left'#2#6#6'Height'#3#128#1#3 + +'Top'#2';'#5'Width'#3#22#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akB' +'ottom'#0#20'BorderSpacing.Around'#2#6#17'DefaultItemHeight'#2#21#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' @@ -225,14 +217,14 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ +#14'KeymappingPage'#21'AnchorSideTop.Control'#7#19'KeyMappingHelpLabel'#18'A' +'nchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'Keymappi' +'ngPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#27#3 - +'Top'#2' '#5'Width'#3#28#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'A' + +'Top'#2#26#5'Width'#3#22#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'A' +'utoSize'#9#20'BorderSpacing.Around'#2#6#8'OnChange'#7#26'KeyMappingFilterEd' +'itChange'#7'OnEnter'#7#25'KeyMappingFilterEditEnter'#6'OnExit'#7#24'KeyMapp' +'ingFilterEditExit'#8'TabOrder'#2#3#4'Text'#6#20'KeyMappingFilterEdit'#0#0#7 +'TButton'#23'KeyMappingFindKeyButton'#22'AnchorSideLeft.Control'#7#14'Keymap' +'pingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Contr' - +'ol'#7#28'KeyMappingChooseSchemeButton'#4'Left'#2#6#6'Height'#2#29#3'Top'#3 - +#177#1#5'Width'#3#178#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9 + +'ol'#7#28'KeyMappingChooseSchemeButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3 + +#193#1#5'Width'#3#154#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9 +#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'KeyMappingFindKeyButton'#7'OnC' +'lick'#7#28'KeyMappingFindKeyButtonClick'#8'TabOrder'#2#4#0#0#0#5'TPage'#9'C' +'olorPage'#7'Caption'#6#9'ColorPage'#11'ClientWidth'#3'('#2#12'ClientHeight' @@ -244,183 +236,180 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ +#2'^'#7'Caption'#6#19'FileExtensionsLabel'#11'ParentColor'#8#0#0#6'TLabel'#17 +'ColorElementLabel'#4'Left'#2#4#6'Height'#2#14#3'Top'#2'Z'#5'Width'#2'Y'#7'C' +'aption'#6#17'ColorElementLabel'#11'ParentColor'#8#0#0#9'TComboBox'#16'Langu' - +'ageComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2#10#5'Width'#3#200#0#16'Aut' - +'oCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'M' - +'axLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnE' - +'xit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'Lang' - +'uageComboBox'#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'cbactEndOfLine' - +'Complete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#16'Comb' - +'oBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKe' - +'yDown'#8'TabOrder'#2#1#4'Text'#6#19'ColorSchemeComboBox'#0#0#9'TComboBox'#22 + +'ageComboBox'#4'Left'#2#3#6'Height'#2#21#3'Top'#2#10#5'Width'#3#200#0#9'MaxL' + +'ength'#2#255#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnEx' + +'it'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'Langu' + +'ageComboBox'#0#0#9'TComboBox'#19'ColorSchemeComboBox'#4'Left'#2#3#6'Height' + +#2#21#3'Top'#2'"'#5'Width'#3#200#0#9'MaxLength'#2#255#8'OnChange'#7#16'Combo' + +'BoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKey' + +'Down'#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'cbactSearchAsce' - +'nding'#0#13'Items.Strings'#1#6#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6#18'pp;pas;i' - +'nc;lpr;lrs'#6#10'pp;pas;inc'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOn' - ,'Change'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown' - +#8'TabOrder'#2#2#0#0#8'TSynEdit'#12'ColorPreview'#4'Left'#2#4#6'Height'#2'y' - +#3'Top'#3'z'#1#5'Width'#3' '#2#5'Align'#7#8'alBottom'#20'BorderSpacing.Aroun' - +'d'#2#4#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.He' - +'ight'#2#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#11'Parent' - +'Color'#8#8'TabOrder'#2#3#11'OnMouseDown'#7#19'ColorPreviewMouseUp'#24'BookM' - +'arkOptions.OnChange'#13#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'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'Short' - +'Cut'#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'ShortCut'#3#8'@'#0#1#7'Comman' - +'d'#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'ShortC' - +'ut'#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'Comm' - +'and'#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'Command'#3'-'#1#8'ShortCu' - +'t'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'Sh' - +'ortCut'#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'Comman' - +'d'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'C' - +'ommand'#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'Command'#3'f'#1#8'ShortCu' - +'t'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'Sh' - +'ortCut'#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'Comma' - +'nd'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ColorPreview'#0#8 - +'ReadOnly'#9#19'OnSpecialLineMarkup'#7#19'OnSpecialLineColors'#14'OnStatusCh' - +'ange'#7#26'DisplayPreviewStatusChange'#0#0#8'TListBox'#19'ColorElementListB' - +'ox'#4'Left'#2#3#6'Height'#3#8#1#3'Top'#2'l'#5'Width'#3#200#0#16'ClickOnSelC' - +'hange'#8#7'OnClick'#7#24'ColorElementListBoxClick'#17'OnSelectionChange'#7 - +'"ColorElementListBoxSelectionChange'#8'TabOrder'#2#4#8'TopIndex'#2#255#0#0#7 - +'TButton'#27'SetAttributeToDefaultButton'#23'AnchorSideRight.Control'#7#9'Co' - +'lorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2 - +#25#3'Top'#2'Z'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 - +#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'SetAttributeToDefaultButton'#7 - +'OnClick'#7' SetAttributeToDefaultButtonClick'#8'TabOrder'#2#5#0#0#7'TButton' - +#31'SetAllAttributesToDefaultButton'#23'AnchorSideRight.Control'#7#9'ColorPa' - +'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#25#3 - +'Top'#2'z'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20 - +'BorderSpacing.Around'#2#6#7'Caption'#6#31'SetAllAttributesToDefaultButton'#7 - +'OnClick'#7'$SetAllAttributesToDefaultButtonClick'#8'TabOrder'#2#6#0#0#9'TGr' - ,'oupBox'#22'TextAttributesGroupBox'#23'AnchorSideRight.Control'#7#9'ColorPag' - +'e'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12 - +'ColorPreview'#4'Left'#3#212#0#6'Height'#3#218#0#3'Top'#3#154#0#5'Width'#3'N' - +#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacin' - +'g.Around'#2#6#7'Caption'#6#10'Attributes'#12'ClientHeight'#3#199#0#11'Clien' - +'tWidth'#3'J'#1#8'TabOrder'#2#7#0#6'TLabel'#15'ForeGroundLabel'#4'Left'#2#8#6 - +'Height'#2#14#5'Width'#2'S'#7'Caption'#6#15'ForeGroundLabel'#11'ParentColor' - +#8#0#0#12'TColorButton'#21'ForegroundColorButton'#21'AnchorSideTop.Control'#7 - +#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Hei' - +'ght'#2#21#3'Top'#2#16#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidt' - +'h'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7 - +#23'ColorButtonColorChanged'#0#0#12'TColorButton'#21'BackGroundColorButton' - +#21'AnchorSideTop.Control'#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'BorderSp' - +'acing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'cl' - +'BtnFace'#14'OnColorChanged'#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#15 - +'BackGroundLabel'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorS' - +'ideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'*'#5'Width' - +#2'S'#17'BorderSpacing.Top'#2#28#7'Caption'#6#15'BackGroundLabel'#11'ParentC' - +'olor'#8#0#0#9'TCheckBox'#28'ForeGroundUseDefaultCheckBox'#21'AnchorSideTop.' - +'Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left' - +#2'^'#6'Height'#2#19#3'Top'#2#16#5'Width'#3#195#0#7'Anchors'#11#5'akTop'#6'a' - +'kLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#28'ForeGroundUse' - +'DefaultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0 - +#0#9'TCheckBox'#28'BackGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7 - +#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'He' - +'ight'#2#19#3'Top'#2'8'#5'Width'#3#195#0#7'Anchors'#11#5'akTop'#6'akLeft'#7 - +'akRight'#0#19'BorderSpacing.Right'#2#2#7'Caption'#6#28'BackGroundUseDefault' - +'CheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#6'T' - +'Panel'#18'TextUnderlinePanel'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'|'#5'Widt' - +'h'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6 - +#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3'>'#1#8'T' - +'abOrder'#2#2#0#9'TCheckBox'#21'TextUnderlineCheckBox'#6'Height'#2#19#5'Widt' - +'h'#3#174#0#5'Align'#7#8'alClient'#7'Caption'#6#21'TextUnderlineCheckBox'#8 - +'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'TPanel'#23'Te' - +'xtUnderlineRadioPanel'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3#144#0#5'Al' - +'ign'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSizing.H' - +'orizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChilds' - +#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildSizing.Layout' - +#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12 - +'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visible'#8#0#12 - +'TRadioButton'#20'TextUnderlineRadioOn'#3'Tag'#2#3#6'Height'#2#21#5'Width'#2 - +'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnChange' - +#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#21'TextUnderli' - +'neRadioOff'#3'Tag'#2#3#4'Left'#2'+'#6'Height'#2#21#5'Width'#2'('#7'Caption' - +#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0#12'TR' - +'adioButton'#24'TextUnderlineRadioInvert'#3'Tag'#2#3#4'Left'#2'V'#6'Height'#2 - +#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnCh' - +'ange'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#13'TextBoldPanel'#4'Left'#2#6#6'Hei' - +'ght'#2#19#3'Top'#3#149#0#5'Width'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSize' - +#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2 - +#19#11'ClientWidth'#3'>'#1#8'TabOrder'#2#3#0#9'TCheckBox'#16'TextBoldCheckBo' - +'x'#6'Height'#2#19#5'Width'#3#174#0#5'Align'#7#8'alClient'#7'Caption'#6#16'T' - +'extBoldCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0 - +#0#6'TPanel'#18'TextBoldRadioPanel'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3 - +#144#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'Chi' - +'ldSizing.HorizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsS' - +'caleChilds'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildS' - +'izing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPe' - +'rLine'#2#3#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7 - +'Visible'#8#0#12'TRadioButton'#15'TextBoldRadioOn'#3'Tag'#2#1#6'Height'#2#21 - +#5'Width'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRad' - +'ioOnChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#16 - +'TextBoldRadioOff'#3'Tag'#2#1#4'Left'#2'+'#6'Height'#2#21#5'Width'#2'('#7'Ca' - ,'ption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0#0 - +#12'TRadioButton'#19'TextBoldRadioInvert'#3'Tag'#2#1#4'Left'#2'V'#6'Height'#2 - +#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyleRadioOnCh' - +'ange'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#15'TextItalicPanel'#4'Left'#2#6#6'H' - +'eight'#2#19#3'Top'#3#174#0#5'Width'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSiz' - +'e'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeigh' - +'t'#2#19#11'ClientWidth'#3'>'#1#8'TabOrder'#2#4#0#9'TCheckBox'#18'TextItalic' - +'CheckBox'#6'Height'#2#19#5'Width'#3#174#0#5'Align'#7#8'alClient'#7'Caption' - +#6#18'TextItalicCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrd' - +'er'#2#0#0#0#6'TPanel'#20'TextItalicRadioPanel'#4'Left'#3#174#0#6'Height'#2 + +#200#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#255#8'OnChange'#7#16'ComboBoxOnC' + +'hange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8 + +'TabOrder'#2#2#0#0#8'TSynEdit'#12'ColorPreview'#4'Left'#2#4#6'Height'#2'y'#3 + +'Top'#3'z'#1#5'Width'#3' '#2#5'Align'#7#8'alBottom'#20'BorderSpacing.Around' + +#2#4#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Heigh' + +'t'#2#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#11'ParentCol' + +'or'#8#10'ParentFont'#8#8'TabOrder'#2#3#11'OnMouseDown'#7#19'ColorPreviewMou' + +'seUp'#24'BookMarkOptions.OnChange'#13#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'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'OnSpecialLineMarkup'#7#19'OnSpecialLineColors'#14'O' + +'nStatusChange'#7#26'DisplayPreviewStatusChange'#0#0#8'TListBox'#19'ColorEle' + +'mentListBox'#4'Left'#2#3#6'Height'#3#8#1#3'Top'#2'l'#5'Width'#3#200#0#16'Cl' + +'ickOnSelChange'#8#7'OnClick'#7#24'ColorElementListBoxClick'#17'OnSelectionC' + +'hange'#7'"ColorElementListBoxSelectionChange'#8'TabOrder'#2#4#8'TopIndex'#2 + +#255#0#0#7'TButton'#27'SetAttributeToDefaultButton'#23'AnchorSideRight.Contr' + +'ol'#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#212#0#6 + +'Height'#2#25#3'Top'#2'Z'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7 + +'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'SetAttributeToDefau' + +'ltButton'#7'OnClick'#7' SetAttributeToDefaultButtonClick'#8'TabOrder'#2#5#0 + +#0#7'TButton'#31'SetAllAttributesToDefaultButton'#23'AnchorSideRight.Control' + +#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'He' + +'ight'#2#25#3'Top'#2'z'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'a' + +'kRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'SetAllAttributesToDe' + +'faultButton'#7'OnClick'#7'$SetAllAttributesToDefaultButtonClick'#8'TabOrder' + +#2#6#0#0#9'TGroupBox'#22'TextAttributesGroupBox'#23'AnchorSideRight.Control' + +#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.' + +'Control'#7#12'ColorPreview'#4'Left'#3#212#0#6'Height'#3#218#0#3'Top'#3#154#0 + +#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20 + +'BorderSpacing.Around'#2#6#7'Caption'#6#10'Attributes'#12'ClientHeight'#3#218 + +#0#11'ClientWidth'#3'N'#1#8'TabOrder'#2#7#0#6'TLabel'#15'ForeGroundLabel'#4 + +'Left'#2#8#6'Height'#2#14#5'Width'#2'S'#7'Caption'#6#15'ForeGroundLabel'#11 + +'ParentColor'#8#0#0#12'TColorButton'#21'ForegroundColorButton'#21'AnchorSide' + +'Top.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4 + +'Left'#2#8#6'Height'#2#21#3'Top'#2#16#5'Width'#2'K'#17'BorderSpacing.Top'#2#2 + +#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnC' + ,'olorChanged'#7#23'ColorButtonColorChanged'#0#0#12'TColorButton'#21'BackGrou' + +'ndColorButton'#21'AnchorSideTop.Control'#7#15'BackGroundLabel'#18'AnchorSid' + +'eTop.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'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5 + +'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'ColorButtonColorChanged'#0#0#6 + +'TLabel'#15'BackGroundLabel'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel' + +#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'*' + +#5'Width'#2'S'#17'BorderSpacing.Top'#2#28#7'Caption'#6#15'BackGroundLabel'#11 + +'ParentColor'#8#0#0#9'TCheckBox'#28'ForeGroundUseDefaultCheckBox'#21'AnchorS' + +'ideTop.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom' + +#4'Left'#2'^'#6'Height'#2#19#3'Top'#2#16#5'Width'#3#195#0#7'Anchors'#11#5'ak' + +'Top'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#28'ForeG' + +'roundUseDefaultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrd' + +'er'#2#0#0#0#9'TCheckBox'#28'BackGroundUseDefaultCheckBox'#21'AnchorSideTop.' + +'Control'#7#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left' + +#2'^'#6'Height'#2#19#3'Top'#2'8'#5'Width'#3#195#0#7'Anchors'#11#5'akTop'#6'a' + +'kLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#2#7'Caption'#6#28'BackGroundU' + +'seDefaultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1 + +#0#0#6'TPanel'#18'TextUnderlinePanel'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'|' + +#5'Width'#3'>'#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'BorderSpacing.Aroun' + +'d'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#19#11'ClientWidth'#3'>' + +#1#8'TabOrder'#2#2#0#9'TCheckBox'#21'TextUnderlineCheckBox'#6'Height'#2#19#5 + +'Width'#3#174#0#5'Align'#7#8'alClient'#7'Caption'#6#21'TextUnderlineCheckBox' + +#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#6'TPanel'#23 + +'TextUnderlineRadioPanel'#4'Left'#3#174#0#6'Height'#2#19#5'Width'#3#144#0#5 + +'Align'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#29'ChildSizing' + +'.HorizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChil' + +'ds'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#18'ChildSizing.La' + +'yout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2 + +#3#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'TabOrder'#2#1#7'Visible'#8 + +#0#12'TRadioButton'#20'TextUnderlineRadioOn'#3'Tag'#2#3#6'Height'#2#21#5'Wid' + +'th'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22'TextStyleRadioOnC' + +'hange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#21'Text' + +'UnderlineRadioOff'#3'Tag'#2#3#4'Left'#2'+'#6'Height'#2#21#5'Width'#2'('#7'C' + +'aption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#1#0 + +#0#12'TRadioButton'#24'TextUnderlineRadioInvert'#3'Tag'#2#3#4'Left'#2'V'#6'H' + +'eight'#2#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'TextStyle' + +'RadioOnChange'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#13'TextBoldPanel'#4'Left'#2 + +#6#6'Height'#2#19#3'Top'#3#149#0#5'Width'#3'>'#1#5'Align'#7#8'alBottom'#8'Au' + +'toSize'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'Client' + +'Height'#2#19#11'ClientWidth'#3'>'#1#8'TabOrder'#2#3#0#9'TCheckBox'#16'TextB' + +'oldCheckBox'#6'Height'#2#19#5'Width'#3#174#0#5'Align'#7#8'alClient'#7'Capti' + +'on'#6#16'TextBoldCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabO' + +'rder'#2#0#0#0#6'TPanel'#18'TextBoldRadioPanel'#4'Left'#3#174#0#6'Height'#2 +#19#5'Width'#3#144#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10'BevelOuter'#7#6 +'bvNone'#29'ChildSizing.HorizontalSpacing'#2#3#29'ChildSizing.EnlargeHorizon' +'tal'#7#14'crsScaleChilds'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChi' +'lds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSiz' +'ing.ControlsPerLine'#2#3#12'ClientHeight'#2#19#11'ClientWidth'#3#144#0#8'Ta' - +'bOrder'#2#1#7'Visible'#8#0#12'TRadioButton'#17'TextItalicRadioOn'#3'Tag'#2#2 - +#6'Height'#2#21#5'Width'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7 - +#22'TextStyleRadioOnChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'T' - +'RadioButton'#18'TextItalicRadioOff'#3'Tag'#2#2#4'Left'#2'+'#6'Height'#2#21#5 - +'Width'#2'('#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8 - +'TabOrder'#2#1#0#0#12'TRadioButton'#21'TextItalicRadioInvert'#3'Tag'#2#2#4'L' - +'eft'#2'V'#6'Height'#2#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7 - +#22'TextStyleRadioOnChange'#8'TabOrder'#2#2#0#0#0#0#0#0#5'TPage'#13'Codetool' - +'sPage'#7'Caption'#6#13'CodetoolsPage'#11'ClientWidth'#3'('#2#12'ClientHeigh' - +'t'#3#247#1#0#9'TGroupBox'#25'AutomaticFeaturesGroupBox'#4'Left'#2#6#6'Heigh' - +'t'#3#235#1#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#8'alClient'#20'BorderSpaci' - +'ng.Around'#2#6#7'Caption'#6#25'AutomaticFeaturesGroupBox'#12'ClientHeight'#3 - +#216#1#11'ClientWidth'#3#24#2#8'TabOrder'#2#0#0#6'TLabel'#14'AutoDelayLabel' - +#4'Left'#2#6#6'Height'#2#14#3'Top'#3#176#0#5'Width'#3#12#2#5'Align'#7#5'alTo' - +'p'#17'BorderSpacing.Top'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#14 - +'AutoDelayLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDelayMinLabel'#21'An' - +'chorSideTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asr' - +'Bottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#148#0#5'Width'#2'\'#17'BorderSp' - +'acing.Top'#2#2#7'Caption'#6#17'AutoDelayMinLabel'#11'ParentColor'#8#0#0#6'T' - +'Label'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackB' - +'ar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#154#1#6'Height'#2#14#3 + +'bOrder'#2#1#7'Visible'#8#0#12'TRadioButton'#15'TextBoldRadioOn'#3'Tag'#2#1#6 + +'Height'#2#21#5'Width'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnChange'#7#22 + +'TextStyleRadioOnChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRad' + +'ioButton'#16'TextBoldRadioOff'#3'Tag'#2#1#4'Left'#2'+'#6'Height'#2#21#5'Wid' + +'th'#2'('#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnChange'#8'Tab' + +'Order'#2#1#0#0#12'TRadioButton'#19'TextBoldRadioInvert'#3'Tag'#2#1#4'Left'#2 + +'V'#6'Height'#2#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChange'#7#22'Tex' + +'tStyleRadioOnChange'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#15'TextItalicPanel'#4 + +'Left'#2#6#6'Height'#2#19#3'Top'#3#174#0#5'Width'#3'>'#1#5'Align'#7#8'alBott' + +'om'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12 + +'ClientHeight'#2#19#11'ClientWidth'#3'>'#1#8'TabOrder'#2#4#0#9'TCheckBox'#18 + +'TextItalicCheckBox'#6'Height'#2#19#5'Width'#3#174#0#5'Align'#7#8'alClient'#7 + +'Caption'#6#18'TextItalicCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange' + +#8'TabOrder'#2#0#0#0#6'TPanel'#20'TextItalicRadioPanel'#4'Left'#3#174#0#6'He' + +'ight'#2#19#5'Width'#3#144#0#5'Align'#7#7'alRight'#8'AutoSize'#9#10'BevelOut' + ,'er'#7#6'bvNone'#29'ChildSizing.HorizontalSpacing'#2#3#29'ChildSizing.Enlarg' + +'eHorizontal'#7#14'crsScaleChilds'#28'ChildSizing.ShrinkHorizontal'#7#14'crs' + +'ScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27 + +'ChildSizing.ControlsPerLine'#2#3#12'ClientHeight'#2#19#11'ClientWidth'#3#144 + +#0#8'TabOrder'#2#1#7'Visible'#8#0#12'TRadioButton'#17'TextItalicRadioOn'#3'T' + +'ag'#2#2#6'Height'#2#21#5'Width'#2'('#7'Caption'#6#2'On'#7'Checked'#9#8'OnCh' + +'ange'#7#22'TextStyleRadioOnChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0 + +#0#12'TRadioButton'#18'TextItalicRadioOff'#3'Tag'#2#2#4'Left'#2'+'#6'Height' + +#2#21#5'Width'#2'('#7'Caption'#6#3'Off'#8'OnChange'#7#22'TextStyleRadioOnCha' + +'nge'#8'TabOrder'#2#1#0#0#12'TRadioButton'#21'TextItalicRadioInvert'#3'Tag'#2 + +#2#4'Left'#2'V'#6'Height'#2#21#5'Width'#2':'#7'Caption'#6#6'Invert'#8'OnChan' + +'ge'#7#22'TextStyleRadioOnChange'#8'TabOrder'#2#2#0#0#0#0#0#0#5'TPage'#13'Co' + +'detoolsPage'#7'Caption'#6#13'CodetoolsPage'#11'ClientWidth'#3'('#2#12'Clien' + +'tHeight'#3#247#1#0#9'TGroupBox'#25'AutomaticFeaturesGroupBox'#4'Left'#2#6#6 + +'Height'#3#235#1#3'Top'#2#6#5'Width'#3#28#2#5'Align'#7#8'alClient'#20'Border' + +'Spacing.Around'#2#6#7'Caption'#6#25'AutomaticFeaturesGroupBox'#12'ClientHei' + +'ght'#3#235#1#11'ClientWidth'#3#28#2#8'TabOrder'#2#0#0#6'TLabel'#14'AutoDela' + +'yLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#176#0#5'Width'#3#12#2#5'Align'#7 + +#5'alTop'#17'BorderSpacing.Top'#2#24#20'BorderSpacing.Around'#2#6#7'Caption' + +#6#14'AutoDelayLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDelayMinLabel' + +#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9 + +'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#148#0#5'Width'#2'\'#17'Borde' + +'rSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMinLabel'#11'ParentColor'#8#0#0#6 + +'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrack' + +'Bar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#154#1#6'Height'#2#14#3 +'Top'#3#148#0#5'Width'#2'`'#9'Alignment'#7#14'taRightJustify'#7'Anchors'#11#5 +'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMaxL' +'abel'#11'ParentColor'#8#0#0#9'TCheckBox AutoIdentifierCompletionCheckBox'#4 @@ -449,19 +438,171 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ +'deFoldingEnabledChange'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#18'edDividerDrawLe' +'vel'#4'Left'#3#211#0#6'Height'#2#23#3'Top'#2'B'#5'Width'#2'2'#8'MaxValue'#2 +#10#8'MinValue'#2#1#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#6'TPanel'#8'BtnPane' - ,'l'#6'Height'#2')'#3'Top'#3#24#2#5'Width'#3'*'#2#5'Align'#7#8'alBottom'#8'Au' - +'toSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2')'#11'ClientWidth'#3 - +'*'#2#8'TabOrder'#2#1#0#7'TButton'#8'OkButton'#21'AnchorSideBottom.Side'#7#9 - +'asrBottom'#4'Left'#3'q'#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'K'#5'Align'#7 - +#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'OkButt' - +'on'#20'Constraints.MinWidth'#2'K'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder' - +#2#0#0#0#7'TButton'#12'CancelButton'#20'AnchorSideRight.Side'#7#9'asrBottom' - +#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#194#1#6'Height'#2#29#3'T' - +'op'#2#6#5'Width'#2'b'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.' - +'Around'#2#6#7'Caption'#6#12'CancelButton'#20'Constraints.MinWidth'#2'K'#7'O' - +'nClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#0#0#0#10'TImageList'#9'Imag' - +'eList'#6'Height'#2#21#5'Width'#2#21#4'left'#3'X'#1#3'top'#3#192#0#6'Bitmap' - +#10#214#13#0#0'Li'#2#0#0#0#21#0#0#0#21#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +'l'#6'Height'#2'&'#3'Top'#3#27#2#5'Width'#3'*'#2#5'Align'#7#8'alBottom'#8'Au' + +'toSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'&'#11'ClientWidth'#3 + +'*'#2#8'TabOrder'#2#1#0#7'TBitBtn'#12'CancelButton'#23'AnchorSideRight.Contr' + +'ol'#7#8'BtnPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBott' + +'om.Control'#7#8'BtnPanel'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3 + +#183#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'm'#5'Align'#7#7'alRight'#8'AutoS' + +'ize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'CancelButton'#20'Constr' + +'aints.MinWidth'#2'K'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0 + +'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0 + +#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + ,#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'?='#237'A;8' + +#235#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'!'#31#227#8#30#28#226'A'#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0'JG'#240'AOL'#242#255'@>'#237#253'<9'#235#8 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'''%'#229#8'$"'#228 + +#252'1/'#234#255#31#29#226'A'#255#255#255#0#255#255#255#0#255#255#255#0'TQ' + +#243'AXV'#245#255'ca'#250#255'XU'#246#255'A?'#237#252'=:'#236#8#255#255#255#0 + +#255#255#255#0'0-'#231#8',*'#230#252'A?'#241#255'LJ'#246#255'1/'#234#255#31 + +#29#226'A'#255#255#255#0#255#255#255#0'YV'#245'+[X'#246#255'eb'#250#255'qp' + +#255#255'YV'#246#255'B@'#238#252'>;'#236#8'97'#235#8'52'#233#252'GE'#242#255 + +'cb'#255#255'JH'#244#255'/-'#233#255'" '#227'+'#255#255#255#0#255#255#255#0 + +#255#255#255#0'ZW'#245'+[Y'#246#255'fc'#250#255'tq'#255#255'ZX'#246#255'CA' + +#238#252'><'#236#253'PM'#244#255'hg'#255#255'PN'#245#255'64'#235#255'*'''#229 + +'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'[X' + +#246'+\Z'#246#255'gd'#250#255'tr'#255#255'sp'#255#255'pn'#255#255'nl'#255#255 + +'WU'#247#255'?='#238#255'20'#232'+'#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'\Y'#246'+]['#247#255 + +'yv'#255#255'YV'#255#255'WT'#255#255'rp'#255#255'HF'#240#255'<9'#235'+'#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0'a^'#248#8']Z'#246#253'}y'#255#255'^['#255 + +#255'[X'#255#255'vt'#255#255'FC'#239#253'A?'#237#8#255#255#255#0#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'ig' + +#251#8'fc'#249#252'pm'#251#255#128'~'#255#255'~{'#255#255'|y'#255#255'yw'#255 + +#255'^\'#247#255'GD'#239#252'B@'#238#8#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0'qn'#253#8'nk'#252#252'wt'#253#255#134#130 + +#255#255'vs'#252#255'db'#248#255'`]'#247#255'mj'#250#255'{y'#255#255'`]'#247 + +#255'HE'#239#252'CA'#238#8#255#255#255#0#255#255#255#0#255#255#255#0'vs'#255 + +#8'tq'#254#253'}z'#254#255#138#135#255#255'|y'#253#255'li'#251#255'ca'#249'+' + +'_\'#247'+a^'#248#255'nl'#250#255'}z'#255#255'a_'#247#255'IF'#240#252'DA'#238 + +#5#255#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255#129'~'#255#255#129'~' + +#254#255'tq'#253#255'li'#251'+'#255#255#255#0#255#255#255#0'`]'#247'+b_'#248 + +#255'om'#251#255'~|'#255#255'b_'#248#255'JG'#240'oEB'#238#2#255#255#255#0#255 + +#255#255#0'wt'#255#31'zw'#255#255'yv'#254#255'ro'#253'+'#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0'a^'#248'+da'#248#255'jh'#249#255'TQ' + +#243#168'OM'#242')'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +'wt'#255#31'wt'#255'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255 + +#0#255#255#255#0#255#255#255#0'b_'#248'+]['#247'oYV'#245'>'#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0'c`'#248#10#255#255#255#0#255#255#255#0#255#255 + +#255#0#9'NumGlyphs'#2#0#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#0#0 + +#0#7'TBitBtn'#8'OkButton'#23'AnchorSideRight.Control'#7#12'CancelButton'#24 + +'AnchorSideBottom.Control'#7#8'BtnPanel'#21'AnchorSideBottom.Side'#7#9'asrBo' + +'ttom'#4'Left'#3'W'#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'Z'#5'Align'#7#7'a' + +'lRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'OkButton' + +#20'Constraints.MinWidth'#2'K'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0 + +#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0 + +#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0'1z6'#10'-u2'#7#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'9'#133'@' + +#10'7'#131'='#255'1{7'#251'.v3'#7#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0'B'#146'I'#10'@'#142'G'#255'T'#163'\' + +#255'O'#159'W'#255'2|8'#254'.w4'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0'K'#158'S'#10'I'#154'Q'#255'['#172'd'#255'w'#202#130#255't'#200'~' + +#255'Q'#160'Y'#255'3}9'#254'/x5'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'S'#169'\'#10'Q'#166 + +'Z'#255'c'#181'm'#255'~'#206#137#255'{'#204#135#255'v'#202#129#255'v'#201#129 + ,#255'R'#162'Z'#255'4~:'#254'0y5'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0'Z'#180'e'#9'Y'#176'c'#255'k'#189'v'#255#132#210 + +#144#255'z'#201#133#255'`'#178'j'#255'c'#180'm'#255'x'#201#131#255'x'#203#130 + +#255'S'#163'\'#255'4:'#253'1z6'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'^'#185'iF['#181'f'#228'y'#201#134#255#128#206#141#255'Q'#166 + +'Z'#252'M'#161'VoI'#156'Q'#139'\'#173'g'#255'|'#204#134#255'y'#203#133#255'T' + +#164']'#255'5'#128';'#252'1{7'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'_'#186'j<\'#182'f'#230'm'#192'y'#255'U'#172'_o'#255#255#255#0 + +#255#255#255#0'J'#157'R'#145'^'#174'h'#255'}'#205#137#255'|'#205#135#255'V' + +#165'_'#255'6'#129'<'#252'2|8'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'_'#187'jC\'#183'ge'#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'K'#158'S'#145'_'#175'i'#255''#206#138#255'~'#206#137#255'W' + +#166'`'#255'7'#130'='#252'3}9'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0'K'#159'T'#145'`'#176'j'#255#129#207#141#255''#207 + +#139#255'X'#167'a'#255'9'#133'@'#255'4~:'#8#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0'L'#160'U'#145'b'#178'l'#255#130#209#143 + +#255'z'#200#133#255'W'#166'`'#255'8'#132'?{'#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'M'#161'V'#145'c'#179'm'#255 + +'_'#175'i'#255'A'#145'Iy'#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'N'#162'W'#145'J'#157 + +'R'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#9'NumGlyphs'#2#0#7'OnClick'#7#13'OkButton' + +'Click'#8'TabOrder'#2#1#0#0#0#10'TImageList'#9'ImageList'#6'Height'#2#21#5'W' + +'idth'#2#21#4'left'#3'X'#1#3'top'#3#192#0#6'Bitmap'#10#214#13#0#0'Li'#2#0#0#0 + +#21#0#0#0#21#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'HNK'#255#139#145#141 + +#255#168#174#170#255#194#199#195#255#209#214#210#255#161#164#161#255#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0'z'#133#128#255#176#186#181#255#141#147#144#255 + +#153#156#154#255#147#148#147#255#188#192#188#255#229#234#230#255#174#178#176 + +#255'KNN'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#170#177#173#255#168#177#173#255#189#196#192#255#140 + +#144#141#255#139#141#139#255#151#154#151#255#228#231#228#255#146#151#149#255 + +'BIF'#255':@>'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0'xzx'#255#231#233#231#255#208#210#209#255#172#176#173 + +#255#180#184#182#255#185#189#186#255#207#211#207#255'|'#128'~'#255'MVR'#255 + +'GOL'#255'6=;'#255'JPN'#255#149#155#151#255#165#172#168#255#203#207#203#255 + +#193#197#192#255#167#170#167#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#187#188#187 + +#255#240#242#240#255#239#240#238#255#227#229#227#255#202#205#202#255#189#192 + +#189#255#147#152#148#255'kuq'#255'Yc`'#255'FNK'#255'x'#129'}'#255#176#185#181 + +#255#148#152#149#255#168#170#169#255#211#213#211#255#204#208#204#255#230#234 + +#230#255#158#164#160#255#0#0#0#0#0#0#0#0#0#0#0#0#218#220#218#255#187#190#188 + +#255#162#166#163#255#180#187#182#255#179#184#180#255#167#170#167#255#140#145 + +#141#255'frl'#255'[c_'#255#155#163#158#255#167#176#171#255#198#205#202#255 + +#142#144#143#255#154#156#155#255#157#159#157#255#218#221#218#255#138#143#140 + +#255'FMJ'#255#0#0#0#0#0#0#0#0#0#0#0#0'\a^'#255#149#158#153#255'tyv'#255'kmk' + +#255#228#232#228#255#218#221#218#255#222#226#222#255#175#180#176#255'qvs'#255 + ,#234#237#234#255#208#211#209#255#165#171#168#255#167#172#168#255#211#217#212 + +#255#216#221#217#255'ptq'#255'PXT'#255'HOL'#255#0#0#0#0#0#0#0#0#140#151#145 + +#255#170#183#176#255#140#146#142#255#208#213#209#255'vyw'#255'||'#255#185 + +#188#185#255#189#191#189#255'GLK'#255'dge'#255#243#245#243#255#235#236#235 + +#255#234#237#234#255#229#231#229#255#173#176#173#255#131#136#133#255'nxt'#255 + +'[d`'#255'ISN'#255#0#0#0#0'z}z'#255#210#214#211#255#171#178#174#255#176#184 + +#179#255#206#211#208#255#184#188#184#255#225#229#225#255#159#164#160#255'KQN' + +#255'IQM'#255'HOL'#255#228#230#228#255#231#232#231#255#226#229#226#255#222 + +#227#222#255#221#226#221#255#164#171#166#255'pzu'#255'^hd'#255'LWR'#255#0#0#0 + +#0#179#183#179#255#239#242#239#255#241#242#241#255#212#215#212#255#187#190 + +#187#255#173#177#174#255#145#151#147#255'_hd'#255'Wa\'#255'FOK'#255'AKG'#255 + +#186#189#187#255#228#231#228#255#222#226#222#255#220#225#220#255#220#225#220 + +#255#163#171#166#255'ozu'#255'akf'#255'ENJ'#255#0#0#0#0#220#223#220#255#239 + +#240#239#255#233#233#233#255#226#229#226#255#226#231#226#255#215#220#215#255 + +#155#163#158#255'oyu'#255'[ea'#255'ITO'#255'AKF'#255#0#0#0#0#148#151#148#255 + +#213#217#213#255#223#228#223#255#220#225#221#255#156#167#161#255'nyt'#255'LT' + +'P'#255#0#0#0#0#0#0#0#0#189#191#189#255#235#238#235#255#229#231#229#255#223 + +#227#223#255#220#225#220#255#218#222#218#255#157#164#160#255'nxt'#255'^gc' + +#255'HRM'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#141#144#141#255#173#176#173#255 + +'y'#128'|'#255';A>'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'mom'#255#210#214#210 + +#255#221#226#221#255#220#225#220#255#218#224#219#255#153#164#158#255'nzt'#255 + +'[d_'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#139#142#139#255#208#211 + +#208#255#213#217#214#255#141#151#146#255'T^Z'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'abb'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 @@ -471,127 +612,71 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0'HNK'#255#139#145#141#255#168#174#170#255#194#199#195#255#209#214#210#255 - +#161#164#161#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'z'#133#128#255#176#186 - +#181#255#141#147#144#255#153#156#154#255#147#148#147#255#188#192#188#255#229 - +#234#230#255#174#178#176#255'KNN'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#170#177#173#255#168#177#173 - +#255#189#196#192#255#140#144#141#255#139#141#139#255#151#154#151#255#228#231 - +#228#255#146#151#149#255'BIF'#255':@>'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'xzx'#255#231#233#231#255#208 - +#210#209#255#172#176#173#255#180#184#182#255#185#189#186#255#207#211#207#255 - +'|'#128'~'#255'MVR'#255'GOL'#255'6=;'#255'JPN'#255#149#155#151#255#165#172 - +#168#255#203#207#203#255#193#197#192#255#167#170#167#255#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#187#188#187#255#240#242#240#255#239#240#238#255#227#229#227#255 - +#202#205#202#255#189#192#189#255#147#152#148#255'kuq'#255'Yc`'#255'FNK'#255 - +'x'#129'}'#255#176#185#181#255#148#152#149#255#168#170#169#255#211#213#211 - +#255#204#208#204#255#230#234#230#255#158#164#160#255#0#0#0#0#0#0#0#0#0#0#0#0 - +#218#220#218#255#187#190#188#255#162#166#163#255#180#187#182#255#179#184#180 - +#255#167#170#167#255#140#145#141#255'frl'#255'[c_'#255#155#163#158#255#167 - +#176#171#255#198#205#202#255#142#144#143#255#154#156#155#255#157#159#157#255 - +#218#221#218#255#138#143#140#255'FMJ'#255#0#0#0#0#0#0#0#0#0#0#0#0'\a^'#255 - +#149#158#153#255'tyv'#255'kmk'#255#228#232#228#255#218#221#218#255#222#226 - +#222#255#175#180#176#255'qvs'#255#234#237#234#255#208#211#209#255#165#171#168 - +#255#167#172#168#255#211#217#212#255#216#221#217#255'ptq'#255'PXT'#255'HOL' - +#255#0#0#0#0#0#0#0#0#140#151#145#255#170#183#176#255#140#146#142#255#208#213 - +#209#255'vyw'#255'||'#255#185#188#185#255#189#191#189#255'GLK'#255'dge'#255 - +#243#245#243#255#235#236#235#255#234#237#234#255#229#231#229#255#173#176#173 - +#255#131#136#133#255'nxt'#255'[d`'#255'ISN'#255#0#0#0#0'z}z'#255#210#214#211 - +#255#171#178#174#255#176#184#179#255#206#211#208#255#184#188#184#255#225#229 - +#225#255#159#164#160#255'KQN'#255'IQM'#255'HOL'#255#228#230#228#255#231#232 - +#231#255#226#229#226#255#222#227#222#255#221#226#221#255#164#171#166#255'pzu' - +#255'^hd'#255'LWR'#255#0#0#0#0#179#183#179#255#239#242#239#255#241#242#241 - +#255#212#215#212#255#187#190#187#255#173#177#174#255#145#151#147#255'_hd'#255 - +'Wa\'#255'FOK'#255'AKG'#255#186#189#187#255#228#231#228#255#222#226#222#255 - +#220#225#220#255#220#225#220#255#163#171#166#255'ozu'#255'akf'#255'ENJ'#255#0 - +#0#0#0#220#223#220#255#239#240#239#255#233#233#233#255#226#229#226#255#226 - +#231#226#255#215#220#215#255#155#163#158#255'oyu'#255'[ea'#255'ITO'#255'AKF' - +#255#0#0#0#0#148#151#148#255#213#217#213#255#223#228#223#255#220#225#221#255 - +#156#167#161#255'nyt'#255'LTP'#255#0#0#0#0#0#0#0#0#189#191#189#255#235#238 - +#235#255#229#231#229#255#223#227#223#255#220#225#220#255#218#222#218#255#157 - +#164#160#255'nxt'#255'^gc'#255'HRM'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#141 - +#144#141#255#173#176#173#255'y'#128'|'#255';A>'#255#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0'mom'#255#210#214#210#255#221#226#221#255#220#225#220#255#218#224#219 - ,#255#153#164#158#255'nzt'#255'[d_'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#139#142#139#255#208#211#208#255#213#217#214#255#141#151#146#255'T^Z' - +#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'abb' - +#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#192#192#192#255#204#204#204#255#202#202#202#255#202#202 + +#202#255#201#201#201#255#200#200#200#255#199#199#199#255#198#198#198#255#197 + +#197#197#255#193#193#193#255#186#186#186#255#184#184#184#255#180#180#180#255 + +#173#173#173#255#160#160#160#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160 + +#160#160#255#246#246#246#255#246#246#246#255#238#238#238#255#230#230#230#255 + +#230#230#230#255#230#230#230#255#231#231#231#255#232#232#232#255#230#230#230 + +#255#229#229#229#255#228#228#228#255#226#226#226#255#222#222#222#255#204#204 + +#204#255#184#184#184#255'yyy'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#165#165#165 + +#255#249#249#249#255#246#246#246#255#217#217#217#255#215#215#215#255#219#219 + +#219#255#222#222#222#255#225#225#225#255#228#228#228#255#230#230#230#255#233 + +#233#233#255#235#235#235#255#237#237#237#255#239#239#239#255#205#205#205#255 + +#178#178#178#255'ttt'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#164#164#164#255#247 + +#247#247#255#245#245#245#255#216#216#216#255#218#218#218#255#222#222#222#255 + +#225#225#225#255#228#228#228#255#230#230#230#255#233#233#233#255#235#235#235 + +#255#237#237#237#255#239#239#239#255#241#241#241#255#203#203#203#255#168#168 + +#168#255'ooo'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#162#162#162#255#243#243#243 + +#255#243#243#243#255#218#218#218#255#221#221#221#255#224#224#224#255#227#227 + +#227#255#230#230#230#255#232#232#232#255#233#233#233#255#185#185#185#255#217 + +#217#217#255#241#241#241#255#243#243#243#255#198#198#198#255#158#158#158#255 + +'mmm'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#161#161#161#255#239#239#239#255#241 + +#241#241#255#222#222#222#255#224#224#224#255#227#227#227#255#229#229#229#255 + +#232#232#232#255#234#234#234#255#225#225#225#255#141#141#141#255#233#233#233 + +#255#242#242#242#255#244#244#244#255#198#198#198#255#157#157#157#255'kkk'#255 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#161#161#161#255#237#237#237#255#240#240#240 + +#255#224#224#224#255#226#226#226#255#229#229#229#255#231#231#231#255#234#234 + +#234#255#229#229#229#255#177#177#177#255#158#158#158#255#200#200#200#255#243 + +#243#243#255#245#245#245#255#195#195#195#255#148#148#148#255'iii'#255#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#237#237#237#255#240#240#240#255#227 + ,#227#227#255#229#229#229#255#231#231#231#255#234#234#234#255#236#236#236#255 + +#147#147#147#255#137#137#137#255#173#173#173#255'ccc'#255#217#217#217#255#246 + +#246#246#255#191#191#191#255#139#139#139#255'eee'#255#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#160#160#160#255#236#236#236#255#240#240#240#255#229#229#229#255#230 + +#230#230#255#233#233#233#255#235#235#235#255#238#238#238#255#221#221#221#255 + +#219#219#219#255#196#196#196#255'aaa'#255#209#209#209#255#247#247#247#255#188 + +#188#188#255#132#132#132#255'```'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160 + +#160#255#235#235#235#255#240#240#240#255#231#231#231#255#233#233#233#255#235 + +#235#235#255#237#237#237#255#240#240#240#255#151#151#151#255'nnn'#255#150#150 + +#150#255'bbb'#255#210#210#210#255#248#248#248#255#186#186#186#255''#255']' + +']]'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#159#159#159#255#232#232#232#255#239 + +#239#239#255#233#233#233#255#235#235#235#255#237#237#237#255#239#239#239#255 + +#241#241#241#255'UUU'#255#221#221#221#255#216#216#216#255']]]'#255#209#209 + +#209#255#249#249#249#255#184#184#184#255'{{{'#255'\\\'#255#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#158#158#158#255#229#229#229#255#236#236#236#255#235#235#235 + +#255#237#237#237#255#239#239#239#255#241#241#241#255#242#242#242#255#165#165 + +#165#255'|||'#255#142#142#142#255#144#144#144#255#202#202#202#255#250#250#250 + +#255#182#182#182#255'xxx'#255'ZZZ'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#156 + +#156#156#255#223#223#223#255#232#232#232#255#238#238#238#255#239#239#239#255 + +#240#240#240#255#242#242#242#255#244#244#244#255#245#245#245#255#236#236#236 + +#255#245#245#245#255#249#249#249#255#250#250#250#255#251#251#251#255#174#174 + +#174#255'sss'#255'VVV'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#154#154#154#255 + +#213#213#213#255#226#226#226#255#219#219#219#255#199#199#199#255#187#187#187 + +#255#185#185#185#255#185#185#185#255#183#183#183#255#180#180#180#255#178#178 + +#178#255#177#177#177#255#177#177#177#255#170#170#170#255'{{{'#255'kkk'#255'T' + +'TT'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#149#149#149#255#205#205#205#255#192 + +#192#192#255'www'#255'HHH'#255'EEE'#255'GGG'#255'KKK'#255'OOO'#255'PPP'#255 + +'LLL'#255'GGG'#255'HHH'#255'NNN'#255'VVV'#255'lll'#255'QQQ'#255#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#129#129#129#255#156#156#156#255'\\\'#255'>>>'#255'BBB'#255 + +'@@@'#255'BBB'#255'CCC'#255'FFF'#255'HHH'#255'EEE'#255'CCC'#255'CCC'#255'EEE' + +#255'III'#255'UUU'#255'LLL'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0')))'#255'###'#255'###'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"' + +'""'#255'"""'#255'"""'#255'"""'#255'"""'#255'$$$'#255#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#192#192#192#255#204#204 - +#204#255#202#202#202#255#202#202#202#255#201#201#201#255#200#200#200#255#199 - +#199#199#255#198#198#198#255#197#197#197#255#193#193#193#255#186#186#186#255 - +#184#184#184#255#180#180#180#255#173#173#173#255#160#160#160#255#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#246#246#246#255#246#246#246#255 - +#238#238#238#255#230#230#230#255#230#230#230#255#230#230#230#255#231#231#231 - +#255#232#232#232#255#230#230#230#255#229#229#229#255#228#228#228#255#226#226 - +#226#255#222#222#222#255#204#204#204#255#184#184#184#255'yyy'#255#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#165#165#165#255#249#249#249#255#246#246#246#255#217#217 - +#217#255#215#215#215#255#219#219#219#255#222#222#222#255#225#225#225#255#228 - +#228#228#255#230#230#230#255#233#233#233#255#235#235#235#255#237#237#237#255 - +#239#239#239#255#205#205#205#255#178#178#178#255'ttt'#255#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#164#164#164#255#247#247#247#255#245#245#245#255#216#216#216#255 - +#218#218#218#255#222#222#222#255#225#225#225#255#228#228#228#255#230#230#230 - +#255#233#233#233#255#235#235#235#255#237#237#237#255#239#239#239#255#241#241 - +#241#255#203#203#203#255#168#168#168#255'ooo'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#162#162#162#255#243#243#243#255#243#243#243#255#218#218#218#255#221#221 - +#221#255#224#224#224#255#227#227#227#255#230#230#230#255#232#232#232#255#233 - +#233#233#255#185#185#185#255#217#217#217#255#241#241#241#255#243#243#243#255 - +#198#198#198#255#158#158#158#255'mmm'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#161 - +#161#161#255#239#239#239#255#241#241#241#255#222#222#222#255#224#224#224#255 - +#227#227#227#255#229#229#229#255#232#232#232#255#234#234#234#255#225#225#225 - +#255#141#141#141#255#233#233#233#255#242#242#242#255#244#244#244#255#198#198 - +#198#255#157#157#157#255'kkk'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#161#161#161 - +#255#237#237#237#255#240#240#240#255#224#224#224#255#226#226#226#255#229#229 - +#229#255#231#231#231#255#234#234#234#255#229#229#229#255#177#177#177#255#158 - +#158#158#255#200#200#200#255#243#243#243#255#245#245#245#255#195#195#195#255 - +#148#148#148#255'iii'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#237 - +#237#237#255#240#240#240#255#227#227#227#255#229#229#229#255#231#231#231#255 - +#234#234#234#255#236#236#236#255#147#147#147#255#137#137#137#255#173#173#173 - +#255'ccc'#255#217#217#217#255#246#246#246#255#191#191#191#255#139#139#139#255 - +'eee'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#236#236#236#255#240 - +#240#240#255#229#229#229#255#230#230#230#255#233#233#233#255#235#235#235#255 - +#238#238#238#255#221#221#221#255#219#219#219#255#196#196#196#255'aaa'#255#209 - +#209#209#255#247#247#247#255#188#188#188#255#132#132#132#255'```'#255#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#235#235#235#255#240#240#240#255#231 - +#231#231#255#233#233#233#255#235#235#235#255#237#237#237#255#240#240#240#255 - +#151#151#151#255'nnn'#255#150#150#150#255'bbb'#255#210#210#210#255#248#248 - +#248#255#186#186#186#255''#255']]]'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#159#159#159#255#232#232#232#255#239#239#239#255#233#233#233#255#235#235#235 - +#255#237#237#237#255#239#239#239#255#241#241#241#255'UUU'#255#221#221#221#255 - +#216#216#216#255']]]'#255#209#209#209#255#249#249#249#255#184#184#184#255'{{' - +'{'#255'\\\'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#158#158#158#255#229#229#229 - +#255#236#236#236#255#235#235#235#255#237#237#237#255#239#239#239#255#241#241 - +#241#255#242#242#242#255#165#165#165#255'|||'#255#142#142#142#255#144#144#144 - +#255#202#202#202#255#250#250#250#255#182#182#182#255'xxx'#255'ZZZ'#255#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#156#156#156#255#223#223#223#255#232#232#232#255 - +#238#238#238#255#239#239#239#255#240#240#240#255#242#242#242#255#244#244#244 - +#255#245#245#245#255#236#236#236#255#245#245#245#255#249#249#249#255#250#250 - ,#250#255#251#251#251#255#174#174#174#255'sss'#255'VVV'#255#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#154#154#154#255#213#213#213#255#226#226#226#255#219#219#219 - +#255#199#199#199#255#187#187#187#255#185#185#185#255#185#185#185#255#183#183 - +#183#255#180#180#180#255#178#178#178#255#177#177#177#255#177#177#177#255#170 - +#170#170#255'{{{'#255'kkk'#255'TTT'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#149 - +#149#149#255#205#205#205#255#192#192#192#255'www'#255'HHH'#255'EEE'#255'GGG' - +#255'KKK'#255'OOO'#255'PPP'#255'LLL'#255'GGG'#255'HHH'#255'NNN'#255'VVV'#255 - +'lll'#255'QQQ'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#129#129#129#255#156#156 - +#156#255'\\\'#255'>>>'#255'BBB'#255'@@@'#255'BBB'#255'CCC'#255'FFF'#255'HHH' - +#255'EEE'#255'CCC'#255'CCC'#255'EEE'#255'III'#255'UUU'#255'LLL'#255#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0')))'#255'###'#255'###'#255'"""'#255'"' - +'""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""' - +#255'$$$'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 ]); diff --git a/ide/editoroptions.pp b/ide/editoroptions.pp index 532ceaf87b..2fd62b0c5e 100644 --- a/ide/editoroptions.pp +++ b/ide/editoroptions.pp @@ -530,6 +530,7 @@ type { TEditorOptionsForm } TEditorOptionsForm = class(TForm) + CancelButton: TBitBtn; MainNoteBook: TNoteBook; ImageList: TImageList; @@ -544,6 +545,7 @@ type BlockIndentLabel: TLabel; CodeFolding: TPage; BtnPanel: TPanel; + OkButton: TBitBtn; TextBoldRadioOn : TRadioButton; TextBoldRadioOff : TRadioButton; TextBoldRadioInvert : TRadioButton; @@ -639,9 +641,6 @@ type lblDividerDrawLevel: TLabel; edDividerDrawLevel: TSpinEdit; - // buttons at bottom - OkButton: TButton; - CancelButton: TButton; // general procedure ColorElementListBoxClick(Sender: TObject); diff --git a/ide/encloseselectiondlg.lfm b/ide/encloseselectiondlg.lfm index 0acf721d90..7f2e19fa14 100644 --- a/ide/encloseselectiondlg.lfm +++ b/ide/encloseselectiondlg.lfm @@ -1,18 +1,21 @@ object EncloseSelectionDialog: TEncloseSelectionDialog + Left = 319 + Height = 244 + Top = 231 + Width = 427 Caption = 'Enclose Selection' ClientHeight = 244 ClientWidth = 427 OnCreate = EncloseSelectionDialogCREATE OnResize = EncloseSelectionDialogResize - PixelsPerInch = 112 + ParentFont = False Position = poScreenCenter - HorzScrollBar.Page = 426 - VertScrollBar.Page = 243 - Left = 319 - Height = 244 - Top = 231 - Width = 427 + LCLVersion = '0.9.25' object TypeRadiogroup: TRadioGroup + Left = 8 + Height = 189 + Top = 8 + Width = 409 Anchors = [akTop, akLeft, akRight, akBottom] AutoFill = True Caption = 'Type' @@ -25,31 +28,101 @@ object EncloseSelectionDialog: TEncloseSelectionDialog ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 1 TabOrder = 0 - Left = 8 - Height = 189 - Top = 8 - Width = 409 end - object btnOk: TButton - Anchors = [akLeft, akBottom] - Caption = 'Ok' - Default = True - OnClick = btnOkClick - TabOrder = 1 - Left = 88 - Height = 25 - Top = 208 - Width = 107 - end - object btnCancel: TButton - Anchors = [akLeft, akBottom] - Cancel = True - Caption = 'Cancel' - ModalResult = 2 - TabOrder = 2 + object btnCancel: TBitBtn Left = 224 Height = 25 Top = 208 Width = 104 + Anchors = [akLeft, akBottom] + Cancel = True + Caption = 'Cancel' + Glyph.Data = { + 36040000424D3604000000000000360000002800000010000000100000000100 + 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF003F3DED413B38EB08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00211FE3081E1CE241FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004A47F0414F4CF2FF403EEDFD3C39EB08FFFFFF00FFFFFF00FFFFFF00FFFF + FF002725E5082422E4FC312FEAFF1F1DE241FFFFFF00FFFFFF00FFFFFF005451 + F3415856F5FF6361FAFF5855F6FF413FEDFC3D3AEC08FFFFFF00FFFFFF00302D + E7082C2AE6FC413FF1FF4C4AF6FF312FEAFF1F1DE241FFFFFF00FFFFFF005956 + F52B5B58F6FF6562FAFF7170FFFF5956F6FF4240EEFC3E3BEC083937EB083532 + E9FC4745F2FF6362FFFF4A48F4FF2F2DE9FF2220E32BFFFFFF00FFFFFF00FFFF + FF005A57F52B5B59F6FF6663FAFF7471FFFF5A58F6FF4341EEFC3E3CECFD504D + F4FF6867FFFF504EF5FF3634EBFF2A27E52BFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF005B58F62B5C5AF6FF6764FAFF7472FFFF7370FFFF706EFFFF6E6C + FFFF5755F7FF3F3DEEFF3230E82BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF005C59F62B5D5BF7FF7976FFFF5956FFFF5754FFFF7270 + FFFF4846F0FF3C39EB2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00615EF8085D5AF6FD7D79FFFF5E5BFFFF5B58FFFF7674 + FFFF4643EFFD413FED08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF006967FB086663F9FC706DFBFF807EFFFF7E7BFFFF7C79FFFF7977 + FFFF5E5CF7FF4744EFFC4240EE08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00716EFD086E6BFCFC7774FDFF8682FFFF7673FCFF6462F8FF605DF7FF6D6A + FAFF7B79FFFF605DF7FF4845EFFC4341EE08FFFFFF00FFFFFF00FFFFFF007673 + FF087471FEFD7D7AFEFF8A87FFFF7C79FDFF6C69FBFF6361F92B5F5CF72B615E + F8FF6E6CFAFF7D7AFFFF615FF7FF4946F0FC4441EE05FFFFFF00FFFFFF007774 + FF1F7A77FFFF817EFFFF817EFEFF7471FDFF6C69FB2BFFFFFF00FFFFFF00605D + F72B625FF8FF6F6DFBFF7E7CFFFF625FF8FF4A47F06F4542EE02FFFFFF00FFFF + FF007774FF1F7A77FFFF7976FEFF726FFD2BFFFFFF00FFFFFF00FFFFFF00FFFF + FF00615EF82B6461F8FF6A68F9FF5451F3A84F4DF229FFFFFF00FFFFFF00FFFF + FF00FFFFFF007774FF1F7774FF2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00625FF82B5D5BF76F5956F53EFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00 + } + ModalResult = 2 + NumGlyphs = 0 + TabOrder = 1 + end + object btnOk: TBitBtn + Left = 88 + Height = 25 + Top = 208 + Width = 107 + Anchors = [akLeft, akBottom] + Caption = 'Ok' + Default = True + Glyph.Data = { + 36040000424D3604000000000000360000002800000010000000100000000100 + 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00317A360A2D753207FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF003985400A37833DFF317B37FB2E763307FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF004292490A408E47FF54A35CFF4F9F57FF327C38FE2E773408FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004B9E530A499A51FF5BAC64FF77CA82FF74C87EFF51A059FF337D39FE2F78 + 3508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0053A9 + 5C0A51A65AFF63B56DFF7ECE89FF7BCC87FF76CA81FF76C981FF52A25AFF347E + 3AFE30793508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF005AB4650959B0 + 63FF6BBD76FF84D290FF7AC985FF60B26AFF63B46DFF78C983FF78CB82FF53A3 + 5CFF347F3AFD317A3608FFFFFF00FFFFFF00FFFFFF00FFFFFF005EB969465BB5 + 66E479C986FF80CE8DFF51A65AFC4DA1566F499C518B5CAD67FF7CCC86FF79CB + 85FF54A45DFF35803BFC317B3708FFFFFF00FFFFFF00FFFFFF00FFFFFF005FBA + 6A3C5CB666E66DC079FF55AC5F6FFFFFFF00FFFFFF004A9D52915EAE68FF7DCD + 89FF7CCD87FF56A55FFF36813CFC327C3808FFFFFF00FFFFFF00FFFFFF00FFFF + FF005FBB6A435CB76765FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9E53915FAF + 69FF7FCE8AFF7ECE89FF57A660FF37823DFC337D3908FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9F + 549160B06AFF81CF8DFF7FCF8BFF58A761FF398540FF347E3A08FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004CA0559162B26CFF82D18FFF7AC885FF57A660FF38843F7BFFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF004DA1569163B36DFF5FAF69FF41914979FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF004EA257914A9D527FFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00 + } + NumGlyphs = 0 + OnClick = btnOkClick + TabOrder = 2 end end diff --git a/ide/encloseselectiondlg.lrs b/ide/encloseselectiondlg.lrs index 3acdd3f8db..6f1cb6c03c 100644 --- a/ide/encloseselectiondlg.lrs +++ b/ide/encloseselectiondlg.lrs @@ -1,23 +1,116 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TEncloseSelectionDialog','FORMDATA',[ - 'TPF0'#23'TEncloseSelectionDialog'#22'EncloseSelectionDialog'#7'Caption'#6#17 - +'Enclose Selection'#12'ClientHeight'#3#244#0#11'ClientWidth'#3#171#1#8'OnCre' - +'ate'#7#28'EncloseSelectionDialogCREATE'#8'OnResize'#7#28'EncloseSelectionDi' - +'alogResize'#13'PixelsPerInch'#2'p'#8'Position'#7#14'poScreenCenter'#18'Horz' - +'ScrollBar.Page'#3#170#1#18'VertScrollBar.Page'#3#243#0#4'Left'#3'?'#1#6'Hei' - +'ght'#3#244#0#3'Top'#3#231#0#5'Width'#3#171#1#0#11'TRadioGroup'#14'TypeRadio' - +'group'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoFill' - +#9#7'Caption'#6#4'Type'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.' - +'TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousC' - +'hildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize' - +#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Shrink' - +'Vertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightTh' - +'enTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#0#4'Left'#2 - +#8#6'Height'#3#189#0#3'Top'#2#8#5'Width'#3#153#1#0#0#7'TButton'#5'btnOk'#7'A' - +'nchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#2'Ok'#7'Default'#9#7'OnClic' - +'k'#7#10'btnOkClick'#8'TabOrder'#2#1#4'Left'#2'X'#6'Height'#2#25#3'Top'#3#208 - +#0#5'Width'#2'k'#0#0#7'TButton'#9'btnCancel'#7'Anchors'#11#6'akLeft'#8'akBot' - +'tom'#0#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2 - +#2#4'Left'#3#224#0#6'Height'#2#25#3'Top'#3#208#0#5'Width'#2'h'#0#0#0 + 'TPF0'#23'TEncloseSelectionDialog'#22'EncloseSelectionDialog'#4'Left'#3'?'#1#6 + +'Height'#3#244#0#3'Top'#3#231#0#5'Width'#3#171#1#7'Caption'#6#17'Enclose Sel' + +'ection'#12'ClientHeight'#3#244#0#11'ClientWidth'#3#171#1#8'OnCreate'#7#28'E' + +'ncloseSelectionDialogCREATE'#8'OnResize'#7#28'EncloseSelectionDialogResize' + +#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25' + +#0#11'TRadioGroup'#14'TypeRadiogroup'#4'Left'#2#8#6'Height'#3#189#0#3'Top'#2 + +#8#5'Width'#3#153#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0 + +#8'AutoFill'#9#7'Caption'#6#4'Type'#28'ChildSizing.LeftRightSpacing'#2#6#28 + +'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'cr' + +'sHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousC' + +'hildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildS' + +'izing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclL' + +'eftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2 + +#0#0#0#7'TBitBtn'#9'btnCancel'#4'Left'#3#224#0#6'Height'#2#25#3'Top'#3#208#0 + +#5'Width'#2'h'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#6'Cancel'#9#7'Caption'#6 + +#6'Cancel'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'(' + +#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0 + +#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'?='#237'A;8'#235#8#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +'!'#31#227#8#30#28#226'A'#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0'JG'#240'AOL'#242#255'@>'#237#253'<9'#235#8#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0'''%'#229#8'$"'#228#252'1/'#234#255 + +#31#29#226'A'#255#255#255#0#255#255#255#0#255#255#255#0'TQ'#243'AXV'#245#255 + +'ca'#250#255'XU'#246#255'A?'#237#252'=:'#236#8#255#255#255#0#255#255#255#0'0' + +'-'#231#8',*'#230#252'A?'#241#255'LJ'#246#255'1/'#234#255#31#29#226'A'#255 + +#255#255#0#255#255#255#0'YV'#245'+[X'#246#255'eb'#250#255'qp'#255#255'YV'#246 + +#255'B@'#238#252'>;'#236#8'97'#235#8'52'#233#252'GE'#242#255'cb'#255#255'JH' + +#244#255'/-'#233#255'" '#227'+'#255#255#255#0#255#255#255#0#255#255#255#0'ZW' + +#245'+[Y'#246#255'fc'#250#255'tq'#255#255'ZX'#246#255'CA'#238#252'><'#236#253 + +'PM'#244#255'hg'#255#255'PN'#245#255'64'#235#255'*'''#229'+'#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'[X'#246'+\Z'#246#255 + +'gd'#250#255'tr'#255#255'sp'#255#255'pn'#255#255'nl'#255#255'WU'#247#255'?=' + +#238#255'20'#232'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0'\Y'#246'+]['#247#255'yv'#255#255 + +'YV'#255#255'WT'#255#255'rp'#255#255'HF'#240#255'<9'#235'+'#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0'a^'#248#8']Z'#246#253'}y'#255#255'^['#255#255'[X'#255 + +#255'vt'#255#255'FC'#239#253'A?'#237#8#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'ig'#251#8'fc' + +#249#252'pm'#251#255#128'~'#255#255'~{'#255#255'|y'#255#255'yw'#255#255'^\' + +#247#255'GD'#239#252'B@'#238#8#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0'qn'#253#8'nk'#252#252'wt'#253#255#134#130#255#255'v' + +'s'#252#255'db'#248#255'`]'#247#255'mj'#250#255'{y'#255#255'`]'#247#255'HE' + +#239#252'CA'#238#8#255#255#255#0#255#255#255#0#255#255#255#0'vs'#255#8'tq' + +#254#253'}z'#254#255#138#135#255#255'|y'#253#255'li'#251#255'ca'#249'+_\'#247 + +'+a^'#248#255'nl'#250#255'}z'#255#255'a_'#247#255'IF'#240#252'DA'#238#5#255 + +#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255#129'~'#255#255#129'~'#254#255 + +'tq'#253#255'li'#251'+'#255#255#255#0#255#255#255#0'`]'#247'+b_'#248#255'om' + +#251#255'~|'#255#255'b_'#248#255'JG'#240'oEB'#238#2#255#255#255#0#255#255#255 + +#0'wt'#255#31'zw'#255#255'yv'#254#255'ro'#253'+'#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0'a^'#248'+da'#248#255'jh'#249#255'TQ'#243#168'OM' + +#242')'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'wt'#255#31'w' + +'t'#255'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0'b_'#248'+]['#247'oYV'#245'>'#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0'c`'#248#10#255#255#255#0#255#255#255#0#255#255#255#0#11 + +'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#7'TBitBtn'#5'btnOk'#4 + +'Left'#2'X'#6'Height'#2#25#3'Top'#3#208#0#5'Width'#2'k'#7'Anchors'#11#6'akLe' + +'ft'#8'akBottom'#0#7'Caption'#6#2'Ok'#7'Default'#9#10'Glyph.Data'#10':'#4#0#0 + +'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0 + ,#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0'1z6'#10'-u2'#7#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'9'#133'@'#10'7'#131'='#255'1{7'#251'.v3'#7#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'B'#146'I'#10 + +'@'#142'G'#255'T'#163'\'#255'O'#159'W'#255'2|8'#254'.w4'#8#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0'K'#158'S'#10'I'#154'Q'#255'['#172'd'#255 + +'w'#202#130#255't'#200'~'#255'Q'#160'Y'#255'3}9'#254'/x5'#8#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0'S'#169'\'#10'Q'#166'Z'#255'c'#181'm'#255'~'#206#137#255'{'#204#135#255 + +'v'#202#129#255'v'#201#129#255'R'#162'Z'#255'4~:'#254'0y5'#8#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'Z'#180'e'#9'Y'#176 + +'c'#255'k'#189'v'#255#132#210#144#255'z'#201#133#255'`'#178'j'#255'c'#180'm' + +#255'x'#201#131#255'x'#203#130#255'S'#163'\'#255'4:'#253'1z6'#8#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0'^'#185'iF['#181'f'#228'y'#201 + +#134#255#128#206#141#255'Q'#166'Z'#252'M'#161'VoI'#156'Q'#139'\'#173'g'#255 + +'|'#204#134#255'y'#203#133#255'T'#164']'#255'5'#128';'#252'1{7'#8#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0'_'#186'j<\'#182'f'#230'm'#192'y' + +#255'U'#172'_o'#255#255#255#0#255#255#255#0'J'#157'R'#145'^'#174'h'#255'}' + +#205#137#255'|'#205#135#255'V'#165'_'#255'6'#129'<'#252'2|8'#8#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0'_'#187'jC\'#183'ge'#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0'K'#158'S'#145'_'#175'i'#255''#206 + +#138#255'~'#206#137#255'W'#166'`'#255'7'#130'='#252'3}9'#8#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'K'#159'T'#145'`'#176'j'#255 + +#129#207#141#255''#207#139#255'X'#167'a'#255'9'#133'@'#255'4~:'#8#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'L'#160'U'#145'b'#178 + +'l'#255#130#209#143#255'z'#200#133#255'W'#166'`'#255'8'#132'?{'#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'M'#161'V' + +#145'c'#179'm'#255'_'#175'i'#255'A'#145'Iy'#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +'N'#162'W'#145'J'#157'R'#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#9'NumGlyphs'#2#0#7'OnCl' + +'ick'#7#10'btnOkClick'#8'TabOrder'#2#2#0#0#0 ]); diff --git a/ide/encloseselectiondlg.pas b/ide/encloseselectiondlg.pas index 620562c021..46bb8b7e4e 100644 --- a/ide/encloseselectiondlg.pas +++ b/ide/encloseselectiondlg.pas @@ -54,8 +54,8 @@ type { TEncloseSelectionDialog } TEncloseSelectionDialog = class(TForm) - btnCancel: TButton; - btnOk: TButton; + btnCancel: TBitBtn; + btnOk: TBitBtn; TypeRadiogroup: TRADIOGROUP; procedure EncloseSelectionDialogCREATE(Sender: TObject); procedure EncloseSelectionDialogResize(Sender: TObject); diff --git a/ide/environmentopts.lfm b/ide/environmentopts.lfm index acc8595702..ec96cdd6b9 100644 --- a/ide/environmentopts.lfm +++ b/ide/environmentopts.lfm @@ -7,11 +7,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Caption = 'EnvironmentOptionsDialog' ClientHeight = 539 ClientWidth = 542 + ParentFont = False Position = poScreenCenter LCLVersion = '0.9.25' object Notebook: TNotebook AnchorSideBottom.Control = EODBtnPanel - Height = 504 + Height = 501 Width = 542 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] @@ -21,7 +22,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog object FilesPage: TPage Caption = 'FilesPage' ClientWidth = 534 - ClientHeight = 478 + ClientHeight = 475 object MaxRecentOpenFilesLabel: TLabel Left = 6 Height = 14 @@ -46,7 +47,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Top = 26 Width = 522 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Right = 6 ItemHeight = 13 Items.Strings = ( @@ -57,7 +57,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog '25' '30' ) - MaxLength = 0 TabOrder = 0 end object MaxRecentProjectFilesComboBox: TComboBox @@ -68,7 +67,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Top = 74 Width = 522 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Right = 6 ItemHeight = 13 Items.Strings = ( @@ -79,7 +77,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog '25' '30' ) - MaxLength = 0 TabOrder = 1 end object OpenLastProjectAtStartCheckBox: TCheckBox @@ -133,10 +130,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Top = 3 Width = 481 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Left = 6 ItemHeight = 13 - MaxLength = 0 TabOrder = 0 Text = 'LazarusDirComboBox' end @@ -182,10 +177,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Top = 3 Width = 481 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Left = 6 ItemHeight = 13 - MaxLength = 0 TabOrder = 0 Text = 'CompilerPathComboBox' end @@ -229,10 +222,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Top = 3 Width = 481 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Left = 6 ItemHeight = 13 - MaxLength = 0 TabOrder = 0 Text = 'FPCSourceDirComboBox' end @@ -276,10 +267,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Top = 3 Width = 481 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Left = 6 ItemHeight = 13 - MaxLength = 0 TabOrder = 0 Text = 'MakePathComboBox' end @@ -323,10 +312,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Top = 3 Width = 481 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Left = 6 ItemHeight = 13 - MaxLength = 0 TabOrder = 0 Text = 'TestBuildDirComboBox' end @@ -375,9 +362,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Top = 6 Width = 512 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Around = 6 - MaxLength = 0 Style = csDropDownList TabOrder = 0 end @@ -450,7 +435,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Top = 87 Width = 512 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Around = 6 Enabled = False Items.Strings = ( @@ -459,7 +443,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog '300' '120' ) - MaxLength = 0 TabOrder = 2 end end @@ -694,7 +677,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Height = 25 Top = 78 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( '2' '5' @@ -706,7 +688,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog '25' '30' ) - MaxLength = 0 ParentShowHint = False ShowHint = True TabOrder = 2 @@ -720,7 +701,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Height = 25 Top = 108 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( '2' '5' @@ -732,7 +712,6 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog '25' '30' ) - MaxLength = 0 ParentShowHint = False ShowHint = True TabOrder = 3 @@ -1397,10 +1376,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Height = 25 Top = 42 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] AutoSelect = True BorderSpacing.Around = 6 - MaxLength = 0 TabOrder = 1 Text = 'BakProjAddExtComboBox' end @@ -1411,10 +1388,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Height = 25 Top = 73 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] AutoSelect = True BorderSpacing.Around = 6 - MaxLength = 0 TabOrder = 2 Text = 'BakProjMaxCounterComboBox' end @@ -1425,10 +1400,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Height = 25 Top = 104 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] AutoSelect = True BorderSpacing.Around = 6 - MaxLength = 0 TabOrder = 3 Text = 'BakProjSubDirComboBox' end @@ -1529,9 +1502,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Height = 25 Top = 42 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Around = 6 - MaxLength = 0 TabOrder = 1 Text = 'BakOtherAddExtComboBox' end @@ -1542,9 +1513,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Height = 25 Top = 73 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Around = 6 - MaxLength = 0 TabOrder = 2 Text = 'BakOtherMaxCounterComboBox' end @@ -1555,9 +1524,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Height = 25 Top = 104 Width = 100 - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] BorderSpacing.Around = 6 - MaxLength = 0 TabOrder = 3 Text = 'BakOtherSubDirComboBox' end @@ -1727,19 +1694,76 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog end end object EODBtnPanel: TPanel - Height = 35 - Top = 504 + Height = 38 + Top = 501 Width = 542 Align = alBottom AutoSize = True BevelOuter = bvNone - ClientHeight = 35 + ClientHeight = 38 ClientWidth = 542 TabOrder = 1 - object OkButton: TButton + object CancelButton: TBitBtn + AnchorSideRight.Control = EODBtnPanel + AnchorSideRight.Side = asrBottom + AnchorSideBottom.Control = EODBtnPanel AnchorSideBottom.Side = asrBottom - Left = 365 - Height = 23 + Left = 427 + Height = 26 + Top = 6 + Width = 109 + Align = alRight + AutoSize = True + BorderSpacing.Around = 6 + Cancel = True + Caption = 'CancelButton' + Constraints.MinWidth = 75 + Glyph.Data = { + 36040000424D3604000000000000360000002800000010000000100000000100 + 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF003F3DED413B38EB08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00211FE3081E1CE241FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004A47F0414F4CF2FF403EEDFD3C39EB08FFFFFF00FFFFFF00FFFFFF00FFFF + FF002725E5082422E4FC312FEAFF1F1DE241FFFFFF00FFFFFF00FFFFFF005451 + F3415856F5FF6361FAFF5855F6FF413FEDFC3D3AEC08FFFFFF00FFFFFF00302D + E7082C2AE6FC413FF1FF4C4AF6FF312FEAFF1F1DE241FFFFFF00FFFFFF005956 + F52B5B58F6FF6562FAFF7170FFFF5956F6FF4240EEFC3E3BEC083937EB083532 + E9FC4745F2FF6362FFFF4A48F4FF2F2DE9FF2220E32BFFFFFF00FFFFFF00FFFF + FF005A57F52B5B59F6FF6663FAFF7471FFFF5A58F6FF4341EEFC3E3CECFD504D + F4FF6867FFFF504EF5FF3634EBFF2A27E52BFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF005B58F62B5C5AF6FF6764FAFF7472FFFF7370FFFF706EFFFF6E6C + FFFF5755F7FF3F3DEEFF3230E82BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF005C59F62B5D5BF7FF7976FFFF5956FFFF5754FFFF7270 + FFFF4846F0FF3C39EB2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00615EF8085D5AF6FD7D79FFFF5E5BFFFF5B58FFFF7674 + FFFF4643EFFD413FED08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF006967FB086663F9FC706DFBFF807EFFFF7E7BFFFF7C79FFFF7977 + FFFF5E5CF7FF4744EFFC4240EE08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00716EFD086E6BFCFC7774FDFF8682FFFF7673FCFF6462F8FF605DF7FF6D6A + FAFF7B79FFFF605DF7FF4845EFFC4341EE08FFFFFF00FFFFFF00FFFFFF007673 + FF087471FEFD7D7AFEFF8A87FFFF7C79FDFF6C69FBFF6361F92B5F5CF72B615E + F8FF6E6CFAFF7D7AFFFF615FF7FF4946F0FC4441EE05FFFFFF00FFFFFF007774 + FF1F7A77FFFF817EFFFF817EFEFF7471FDFF6C69FB2BFFFFFF00FFFFFF00605D + F72B625FF8FF6F6DFBFF7E7CFFFF625FF8FF4A47F06F4542EE02FFFFFF00FFFF + FF007774FF1F7A77FFFF7976FEFF726FFD2BFFFFFF00FFFFFF00FFFFFF00FFFF + FF00615EF82B6461F8FF6A68F9FF5451F3A84F4DF229FFFFFF00FFFFFF00FFFF + FF00FFFFFF007774FF1F7774FF2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00625FF82B5D5BF76F5956F53EFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00 + } + NumGlyphs = 0 + OnClick = CancelButtonClick + TabOrder = 0 + end + object OkButton: TBitBtn + AnchorSideRight.Control = CancelButton + AnchorSideBottom.Control = EODBtnPanel + AnchorSideBottom.Side = asrBottom + Left = 346 + Height = 26 Top = 6 Width = 75 Align = alRight @@ -1748,23 +1772,44 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Caption = 'Ok' Constraints.MinWidth = 75 Default = True + Glyph.Data = { + 36040000424D3604000000000000360000002800000010000000100000000100 + 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00317A360A2D753207FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF003985400A37833DFF317B37FB2E763307FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF004292490A408E47FF54A35CFF4F9F57FF327C38FE2E773408FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004B9E530A499A51FF5BAC64FF77CA82FF74C87EFF51A059FF337D39FE2F78 + 3508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0053A9 + 5C0A51A65AFF63B56DFF7ECE89FF7BCC87FF76CA81FF76C981FF52A25AFF347E + 3AFE30793508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF005AB4650959B0 + 63FF6BBD76FF84D290FF7AC985FF60B26AFF63B46DFF78C983FF78CB82FF53A3 + 5CFF347F3AFD317A3608FFFFFF00FFFFFF00FFFFFF00FFFFFF005EB969465BB5 + 66E479C986FF80CE8DFF51A65AFC4DA1566F499C518B5CAD67FF7CCC86FF79CB + 85FF54A45DFF35803BFC317B3708FFFFFF00FFFFFF00FFFFFF00FFFFFF005FBA + 6A3C5CB666E66DC079FF55AC5F6FFFFFFF00FFFFFF004A9D52915EAE68FF7DCD + 89FF7CCD87FF56A55FFF36813CFC327C3808FFFFFF00FFFFFF00FFFFFF00FFFF + FF005FBB6A435CB76765FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9E53915FAF + 69FF7FCE8AFF7ECE89FF57A660FF37823DFC337D3908FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9F + 549160B06AFF81CF8DFF7FCF8BFF58A761FF398540FF347E3A08FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004CA0559162B26CFF82D18FFF7AC885FF57A660FF38843F7BFFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF004DA1569163B36DFF5FAF69FF41914979FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF004EA257914A9D527FFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00 + } + NumGlyphs = 0 OnClick = OkButtonClick - TabOrder = 0 - end - object CancelButton: TButton - AnchorSideRight.Side = asrBottom - AnchorSideBottom.Side = asrBottom - Left = 446 - Height = 23 - Top = 6 - Width = 90 - Align = alRight - AutoSize = True - BorderSpacing.Around = 6 - Cancel = True - Caption = 'CancelButton' - Constraints.MinWidth = 75 - OnClick = CancelButtonClick TabOrder = 1 end end diff --git a/ide/environmentopts.lrs b/ide/environmentopts.lrs index 90203094a2..37a739721d 100644 --- a/ide/environmentopts.lrs +++ b/ide/environmentopts.lrs @@ -4,185 +4,174 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[ 'TPF0'#25'TEnvironmentOptionsDialog'#24'EnvironmentOptionsDialog'#4'Left'#3 +#162#2#6'Height'#3#27#2#3'Top'#3#199#0#5'Width'#3#30#2#13'ActiveControl'#7#8 +'Notebook'#7'Caption'#6#24'EnvironmentOptionsDialog'#12'ClientHeight'#3#27#2 - +#11'ClientWidth'#3#30#2#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6 - +'0.9.25'#0#9'TNotebook'#8'Notebook'#24'AnchorSideBottom.Control'#7#11'EODBtn' - +'Panel'#6'Height'#3#248#1#5'Width'#3#30#2#5'Align'#7#5'alTop'#7'Anchors'#11#5 - +'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#14'OnChangeBounds'#7#20'NotebookC' - +'hangeBounds'#9'PageIndex'#2#0#8'TabOrder'#2#0#0#5'TPage'#9'FilesPage'#7'Cap' - +'tion'#6#9'FilesPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3#222#1#0#6'TL' - +'abel'#23'MaxRecentOpenFilesLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#10#5 - +'Width'#2''#7'Caption'#6#23'MaxRecentOpenFilesLabel'#11'ParentColor'#8#0#0#6 - +'TLabel'#26'MaxRecentProjectFilesLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2 - +':'#5'Width'#3#135#0#7'Caption'#6#26'MaxRecentProjectFilesLabel'#11'ParentCo' - +'lor'#8#0#0#9'TComboBox'#26'MaxRecentOpenFilesComboBox'#23'AnchorSideRight.C' + +#11'ClientWidth'#3#30#2#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#10 + +'LCLVersion'#6#6'0.9.25'#0#9'TNotebook'#8'Notebook'#24'AnchorSideBottom.Cont' + +'rol'#7#11'EODBtnPanel'#6'Height'#3#245#1#5'Width'#3#30#2#5'Align'#7#5'alTop' + +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#14'OnChangeBounds' + +#7#20'NotebookChangeBounds'#9'PageIndex'#2#0#8'TabOrder'#2#0#0#5'TPage'#9'Fi' + +'lesPage'#7'Caption'#6#9'FilesPage'#11'ClientWidth'#3#22#2#12'ClientHeight'#3 + +#219#1#0#6'TLabel'#23'MaxRecentOpenFilesLabel'#4'Left'#2#6#6'Height'#2#14#3 + +'Top'#2#10#5'Width'#2''#7'Caption'#6#23'MaxRecentOpenFilesLabel'#11'ParentC' + +'olor'#8#0#0#6'TLabel'#26'MaxRecentProjectFilesLabel'#4'Left'#2#6#6'Height'#2 + +#14#3'Top'#2':'#5'Width'#3#135#0#7'Caption'#6#26'MaxRecentProjectFilesLabel' + +#11'ParentColor'#8#0#0#9'TComboBox'#26'MaxRecentOpenFilesComboBox'#23'Anchor' + +'SideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4 + +'Left'#2#6#6'Height'#2#21#3'Top'#2#26#5'Width'#3#10#2#7'Anchors'#11#5'akTop' + +#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#13#13'I' + +'tems.Strings'#1#6#1'5'#6#2'10'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#8'TabOrder' + +#2#0#0#0#9'TComboBox'#29'MaxRecentProjectFilesComboBox'#23'AnchorSideRight.C' +'ontrol'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6 - +'Height'#2#21#3'Top'#2#26#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7 - +'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearc' - +'hAscending'#0#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#13#13'Items.Stri' - +'ngs'#1#6#1'5'#6#2'10'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#8 - +'TabOrder'#2#0#0#0#9'TComboBox'#29'MaxRecentProjectFilesComboBox'#23'AnchorS' - +'ideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4 - +'Left'#2#6#6'Height'#2#21#3'Top'#2'J'#5'Width'#3#10#2#7'Anchors'#11#5'akTop' - +#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20 - +'cbactSearchAscending'#0#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#13#13 - +'Items.Strings'#1#6#1'5'#6#2'10'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLeng' - +'th'#2#0#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'OpenLastProjectAtStartCheckBox' - +#21'AnchorSideTop.Control'#7#29'MaxRecentProjectFilesComboBox'#18'AnchorSide' - +'Top.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'Anch' - +'orSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'_'#5'W' - +'idth'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing' - +'.Right'#2#6#7'Caption'#6#30'OpenLastProjectAtStartCheckBox'#8'TabOrder'#2#8 - +#0#0#9'TCheckBox'#25'ShowCompileDialogCheckBox'#21'AnchorSideTop.Control'#7 - +#30'OpenLastProjectAtStartCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23 - +'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBot' - +'tom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'r'#5'Width'#3#10#2#7'Anchors'#11#5 - +'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#25'S' - +'howCompileDialogCheckBox'#8'TabOrder'#2#2#0#0#9'TGroupBox'#18'LazarusDirGro' - +'upBox'#21'AnchorSideTop.Control'#7#25'ShowCompileDialogCheckBox'#18'AnchorS' - +'ideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'A' - +'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#133 - +#0#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSp' - +'acing.Right'#2#6#7'Caption'#6#18'LazarusDirGroupBox'#12'ClientHeight'#2'$' - +#11'ClientWidth'#3#6#2#8'TabOrder'#2#3#0#9'TComboBox'#18'LazarusDirComboBox' - +#22'AnchorSideLeft.Control'#7#18'LazarusDirGroupBox'#23'AnchorSideRight.Cont' - +'rol'#7#16'LazarusDirButton'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3 - +#225#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11 - +#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#18'BorderSpacing.Left' - +#2#6#10'ItemHeight'#2#13#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#18'Lazar' - +'usDirComboBox'#0#0#7'TButton'#16'LazarusDirButton'#22'AnchorSideLeft.Contro' - +'l'#7#18'LazarusDirGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Ancho' - +'rSideTop.Control'#7#18'LazarusDirComboBox'#23'AnchorSideRight.Control'#7#18 - +'LazarusDirGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBo' - +'ttom.Control'#7#18'LazarusDirComboBox'#21'AnchorSideBottom.Side'#7#9'asrBot' - +'tom'#4'Left'#3#231#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#25#7'Anchors'#11#5 - +'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3 - +'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroup' - +'Box'#20'CompilerPathGroupBox'#21'AnchorSideTop.Control'#7#18'LazarusDirGrou' - +'pBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9 - +'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2 - +'6'#3'Top'#3#187#0#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' - +'t'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'CompilerPathGroupBox'#12'C' - +'lientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2#4#0#9'TComboBox'#20'C' - +'ompilerPathComboBox'#22'AnchorSideLeft.Control'#7#20'CompilerPathGroupBox' - +#23'AnchorSideRight.Control'#7#18'CompilerPathButton'#4'Left'#2#6#6'Height'#2 - ,#21#3'Top'#2#3#5'Width'#3#225#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 - +#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending' - +#0#18'BorderSpacing.Left'#2#6#10'ItemHeight'#2#13#9'MaxLength'#2#0#8'TabOrde' - +'r'#2#0#4'Text'#6#20'CompilerPathComboBox'#0#0#7'TButton'#18'CompilerPathBut' - +'ton'#21'AnchorSideTop.Control'#7#20'CompilerPathComboBox'#23'AnchorSideRigh' - +'t.Control'#7#20'CompilerPathGroupBox'#20'AnchorSideRight.Side'#7#9'asrBotto' - +'m'#24'AnchorSideBottom.Control'#7#20'CompilerPathComboBox'#21'AnchorSideBot' + +'Height'#2#21#3'Top'#2'J'#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7 + +'akRight'#0#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#13#13'Items.Strings' + +#1#6#1'5'#6#2'10'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#8'TabOrder'#2#1#0#0#9'TC' + +'heckBox'#30'OpenLastProjectAtStartCheckBox'#21'AnchorSideTop.Control'#7#29 + +'MaxRecentProjectFilesComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anc' + +'horSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom' + +#4'Left'#2#6#6'Height'#2#19#3'Top'#2'_'#5'Width'#3#10#2#7'Anchors'#11#5'akTo' + +'p'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#30'OpenL' + +'astProjectAtStartCheckBox'#8'TabOrder'#2#8#0#0#9'TCheckBox'#25'ShowCompileD' + +'ialogCheckBox'#21'AnchorSideTop.Control'#7#30'OpenLastProjectAtStartCheckBo' + +'x'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'Fi' + +'lesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19 + +#3'Top'#2'r'#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19 + +'BorderSpacing.Right'#2#6#7'Caption'#6#25'ShowCompileDialogCheckBox'#8'TabOr' + +'der'#2#2#0#0#9'TGroupBox'#18'LazarusDirGroupBox'#21'AnchorSideTop.Control'#7 + +#25'ShowCompileDialogCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch' + +'orSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom' + +#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#133#0#5'Width'#3#10#2#7'Anchors'#11#5'a' + +'kTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#18'La' + +'zarusDirGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2 + +#3#0#9'TComboBox'#18'LazarusDirComboBox'#22'AnchorSideLeft.Control'#7#18'Laz' + +'arusDirGroupBox'#23'AnchorSideRight.Control'#7#16'LazarusDirButton'#4'Left' + +#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#225#1#7'Anchors'#11#5'akTop'#6'akL' + +'eft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#10'ItemHeight'#2#13#8'TabOrder' + +#2#0#4'Text'#6#18'LazarusDirComboBox'#0#0#7'TButton'#16'LazarusDirButton'#22 + +'AnchorSideLeft.Control'#7#18'LazarusDirGroupBox'#19'AnchorSideLeft.Side'#7#9 + +'asrBottom'#21'AnchorSideTop.Control'#7#18'LazarusDirComboBox'#23'AnchorSide' + +'Right.Control'#7#18'LazarusDirGroupBox'#20'AnchorSideRight.Side'#7#9'asrBot' + +'tom'#24'AnchorSideBottom.Control'#7#18'LazarusDirComboBox'#21'AnchorSideBot' +'tom.Side'#7#9'asrBottom'#4'Left'#3#231#1#6'Height'#2#21#3'Top'#2#3#5'Width' +#2#25#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right' - +#2#6#7'Caption'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#0 - +#0#0#9'TGroupBox'#20'FPCSourceDirGroupBox'#21'AnchorSideTop.Control'#7#20'Co' - +'mpilerPathGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRigh' - +'t.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2 - +#6#6'Height'#2'6'#3'Top'#3#241#0#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'ak' - +'Left'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'FPCSourceDir' - +'GroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2#5#0#9'T' - +'ComboBox'#20'FPCSourceDirComboBox'#22'AnchorSideLeft.Control'#7#20'FPCSourc' - +'eDirGroupBox'#23'AnchorSideRight.Control'#7#18'FPCSourceDirButton'#4'Left'#2 - +#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#225#1#7'Anchors'#11#5'akTop'#6'akLef' - +'t'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbact' - +'SearchAscending'#0#18'BorderSpacing.Left'#2#6#10'ItemHeight'#2#13#9'MaxLeng' - +'th'#2#0#8'TabOrder'#2#0#4'Text'#6#20'FPCSourceDirComboBox'#0#0#7'TButton'#18 - +'FPCSourceDirButton'#21'AnchorSideTop.Control'#7#20'FPCSourceDirComboBox'#23 - +'AnchorSideRight.Control'#7#20'FPCSourceDirGroupBox'#20'AnchorSideRight.Side' - +#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#20'FPCSourceDirComboBox'#21'A' - +'nchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#231#1#6'Height'#2#21#3'Top'#2 - +#3#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSp' - +'acing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick' - +#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#16'MakePathGroupBox'#21'AnchorSideTop.Co' - +'ntrol'#7#20'FPCSourceDirGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23 - +'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBot' - +'tom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3''''#1#5'Width'#3#10#2#7'Anchors'#11 - +#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#16 - +'MakePathGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2 - +#6#0#9'TComboBox'#16'MakePathComboBox'#22'AnchorSideLeft.Control'#7#16'MakeP' - +'athGroupBox'#23'AnchorSideRight.Control'#7#14'MakePathButton'#4'Left'#2#6#6 - +'Height'#2#21#3'Top'#2#3#5'Width'#3#225#1#7'Anchors'#11#5'akTop'#6'akLeft'#7 - +'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearc' - +'hAscending'#0#18'BorderSpacing.Left'#2#6#10'ItemHeight'#2#13#9'MaxLength'#2 - +#0#8'TabOrder'#2#0#4'Text'#6#16'MakePathComboBox'#0#0#7'TButton'#14'MakePath' - +'Button'#21'AnchorSideTop.Control'#7#16'MakePathComboBox'#23'AnchorSideRight' - +'.Control'#7#16'MakePathGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24 - +'AnchorSideBottom.Control'#7#16'MakePathComboBox'#21'AnchorSideBottom.Side'#7 - +#9'asrBottom'#4'Left'#3#231#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#25#7'Anch' - +'ors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#7'Cap' - +'tion'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TG' - +'roupBox'#20'TestBuildDirGroupBox'#21'AnchorSideTop.Control'#7#16'MakePathGr' - +'oupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7 - +#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2 - +'6'#3'Top'#3']'#1#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' - +#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'TestBuildDirGroupBox'#12'Clie' - +'ntHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2#7#0#9'TComboBox'#20'Test' - +'BuildDirComboBox'#22'AnchorSideLeft.Control'#7#20'TestBuildDirGroupBox'#23 - +'AnchorSideRight.Control'#7#18'TestBuildDirButton'#4'Left'#2#6#6'Height'#2#21 - +#3'Top'#2#3#5'Width'#3#225#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16 - +'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0 - +#18'BorderSpacing.Left'#2#6#10'ItemHeight'#2#13#9'MaxLength'#2#0#8'TabOrder' - +#2#0#4'Text'#6#20'TestBuildDirComboBox'#0#0#7'TButton'#18'TestBuildDirButton' - +#21'AnchorSideTop.Control'#7#20'TestBuildDirComboBox'#23'AnchorSideRight.Con' - +'trol'#7#20'TestBuildDirGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24 - +'AnchorSideBottom.Control'#7#20'TestBuildDirComboBox'#21'AnchorSideBottom.Si' + +#2#6#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder' + +#2#1#0#0#0#9'TGroupBox'#20'CompilerPathGroupBox'#21'AnchorSideTop.Control'#7 + +#18'LazarusDirGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideR' + +'ight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left' + +#2#6#6'Height'#2'6'#3'Top'#3#187#0#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6 + +'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'CompilerPa' + +'thGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2#4#0#9 + +'TComboBox'#20'CompilerPathComboBox'#22'AnchorSideLeft.Control'#7#20'Compile' + +'rPathGroupBox'#23'AnchorSideRight.Control'#7#18'CompilerPathButton'#4'Left' + +#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#225#1#7'Anchors'#11#5'akTop'#6'akL' + +'eft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#10'ItemHeight'#2#13#8'TabOrder' + +#2#0#4'Text'#6#20'CompilerPathComboBox'#0#0#7'TButton'#18'CompilerPathButton' + +#21'AnchorSideTop.Control'#7#20'CompilerPathComboBox'#23'AnchorSideRight.Con' + ,'trol'#7#20'CompilerPathGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24 + +'AnchorSideBottom.Control'#7#20'CompilerPathComboBox'#21'AnchorSideBottom.Si' +'de'#7#9'asrBottom'#4'Left'#3#231#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#25#7 +'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#7 - +'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'#2#1#0 - ,#0#0#0#5'TPage'#11'DesktopPage'#7'Caption'#6#11'DesktopPage'#11'ClientWidth' - +#3#26#2#12'ClientHeight'#3#211#1#0#9'TGroupBox'#16'LanguageGroupBox'#23'Anch' - +'orSideRight.Control'#7#11'DesktopPage'#20'AnchorSideRight.Side'#7#9'asrBott' - +'om'#4'Left'#2#4#6'Height'#2'>'#3'Top'#2#10#5'Width'#3#16#2#7'Anchors'#11#5 - +'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#7'C' - +'aption'#6#16'LanguageGroupBox'#12'ClientHeight'#2'>'#11'ClientWidth'#3#16#2 - +#8'TabOrder'#2#0#0#9'TComboBox'#16'LanguageComboBox'#22'AnchorSideLeft.Contr' - +'ol'#7#16'LanguageGroupBox'#23'AnchorSideRight.Control'#7#16'LanguageGroupBo' - +'x'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#31#3'Top' - +#2#6#5'Width'#3#0#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCom' - +'pleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#20'Bord' - +'erSpacing.Around'#2#6#9'MaxLength'#2#0#5'Style'#7#14'csDropDownList'#8'TabO' - +'rder'#2#0#0#0#0#9'TCheckBox#CheckDiskChangesWithLoadingCheckBox'#4'Left'#2#6 - +#6'Height'#2#22#3'Top'#3'@'#1#5'Width'#3#30#1#7'Caption'#6'#CheckDiskChanges' - +'WithLoadingCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox$ShowHintsForComponentP' - +'aletteCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3'V'#1#5'Width'#3'%'#1#7 - +'Caption'#6'$ShowHintsForComponentPaletteCheckBox'#8'TabOrder'#2#2#0#0#9'TGr' - +'oupBox'#16'AutoSaveGroupBox'#23'AnchorSideRight.Control'#7#11'DesktopPage' - +#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#3#136#0#3'Top' - +#2'J'#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'Borde' - +'rSpacing.Right'#2#6#7'Caption'#6#16'AutoSaveGroupBox'#12'ClientHeight'#3#136 - +#0#11'ClientWidth'#3#16#2#8'TabOrder'#2#6#0#6'TLabel'#27'AutoSaveIntervalInS' - +'ecsLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'C'#5'Width'#3#209#1#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveIntervalInSecsLa' - +'bel'#7'Enabled'#8#11'ParentColor'#8#0#0#9'TCheckBox'#27'AutoSaveEditorFiles' - +'CheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#4#5'Width'#3#218#1#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveEditorFilesCheck' - +'Box'#7'Enabled'#8#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'AutoSaveProjectCheckB' - +'ox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#30#5'Width'#3#218#1#7'Anchors'#11#5 - +'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#23'AutoSaveProjectCheckBox'#7'En' - +'abled'#8#8'TabOrder'#2#1#0#0#9'TComboBox'#30'AutoSaveIntervalInSecsComboBox' - +#22'AnchorSideLeft.Control'#7#16'AutoSaveGroupBox'#23'AnchorSideRight.Contro' - +'l'#7#16'AutoSaveGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2 - +#6#6'Height'#2#29#3'Top'#2'W'#5'Width'#3#0#2#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSea' - +'rchAscending'#0#20'BorderSpacing.Around'#2#6#7'Enabled'#8#13'Items.Strings' - +#1#6#4'1200'#6#3'600'#6#3'300'#6#3'120'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#0 - +#0#0#9'TGroupBox'#20'DesktopFilesGroupBox'#23'AnchorSideRight.Control'#7#11 - +'DesktopPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#2 - +'a'#3'Top'#3#218#0#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' - +'t'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'DesktopFilesGroupBox'#12'C' - +'lientHeight'#2'a'#11'ClientWidth'#3#16#2#8'TabOrder'#2#3#0#7'TButton'#31'Sa' - +'veDesktopSettingsToFileButton'#22'AnchorSideLeft.Control'#7#20'DesktopFiles' + +'Caption'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder'#2#1#0#0#0#9 + +'TGroupBox'#20'FPCSourceDirGroupBox'#21'AnchorSideTop.Control'#7#20'Compiler' + +'PathGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Cont' + +'rol'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'H' + +'eight'#2'6'#3'Top'#3#241#0#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft' + +#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'FPCSourceDirGroupB' + +'ox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2#5#0#9'TComboB' + +'ox'#20'FPCSourceDirComboBox'#22'AnchorSideLeft.Control'#7#20'FPCSourceDirGr' + +'oupBox'#23'AnchorSideRight.Control'#7#18'FPCSourceDirButton'#4'Left'#2#6#6 + +'Height'#2#21#3'Top'#2#3#5'Width'#3#225#1#7'Anchors'#11#5'akTop'#6'akLeft'#7 + +'akRight'#0#18'BorderSpacing.Left'#2#6#10'ItemHeight'#2#13#8'TabOrder'#2#0#4 + +'Text'#6#20'FPCSourceDirComboBox'#0#0#7'TButton'#18'FPCSourceDirButton'#21'A' + +'nchorSideTop.Control'#7#20'FPCSourceDirComboBox'#23'AnchorSideRight.Control' + +#7#20'FPCSourceDirGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Ancho' + +'rSideBottom.Control'#7#20'FPCSourceDirComboBox'#21'AnchorSideBottom.Side'#7 + +#9'asrBottom'#4'Left'#3#231#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#25#7'Anch' + +'ors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#7'Cap' + +'tion'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'#2#1#0#0#0 + +#9'TGroupBox'#16'MakePathGroupBox'#21'AnchorSideTop.Control'#7#20'FPCSourceD' + +'irGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contro' + +'l'#7#9'FilesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Hei' + +'ght'#2'6'#3'Top'#3''''#1#5'Width'#3#10#2#7'Anchors'#11#5'akTop'#6'akLeft'#7 + +'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#16'MakePathGroupBox'#12 + +'ClientHeight'#2'$'#11'ClientWidth'#3#6#2#8'TabOrder'#2#6#0#9'TComboBox'#16 + +'MakePathComboBox'#22'AnchorSideLeft.Control'#7#16'MakePathGroupBox'#23'Anch' + +'orSideRight.Control'#7#14'MakePathButton'#4'Left'#2#6#6'Height'#2#21#3'Top' + +#2#3#5'Width'#3#225#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Borde' + +'rSpacing.Left'#2#6#10'ItemHeight'#2#13#8'TabOrder'#2#0#4'Text'#6#16'MakePat' + +'hComboBox'#0#0#7'TButton'#14'MakePathButton'#21'AnchorSideTop.Control'#7#16 + +'MakePathComboBox'#23'AnchorSideRight.Control'#7#16'MakePathGroupBox'#20'Anc' + +'horSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#16'MakePat' + +'hComboBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#231#1#6'Heigh' + +'t'#2#21#3'Top'#2#3#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#8'akBott' + +'om'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#16'Files' + +'ButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'TestBuildDirGroupBox'#21 + +'AnchorSideTop.Control'#7#16'MakePathGroupBox'#18'AnchorSideTop.Side'#7#9'as' + +'rBottom'#23'AnchorSideRight.Control'#7#9'FilesPage'#20'AnchorSideRight.Side' + +#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3']'#1#5'Width'#3#10#2#7'A' + +'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Ca' + +'ption'#6#20'TestBuildDirGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#6 + +#2#8'TabOrder'#2#7#0#9'TComboBox'#20'TestBuildDirComboBox'#22'AnchorSideLeft' + +'.Control'#7#20'TestBuildDirGroupBox'#23'AnchorSideRight.Control'#7#18'TestB' + +'uildDirButton'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#225#1#7'Anc' + +'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#10'Item' + +'Height'#2#13#8'TabOrder'#2#0#4'Text'#6#20'TestBuildDirComboBox'#0#0#7'TButt' + +'on'#18'TestBuildDirButton'#21'AnchorSideTop.Control'#7#20'TestBuildDirCombo' + +'Box'#23'AnchorSideRight.Control'#7#20'TestBuildDirGroupBox'#20'AnchorSideRi' + +'ght.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#20'TestBuildDirComb' + +'oBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#231#1#6'Height'#2 + +#21#3'Top'#2#3#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0 + +#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#22'Directories' + +'ButtonClick'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#11'DesktopPage'#7'Caption'#6 + +#11'DesktopPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#211#1#0#9'TGroupB' + +'ox'#16'LanguageGroupBox'#23'AnchorSideRight.Control'#7#11'DesktopPage'#20'A' + +'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#2'>'#3'Top'#2#10#5 + +'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#19 + +'BorderSpacing.Right'#2#6#7'Caption'#6#16'LanguageGroupBox'#12'ClientHeight' + +#2'>'#11'ClientWidth'#3#16#2#8'TabOrder'#2#0#0#9'TComboBox'#16'LanguageCombo' + +'Box'#22'AnchorSideLeft.Control'#7#16'LanguageGroupBox'#23'AnchorSideRight.C' + +'ontrol'#7#16'LanguageGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le' + ,'ft'#2#6#6'Height'#2#31#3'Top'#2#6#5'Width'#3#0#2#7'Anchors'#11#5'akTop'#6'a' + +'kLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#5'Style'#7#14'csDropDownLi' + +'st'#8'TabOrder'#2#0#0#0#0#9'TCheckBox#CheckDiskChangesWithLoadingCheckBox'#4 + +'Left'#2#6#6'Height'#2#22#3'Top'#3'@'#1#5'Width'#3#30#1#7'Caption'#6'#CheckD' + +'iskChangesWithLoadingCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox$ShowHintsFor' + +'ComponentPaletteCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3'V'#1#5'Width' + +#3'%'#1#7'Caption'#6'$ShowHintsForComponentPaletteCheckBox'#8'TabOrder'#2#2#0 + +#0#9'TGroupBox'#16'AutoSaveGroupBox'#23'AnchorSideRight.Control'#7#11'Deskto' + +'pPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#3#136#0 + +#3'Top'#2'J'#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19 + +'BorderSpacing.Right'#2#6#7'Caption'#6#16'AutoSaveGroupBox'#12'ClientHeight' + +#3#136#0#11'ClientWidth'#3#16#2#8'TabOrder'#2#6#0#6'TLabel'#27'AutoSaveInter' + +'valInSecsLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'C'#5'Width'#3#209#1#7'A' + +'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveInterval' + +'InSecsLabel'#7'Enabled'#8#11'ParentColor'#8#0#0#9'TCheckBox'#27'AutoSaveEdi' + +'torFilesCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#4#5'Width'#3#218#1#7 + +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveEditorF' + +'ilesCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'AutoSaveProj' + +'ectCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#30#5'Width'#3#218#1#7'Anch' + +'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#23'AutoSaveProjectChec' + +'kBox'#7'Enabled'#8#8'TabOrder'#2#1#0#0#9'TComboBox'#30'AutoSaveIntervalInSe' + +'csComboBox'#22'AnchorSideLeft.Control'#7#16'AutoSaveGroupBox'#23'AnchorSide' + +'Right.Control'#7#16'AutoSaveGroupBox'#20'AnchorSideRight.Side'#7#9'asrBotto' + +'m'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'W'#5'Width'#3#0#2#7'Anchors'#11#5'ak' + +'Top'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Enabled'#8#13'It' + +'ems.Strings'#1#6#4'1200'#6#3'600'#6#3'300'#6#3'120'#0#8'TabOrder'#2#2#0#0#0 + +#9'TGroupBox'#20'DesktopFilesGroupBox'#23'AnchorSideRight.Control'#7#11'Desk' + +'topPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#4#6'Height'#2'a' + +#3'Top'#3#218#0#5'Width'#3#16#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 + +#19'BorderSpacing.Right'#2#6#7'Caption'#6#20'DesktopFilesGroupBox'#12'Client' + +'Height'#2'a'#11'ClientWidth'#3#16#2#8'TabOrder'#2#3#0#7'TButton'#31'SaveDes' + +'ktopSettingsToFileButton'#22'AnchorSideLeft.Control'#7#20'DesktopFilesGroup' + +'Box'#23'AnchorSideRight.Control'#7#20'DesktopFilesGroupBox'#20'AnchorSideRi' + +'ght.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#8#5'Width'#3#0 + +#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpac' + +'ing.Around'#2#6#7'Caption'#6#31'SaveDesktopSettingsToFileButton'#7'OnClick' + +#7'$SaveDesktopSettingsToFileButtonClick'#8'TabOrder'#2#0#0#0#7'TButton!Load' + +'DesktopSettingsFromFileButton'#22'AnchorSideLeft.Control'#7#20'DesktopFiles' +'GroupBox'#23'AnchorSideRight.Control'#7#20'DesktopFilesGroupBox'#20'AnchorS' - +'ideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#8#5'Width' - +#3#0#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'Border' - +'Spacing.Around'#2#6#7'Caption'#6#31'SaveDesktopSettingsToFileButton'#7'OnCl' - +'ick'#7'$SaveDesktopSettingsToFileButtonClick'#8'TabOrder'#2#0#0#0#7'TButton' - +'!LoadDesktopSettingsFromFileButton'#22'AnchorSideLeft.Control'#7#20'Desktop' - +'FilesGroupBox'#23'AnchorSideRight.Control'#7#20'DesktopFilesGroupBox'#20'An' - +'chorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'+'#5 - +'Width'#3#0#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20 - +'BorderSpacing.Around'#2#6#7'Caption'#6'!LoadDesktopSettingsFromFileButton'#7 - +'OnClick'#7'&LoadDesktopSettingsFromFileButtonClick'#8'TabOrder'#2#1#0#0#0#9 + +'ideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'+'#5'Widt' + +'h'#3#0#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'Bor' + +'derSpacing.Around'#2#6#7'Caption'#6'!LoadDesktopSettingsFromFileButton'#7'O' + +'nClick'#7'&LoadDesktopSettingsFromFileButtonClick'#8'TabOrder'#2#1#0#0#0#9 +'TCheckBox$ShowHintsForMainSpeedButtonsCheckBox'#4'Left'#2#6#6'Height'#2#22#3 +'Top'#3'j'#1#5'Width'#3''''#1#7'Caption'#6'$ShowHintsForMainSpeedButtonsChec' +'kBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#28'MsgViewDblClickJumpsCheckBox'#4'L' @@ -193,7 +182,7 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[ +'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#148#1#5'Width'#3#179 +#0#7'Caption'#6#20'MsgViewFocusCheckBox'#8'TabOrder'#2#7#0#0#0#5'TPage'#11'W' +'indowsPage'#7'Caption'#6#11'WindowsPage'#11'ClientWidth'#3#26#2#12'ClientHe' - ,'ight'#3#194#1#0#9'TCheckBox!MinimizeAllOnMinimizeMainCheckBox'#23'AnchorSid' + +'ight'#3#194#1#0#9'TCheckBox!MinimizeAllOnMinimizeMainCheckBox'#23'AnchorSid' +'eRight.Control'#7#11'WindowsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4 +'Left'#2#6#6'Height'#2#22#3'Top'#2#10#5'Width'#3#14#2#7'Anchors'#11#5'akTop' +#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6'!MinimizeAl' @@ -204,7 +193,7 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[ +'Right'#2#6#7'Caption'#6#20'HideIDEOnRunCheckBox'#8'TabOrder'#2#1#0#0#9'TGro' +'upBox'#23'WindowPositionsGroupBox'#23'AnchorSideRight.Control'#7#11'Windows' +'Page'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'@'#1#3 - +'Top'#2'D'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akB' + ,'Top'#2'D'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akB' +'ottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#23'WindowPositionsGroupBo' +'x'#12'ClientHeight'#3'@'#1#11'ClientWidth'#3#14#2#8'TabOrder'#2#2#0#8'TList' +'Box'#22'WindowPositionsListBox'#22'AnchorSideLeft.Control'#7#23'WindowPosit' @@ -247,278 +236,272 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[ +'ridSizeXComboBox'#22'AnchorSideLeft.Control'#7#14'GridSizeXLabel'#19'Anchor' +'SideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14'GridSizeXLabel' +#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'l'#6'Height'#2#25#3'Top'#2 - +'N'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac' - +'tSearchAscending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12' - +#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'ParentShowHint'#8#8'S' - +'howHint'#9#8'TabOrder'#2#2#0#0#9'TComboBox'#17'GridSizeYComboBox'#22'Anchor' - +'SideLeft.Control'#7#14'GridSizeYLabel'#19'AnchorSideLeft.Side'#7#9'asrBotto' - +'m'#21'AnchorSideTop.Control'#7#14'GridSizeYLabel'#18'AnchorSideTop.Side'#7#9 - +'asrCenter'#4'Left'#2'k'#6'Height'#2#25#3'Top'#2'l'#5'Width'#2'd'#16'AutoCom' - +'pleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Item' - +'s.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6 - +#2'30'#0#9'MaxLength'#2#0#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3 - ,#0#0#9'TCheckBox'#23'ShowBorderSpaceCheckBox'#22'AnchorSideLeft.Control'#7#12 - +'GridGroupBox'#21'AnchorSideTop.Control'#7#16'ShowGridCheckBox'#18'AnchorSid' - +'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#26#5'Width'#3 - +#204#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#4#7'Caption'#6#23 - +'ShowBorderSpaceCheckBox'#8'TabOrder'#2#4#0#0#0#9'TGroupBox'#18'GuideLinesGr' - +'oupBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#19'AnchorSide' - +'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'RubberbandGroupBox' - +#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'Form' - +'EditorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Con' - +'trol'#7#14'FormEditorPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left' - +#3']'#1#6'Height'#3#220#0#3'Top'#3#224#0#5'Width'#3#183#0#7'Anchors'#11#5'ak' - +'Top'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Capt' - +'ion'#6#18'GuideLinesGroupBox'#12'ClientHeight'#3#220#0#11'ClientWidth'#3#183 - +#0#8'TabOrder'#2#1#0#12'TColorButton'#27'GuideLineColorLeftTopButton'#21'Anc' - +'horSideTop.Control'#7#26'GuideLineColorLeftTopLabel'#18'AnchorSideTop.Side' - +#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'd'#5'Width'#2'2'#11'Bord' - +'erWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColor' - +'Button'#31'GuideLineColorRightBottomButton'#21'AnchorSideTop.Control'#7#30 - +'GuideLineColorRightBottomLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Lef' - +'t'#2#6#6'Height'#2#23#3'Top'#3#155#0#5'Width'#2'2'#11'BorderWidth'#2#2#15'B' - +'uttonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#26'GuideLineColo' - +'rLeftTopLabel'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#23'Ancho' - +'rSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'a' - +'srBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'J'#5'Width'#3#167#0#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6 - +#26'GuideLineColorLeftTopLabel'#11'ParentColor'#8#0#0#6'TLabel'#30'GuideLine' - +'ColorRightBottomLabel'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox' - +#21'AnchorSideTop.Control'#7#27'GuideLineColorLeftTopButton'#18'AnchorSideTo' - +'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBox' - +#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#3 - +#129#0#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Bor' - +'derSpacing.Around'#2#6#7'Caption'#6#30'GuideLineColorRightBottomLabel'#11'P' - +'arentColor'#8#0#0#9'TCheckBox'#22'ShowGuideLinesCheckBox'#22'AnchorSideLeft' - +'.Control'#7#18'GuideLinesGroupBox'#23'AnchorSideRight.Control'#7#18'GuideLi' - +'nesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2 - +#22#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Border' - +'Spacing.Around'#2#6#7'Caption'#6#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0 - +#0#0#9'TCheckBox'#24'SnapToGuideLinesCheckBox'#22'AnchorSideLeft.Control'#7 - +#18'GuideLinesGroupBox'#21'AnchorSideTop.Control'#7#22'ShowGuideLinesCheckBo' - +'x'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'G' - +'uideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'He' - +'ight'#2#22#3'Top'#2#28#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7 - +'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#24'SnapToGuideLinesChe' - +'ckBox'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'FormEditMiscGroupBox'#21'Ancho' - +'rSideTop.Control'#7#12'GridGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom' + +'N'#5'Width'#2'd'#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6 + +#2'15'#6#2'20'#6#2'25'#6#2'30'#0#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrd' + +'er'#2#2#0#0#9'TComboBox'#17'GridSizeYComboBox'#22'AnchorSideLeft.Control'#7 + +#14'GridSizeYLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.' + +'Control'#7#14'GridSizeYLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left' + +#2'k'#6'Height'#2#25#3'Top'#2'l'#5'Width'#2'd'#13'Items.Strings'#1#6#1'2'#6#1 + +'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#14'ParentShowHi' + +'nt'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#9'TCheckBox'#23'ShowBorderSpaceChec' + +'kBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#21'AnchorSideTop.Contro' + +'l'#7#16'ShowGridCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6 + +#6'Height'#2#22#3'Top'#2#26#5'Width'#3#204#0#18'BorderSpacing.Left'#2#6#17'B' + +'orderSpacing.Top'#2#4#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8'TabOrder'#2 + +#4#0#0#0#9'TGroupBox'#18'GuideLinesGroupBox'#22'AnchorSideLeft.Control'#7#20 + +'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT' + +'op.Control'#7#18'RubberbandGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom' +#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7 +#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'FormEditorPage'#21'AnchorSid' - +'eBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#220#0#3'Top'#3#224#0#5 - +'Width'#3'Q'#1#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpaci' - +'ng.Around'#2#6#7'Caption'#6#20'FormEditMiscGroupBox'#12'ClientHeight'#3#220 - +#0#11'ClientWidth'#3'Q'#1#8'TabOrder'#2#2#0#12'TColorButton'#18'GrabberColor' - +'Button'#22'AnchorSideLeft.Control'#7#17'GrabberColorLabel'#19'AnchorSideLef' - +'t.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#17'GrabberColorLabel'#18 - +'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#132#0#6'Height'#2#23#3'Top'#2 - +'m'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9 - +'clBtnFace'#0#0#12'TColorButton'#17'MarkerColorButton'#22'AnchorSideLeft.Con' - +'trol'#7#16'MarkerColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch' - +'orSideTop.Control'#7#16'MarkerColorLabel'#18'AnchorSideTop.Side'#7#9'asrCen' - +'ter'#4'Left'#2'|'#6'Height'#2#23#3'Top'#3#139#0#5'Width'#2'2'#11'BorderWidt' - +'h'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#17'Gr' - +'abberColorLabel'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'A' - +'nchorSideTop.Control'#7#25'RightClickSelectsCheckBox'#18'AnchorSideTop.Side' - +#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'n'#5'Width'#2'x'#17'Bord' - +'erSpacing.Top'#2#4#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'GrabberColo' - ,'rLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'MarkerColorLabel'#22'AnchorSideL' - +'eft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#17'Grab' - +'berColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2 - +#20#3'Top'#3#140#0#5'Width'#2'p'#17'BorderSpacing.Top'#2#4#20'BorderSpacing.' - +'Around'#2#6#7'Caption'#6#16'MarkerColorLabel'#11'ParentColor'#8#0#0#9'TChec' - +'kBox'#29'ShowComponentCaptionsCheckBox'#22'AnchorSideLeft.Control'#7#20'For' - +'mEditMiscGroupBox'#23'AnchorSideRight.Control'#7#20'FormEditMiscGroupBox'#20 - +'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#5'Width'#3 - +'A'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2 - +#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#29'ShowComponentCaptionsCheckBox' - +#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#22'AnchorSideL' - +'eft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#29'Show' - +'ComponentCaptionsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorS' - +'ideRight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'a' - +'srBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#26#5'Width'#3'A'#1#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpac' - +'ing.Top'#2#4#19'BorderSpacing.Right'#2#6#7'Caption'#6#23'ShowEditorHintsChe' - +'ckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#29'AutoCreateFormsOnOpenCheckBox'#22 - +'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control' - +#7#23'ShowEditorHintsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch' - +'orSideRight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9 - +'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'4'#5'Width'#3'A'#1#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpac' - +'ing.Top'#2#4#19'BorderSpacing.Right'#2#6#7'Caption'#6#29'AutoCreateFormsOnO' - +'penCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox'#25'RightClickSelectsCheckBox' - +#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Cont' - +'rol'#7#29'AutoCreateFormsOnOpenCheckBox'#18'AnchorSideTop.Side'#7#9'asrBott' - +'om'#23'AnchorSideRight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSideRig' - +'ht.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'N'#5'Width'#3'G' - +#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6 - +#17'BorderSpacing.Top'#2#4#7'Caption'#6#25'RightClickSelectsCheckBox'#8'TabO' - +'rder'#2#3#0#0#9'TCheckBox'#25'DesignerPaintLazyCheckBox'#22'AnchorSideLeft.' - +'Control'#7#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#16'MarkerCo' - +'lorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control' + +'eBottom.Side'#7#9'asrBottom'#4'Left'#3']'#1#6'Height'#3#220#0#3'Top'#3#224#0 + +#5'Width'#3#183#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0 + +#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'GuideLinesGroupBox'#12'ClientH' + +'eight'#3#220#0#11'ClientWidth'#3#183#0#8'TabOrder'#2#1#0#12'TColorButton'#27 + ,'GuideLineColorLeftTopButton'#21'AnchorSideTop.Control'#7#26'GuideLineColorL' + +'eftTopLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2 + +#23#3'Top'#2'd'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5 + +'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#31'GuideLineColorRightBottomButt' + +'on'#21'AnchorSideTop.Control'#7#30'GuideLineColorRightBottomLabel'#18'Ancho' + +'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#155#0#5'W' + +'idth'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnF' + +'ace'#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#22'AnchorSideLeft.Control' + +#7#18'GuideLinesGroupBox'#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBo' + +'x'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top' + +#2'J'#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Bord' + +'erSpacing.Around'#2#6#7'Caption'#6#26'GuideLineColorLeftTopLabel'#11'Parent' + +'Color'#8#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#22'AnchorSideLeft' + +'.Control'#7#18'GuideLinesGroupBox'#21'AnchorSideTop.Control'#7#27'GuideLine' + +'ColorLeftTopButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRigh' + +'t.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom' + +#4'Left'#2#6#6'Height'#2#20#3'Top'#3#129#0#5'Width'#3#167#0#7'Anchors'#11#5 + +'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#30 + +'GuideLineColorRightBottomLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#22'ShowG' + +'uideLinesCheckBox'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#23'A' + +'nchorSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight.Side'#7 + +#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#5'Width'#3#167#0#7'Anchors'#11#5'ak' + +'Top'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'Sh' + +'owGuideLinesCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#24'SnapToGuideLinesC' + +'heckBox'#22'AnchorSideLeft.Control'#7#18'GuideLinesGroupBox'#21'AnchorSideT' + +'op.Control'#7#22'ShowGuideLinesCheckBox'#18'AnchorSideTop.Side'#7#9'asrBott' + +'om'#23'AnchorSideRight.Control'#7#18'GuideLinesGroupBox'#20'AnchorSideRight' + +'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#28#5'Width'#3#167 + +#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6 + +#7'Caption'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#0#0#0#9'TGroupBox' + +#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#12'GridGroupBox'#18'An' + +'chorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'FormEdito' + +'rPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control' + +#7#14'FormEditorPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6 + +'Height'#3#220#0#3'Top'#3#224#0#5'Width'#3'Q'#1#7'Anchors'#11#5'akTop'#6'akL' + +'eft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEditMis' + +'cGroupBox'#12'ClientHeight'#3#220#0#11'ClientWidth'#3'Q'#1#8'TabOrder'#2#2#0 + +#12'TColorButton'#18'GrabberColorButton'#22'AnchorSideLeft.Control'#7#17'Gra' + +'bberColorLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Con' + +'trol'#7#17'GrabberColorLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left' + +#3#132#0#6'Height'#2#23#3'Top'#2'm'#5'Width'#2'2'#11'BorderWidth'#2#2#15'But' + +'tonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#17'MarkerCo' + +'lorButton'#22'AnchorSideLeft.Control'#7#16'MarkerColorLabel'#19'AnchorSideL' + +'eft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'MarkerColorLabel'#18 + +'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'|'#6'Height'#2#23#3'Top'#3#139 + +#0#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'c' + +'lBtnFace'#0#0#6'TLabel'#17'GrabberColorLabel'#22'AnchorSideLeft.Control'#7 + +#20'FormEditMiscGroupBox'#21'AnchorSideTop.Control'#7#25'RightClickSelectsCh' + +'eckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3 + +'Top'#2'n'#5'Width'#2'x'#17'BorderSpacing.Top'#2#4#20'BorderSpacing.Around'#2 + +#6#7'Caption'#6#17'GrabberColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'Mar' + +'kerColorLabel'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'Anc' + +'horSideTop.Control'#7#17'GrabberColorLabel'#18'AnchorSideTop.Side'#7#9'asrB' + +'ottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#140#0#5'Width'#2'p'#17'BorderSpa' + +'cing.Top'#2#4#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'MarkerColorLabel' + +#11'ParentColor'#8#0#0#9'TCheckBox'#29'ShowComponentCaptionsCheckBox'#22'Anc' + +'horSideLeft.Control'#7#20'FormEditMiscGroupBox'#23'AnchorSideRight.Control' +#7#20'FormEditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2 - +#6#6'Height'#2#22#3'Top'#3#170#0#5'Width'#3'A'#1#7'Anchors'#11#5'akTop'#6'ak' - +'Left'#7'akRight'#0#17'BorderSpacing.Top'#2#4#20'BorderSpacing.Around'#2#6#7 - +'Caption'#6#25'DesignerPaintLazyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9 - +#8'TabOrder'#2#4#0#0#0#9'TGroupBox'#18'RubberbandGroupBox'#22'AnchorSideLeft' - +'.Control'#7#12'GridGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'Anch' - +'orSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9'asrB' - +'ottom'#4'Left'#3']'#1#6'Height'#3#212#0#3'Top'#2#6#5'Width'#3#183#0#7'Ancho' - +'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Capti' - +'on'#6#18'RubberbandGroupBox'#12'ClientHeight'#3#212#0#11'ClientWidth'#3#183 - +#0#5'Color'#7#9'clBtnFace'#11'ParentColor'#8#8'TabOrder'#2#3#0#12'TColorButt' - +'on'#27'RubberbandSelectColorButton'#22'AnchorSideLeft.Control'#7#26'Rubberb' - +'andSelectColorLabel'#21'AnchorSideTop.Control'#7#26'RubberbandSelectColorLa' - +'bel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top' - +#2' '#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9 - +'clBtnFace'#0#0#12'TColorButton'#27'RubberbandCreateColorButton'#22'AnchorSi' - +'deLeft.Control'#7#26'RubberbandCreateColorLabel'#21'AnchorSideTop.Control'#7 - +#26'RubberbandCreateColorLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left' - +#2#6#6'Height'#2#23#3'Top'#2'W'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonC' - +'olorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabel'#26'RubberbandSelectCol' - +'orLabel'#22'AnchorSideLeft.Control'#7#18'RubberbandGroupBox'#21'AnchorSideT' - +'op.Control'#7#18'RubberbandGroupBox'#23'AnchorSideRight.Control'#7#18'Rubbe' - +'rbandGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height' - +#2#20#3'Top'#2#6#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' - +#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'RubberbandSelectColorLabel' - +#11'ParentColor'#8#0#0#6'TLabel'#26'RubberbandCreateColorLabel'#22'AnchorSid' - +'eLeft.Control'#7#18'RubberbandGroupBox'#21'AnchorSideTop.Control'#7#27'Rubb' - +'erbandSelectColorButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSid' - +'eRight.Control'#7#18'RubberbandGroupBox'#20'AnchorSideRight.Side'#7#9'asrBo' - +'ttom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'='#5'Width'#3#167#0#7'Anchors'#11 - ,#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#26 - +'RubberbandCreateColorLabel'#11'ParentColor'#8#0#0#9'TCheckBox$RubberbandSel' - +'ectsGrandChildsCheckBox'#22'AnchorSideLeft.Control'#7#18'RubberbandGroupBox' - +#21'AnchorSideTop.Control'#7#27'RubberbandCreateColorButton'#18'AnchorSideTo' - +'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'RubberbandGroupBox' - +#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2 - +'t'#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Border' - +'Spacing.Around'#2#6#7'Caption'#6'$RubberbandSelectsGrandChildsCheckBox'#8'T' - +'abOrder'#2#0#0#0#0#0#5'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'Objec' - +'tInspectorPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#194#1#0#9'TGroupB' - +'ox'#29'ObjectInspectorColorsGroupBox'#23'AnchorSideRight.Control'#7#19'Obje' - +'ctInspectorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heig' - +'ht'#3#173#0#3'Top'#2#7#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'a' - +'kRight'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#5#17'BorderSpacing.Top'#2#5 - +#19'BorderSpacing.Right'#2#6#7'Caption'#6#29'ObjectInspectorColorsGroupBox' - +#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29 - +'ChildSizing.HorizontalSpacing'#2#2#27'ChildSizing.VerticalSpacing'#2#2#12'C' - +'lientHeight'#3#173#0#11'ClientWidth'#3#14#2#8'TabOrder'#2#0#0#12'TColorButt' - +'on'#23'OIBackgroundColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Wid' - +'th'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFac' - +'e'#0#0#12'TColorButton'#21'OISubPropsColorButton'#4'Left'#2#6#6'Height'#2#23 - +#3'Top'#2#30#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Co' - +'lor'#7#9'clBtnFace'#0#0#12'TColorButton'#23'OIReferencesColorButton'#4'Left' - +#2#6#6'Height'#2#23#3'Top'#2'6'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonC' - +'olorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#18'OIValueColor' - +'Button'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'N'#5'Width'#2'2'#11'BorderWidth' - +#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#25 - +'OIDefaultValueColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'f'#5'Width'#2 - +'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0 - +#12'TColorButton'#21'OIPropNameColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top' - +#2'~'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9 - +'clBtnFace'#0#0#6'TLabel'#22'OIBackgroundColorLabel'#4'Left'#2'A'#6'Height'#2 - +#14#3'Top'#2#12#5'Width'#3#178#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' - +#0#7'Caption'#6#22'OIBackgroundColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#20 - +'OISubPropsColorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#2'$'#5'Width'#3#178 - +#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OISubPropsC' - +'olorLabel'#11'ParentColor'#8#0#0#6'TLabel'#22'OIReferencesColorLabel'#4'Lef' - +'t'#2'A'#6'Height'#2#14#3'Top'#2'<'#5'Width'#3#178#1#7'Anchors'#11#5'akTop'#6 - +'akLeft'#7'akRight'#0#7'Caption'#6#22'OIReferencesColorLabel'#11'ParentColor' - +#8#0#0#6'TLabel'#17'OIValueColorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#2 - +'T'#5'Width'#3#178#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption' - +#6#17'OIValueColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#24'OIDefaultValueCo' - +'lorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#2'l'#5'Width'#3#178#1#7'Anchor' - +'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultValueColorLa' - +'bel'#11'ParentColor'#8#0#0#6'TLabel'#20'OIPropNameColorLabel'#4'Left'#2'A'#6 - +'Height'#2#14#3'Top'#3#132#0#5'Width'#3#178#1#7'Anchors'#11#5'akTop'#6'akLef' - +'t'#7'akRight'#0#7'Caption'#6#20'OIPropNameColorLabel'#11'ParentColor'#8#0#0 - +#0#9'TGroupBox'#14'OIMiscGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectIn' - +'spectorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3 - +#129#0#3'Top'#3#186#0#5'Width'#3#18#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR' - +'ight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#14'OIMiscGroupBox'#12'Clie' - +'ntHeight'#3#129#0#11'ClientWidth'#3#18#2#8'TabOrder'#2#1#0#6'TLabel'#24'OID' - +'efaultItemHeightLabel'#22'AnchorSideLeft.Control'#7#14'OIMiscGroupBox'#4'Le' - +'ft'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#210#1#7'Anchors'#11#5'akTop'#6 - +'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7 - +'Caption'#6#24'OIDefaultItemHeightLabel'#11'ParentColor'#8#0#0#9'TCheckBox' - +#18'OIShowHintCheckBox'#22'AnchorSideLeft.Control'#7#14'OIMiscGroupBox'#21'A' - +'nchorSideTop.Control'#7#27'OIDefaultItemHeightSpinEdit'#18'AnchorSideTop.Si' - +'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'?'#5'Width'#3#210#1#7 - +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'B' - +'orderSpacing.Top'#2#6#7'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#0 - +#0#9'TSpinEdit'#27'OIDefaultItemHeightSpinEdit'#22'AnchorSideLeft.Control'#7 - +#14'OIMiscGroupBox'#21'AnchorSideTop.Control'#7#24'OIDefaultItemHeightLabel' - +#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2' ' - ,#5'Width'#2'E'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#8'TabOrd' - +'er'#2#1#5'Value'#2#1#0#0#9'TCheckBox'#18'OIAutoShowCheckBox'#22'AnchorSideL' - +'eft.Control'#7#14'OIMiscGroupBox'#21'AnchorSideTop.Control'#7#18'OIShowHint' - +'CheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3 - +'Top'#2'['#5'Width'#3#202#1#8'AutoSize'#8#18'BorderSpacing.Left'#2#6#17'Bord' - +'erSpacing.Top'#2#6#7'Caption'#6#18'OIAutoShowCheckBox'#8'TabOrder'#2#2#0#0#0 - +#0#5'TPage'#10'BackupPage'#7'Caption'#6#10'BackupPage'#11'ClientWidth'#3#26#2 - +#12'ClientHeight'#3#194#1#0#6'TLabel'#15'BackupHelpLabel'#23'AnchorSideRight' - +'.Control'#7#10'BackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2 - +#6#6'Height'#2#20#3'Top'#2#7#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#15'BackupHelpLabel'#11 - +'ParentColor'#8#0#0#9'TGroupBox'#21'BackupProjectGroupBox'#23'AnchorSideRigh' + +#6#6'Height'#2#22#5'Width'#3'A'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' + +#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#29'Sh' + +'owComponentCaptionsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'ShowEditor' + +'HintsCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21'Anc' + +'horSideTop.Control'#7#29'ShowComponentCaptionsCheckBox'#18'AnchorSideTop.Si' + +'de'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'FormEditMiscGroupBox'#20 + ,'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#26 + +#5'Width'#3'A'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpac' + +'ing.Left'#2#6#17'BorderSpacing.Top'#2#4#19'BorderSpacing.Right'#2#6#7'Capti' + +'on'#6#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#29'AutoC' + +'reateFormsOnOpenCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroup' + +'Box'#21'AnchorSideTop.Control'#7#23'ShowEditorHintsCheckBox'#18'AnchorSideT' + +'op.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'FormEditMiscGroupB' + +'ox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'To' + +'p'#2'4'#5'Width'#3'A'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Bo' + +'rderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#4#19'BorderSpacing.Right'#2#6 + +#7'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8'TabOrder'#2#2#0#0#9'TCheck' + +'Box'#25'RightClickSelectsCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEdit' + +'MiscGroupBox'#21'AnchorSideTop.Control'#7#29'AutoCreateFormsOnOpenCheckBox' + +#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'Form' + +'EditMiscGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Hei' + +'ght'#2#22#3'Top'#2'N'#5'Width'#3'G'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak' + +'Right'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#4#7'Caption'#6 + +#25'RightClickSelectsCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#25'DesignerP' + +'aintLazyCheckBox'#22'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#21 + +'AnchorSideTop.Control'#7#16'MarkerColorLabel'#18'AnchorSideTop.Side'#7#9'as' + +'rBottom'#23'AnchorSideRight.Control'#7#20'FormEditMiscGroupBox'#20'AnchorSi' + +'deRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#170#0#5'Wi' + +'dth'#3'A'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.' + +'Top'#2#4#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'DesignerPaintLazyChec' + +'kBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#0#0#0#9'TGroupBox' + +#18'RubberbandGroupBox'#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#19'Anc' + +'horSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'FormEdito' + +'rPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3']'#1#6'Height'#3 + +#212#0#3'Top'#2#6#5'Width'#3#183#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' + +'t'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'RubberbandGroupBox'#12'Cl' + +'ientHeight'#3#212#0#11'ClientWidth'#3#183#0#5'Color'#7#9'clBtnFace'#11'Pare' + +'ntColor'#8#8'TabOrder'#2#3#0#12'TColorButton'#27'RubberbandSelectColorButto' + +'n'#22'AnchorSideLeft.Control'#7#26'RubberbandSelectColorLabel'#21'AnchorSid' + +'eTop.Control'#7#26'RubberbandSelectColorLabel'#18'AnchorSideTop.Side'#7#9'a' + +'srBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2' '#5'Width'#2'2'#11'BorderWid' + +'th'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButto' + +'n'#27'RubberbandCreateColorButton'#22'AnchorSideLeft.Control'#7#26'Rubberba' + +'ndCreateColorLabel'#21'AnchorSideTop.Control'#7#26'RubberbandCreateColorLab' + +'el'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top' + +#2'W'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9 + +'clBtnFace'#0#0#6'TLabel'#26'RubberbandSelectColorLabel'#22'AnchorSideLeft.C' + +'ontrol'#7#18'RubberbandGroupBox'#21'AnchorSideTop.Control'#7#18'RubberbandG' + +'roupBox'#23'AnchorSideRight.Control'#7#18'RubberbandGroupBox'#20'AnchorSide' + +'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3 + +#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around' + +#2#6#7'Caption'#6#26'RubberbandSelectColorLabel'#11'ParentColor'#8#0#0#6'TLa' + +'bel'#26'RubberbandCreateColorLabel'#22'AnchorSideLeft.Control'#7#18'Rubberb' + +'andGroupBox'#21'AnchorSideTop.Control'#7#27'RubberbandSelectColorButton'#18 + +'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'Rubberb' + +'andGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2 + +#20#3'Top'#2'='#5'Width'#3#167#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' + +#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'RubberbandCreateColorLabel' + +#11'ParentColor'#8#0#0#9'TCheckBox$RubberbandSelectsGrandChildsCheckBox'#22 + +'AnchorSideLeft.Control'#7#18'RubberbandGroupBox'#21'AnchorSideTop.Control'#7 + +#27'RubberbandCreateColorButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An' + +'chorSideRight.Control'#7#18'RubberbandGroupBox'#20'AnchorSideRight.Side'#7#9 + +'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2't'#5'Width'#3#167#0#7'Anchor' + +'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Captio' + +'n'#6'$RubberbandSelectsGrandChildsCheckBox'#8'TabOrder'#2#0#0#0#0#0#5'TPage' + +#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspectorPage'#11'ClientWidth' + +#3#26#2#12'ClientHeight'#3#194#1#0#9'TGroupBox'#29'ObjectInspectorColorsGrou' + +'pBox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#20'AnchorSideRi' + +'ght.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#173#0#3'Top'#2#7#5'Width'#3 + +#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#18'BorderS' + ,'pacing.Left'#2#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2#6#7'Ca' + +'ption'#6#29'ObjectInspectorColorsGroupBox'#28'ChildSizing.LeftRightSpacing' + +#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.HorizontalSpacing'#2 + +#2#27'ChildSizing.VerticalSpacing'#2#2#12'ClientHeight'#3#173#0#11'ClientWid' + +'th'#3#14#2#8'TabOrder'#2#0#0#12'TColorButton'#23'OIBackgroundColorButton'#4 + +'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#2'2'#11'BorderWidth'#2#2#15'Bu' + +'ttonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#21'OISubPr' + +'opsColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#30#5'Width'#2'2'#11'Bor' + +'derWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColo' + +'rButton'#23'OIReferencesColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'6' + +#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clB' + +'tnFace'#0#0#12'TColorButton'#18'OIValueColorButton'#4'Left'#2#6#6'Height'#2 + +#23#3'Top'#2'N'#5'Width'#2'2'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5 + +'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#25'OIDefaultValueColorButton'#4 + +'Left'#2#6#6'Height'#2#23#3'Top'#2'f'#5'Width'#2'2'#11'BorderWidth'#2#2#15'B' + +'uttonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#12'TColorButton'#21'OIProp' + +'NameColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'~'#5'Width'#2'2'#11'Bo' + +'rderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#0#0#6'TLabe' + +'l'#22'OIBackgroundColorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#2#12#5'Wid' + +'th'#3#178#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'O' + +'IBackgroundColorLabel'#11'ParentColor'#8#0#0#6'TLabel'#20'OISubPropsColorLa' + +'bel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#2'$'#5'Width'#3#178#1#7'Anchors'#11 + +#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OISubPropsColorLabel'#11'Pa' + +'rentColor'#8#0#0#6'TLabel'#22'OIReferencesColorLabel'#4'Left'#2'A'#6'Height' + +#2#14#3'Top'#2'<'#5'Width'#3#178#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' + +'t'#0#7'Caption'#6#22'OIReferencesColorLabel'#11'ParentColor'#8#0#0#6'TLabel' + +#17'OIValueColorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#2'T'#5'Width'#3#178 + +#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'OIValueColo' + +'rLabel'#11'ParentColor'#8#0#0#6'TLabel'#24'OIDefaultValueColorLabel'#4'Left' + +#2'A'#6'Height'#2#14#3'Top'#2'l'#5'Width'#3#178#1#7'Anchors'#11#5'akTop'#6'a' + +'kLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultValueColorLabel'#11'ParentColo' + +'r'#8#0#0#6'TLabel'#20'OIPropNameColorLabel'#4'Left'#2'A'#6'Height'#2#14#3'T' + +'op'#3#132#0#5'Width'#3#178#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7 + +'Caption'#6#20'OIPropNameColorLabel'#11'ParentColor'#8#0#0#0#9'TGroupBox'#14 + +'OIMiscGroupBox'#23'AnchorSideRight.Control'#7#19'ObjectInspectorPage'#20'An' + +'chorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#129#0#3'Top'#3 + +#186#0#5'Width'#3#18#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'Bord' + +'erSpacing.Right'#2#6#7'Caption'#6#14'OIMiscGroupBox'#12'ClientHeight'#3#129 + +#0#11'ClientWidth'#3#18#2#8'TabOrder'#2#1#0#6'TLabel'#24'OIDefaultItemHeight' + +'Label'#22'AnchorSideLeft.Control'#7#14'OIMiscGroupBox'#4'Left'#2#6#6'Height' + +#2#20#3'Top'#2#6#5'Width'#3#210#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' + +#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#24'OIDe' + +'faultItemHeightLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#18'OIShowHintCheck' + +'Box'#22'AnchorSideLeft.Control'#7#14'OIMiscGroupBox'#21'AnchorSideTop.Contr' + +'ol'#7#27'OIDefaultItemHeightSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBottom' + +#4'Left'#2#6#6'Height'#2#22#3'Top'#2'?'#5'Width'#3#210#1#7'Anchors'#11#5'akT' + +'op'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top' + +#2#6#7'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#27 + +'OIDefaultItemHeightSpinEdit'#22'AnchorSideLeft.Control'#7#14'OIMiscGroupBox' + +#21'AnchorSideTop.Control'#7#24'OIDefaultItemHeightLabel'#18'AnchorSideTop.S' + +'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2' '#5'Width'#2'E'#18 + +'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#1#5'Value'#2 + +#1#0#0#9'TCheckBox'#18'OIAutoShowCheckBox'#22'AnchorSideLeft.Control'#7#14'O' + +'IMiscGroupBox'#21'AnchorSideTop.Control'#7#18'OIShowHintCheckBox'#18'Anchor' + +'SideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'['#5'Width' + +#3#202#1#8'AutoSize'#8#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7 + +'Caption'#6#18'OIAutoShowCheckBox'#8'TabOrder'#2#2#0#0#0#0#5'TPage'#10'Backu' + +'pPage'#7'Caption'#6#10'BackupPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3 + +#194#1#0#6'TLabel'#15'BackupHelpLabel'#23'AnchorSideRight.Control'#7#10'Back' + +'upPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3 + +'Top'#2#7#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'B' + +'orderSpacing.Right'#2#6#7'Caption'#6#15'BackupHelpLabel'#11'ParentColor'#8#0 + +#0#9'TGroupBox'#21'BackupProjectGroupBox'#23'AnchorSideRight.Control'#7#10'B' + +'ackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3 + ,#154#0#3'Top'#2'"'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' + +'t'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#7'Caption'#6#21'BackupProjec' + +'tGroupBox'#12'ClientHeight'#3#154#0#11'ClientWidth'#3#14#2#8'TabOrder'#2#0#0 + +#6'TLabel'#18'BakProjAddExtLabel'#22'AnchorSideLeft.Control'#7#21'BakProjAdd' + +'ExtComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contro' + +'l'#7#21'BakProjAddExtComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'Anc' + +'horSideRight.Control'#7#21'BackupProjectGroupBox'#20'AnchorSideRight.Side'#7 + +#9'asrBottom'#4'Left'#2'p'#6'Height'#2#20#3'Top'#2','#5'Width'#3#148#1#7'Anc' + +'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Cap' + +'tion'#6#18'BakProjAddExtLabel'#11'ParentColor'#8#0#0#6'TLabel'#22'BakProjMa' + +'xCounterLabel'#22'AnchorSideLeft.Control'#7#25'BakProjMaxCounterComboBox'#19 + +'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#25'BakProjM' + +'axCounterComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight' + +'.Control'#7#21'BackupProjectGroupBox'#20'AnchorSideRight.Side'#7#9'asrBotto' + +'m'#4'Left'#2'p'#6'Height'#2#20#3'Top'#2'K'#5'Width'#3#148#1#7'Anchors'#11#5 + +'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22 + +'BakProjMaxCounterLabel'#11'ParentColor'#8#0#0#6'TLabel'#18'BakProjSubDirLab' + +'el'#22'AnchorSideLeft.Control'#7#21'BakProjSubDirComboBox'#19'AnchorSideLef' + +'t.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'BakProjSubDirComboBox' + +#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#21'Back' + +'upProjectGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'p'#6'H' + +'eight'#2#20#3'Top'#2'j'#5'Width'#3#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7 + +'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'BakProjSubDirLabel' + +#11'ParentColor'#8#0#0#11'TRadioGroup'#21'BakProjTypeRadioGroup'#23'AnchorSi' + +'deRight.Control'#7#21'BackupProjectGroupBox'#20'AnchorSideRight.Side'#7#9'a' + +'srBottom'#4'Left'#2#6#6'Height'#2#30#3'Top'#2#6#5'Width'#3#254#1#7'Anchors' + +#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#8'AutoSize'#9#20'BorderSpa' + +'cing.Around'#2#6#7'Caption'#6#21'BakProjTypeRadioGroup'#28'ChildSizing.Left' + +'RightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Enlar' + +'geHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical' + +#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsSca' + +'leChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizin' + +'g.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLin' + +'e'#2#2#7'Columns'#2#2#21'Constraints.MinHeight'#2#30#7'OnClick'#7#22'BakTyp' + +'eRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#21'BakProjAddExtComboBox' + +#21'AnchorSideTop.Control'#7#21'BakProjTypeRadioGroup'#18'AnchorSideTop.Side' + +#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'*'#5'Width'#2'd'#10'Auto' + +'Select'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#21'BakProj' + +'AddExtComboBox'#0#0#9'TComboBox'#25'BakProjMaxCounterComboBox'#21'AnchorSid' + +'eTop.Control'#7#21'BakProjAddExtComboBox'#18'AnchorSideTop.Side'#7#9'asrBot' + +'tom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'I'#5'Width'#2'd'#10'AutoSelect'#9 + +#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#2#4'Text'#6#25'BakProjMaxCounter' + +'ComboBox'#0#0#9'TComboBox'#21'BakProjSubDirComboBox'#21'AnchorSideTop.Contr' + +'ol'#7#25'BakProjMaxCounterComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4 + +'Left'#2#6#6'Height'#2#25#3'Top'#2'h'#5'Width'#2'd'#10'AutoSelect'#9#20'Bord' + +'erSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#21'BakProjSubDirComboBox'#0 + +#0#0#9'TGroupBox'#19'BackupOtherGroupBox'#21'AnchorSideTop.Control'#7#21'Bac' + +'kupProjectGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRigh' +'t.Control'#7#10'BackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left' - +#2#6#6'Height'#3#154#0#3'Top'#2'"'#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6 - +'akLeft'#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#7'Caption'#6 - +#21'BackupProjectGroupBox'#12'ClientHeight'#3#154#0#11'ClientWidth'#3#14#2#8 - +'TabOrder'#2#0#0#6'TLabel'#18'BakProjAddExtLabel'#22'AnchorSideLeft.Control' - +#7#21'BakProjAddExtComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Ancho' - +'rSideTop.Control'#7#21'BakProjAddExtComboBox'#18'AnchorSideTop.Side'#7#9'as' - +'rCenter'#23'AnchorSideRight.Control'#7#21'BackupProjectGroupBox'#20'AnchorS' - +'ideRight.Side'#7#9'asrBottom'#4'Left'#2'p'#6'Height'#2#20#3'Top'#2','#5'Wid' - +'th'#3#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.' - +'Around'#2#6#7'Caption'#6#18'BakProjAddExtLabel'#11'ParentColor'#8#0#0#6'TLa' - +'bel'#22'BakProjMaxCounterLabel'#22'AnchorSideLeft.Control'#7#25'BakProjMaxC' - +'ounterComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Con' - +'trol'#7#25'BakProjMaxCounterComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter' - +#23'AnchorSideRight.Control'#7#21'BackupProjectGroupBox'#20'AnchorSideRight.' - +'Side'#7#9'asrBottom'#4'Left'#2'p'#6'Height'#2#20#3'Top'#2'K'#5'Width'#3#148 - +#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6 - +#7'Caption'#6#22'BakProjMaxCounterLabel'#11'ParentColor'#8#0#0#6'TLabel'#18 - +'BakProjSubDirLabel'#22'AnchorSideLeft.Control'#7#21'BakProjSubDirComboBox' - +#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'BakPr' - +'ojSubDirComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.' - +'Control'#7#21'BackupProjectGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom' - +#4'Left'#2'p'#6'Height'#2#20#3'Top'#2'j'#5'Width'#3#148#1#7'Anchors'#11#5'ak' - +'Top'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Ba' - +'kProjSubDirLabel'#11'ParentColor'#8#0#0#11'TRadioGroup'#21'BakProjTypeRadio' - +'Group'#23'AnchorSideRight.Control'#7#21'BackupProjectGroupBox'#20'AnchorSid' - +'eRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#30#3'Top'#2#6#5'Width'#3 - +#254#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#8'AutoSiz' - +'e'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'BakProjTypeRadioGroup'#28 - +'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'C' - +'hildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing' - +'.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHoriz' - +'ontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChi' - +'lds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSiz' - +'ing.ControlsPerLine'#2#2#7'Columns'#2#2#21'Constraints.MinHeight'#2#30#7'On' - +'Click'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#21'Bak' - +'ProjAddExtComboBox'#21'AnchorSideTop.Control'#7#21'BakProjTypeRadioGroup'#18 - +'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'*'#5 - +'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSear' - +'chAscending'#0#10'AutoSelect'#9#20'BorderSpacing.Around'#2#6#9'MaxLength'#2 - +#0#8'TabOrder'#2#1#4'Text'#6#21'BakProjAddExtComboBox'#0#0#9'TComboBox'#25'B' - +'akProjMaxCounterComboBox'#21'AnchorSideTop.Control'#7#21'BakProjAddExtCombo' - +'Box'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top' - +#2'I'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cb' - +'actSearchAscending'#0#10'AutoSelect'#9#20'BorderSpacing.Around'#2#6#9'MaxLe' - +'ngth'#2#0#8'TabOrder'#2#2#4'Text'#6#25'BakProjMaxCounterComboBox'#0#0#9'TCo' - +'mboBox'#21'BakProjSubDirComboBox'#21'AnchorSideTop.Control'#7#25'BakProjMax' - +'CounterComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height' - +#2#25#3'Top'#2'h'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineCom' - +'plete'#20'cbactSearchAscending'#0#10'AutoSelect'#9#20'BorderSpacing.Around' - +#2#6#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSubDirComboBox'#0#0 - +#0#9'TGroupBox'#19'BackupOtherGroupBox'#21'AnchorSideTop.Control'#7#21'Backu' - ,'pProjectGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.' - +'Control'#7#10'BackupPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2 - +#6#6'Height'#3#154#0#3'Top'#3#194#0#5'Width'#3#14#2#7'Anchors'#11#5'akTop'#6 - +'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6 - +#19'BackupOtherGroupBox'#12'ClientHeight'#3#154#0#11'ClientWidth'#3#14#2#8'T' - +'abOrder'#2#1#0#6'TLabel'#19'BakOtherAddExtLabel'#22'AnchorSideLeft.Control' + +#2#6#6'Height'#3#154#0#3'Top'#3#194#0#5'Width'#3#14#2#7'Anchors'#11#5'akTop' + +#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption' + +#6#19'BackupOtherGroupBox'#12'ClientHeight'#3#154#0#11'ClientWidth'#3#14#2#8 + +'TabOrder'#2#1#0#6'TLabel'#19'BakOtherAddExtLabel'#22'AnchorSideLeft.Control' +#7#22'BakOtherAddExtComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch' +'orSideTop.Control'#7#22'BakOtherAddExtComboBox'#18'AnchorSideTop.Side'#7#9 +'asrCenter'#23'AnchorSideRight.Control'#7#19'BackupOtherGroupBox'#20'AnchorS' @@ -530,7 +513,7 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[ +'Control'#7#26'BakOtherMaxCounterComboBox'#18'AnchorSideTop.Side'#7#9'asrCen' +'ter'#23'AnchorSideRight.Control'#7#19'BackupOtherGroupBox'#20'AnchorSideRig' +'ht.Side'#7#9'asrBottom'#4'Left'#2'p'#6'Height'#2#20#3'Top'#2'K'#5'Width'#3 - +#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around' + ,#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around' +#2#6#7'Caption'#6#23'BakOtherMaxCounterLabel'#11'ParentColor'#8#0#0#6'TLabel' +#19'BakOtherSubDirLabel'#22'AnchorSideLeft.Control'#7#22'BakOtherSubDirCombo' +'Box'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#22 @@ -552,92 +535,183 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[ +'nClick'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#22'Ba' +'kOtherAddExtComboBox'#21'AnchorSideTop.Control'#7#22'BakOtherTypeRadioGroup' +#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'*' - +#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSe' - +'archAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#8'TabOrder'#2 - +#1#4'Text'#6#22'BakOtherAddExtComboBox'#0#0#9'TComboBox'#26'BakOtherMaxCount' - +'erComboBox'#21'AnchorSideTop.Control'#7#22'BakOtherAddExtComboBox'#18'Ancho' - +'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'I'#5'Widt' - +'h'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAs' - +'cending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#8'TabOrder'#2#2#4 - +'Text'#6#26'BakOtherMaxCounterComboBox'#0#0#9'TComboBox'#22'BakOtherSubDirCo' - +'mboBox'#21'AnchorSideTop.Control'#7#26'BakOtherMaxCounterComboBox'#18'Ancho' - +'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'h'#5'Widt' - +'h'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAs' - +'cending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#8'TabOrder'#2#3#4 - +'Text'#6#22'BakOtherSubDirComboBox'#0#0#0#0#5'TPage'#10'NamingPage'#7'Captio' - +'n'#6#10'NamingPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3#194#1#0#11'TR' - +'adioGroup'#23'PascalFileExtRadiogroup'#23'AnchorSideRight.Control'#7#10'Nam' - +'ingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'/' - +#3'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpaci' - +'ng.Around'#2#6#7'Caption'#6#23'PascalFileExtRadiogroup'#28'ChildSizing.Left' - +'RightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Enlar' - +'geHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical' - +#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsSca' - +'leChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizin' - +'g.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLin' - +'e'#2#2#7'Columns'#2#2#8'TabOrder'#2#0#0#0#11'TRadioGroup'#28'CharcaseFileAc' - +'tionRadioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'#20'AnchorSideR' - ,'ight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'U'#3'Top'#3#165#0#5'Width' - +#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Cap' - +'tion'#6#28'CharcaseFileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2 - +#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7 - +#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomoge' - +'nousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'C' - +'hildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29 - +'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Column' - +'s'#2#2#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'AmbiguousFileActionRadioGroup' - +#23'AnchorSideRight.Control'#7#10'NamingPage'#20'AnchorSideRight.Side'#7#9'a' - +'srBottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2';'#5'Width'#3#14#2#5'Align'#7 - +#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'Ambiguo' - +'usFileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing' - +'.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenous' - +'ChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize' - +#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Shrink' - +'Vertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightTh' - +'enTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#8'TabOrde' - +'r'#2#2#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#11'ClientW' - +'idth'#3#26#2#12'ClientHeight'#3#194#1#0#9'TGroupBox'#19'LazDocPathsGroupBox' - +#23'AnchorSideRight.Control'#7#10'LazDocPage'#20'AnchorSideRight.Side'#7#9'a' - +'srBottom'#4'Left'#2#6#6'Height'#3#205#0#3'Top'#2#6#5'Width'#3#14#2#5'Align' - +#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'LazDo' - +'cPathsGroupBox'#12'ClientHeight'#3#205#0#11'ClientWidth'#3#14#2#8'TabOrder' - +#2#0#0#8'TListBox'#13'LazDocListBox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5 - +'Width'#3#254#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder' - +#2#0#8'TopIndex'#2#255#0#0#7'TButton'#19'LazDocAddPathButton'#22'AnchorSideL' - +'eft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'LazDo' - +'cListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#31#3 - +'Top'#2'x'#5'Width'#3#163#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Cap' - +'tion'#6#19'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8 - +'TabOrder'#2#1#0#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.C' - +'ontrol'#7#19'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21 - +'AnchorSideTop.Control'#7#19'LazDocAddPathButton'#4'Left'#3#179#0#6'Height'#2 - +#31#3'Top'#2'x'#5'Width'#3#180#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#10#7 - +'Caption'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27'LazDocDeletePathButto' - +'nClick'#8'TabOrder'#2#2#0#0#7'TButton'#18'LazDocBrowseButton'#19'AnchorSide' - +'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14'LazDocPathEdit'#23 - +'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Side' - +#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'LazDocPathEdit'#21'AnchorS' - +'ideBottom.Side'#7#9'asrBottom'#4'Left'#3#236#1#6'Height'#2#23#3'Top'#3#157#0 - +#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpac' - +'ing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonClick' - +#8'TabOrder'#2#3#0#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSideLeft.Control'#7 - +#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#19'LazDocAddPathButton' - +#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'LazD' - +'ocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#157#0#5'Width'#3#230#1#7 - +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'B' - +'orderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#8'TabOrder'#2#4#4'Text'#6 - +#14'LazDocPathEdit'#0#0#0#0#0#6'TPanel'#11'EODBtnPanel'#6'Height'#2'#'#3'Top' - +#3#248#1#5'Width'#3#30#2#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter' - +#7#6'bvNone'#12'ClientHeight'#2'#'#11'ClientWidth'#3#30#2#8'TabOrder'#2#1#0#7 - +'TButton'#8'OkButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'm'#1 - +#6'Height'#2#23#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9 - +#20'BorderSpacing.Around'#2#6#7'Caption'#6#2'Ok'#20'Constraints.MinWidth'#2 - +'K'#7'Default'#9#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#0#0#0#7'TButto' - +'n'#12'CancelButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBo' - +'ttom.Side'#7#9'asrBottom'#4'Left'#3#190#1#6'Height'#2#23#3'Top'#2#6#5'Width' - +#2'Z'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Can' - +'cel'#9#7'Caption'#6#12'CancelButton'#20'Constraints.MinWidth'#2'K'#7'OnClic' - +'k'#7#17'CancelButtonClick'#8'TabOrder'#2#1#0#0#0#22'TSelectDirectoryDialog' - +#21'SelectDirectoryDialog'#11'FilterIndex'#2#0#4'left'#3#232#1#3'top'#2#8#0#0 - +#0 + +#5'Width'#2'd'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#22'Bak' + +'OtherAddExtComboBox'#0#0#9'TComboBox'#26'BakOtherMaxCounterComboBox'#21'Anc' + +'horSideTop.Control'#7#22'BakOtherAddExtComboBox'#18'AnchorSideTop.Side'#7#9 + +'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#2'I'#5'Width'#2'd'#20'BorderSp' + +'acing.Around'#2#6#8'TabOrder'#2#2#4'Text'#6#26'BakOtherMaxCounterComboBox'#0 + +#0#9'TComboBox'#22'BakOtherSubDirComboBox'#21'AnchorSideTop.Control'#7#26'Ba' + +'kOtherMaxCounterComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6 + +#6'Height'#2#25#3'Top'#2'h'#5'Width'#2'd'#20'BorderSpacing.Around'#2#6#8'Tab' + +'Order'#2#3#4'Text'#6#22'BakOtherSubDirComboBox'#0#0#0#0#5'TPage'#10'NamingP' + +'age'#7'Caption'#6#10'NamingPage'#11'ClientWidth'#3#26#2#12'ClientHeight'#3 + +#194#1#0#11'TRadioGroup'#23'PascalFileExtRadiogroup'#23'AnchorSideRight.Cont' + +'rol'#7#10'NamingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6 + +'Height'#2'/'#3'Top'#2#6#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20 + +'BorderSpacing.Around'#2#6#7'Caption'#6#23'PascalFileExtRadiogroup'#28'Child' + +'Sizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildS' + +'izing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enla' + +'rgeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal' + +#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18 + +'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Cont' + +'rolsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#0#0#0#11'TRadioGroup'#28'Char' + +'caseFileActionRadioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'#20'A' + +'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'U'#3'Top'#3#165 + +#0#5'Width'#3#14#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around' + +#2#6#7'Caption'#6#28'CharcaseFileActionRadioGroup'#28'ChildSizing.LeftRightS' + +'pacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHori' + +'zontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24 + +'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChi' + +'lds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Lay' + +'out'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2 + +#7'Columns'#2#2#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'AmbiguousFileActionRa' + +'dioGroup'#23'AnchorSideRight.Control'#7#10'NamingPage'#20'AnchorSideRight.S' + +'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2';'#5'Width'#3#14#2#5 + +'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#29 + +'AmbiguousFileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'Chil' + +'dSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHom' + +'ogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChild' + +'Resize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizin' + +'g.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftT' + +'oRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#8 + +'TabOrder'#2#2#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#11 + +'ClientWidth'#3#26#2#12'ClientHeight'#3#194#1#0#9'TGroupBox'#19'LazDocPathsG' + +'roupBox'#23'AnchorSideRight.Control'#7#10'LazDocPage'#20'AnchorSideRight.Si' + ,'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#205#0#3'Top'#2#6#5'Width'#3#14#2 + +#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6 + +#19'LazDocPathsGroupBox'#12'ClientHeight'#3#205#0#11'ClientWidth'#3#14#2#8'T' + +'abOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#4'Left'#2#6#6'Height'#2'l'#3'T' + +'op'#2#6#5'Width'#3#254#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8 + +'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7'TButton'#19'LazDocAddPathButton'#22'A' + +'nchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7 + +#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh' + +'t'#2#31#3'Top'#2'x'#5'Width'#3#163#0#8'AutoSize'#9#20'BorderSpacing.Around' + +#2#6#7'Caption'#6#19'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButto' + +'nClick'#8'TabOrder'#2#1#0#0#7'TButton'#22'LazDocDeletePathButton'#22'Anchor' + +'SideLeft.Control'#7#19'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asr' + +'Bottom'#21'AnchorSideTop.Control'#7#19'LazDocAddPathButton'#4'Left'#3#179#0 + +#6'Height'#2#31#3'Top'#2'x'#5'Width'#3#180#0#8'AutoSize'#9#18'BorderSpacing.' + +'Left'#2#10#7'Caption'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27'LazDocDe' + +'letePathButtonClick'#8'TabOrder'#2#2#0#0#7'TButton'#18'LazDocBrowseButton' + +#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14'LazDo' + +'cPathEdit'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'#20'AnchorS' + +'ideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'LazDocPathE' + +'dit'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#236#1#6'Height'#2#23 + +#3'Top'#3#157#0#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0 + +#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrows' + +'eButtonClick'#8'TabOrder'#2#3#0#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSide' + +'Left.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#19'LazD' + +'ocAddPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.C' + +'ontrol'#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#157#0#5 + +'Width'#3#230#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpaci' + +'ng.Left'#2#6#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#8'TabOr' + +'der'#2#4#4'Text'#6#14'LazDocPathEdit'#0#0#0#0#0#6'TPanel'#11'EODBtnPanel'#6 + +'Height'#2'&'#3'Top'#3#245#1#5'Width'#3#30#2#5'Align'#7#8'alBottom'#8'AutoSi' + +'ze'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'&'#11'ClientWidth'#3#30 + +#2#8'TabOrder'#2#1#0#7'TBitBtn'#12'CancelButton'#23'AnchorSideRight.Control' + +#7#11'EODBtnPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBott' + +'om.Control'#7#11'EODBtnPanel'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Le' + +'ft'#3#171#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'm'#5'Align'#7#7'alRight'#8 + +'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#12'Cancel' + +'Button'#20'Constraints.MinWidth'#2'K'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'B' + +'M6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0 + +#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +'?='#237'A;8'#235#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0'!'#31#227#8#30#28#226'A'#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'JG'#240'AOL'#242#255'@>'#237 + +#253'<9'#235#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'''%' + +#229#8'$"'#228#252'1/'#234#255#31#29#226'A'#255#255#255#0#255#255#255#0#255 + +#255#255#0'TQ'#243'AXV'#245#255'ca'#250#255'XU'#246#255'A?'#237#252'=:'#236#8 + +#255#255#255#0#255#255#255#0'0-'#231#8',*'#230#252'A?'#241#255'LJ'#246#255'1' + +'/'#234#255#31#29#226'A'#255#255#255#0#255#255#255#0'YV'#245'+[X'#246#255'eb' + +#250#255'qp'#255#255'YV'#246#255'B@'#238#252'>;'#236#8'97'#235#8'52'#233#252 + +'GE'#242#255'cb'#255#255'JH'#244#255'/-'#233#255'" '#227'+'#255#255#255#0#255 + +#255#255#0#255#255#255#0'ZW'#245'+[Y'#246#255'fc'#250#255'tq'#255#255'ZX'#246 + +#255'CA'#238#252'><'#236#253'PM'#244#255'hg'#255#255'PN'#245#255'64'#235#255 + +'*'''#229'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0'[X'#246'+\Z'#246#255'gd'#250#255'tr'#255#255'sp'#255#255'pn'#255#255 + +'nl'#255#255'WU'#247#255'?='#238#255'20'#232'+'#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'\Y' + +#246'+]['#247#255'yv'#255#255'YV'#255#255'WT'#255#255'rp'#255#255'HF'#240#255 + +'<9'#235'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'a^'#248#8']Z'#246#253'}y' + +#255#255'^['#255#255'[X'#255#255'vt'#255#255'FC'#239#253'A?'#237#8#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'ig'#251#8'fc'#249#252'pm'#251#255#128'~'#255#255'~{'#255#255 + ,'|y'#255#255'yw'#255#255'^\'#247#255'GD'#239#252'B@'#238#8#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'qn'#253#8'nk'#252#252'w' + +'t'#253#255#134#130#255#255'vs'#252#255'db'#248#255'`]'#247#255'mj'#250#255 + +'{y'#255#255'`]'#247#255'HE'#239#252'CA'#238#8#255#255#255#0#255#255#255#0 + +#255#255#255#0'vs'#255#8'tq'#254#253'}z'#254#255#138#135#255#255'|y'#253#255 + +'li'#251#255'ca'#249'+_\'#247'+a^'#248#255'nl'#250#255'}z'#255#255'a_'#247 + +#255'IF'#240#252'DA'#238#5#255#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255 + +#129'~'#255#255#129'~'#254#255'tq'#253#255'li'#251'+'#255#255#255#0#255#255 + +#255#0'`]'#247'+b_'#248#255'om'#251#255'~|'#255#255'b_'#248#255'JG'#240'oEB' + +#238#2#255#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255'yv'#254#255'ro'#253 + +'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'a^'#248'+da'#248 + +#255'jh'#249#255'TQ'#243#168'OM'#242')'#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0'wt'#255#31'wt'#255'+'#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'b_'#248'+]['#247'oYV' + +#245'>'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'c`'#248#10#255#255#255#0 + +#255#255#255#0#255#255#255#0#9'NumGlyphs'#2#0#7'OnClick'#7#17'CancelButtonCl' + +'ick'#8'TabOrder'#2#0#0#0#7'TBitBtn'#8'OkButton'#23'AnchorSideRight.Control' + +#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#11'EODBtnPanel'#21'Anchor' + +'SideBottom.Side'#7#9'asrBottom'#4'Left'#3'Z'#1#6'Height'#2#26#3'Top'#2#6#5 + +'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6 + +#7'Caption'#6#2'Ok'#20'Constraints.MinWidth'#2'K'#7'Default'#9#10'Glyph.Data' + +#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0 + +#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'1z6'#10'-u2'#7#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0'9'#133'@'#10'7'#131'='#255'1{7'#251'.v3'#7#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'B'#146 + +'I'#10'@'#142'G'#255'T'#163'\'#255'O'#159'W'#255'2|8'#254'.w4'#8#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0'K'#158'S'#10'I'#154'Q'#255'['#172'd' + +#255'w'#202#130#255't'#200'~'#255'Q'#160'Y'#255'3}9'#254'/x5'#8#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0'S'#169'\'#10'Q'#166'Z'#255'c'#181'm'#255'~'#206#137#255'{'#204#135 + +#255'v'#202#129#255'v'#201#129#255'R'#162'Z'#255'4~:'#254'0y5'#8#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'Z'#180'e'#9'Y'#176 + +'c'#255'k'#189'v'#255#132#210#144#255'z'#201#133#255'`'#178'j'#255'c'#180'm' + +#255'x'#201#131#255'x'#203#130#255'S'#163'\'#255'4:'#253'1z6'#8#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0'^'#185'iF['#181'f'#228'y'#201 + +#134#255#128#206#141#255'Q'#166'Z'#252'M'#161'VoI'#156'Q'#139'\'#173'g'#255 + +'|'#204#134#255'y'#203#133#255'T'#164']'#255'5'#128';'#252'1{7'#8#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0'_'#186'j<\'#182'f'#230'm'#192'y' + +#255'U'#172'_o'#255#255#255#0#255#255#255#0'J'#157'R'#145'^'#174'h'#255'}' + +#205#137#255'|'#205#135#255'V'#165'_'#255'6'#129'<'#252'2|8'#8#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0'_'#187'jC\'#183'ge'#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0'K'#158'S'#145'_'#175'i'#255''#206 + +#138#255'~'#206#137#255'W'#166'`'#255'7'#130'='#252'3}9'#8#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'K'#159'T'#145'`'#176'j'#255 + +#129#207#141#255''#207#139#255'X'#167'a'#255'9'#133'@'#255'4~:'#8#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'L'#160'U'#145'b'#178 + +'l'#255#130#209#143#255'z'#200#133#255'W'#166'`'#255'8'#132'?{'#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'M'#161'V' + +#145'c'#179'm'#255'_'#175'i'#255'A'#145'Iy'#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + ,'N'#162'W'#145'J'#157'R'#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#9'NumGlyphs'#2#0#7'OnCl' + +'ick'#7#13'OkButtonClick'#8'TabOrder'#2#1#0#0#0#22'TSelectDirectoryDialog'#21 + +'SelectDirectoryDialog'#11'FilterIndex'#2#0#4'left'#3#232#1#3'top'#2#8#0#0#0 ]); diff --git a/ide/environmentopts.pp b/ide/environmentopts.pp index ae2f0a7bf8..afda2b2efa 100644 --- a/ide/environmentopts.pp +++ b/ide/environmentopts.pp @@ -455,10 +455,12 @@ type { TEnvironmentOptionsDialog } TEnvironmentOptionsDialog = class(TForm) + CancelButton: TBitBtn; NoteBook: TNoteBook; FilesPage: TPage; DesktopPage: TPage; EODBtnPanel: TPanel; + OkButton: TBitBtn; WindowsPage: TPage; FormEditorPage: TPage; ObjectInspectorPage: TPage; @@ -608,9 +610,6 @@ type CharCaseFileActionRadioGroup: TRadioGroup; AmbiguousFileActionRadioGroup: TRadioGroup; - // buttons at bottom - OkButton: TButton; - CancelButton: TButton; procedure BakTypeRadioGroupClick(Sender: TObject); procedure FilesButtonClick(Sender: TObject); diff --git a/ide/findinfilesdlg.lfm b/ide/findinfilesdlg.lfm index 8ca8d1e650..e5e7337ed9 100644 --- a/ide/findinfilesdlg.lfm +++ b/ide/findinfilesdlg.lfm @@ -3,8 +3,6 @@ object LazFindInFilesDialog: TLazFindInFilesDialog Height = 460 Top = 155 Width = 420 - HorzScrollBar.Page = 419 - VertScrollBar.Page = 459 ActiveControl = TextToFindComboBox Caption = 'Find in files' ClientHeight = 460 @@ -13,29 +11,31 @@ object LazFindInFilesDialog: TLazFindInFilesDialog Constraints.MinWidth = 260 OnClose = FormClose OnCreate = FormCreate + ParentFont = False Position = poScreenCenter + LCLVersion = '0.9.25' object TextToFindLabel: TLabel AnchorSideTop.Control = TextToFindComboBox AnchorSideTop.Side = asrCenter Left = 6 - Height = 20 - Top = 8 - Width = 75 + Height = 14 + Top = 9 + Width = 65 Caption = 'Text To Find:' ParentColor = False end object TextToFindComboBox: TComboBox AnchorSideLeft.Control = TextToFindLabel AnchorSideLeft.Side = asrBottom - Left = 87 - Height = 25 + Left = 77 + Height = 21 Top = 6 - Width = 327 + Width = 337 Anchors = [akTop, akLeft, akRight] AutoComplete = True AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending] BorderSpacing.Left = 6 - MaxLength = 0 + ItemHeight = 13 TabOrder = 0 end object OptionsCheckGroupBox: TCheckGroup @@ -85,7 +85,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 1 - ClientHeight = 63 + ClientHeight = 64 ClientWidth = 404 ItemIndex = 1 Items.Strings = ( @@ -97,42 +97,41 @@ object LazFindInFilesDialog: TLazFindInFilesDialog TabOrder = 2 end object DirectoryOptionsGroupBox: TGroupBox - Left = 6 + Left = 5 Height = 139 Top = 275 Width = 408 Anchors = [akTop, akLeft, akRight, akBottom] Caption = 'Directory Options' - ClientHeight = 120 + ClientHeight = 121 ClientWidth = 404 Enabled = False TabOrder = 3 object DirectoryLabel: TLabel Left = 6 - Height = 20 + Height = 14 Top = 8 - Width = 62 + Width = 49 Caption = 'Directory:' ParentColor = False end object FileMaskLabel: TLabel Left = 6 - Height = 20 + Height = 14 Top = 38 - Width = 152 + Width = 121 Caption = 'File mask (*;*.*;*.bak?):' ParentColor = False end object DirectoryComboBox: TComboBox AnchorSideLeft.Control = DirectoryLabel AnchorSideLeft.Side = asrBottom - Left = 68 - Height = 25 + Left = 55 + Height = 21 Top = 6 - Width = 272 + Width = 285 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] - MaxLength = 0 + ItemHeight = 13 TabOrder = 0 end object DirectoryBrowse: TBitBtn @@ -149,29 +148,112 @@ object LazFindInFilesDialog: TLazFindInFilesDialog end object FileMaskComboBox: TComboBox Left = 6 - Height = 25 + Height = 21 Top = 56 Width = 334 Anchors = [akTop, akLeft, akRight] - AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] - MaxLength = 0 + ItemHeight = 13 TabOrder = 2 Text = '*.pas;*.pp;*.inc' end object IncludeSubDirsCheckBox: TCheckBox Left = 6 - Height = 22 + Height = 19 Top = 92 - Width = 167 + Width = 134 Caption = 'Include sub directories' TabOrder = 3 end end - object OKButton: TButton + object ReplaceTextComboBox: TComboBox + AnchorSideLeft.Control = ReplaceCheckBox + AnchorSideLeft.Side = asrBottom + Left = 75 + Height = 21 + Top = 33 + Width = 339 + Anchors = [akTop, akLeft, akRight] + AutoComplete = True + AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending] + BorderSpacing.Left = 6 + Enabled = False + ItemHeight = 13 + TabOrder = 4 + end + object ReplaceCheckBox: TCheckBox + AnchorSideTop.Control = ReplaceTextComboBox + AnchorSideTop.Side = asrCenter + Left = 5 + Height = 19 + Top = 34 + Width = 64 + Caption = 'Replace' + Enabled = False + OnChange = ReplaceCheckBoxChange + TabOrder = 5 + end + object CancelButton: TBitBtn + AnchorSideRight.Control = Owner + AnchorSideRight.Side = asrBottom + AnchorSideBottom.Control = Owner + AnchorSideBottom.Side = asrBottom + Left = 337 + Height = 26 + Top = 428 + Width = 77 + Anchors = [akRight, akBottom] + AutoSize = True + BorderSpacing.Around = 6 + Cancel = True + Caption = 'Cancel' + Constraints.MinWidth = 75 + Glyph.Data = { + 36040000424D3604000000000000360000002800000010000000100000000100 + 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF003F3DED413B38EB08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00211FE3081E1CE241FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004A47F0414F4CF2FF403EEDFD3C39EB08FFFFFF00FFFFFF00FFFFFF00FFFF + FF002725E5082422E4FC312FEAFF1F1DE241FFFFFF00FFFFFF00FFFFFF005451 + F3415856F5FF6361FAFF5855F6FF413FEDFC3D3AEC08FFFFFF00FFFFFF00302D + E7082C2AE6FC413FF1FF4C4AF6FF312FEAFF1F1DE241FFFFFF00FFFFFF005956 + F52B5B58F6FF6562FAFF7170FFFF5956F6FF4240EEFC3E3BEC083937EB083532 + E9FC4745F2FF6362FFFF4A48F4FF2F2DE9FF2220E32BFFFFFF00FFFFFF00FFFF + FF005A57F52B5B59F6FF6663FAFF7471FFFF5A58F6FF4341EEFC3E3CECFD504D + F4FF6867FFFF504EF5FF3634EBFF2A27E52BFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF005B58F62B5C5AF6FF6764FAFF7472FFFF7370FFFF706EFFFF6E6C + FFFF5755F7FF3F3DEEFF3230E82BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF005C59F62B5D5BF7FF7976FFFF5956FFFF5754FFFF7270 + FFFF4846F0FF3C39EB2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00615EF8085D5AF6FD7D79FFFF5E5BFFFF5B58FFFF7674 + FFFF4643EFFD413FED08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF006967FB086663F9FC706DFBFF807EFFFF7E7BFFFF7C79FFFF7977 + FFFF5E5CF7FF4744EFFC4240EE08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00716EFD086E6BFCFC7774FDFF8682FFFF7673FCFF6462F8FF605DF7FF6D6A + FAFF7B79FFFF605DF7FF4845EFFC4341EE08FFFFFF00FFFFFF00FFFFFF007673 + FF087471FEFD7D7AFEFF8A87FFFF7C79FDFF6C69FBFF6361F92B5F5CF72B615E + F8FF6E6CFAFF7D7AFFFF615FF7FF4946F0FC4441EE05FFFFFF00FFFFFF007774 + FF1F7A77FFFF817EFFFF817EFEFF7471FDFF6C69FB2BFFFFFF00FFFFFF00605D + F72B625FF8FF6F6DFBFF7E7CFFFF625FF8FF4A47F06F4542EE02FFFFFF00FFFF + FF007774FF1F7A77FFFF7976FEFF726FFD2BFFFFFF00FFFFFF00FFFFFF00FFFF + FF00615EF82B6461F8FF6A68F9FF5451F3A84F4DF229FFFFFF00FFFFFF00FFFF + FF00FFFFFF007774FF1F7774FF2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00625FF82B5D5BF76F5956F53EFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00 + } + ModalResult = 2 + NumGlyphs = 0 + TabOrder = 6 + end + object OKButton: TBitBtn AnchorSideRight.Control = CancelButton - Left = 249 - Height = 29 - Top = 424 + AnchorSideBottom.Control = Owner + AnchorSideBottom.Side = asrBottom + Left = 247 + Height = 26 + Top = 428 Width = 75 Anchors = [akRight, akBottom] AutoSize = True @@ -180,52 +262,44 @@ object LazFindInFilesDialog: TLazFindInFilesDialog Caption = 'OK' Constraints.MinWidth = 75 Default = True + Glyph.Data = { + 36040000424D3604000000000000360000002800000010000000100000000100 + 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00317A360A2D753207FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF003985400A37833DFF317B37FB2E763307FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF004292490A408E47FF54A35CFF4F9F57FF327C38FE2E773408FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004B9E530A499A51FF5BAC64FF77CA82FF74C87EFF51A059FF337D39FE2F78 + 3508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0053A9 + 5C0A51A65AFF63B56DFF7ECE89FF7BCC87FF76CA81FF76C981FF52A25AFF347E + 3AFE30793508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF005AB4650959B0 + 63FF6BBD76FF84D290FF7AC985FF60B26AFF63B46DFF78C983FF78CB82FF53A3 + 5CFF347F3AFD317A3608FFFFFF00FFFFFF00FFFFFF00FFFFFF005EB969465BB5 + 66E479C986FF80CE8DFF51A65AFC4DA1566F499C518B5CAD67FF7CCC86FF79CB + 85FF54A45DFF35803BFC317B3708FFFFFF00FFFFFF00FFFFFF00FFFFFF005FBA + 6A3C5CB666E66DC079FF55AC5F6FFFFFFF00FFFFFF004A9D52915EAE68FF7DCD + 89FF7CCD87FF56A55FFF36813CFC327C3808FFFFFF00FFFFFF00FFFFFF00FFFF + FF005FBB6A435CB76765FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9E53915FAF + 69FF7FCE8AFF7ECE89FF57A660FF37823DFC337D3908FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9F + 549160B06AFF81CF8DFF7FCF8BFF58A761FF398540FF347E3A08FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004CA0559162B26CFF82D18FFF7AC885FF57A660FF38843F7BFFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF004DA1569163B36DFF5FAF69FF41914979FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF004EA257914A9D527FFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00 + } ModalResult = 1 - TabOrder = 4 - end - object CancelButton: TButton - AnchorSideRight.Control = Owner - AnchorSideRight.Side = asrBottom - AnchorSideBottom.Control = Owner - AnchorSideBottom.Side = asrBottom - Left = 339 - Height = 29 - Top = 425 - Width = 75 - Anchors = [akRight, akBottom] - AutoSize = True - BorderSpacing.Around = 6 - Cancel = True - Caption = 'Cancel' - Constraints.MinWidth = 75 - ModalResult = 2 - TabOrder = 5 - end - object ReplaceTextComboBox: TComboBox - AnchorSideLeft.Control = ReplaceCheckBox - AnchorSideLeft.Side = asrBottom - Left = 84 - Height = 25 - Top = 33 - Width = 330 - Anchors = [akTop, akLeft, akRight] - AutoComplete = True - AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending] - BorderSpacing.Left = 6 - Enabled = False - MaxLength = 0 - TabOrder = 6 - end - object ReplaceCheckBox: TCheckBox - AnchorSideTop.Control = ReplaceTextComboBox - AnchorSideTop.Side = asrCenter - Left = 5 - Height = 22 - Top = 34 - Width = 73 - Caption = 'Replace' - Enabled = False - OnChange = ReplaceCheckBoxChange + NumGlyphs = 0 TabOrder = 7 end object SelectDirectoryDialog: TSelectDirectoryDialog diff --git a/ide/findinfilesdlg.lrs b/ide/findinfilesdlg.lrs index fdedc2795a..ad6fd0234e 100644 --- a/ide/findinfilesdlg.lrs +++ b/ide/findinfilesdlg.lrs @@ -2,84 +2,177 @@ LazarusResources.Add('TLazFindInFilesDialog','FORMDATA',[ 'TPF0'#21'TLazFindInFilesDialog'#20'LazFindInFilesDialog'#4'Left'#3'{'#1#6'He' - +'ight'#3#204#1#3'Top'#3#155#0#5'Width'#3#164#1#18'HorzScrollBar.Page'#3#163#1 - +#18'VertScrollBar.Page'#3#203#1#13'ActiveControl'#7#18'TextToFindComboBox'#7 - +'Caption'#6#13'Find in files'#12'ClientHeight'#3#204#1#11'ClientWidth'#3#164 - +#1#21'Constraints.MinHeight'#3#144#1#20'Constraints.MinWidth'#3#4#1#7'OnClos' - +'e'#7#9'FormClose'#8'OnCreate'#7#10'FormCreate'#8'Position'#7#14'poScreenCen' - +'ter'#0#6'TLabel'#15'TextToFindLabel'#21'AnchorSideTop.Control'#7#18'TextToF' - +'indComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2 - +#20#3'Top'#2#8#5'Width'#2'K'#7'Caption'#6#13'Text To Find:'#11'ParentColor'#8 - +#0#0#9'TComboBox'#18'TextToFindComboBox'#22'AnchorSideLeft.Control'#7#15'Tex' - +'tToFindLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#2'W'#6'Height' - +#2#25#3'Top'#2#6#5'Width'#3'G'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' - +#0#12'AutoComplete'#9#16'AutoCompleteText'#11#12'cbactEnabled'#22'cbactEndOf' - +'LineComplete'#21'cbactRetainPrefixCase'#20'cbactSearchAscending'#0#18'Borde' - +'rSpacing.Left'#2#6#9'MaxLength'#2#0#8'TabOrder'#2#0#0#0#11'TCheckGroup'#20 - +'OptionsCheckGroupBox'#4'Left'#2#6#6'Height'#2's'#3'Top'#2'A'#5'Width'#3#152 - +#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#7 - +'Options'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpaci' - +'ng'#2#6#29'ChildSizing.HorizontalSpacing'#2#6#27'ChildSizing.VerticalSpacin' - +'g'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27 - +'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.' - +'ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14 - +'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom' - +#27'ChildSizing.ControlsPerLine'#2#1#13'Items.Strings'#1#6#14'Case sensitive' - +#6#16'Whole words only'#6#19'Regular expressions'#6#10'Multi Line'#0#8'TabOr' - +'der'#2#1#4'Data'#10#8#0#0#0#4#0#0#0#2#2#2#2#0#0#11'TRadioGroup'#15'WhereRad' - +'ioGroup'#4'Left'#2#6#6'Height'#2'R'#3'Top'#3#185#0#5'Width'#3#152#1#7'Ancho' - +'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#5'Where' - +#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29 - +'ChildSizing.HorizontalSpacing'#2#6#27'ChildSizing.VerticalSpacing'#2#6#29'C' - +'hildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing' - +'.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHoriz' - +'ontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChi' - +'lds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSiz' - +'ing.ControlsPerLine'#2#1#12'ClientHeight'#2'?'#11'ClientWidth'#3#148#1#9'It' - +'emIndex'#2#1#13'Items.Strings'#1#6#27'search all files in project'#6#21'sea' - +'rch all open files'#6#21'search in directories'#0#7'OnClick'#7#20'WhereRadi' - +'oGroupClick'#8'TabOrder'#2#2#0#0#9'TGroupBox'#24'DirectoryOptionsGroupBox'#4 - +'Left'#2#6#6'Height'#3#139#0#3'Top'#3#19#1#5'Width'#3#152#1#7'Anchors'#11#5 - +'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#17'Directory Options' - +#12'ClientHeight'#2'x'#11'ClientWidth'#3#148#1#7'Enabled'#8#8'TabOrder'#2#3#0 - +#6'TLabel'#14'DirectoryLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#8#5'Width' - +#2'>'#7'Caption'#6#10'Directory:'#11'ParentColor'#8#0#0#6'TLabel'#13'FileMas' - +'kLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'&'#5'Width'#3#152#0#7'Caption'#6 - +#25'File mask (*;*.*;*.bak?):'#11'ParentColor'#8#0#0#9'TComboBox'#17'Directo' - +'ryComboBox'#22'AnchorSideLeft.Control'#7#14'DirectoryLabel'#19'AnchorSideLe' - +'ft.Side'#7#9'asrBottom'#4'Left'#2'D'#6'Height'#2#25#3'Top'#2#6#5'Width'#3#16 - +#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22 - +'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOr' - +'der'#2#0#0#0#7'TBitBtn'#15'DirectoryBrowse'#4'Left'#3'Z'#1#6'Height'#2#25#3 - +'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#3'.' - +'..'#6'Layout'#7#10'blGlyphTop'#9'NumGlyphs'#2#0#7'OnClick'#7#20'DirectoryBr' - +'owseClick'#8'TabOrder'#2#1#0#0#9'TComboBox'#16'FileMaskComboBox'#4'Left'#2#6 - +#6'Height'#2#25#3'Top'#2'8'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSea' - +'rchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#16'*.pas;*.pp;*.' - +'inc'#0#0#9'TCheckBox'#22'IncludeSubDirsCheckBox'#4'Left'#2#6#6'Height'#2#22 - +#3'Top'#2'\'#5'Width'#3#167#0#7'Caption'#6#23'Include sub directories'#8'Tab' - +'Order'#2#3#0#0#0#7'TButton'#8'OKButton'#23'AnchorSideRight.Control'#7#12'Ca' - +'ncelButton'#4'Left'#3#249#0#6'Height'#2#29#3'Top'#3#168#1#5'Width'#2'K'#7'A' - +'nchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2 - +#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#2'OK'#20'Constraints.MinWidth'#2 - +'K'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#4#0#0#7'TButton'#12'Cance' - +'lButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9 - ,'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side' - +#7#9'asrBottom'#4'Left'#3'S'#1#6'Height'#2#29#3'Top'#3#169#1#5'Width'#2'K'#7 - +'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around' - +#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#20'Constraints.MinWidth'#2'K'#11'Mod' - +'alResult'#2#2#8'TabOrder'#2#5#0#0#9'TComboBox'#19'ReplaceTextComboBox'#22'A' - +'nchorSideLeft.Control'#7#15'ReplaceCheckBox'#19'AnchorSideLeft.Side'#7#9'as' - +'rBottom'#4'Left'#2'T'#6'Height'#2#25#3'Top'#2'!'#5'Width'#3'J'#1#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#9#16'AutoCompleteText' - +#11#12'cbactEnabled'#22'cbactEndOfLineComplete'#21'cbactRetainPrefixCase'#20 - +'cbactSearchAscending'#0#18'BorderSpacing.Left'#2#6#7'Enabled'#8#9'MaxLength' - +#2#0#8'TabOrder'#2#6#0#0#9'TCheckBox'#15'ReplaceCheckBox'#21'AnchorSideTop.C' - +'ontrol'#7#19'ReplaceTextComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'L' - +'eft'#2#5#6'Height'#2#22#3'Top'#2'"'#5'Width'#2'I'#7'Caption'#6#7'Replace'#7 - +'Enabled'#8#8'OnChange'#7#21'ReplaceCheckBoxChange'#8'TabOrder'#2#7#0#0#22'T' - +'SelectDirectoryDialog'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Direc' - +'tory'#11'FilterIndex'#2#0#7'Options'#11#15'ofFileMustExist'#14'ofEnableSizi' - +'ng'#12'ofViewDetail'#0#4'left'#3#4#1#3'top'#3#215#0#0#0#0 + +'ight'#3#204#1#3'Top'#3#155#0#5'Width'#3#164#1#13'ActiveControl'#7#18'TextTo' + +'FindComboBox'#7'Caption'#6#13'Find in files'#12'ClientHeight'#3#204#1#11'Cl' + +'ientWidth'#3#164#1#21'Constraints.MinHeight'#3#144#1#20'Constraints.MinWidt' + +'h'#3#4#1#7'OnClose'#7#9'FormClose'#8'OnCreate'#7#10'FormCreate'#10'ParentFo' + +'nt'#8#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#6'TLabe' + +'l'#15'TextToFindLabel'#21'AnchorSideTop.Control'#7#18'TextToFindComboBox'#18 + +'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#9#5 + +'Width'#2'A'#7'Caption'#6#13'Text To Find:'#11'ParentColor'#8#0#0#9'TComboBo' + +'x'#18'TextToFindComboBox'#22'AnchorSideLeft.Control'#7#15'TextToFindLabel' + +#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#2'M'#6'Height'#2#21#3'Top'#2 + +#6#5'Width'#3'Q'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComp' + +'lete'#9#16'AutoCompleteText'#11#12'cbactEnabled'#22'cbactEndOfLineComplete' + +#21'cbactRetainPrefixCase'#20'cbactSearchAscending'#0#18'BorderSpacing.Left' + +#2#6#10'ItemHeight'#2#13#8'TabOrder'#2#0#0#0#11'TCheckGroup'#20'OptionsCheck' + +'GroupBox'#4'Left'#2#6#6'Height'#2's'#3'Top'#2'A'#5'Width'#3#152#1#7'Anchors' + +#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#7'Options'#28 + +'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'C' + +'hildSizing.HorizontalSpacing'#2#6#27'ChildSizing.VerticalSpacing'#2#6#29'Ch' + +'ildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.' + +'EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizo' + +'ntal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChil' + +'ds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizi' + +'ng.ControlsPerLine'#2#1#13'Items.Strings'#1#6#14'Case sensitive'#6#16'Whole' + +' words only'#6#19'Regular expressions'#6#10'Multi Line'#0#8'TabOrder'#2#1#4 + +'Data'#10#8#0#0#0#4#0#0#0#2#2#2#2#0#0#11'TRadioGroup'#15'WhereRadioGroup'#4 + +'Left'#2#6#6'Height'#2'R'#3'Top'#3#185#0#5'Width'#3#152#1#7'Anchors'#11#5'ak' + +'Top'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#5'Where'#28'ChildSiz' + +'ing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizi' + +'ng.HorizontalSpacing'#2#6#27'ChildSizing.VerticalSpacing'#2#6#29'ChildSizin' + +'g.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeV' + +'ertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7 + +#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'C' + +'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Contr' + +'olsPerLine'#2#1#12'ClientHeight'#2'@'#11'ClientWidth'#3#148#1#9'ItemIndex'#2 + +#1#13'Items.Strings'#1#6#27'search all files in project'#6#21'search all ope' + +'n files'#6#21'search in directories'#0#7'OnClick'#7#20'WhereRadioGroupClick' + +#8'TabOrder'#2#2#0#0#9'TGroupBox'#24'DirectoryOptionsGroupBox'#4'Left'#2#5#6 + +'Height'#3#139#0#3'Top'#3#19#1#5'Width'#3#152#1#7'Anchors'#11#5'akTop'#6'akL' + +'eft'#7'akRight'#8'akBottom'#0#7'Caption'#6#17'Directory Options'#12'ClientH' + +'eight'#2'y'#11'ClientWidth'#3#148#1#7'Enabled'#8#8'TabOrder'#2#3#0#6'TLabel' + +#14'DirectoryLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#8#5'Width'#2'1'#7'Ca' + +'ption'#6#10'Directory:'#11'ParentColor'#8#0#0#6'TLabel'#13'FileMaskLabel'#4 + +'Left'#2#6#6'Height'#2#14#3'Top'#2'&'#5'Width'#2'y'#7'Caption'#6#25'File mas' + +'k (*;*.*;*.bak?):'#11'ParentColor'#8#0#0#9'TComboBox'#17'DirectoryComboBox' + +#22'AnchorSideLeft.Control'#7#14'DirectoryLabel'#19'AnchorSideLeft.Side'#7#9 + +'asrBottom'#4'Left'#2'7'#6'Height'#2#21#3'Top'#2#6#5'Width'#3#29#1#7'Anchors' + +#11#5'akTop'#6'akLeft'#7'akRight'#0#10'ItemHeight'#2#13#8'TabOrder'#2#0#0#0#7 + +'TBitBtn'#15'DirectoryBrowse'#4'Left'#3'Z'#1#6'Height'#2#25#3'Top'#2#6#5'Wid' + +'th'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#3'...'#6'Layout'#7 + +#10'blGlyphTop'#9'NumGlyphs'#2#0#7'OnClick'#7#20'DirectoryBrowseClick'#8'Tab' + +'Order'#2#1#0#0#9'TComboBox'#16'FileMaskComboBox'#4'Left'#2#6#6'Height'#2#21 + +#3'Top'#2'8'#5'Width'#3'N'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#10 + +'ItemHeight'#2#13#8'TabOrder'#2#2#4'Text'#6#16'*.pas;*.pp;*.inc'#0#0#9'TChec' + +'kBox'#22'IncludeSubDirsCheckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'\'#5'W' + +'idth'#3#134#0#7'Caption'#6#23'Include sub directories'#8'TabOrder'#2#3#0#0#0 + +#9'TComboBox'#19'ReplaceTextComboBox'#22'AnchorSideLeft.Control'#7#15'Replac' + +'eCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#2'K'#6'Height'#2 + +#21#3'Top'#2'!'#5'Width'#3'S'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 + +#12'AutoComplete'#9#16'AutoCompleteText'#11#12'cbactEnabled'#22'cbactEndOfLi' + +'neComplete'#21'cbactRetainPrefixCase'#20'cbactSearchAscending'#0#18'BorderS' + +'pacing.Left'#2#6#7'Enabled'#8#10'ItemHeight'#2#13#8'TabOrder'#2#4#0#0#9'TCh' + +'eckBox'#15'ReplaceCheckBox'#21'AnchorSideTop.Control'#7#19'ReplaceTextCombo' + +'Box'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#5#6'Height'#2#19#3'Top' + ,#2'"'#5'Width'#2'@'#7'Caption'#6#7'Replace'#7'Enabled'#8#8'OnChange'#7#21'Re' + +'placeCheckBoxChange'#8'TabOrder'#2#5#0#0#7'TBitBtn'#12'CancelButton'#23'Anc' + +'horSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24 + +'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBotto' + +'m'#4'Left'#3'Q'#1#6'Height'#2#26#3'Top'#3#172#1#5'Width'#2'M'#7'Anchors'#11 + +#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cance' + +'l'#9#7'Caption'#6#6'Cancel'#20'Constraints.MinWidth'#2'K'#10'Glyph.Data'#10 + +':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0 + +' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0'?='#237'A;8'#235#8#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'!'#31#227#8#30#28#226'A'#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'JG'#240'A' + +'OL'#242#255'@>'#237#253'<9'#235#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'''%'#229#8'$"'#228#252'1/'#234#255#31#29#226'A'#255#255#255#0 + +#255#255#255#0#255#255#255#0'TQ'#243'AXV'#245#255'ca'#250#255'XU'#246#255'A?' + +#237#252'=:'#236#8#255#255#255#0#255#255#255#0'0-'#231#8',*'#230#252'A?'#241 + +#255'LJ'#246#255'1/'#234#255#31#29#226'A'#255#255#255#0#255#255#255#0'YV'#245 + +'+[X'#246#255'eb'#250#255'qp'#255#255'YV'#246#255'B@'#238#252'>;'#236#8'97' + +#235#8'52'#233#252'GE'#242#255'cb'#255#255'JH'#244#255'/-'#233#255'" '#227'+' + +#255#255#255#0#255#255#255#0#255#255#255#0'ZW'#245'+[Y'#246#255'fc'#250#255 + +'tq'#255#255'ZX'#246#255'CA'#238#252'><'#236#253'PM'#244#255'hg'#255#255'PN' + +#245#255'64'#235#255'*'''#229'+'#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0'[X'#246'+\Z'#246#255'gd'#250#255'tr'#255#255'sp' + +#255#255'pn'#255#255'nl'#255#255'WU'#247#255'?='#238#255'20'#232'+'#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'\Y'#246'+]['#247#255'yv'#255#255'YV'#255#255'WT'#255#255'rp' + +#255#255'HF'#240#255'<9'#235'+'#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'a^'#248#8 + +']Z'#246#253'}y'#255#255'^['#255#255'[X'#255#255'vt'#255#255'FC'#239#253'A?' + +#237#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0'ig'#251#8'fc'#249#252'pm'#251#255#128'~'#255#255 + +'~{'#255#255'|y'#255#255'yw'#255#255'^\'#247#255'GD'#239#252'B@'#238#8#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'qn'#253#8 + +'nk'#252#252'wt'#253#255#134#130#255#255'vs'#252#255'db'#248#255'`]'#247#255 + +'mj'#250#255'{y'#255#255'`]'#247#255'HE'#239#252'CA'#238#8#255#255#255#0#255 + +#255#255#0#255#255#255#0'vs'#255#8'tq'#254#253'}z'#254#255#138#135#255#255'|' + +'y'#253#255'li'#251#255'ca'#249'+_\'#247'+a^'#248#255'nl'#250#255'}z'#255#255 + +'a_'#247#255'IF'#240#252'DA'#238#5#255#255#255#0#255#255#255#0'wt'#255#31'zw' + +#255#255#129'~'#255#255#129'~'#254#255'tq'#253#255'li'#251'+'#255#255#255#0 + +#255#255#255#0'`]'#247'+b_'#248#255'om'#251#255'~|'#255#255'b_'#248#255'JG' + +#240'oEB'#238#2#255#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255'yv'#254 + +#255'ro'#253'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'a^' + +#248'+da'#248#255'jh'#249#255'TQ'#243#168'OM'#242')'#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0'wt'#255#31'wt'#255'+'#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'b_'#248'+' + +']['#247'oYV'#245'>'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'c`'#248#10 + +#255#255#255#0#255#255#255#0#255#255#255#0#11'ModalResult'#2#2#9'NumGlyphs'#2 + +#0#8'TabOrder'#2#6#0#0#7'TBitBtn'#8'OKButton'#23'AnchorSideRight.Control'#7 + +#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBotto' + +'m.Side'#7#9'asrBottom'#4'Left'#3#247#0#6'Height'#2#26#3'Top'#3#172#1#5'Widt' + +'h'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#19'BorderSpaci' + +'ng.Right'#2#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#2'OK'#20'Constraint' + +'s.MinWidth'#2'K'#7'Default'#9#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0 + +#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0 + +#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0'1z6'#10'-u2'#7#255#255#255#0#255#255#255#0#255#255#255#0 + ,#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'9'#133'@' + +#10'7'#131'='#255'1{7'#251'.v3'#7#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0'B'#146'I'#10'@'#142'G'#255'T'#163'\' + +#255'O'#159'W'#255'2|8'#254'.w4'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0'K'#158'S'#10'I'#154'Q'#255'['#172'd'#255'w'#202#130#255't'#200'~' + +#255'Q'#160'Y'#255'3}9'#254'/x5'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'S'#169'\'#10'Q'#166 + +'Z'#255'c'#181'm'#255'~'#206#137#255'{'#204#135#255'v'#202#129#255'v'#201#129 + +#255'R'#162'Z'#255'4~:'#254'0y5'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0'Z'#180'e'#9'Y'#176'c'#255'k'#189'v'#255#132#210 + +#144#255'z'#201#133#255'`'#178'j'#255'c'#180'm'#255'x'#201#131#255'x'#203#130 + +#255'S'#163'\'#255'4:'#253'1z6'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'^'#185'iF['#181'f'#228'y'#201#134#255#128#206#141#255'Q'#166 + +'Z'#252'M'#161'VoI'#156'Q'#139'\'#173'g'#255'|'#204#134#255'y'#203#133#255'T' + +#164']'#255'5'#128';'#252'1{7'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'_'#186'j<\'#182'f'#230'm'#192'y'#255'U'#172'_o'#255#255#255#0 + +#255#255#255#0'J'#157'R'#145'^'#174'h'#255'}'#205#137#255'|'#205#135#255'V' + +#165'_'#255'6'#129'<'#252'2|8'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'_'#187'jC\'#183'ge'#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'K'#158'S'#145'_'#175'i'#255''#206#138#255'~'#206#137#255'W' + +#166'`'#255'7'#130'='#252'3}9'#8#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0'K'#159'T'#145'`'#176'j'#255#129#207#141#255''#207 + +#139#255'X'#167'a'#255'9'#133'@'#255'4~:'#8#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0'L'#160'U'#145'b'#178'l'#255#130#209#143 + +#255'z'#200#133#255'W'#166'`'#255'8'#132'?{'#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'M'#161'V'#145'c'#179'm'#255 + +'_'#175'i'#255'A'#145'Iy'#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'N'#162'W'#145'J'#157 + +'R'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'Ta' + +'bOrder'#2#7#0#0#22'TSelectDirectoryDialog'#21'SelectDirectoryDialog'#5'Titl' + +'e'#6#16'Select Directory'#11'FilterIndex'#2#0#7'Options'#11#15'ofFileMustEx' + +'ist'#14'ofEnableSizing'#12'ofViewDetail'#0#4'left'#3#4#1#3'top'#3#215#0#0#0 + +#0 ]); diff --git a/ide/findinfilesdlg.pas b/ide/findinfilesdlg.pas index 21a81ef980..3c7f0a56ab 100644 --- a/ide/findinfilesdlg.pas +++ b/ide/findinfilesdlg.pas @@ -31,6 +31,8 @@ type { TLazFindInFilesDialog } TLazFindInFilesDialog = class(TForm) + CancelButton: TBitBtn; + OKButton: TBitBtn; ReplaceCheckBox: TCheckBox; ReplaceTextComboBox: TComboBox; IncludeSubDirsCheckBox: TCheckBox; @@ -39,8 +41,6 @@ type DirectoryComboBox: TComboBox; DirectoryLabel: TLabel; FileMaskLabel: TLabel; - OKButton: TButton; - CancelButton: TButton; DirectoryOptionsGroupBox: TGroupBox; OptionsCheckGroupBox: TCheckGroup; SelectDirectoryDialog: TSelectDirectoryDialog; diff --git a/ide/findpalettecomp.lfm b/ide/findpalettecomp.lfm index 7a1ba9dce0..f01370b3ea 100644 --- a/ide/findpalettecomp.lfm +++ b/ide/findpalettecomp.lfm @@ -9,6 +9,7 @@ object FindPaletteComponentDlg: TFindPaletteComponentDlg ClientWidth = 400 OnCreate = FormCreate OnDestroy = FormDestroy + ParentFont = False LCLVersion = '0.9.25' object SearchPatternGroupBox: TGroupBox Left = 6 @@ -18,7 +19,7 @@ object FindPaletteComponentDlg: TFindPaletteComponentDlg Align = alTop BorderSpacing.Around = 6 Caption = 'SearchPatternGroupBox' - ClientHeight = 36 + ClientHeight = 37 ClientWidth = 384 TabOrder = 0 object PatternEdit: TEdit @@ -34,59 +35,136 @@ object FindPaletteComponentDlg: TFindPaletteComponentDlg end object ComponentsGroupBox: TGroupBox Left = 6 - Height = 186 + Height = 189 Top = 67 Width = 388 Align = alClient BorderSpacing.Around = 6 Caption = 'ComponentsGroupBox' - ClientHeight = 167 + ClientHeight = 171 ClientWidth = 384 TabOrder = 1 object ComponentsListBox: TListBox - Height = 167 + Height = 171 Width = 384 Align = alClient OnDblClick = ComponentsListBoxDblClick OnDrawItem = ComponentsListBoxDrawItem Style = lbOwnerDrawFixed TabOrder = 0 - TopIndex = -1 end end object BtnPanel: TPanel - Height = 41 - Top = 259 + Height = 38 + Top = 262 Width = 400 Align = alBottom AutoSize = True BevelOuter = bvNone - ClientHeight = 41 + ClientHeight = 38 ClientWidth = 400 TabOrder = 2 - object CancelButton: TButton - Left = 296 - Height = 29 + object CancelButton: TBitBtn + AnchorSideRight.Control = BtnPanel + AnchorSideBottom.Control = BtnPanel + Left = 285 + Height = 26 Top = 6 - Width = 98 + Width = 109 Align = alRight AutoSize = True BorderSpacing.Around = 6 Cancel = True Caption = 'CancelButton' + Glyph.Data = { + 36040000424D3604000000000000360000002800000010000000100000000100 + 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF003F3DED413B38EB08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00211FE3081E1CE241FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004A47F0414F4CF2FF403EEDFD3C39EB08FFFFFF00FFFFFF00FFFFFF00FFFF + FF002725E5082422E4FC312FEAFF1F1DE241FFFFFF00FFFFFF00FFFFFF005451 + F3415856F5FF6361FAFF5855F6FF413FEDFC3D3AEC08FFFFFF00FFFFFF00302D + E7082C2AE6FC413FF1FF4C4AF6FF312FEAFF1F1DE241FFFFFF00FFFFFF005956 + F52B5B58F6FF6562FAFF7170FFFF5956F6FF4240EEFC3E3BEC083937EB083532 + E9FC4745F2FF6362FFFF4A48F4FF2F2DE9FF2220E32BFFFFFF00FFFFFF00FFFF + FF005A57F52B5B59F6FF6663FAFF7471FFFF5A58F6FF4341EEFC3E3CECFD504D + F4FF6867FFFF504EF5FF3634EBFF2A27E52BFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF005B58F62B5C5AF6FF6764FAFF7472FFFF7370FFFF706EFFFF6E6C + FFFF5755F7FF3F3DEEFF3230E82BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF005C59F62B5D5BF7FF7976FFFF5956FFFF5754FFFF7270 + FFFF4846F0FF3C39EB2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00615EF8085D5AF6FD7D79FFFF5E5BFFFF5B58FFFF7674 + FFFF4643EFFD413FED08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF006967FB086663F9FC706DFBFF807EFFFF7E7BFFFF7C79FFFF7977 + FFFF5E5CF7FF4744EFFC4240EE08FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00716EFD086E6BFCFC7774FDFF8682FFFF7673FCFF6462F8FF605DF7FF6D6A + FAFF7B79FFFF605DF7FF4845EFFC4341EE08FFFFFF00FFFFFF00FFFFFF007673 + FF087471FEFD7D7AFEFF8A87FFFF7C79FDFF6C69FBFF6361F92B5F5CF72B615E + F8FF6E6CFAFF7D7AFFFF615FF7FF4946F0FC4441EE05FFFFFF00FFFFFF007774 + FF1F7A77FFFF817EFFFF817EFEFF7471FDFF6C69FB2BFFFFFF00FFFFFF00605D + F72B625FF8FF6F6DFBFF7E7CFFFF625FF8FF4A47F06F4542EE02FFFFFF00FFFF + FF007774FF1F7A77FFFF7976FEFF726FFD2BFFFFFF00FFFFFF00FFFFFF00FFFF + FF00615EF82B6461F8FF6A68F9FF5451F3A84F4DF229FFFFFF00FFFFFF00FFFF + FF00FFFFFF007774FF1F7774FF2BFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00625FF82B5D5BF76F5956F53EFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00 + } ModalResult = 2 + NumGlyphs = 0 TabOrder = 0 end - object SelectButton: TButton - Left = 195 - Height = 29 + object SelectButton: TBitBtn + AnchorSideRight.Control = CancelButton + AnchorSideBottom.Control = BtnPanel + Left = 173 + Height = 26 Top = 6 - Width = 95 + Width = 106 Align = alRight AutoSize = True BorderSpacing.Around = 6 Caption = 'SelectButton' + Glyph.Data = { + 36040000424D3604000000000000360000002800000010000000100000000100 + 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00317A360A2D753207FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF003985400A37833DFF317B37FB2E763307FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF004292490A408E47FF54A35CFF4F9F57FF327C38FE2E773408FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004B9E530A499A51FF5BAC64FF77CA82FF74C87EFF51A059FF337D39FE2F78 + 3508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0053A9 + 5C0A51A65AFF63B56DFF7ECE89FF7BCC87FF76CA81FF76C981FF52A25AFF347E + 3AFE30793508FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF005AB4650959B0 + 63FF6BBD76FF84D290FF7AC985FF60B26AFF63B46DFF78C983FF78CB82FF53A3 + 5CFF347F3AFD317A3608FFFFFF00FFFFFF00FFFFFF00FFFFFF005EB969465BB5 + 66E479C986FF80CE8DFF51A65AFC4DA1566F499C518B5CAD67FF7CCC86FF79CB + 85FF54A45DFF35803BFC317B3708FFFFFF00FFFFFF00FFFFFF00FFFFFF005FBA + 6A3C5CB666E66DC079FF55AC5F6FFFFFFF00FFFFFF004A9D52915EAE68FF7DCD + 89FF7CCD87FF56A55FFF36813CFC327C3808FFFFFF00FFFFFF00FFFFFF00FFFF + FF005FBB6A435CB76765FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9E53915FAF + 69FF7FCE8AFF7ECE89FF57A660FF37823DFC337D3908FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF004B9F + 549160B06AFF81CF8DFF7FCF8BFF58A761FF398540FF347E3A08FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF004CA0559162B26CFF82D18FFF7AC885FF57A660FF38843F7BFFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF004DA1569163B36DFF5FAF69FF41914979FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF004EA257914A9D527FFFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF + FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00 + } ModalResult = 1 + NumGlyphs = 0 TabOrder = 1 end end diff --git a/ide/findpalettecomp.lrs b/ide/findpalettecomp.lrs index 22a91ad77a..09239b4f66 100644 --- a/ide/findpalettecomp.lrs +++ b/ide/findpalettecomp.lrs @@ -5,26 +5,122 @@ LazarusResources.Add('TFindPaletteComponentDlg','FORMDATA',[ +#6'Height'#3','#1#3'Top'#3#140#0#5'Width'#3#144#1#13'ActiveControl'#7#11'Pat' +'ternEdit'#7'Caption'#6#23'FindPaletteComponentDlg'#12'ClientHeight'#3','#1 +#11'ClientWidth'#3#144#1#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'Form' - +'Destroy'#10'LCLVersion'#6#6'0.9.25'#0#9'TGroupBox'#21'SearchPatternGroupBox' - +#4'Left'#2#6#6'Height'#2'7'#3'Top'#2#6#5'Width'#3#132#1#5'Align'#7#5'alTop' - +#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'SearchPatternGroupBox'#12'Clie' - +'ntHeight'#2'$'#11'ClientWidth'#3#128#1#8'TabOrder'#2#0#0#5'TEdit'#11'Patter' - +'nEdit'#4'Left'#2#8#6'Height'#2#23#3'Top'#2#4#5'Width'#3'm'#1#7'Anchors'#11#5 - +'akTop'#6'akLeft'#7'akRight'#0#8'OnChange'#7#17'PatternEditChange'#8'TabOrde' - +'r'#2#0#4'Text'#6#11'PatternEdit'#0#0#0#9'TGroupBox'#18'ComponentsGroupBox'#4 - +'Left'#2#6#6'Height'#3#186#0#3'Top'#2'C'#5'Width'#3#132#1#5'Align'#7#8'alCli' - +'ent'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'ComponentsGroupBox'#12'Cl' - +'ientHeight'#3#167#0#11'ClientWidth'#3#128#1#8'TabOrder'#2#1#0#8'TListBox'#17 - +'ComponentsListBox'#6'Height'#3#167#0#5'Width'#3#128#1#5'Align'#7#8'alClient' - +#10'OnDblClick'#7#25'ComponentsListBoxDblClick'#10'OnDrawItem'#7#25'Componen' - +'tsListBoxDrawItem'#5'Style'#7#16'lbOwnerDrawFixed'#8'TabOrder'#2#0#8'TopInd' - +'ex'#2#255#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2')'#3'Top'#3#3#1#5'Width'#3 - +#144#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'Cl' - +'ientHeight'#2')'#11'ClientWidth'#3#144#1#8'TabOrder'#2#2#0#7'TButton'#12'Ca' - +'ncelButton'#4'Left'#3'('#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'b'#5'Align' - +#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Capti' - +'on'#6#12'CancelButton'#11'ModalResult'#2#2#8'TabOrder'#2#0#0#0#7'TButton'#12 - +'SelectButton'#4'Left'#3#195#0#6'Height'#2#29#3'Top'#2#6#5'Width'#2'_'#5'Ali' - +'gn'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12 - +'SelectButton'#11'ModalResult'#2#1#8'TabOrder'#2#1#0#0#0#0 + +'Destroy'#10'ParentFont'#8#10'LCLVersion'#6#6'0.9.25'#0#9'TGroupBox'#21'Sear' + +'chPatternGroupBox'#4'Left'#2#6#6'Height'#2'7'#3'Top'#2#6#5'Width'#3#132#1#5 + +'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'SearchPatter' + +'nGroupBox'#12'ClientHeight'#2'%'#11'ClientWidth'#3#128#1#8'TabOrder'#2#0#0#5 + +'TEdit'#11'PatternEdit'#4'Left'#2#8#6'Height'#2#23#3'Top'#2#4#5'Width'#3'm'#1 + +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'OnChange'#7#17'PatternEditC' + +'hange'#8'TabOrder'#2#0#4'Text'#6#11'PatternEdit'#0#0#0#9'TGroupBox'#18'Comp' + +'onentsGroupBox'#4'Left'#2#6#6'Height'#3#189#0#3'Top'#2'C'#5'Width'#3#132#1#5 + +'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Component' + +'sGroupBox'#12'ClientHeight'#3#171#0#11'ClientWidth'#3#128#1#8'TabOrder'#2#1 + +#0#8'TListBox'#17'ComponentsListBox'#6'Height'#3#171#0#5'Width'#3#128#1#5'Al' + +'ign'#7#8'alClient'#10'OnDblClick'#7#25'ComponentsListBoxDblClick'#10'OnDraw' + +'Item'#7#25'ComponentsListBoxDrawItem'#5'Style'#7#16'lbOwnerDrawFixed'#8'Tab' + +'Order'#2#0#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2'&'#3'Top'#3#6#1#5'Width' + +#3#144#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12 + +'ClientHeight'#2'&'#11'ClientWidth'#3#144#1#8'TabOrder'#2#2#0#7'TBitBtn'#12 + +'CancelButton'#23'AnchorSideRight.Control'#7#8'BtnPanel'#24'AnchorSideBottom' + +'.Control'#7#8'BtnPanel'#4'Left'#3#29#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2 + +'m'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cance' + +'l'#9#7'Caption'#6#12'CancelButton'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6' + +#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0 + +'d'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +'?='#237'A;8'#235#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0'!'#31#227#8#30#28#226'A'#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'JG'#240'AOL'#242#255'@>'#237 + +#253'<9'#235#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'''%' + +#229#8'$"'#228#252'1/'#234#255#31#29#226'A'#255#255#255#0#255#255#255#0#255 + +#255#255#0'TQ'#243'AXV'#245#255'ca'#250#255'XU'#246#255'A?'#237#252'=:'#236#8 + +#255#255#255#0#255#255#255#0'0-'#231#8',*'#230#252'A?'#241#255'LJ'#246#255'1' + +'/'#234#255#31#29#226'A'#255#255#255#0#255#255#255#0'YV'#245'+[X'#246#255'eb' + +#250#255'qp'#255#255'YV'#246#255'B@'#238#252'>;'#236#8'97'#235#8'52'#233#252 + +'GE'#242#255'cb'#255#255'JH'#244#255'/-'#233#255'" '#227'+'#255#255#255#0#255 + +#255#255#0#255#255#255#0'ZW'#245'+[Y'#246#255'fc'#250#255'tq'#255#255'ZX'#246 + +#255'CA'#238#252'><'#236#253'PM'#244#255'hg'#255#255'PN'#245#255'64'#235#255 + +'*'''#229'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0'[X'#246'+\Z'#246#255'gd'#250#255'tr'#255#255'sp'#255#255'pn'#255#255 + +'nl'#255#255'WU'#247#255'?='#238#255'20'#232'+'#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'\Y' + +#246'+]['#247#255'yv'#255#255'YV'#255#255'WT'#255#255'rp'#255#255'HF'#240#255 + +'<9'#235'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'a^'#248#8']Z'#246#253'}y' + +#255#255'^['#255#255'[X'#255#255'vt'#255#255'FC'#239#253'A?'#237#8#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'ig'#251#8'fc'#249#252'pm'#251#255#128'~'#255#255'~{'#255#255 + +'|y'#255#255'yw'#255#255'^\'#247#255'GD'#239#252'B@'#238#8#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'qn'#253#8'nk'#252#252'w' + +'t'#253#255#134#130#255#255'vs'#252#255'db'#248#255'`]'#247#255'mj'#250#255 + +'{y'#255#255'`]'#247#255'HE'#239#252'CA'#238#8#255#255#255#0#255#255#255#0 + +#255#255#255#0'vs'#255#8'tq'#254#253'}z'#254#255#138#135#255#255'|y'#253#255 + +'li'#251#255'ca'#249'+_\'#247'+a^'#248#255'nl'#250#255'}z'#255#255'a_'#247 + +#255'IF'#240#252'DA'#238#5#255#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255 + +#129'~'#255#255#129'~'#254#255'tq'#253#255'li'#251'+'#255#255#255#0#255#255 + +#255#0'`]'#247'+b_'#248#255'om'#251#255'~|'#255#255'b_'#248#255'JG'#240'oEB' + +#238#2#255#255#255#0#255#255#255#0'wt'#255#31'zw'#255#255'yv'#254#255'ro'#253 + +'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'a^'#248'+da'#248 + +#255'jh'#249#255'TQ'#243#168'OM'#242')'#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0'wt'#255#31'wt'#255'+'#255#255#255#0#255#255#255#0#255 + ,#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'b_'#248'+]['#247'oYV' + +#245'>'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'c`'#248#10#255#255#255#0 + +#255#255#255#0#255#255#255#0#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder' + +#2#0#0#0#7'TBitBtn'#12'SelectButton'#23'AnchorSideRight.Control'#7#12'Cancel' + +'Button'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#4'Left'#3#173#0#6'Height' + +#2#26#3'Top'#2#6#5'Width'#2'j'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'Border' + +'Spacing.Around'#2#6#7'Caption'#6#12'SelectButton'#10'Glyph.Data'#10':'#4#0#0 + +'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0 + +#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0'1z6'#10'-u2'#7#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0'9'#133'@'#10'7'#131'='#255'1{7'#251'.v3'#7#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'B'#146'I'#10 + +'@'#142'G'#255'T'#163'\'#255'O'#159'W'#255'2|8'#254'.w4'#8#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0'K'#158'S'#10'I'#154'Q'#255'['#172'd'#255 + +'w'#202#130#255't'#200'~'#255'Q'#160'Y'#255'3}9'#254'/x5'#8#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0'S'#169'\'#10'Q'#166'Z'#255'c'#181'm'#255'~'#206#137#255'{'#204#135#255 + +'v'#202#129#255'v'#201#129#255'R'#162'Z'#255'4~:'#254'0y5'#8#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'Z'#180'e'#9'Y'#176 + +'c'#255'k'#189'v'#255#132#210#144#255'z'#201#133#255'`'#178'j'#255'c'#180'm' + +#255'x'#201#131#255'x'#203#130#255'S'#163'\'#255'4:'#253'1z6'#8#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0'^'#185'iF['#181'f'#228'y'#201 + +#134#255#128#206#141#255'Q'#166'Z'#252'M'#161'VoI'#156'Q'#139'\'#173'g'#255 + +'|'#204#134#255'y'#203#133#255'T'#164']'#255'5'#128';'#252'1{7'#8#255#255#255 + +#0#255#255#255#0#255#255#255#0#255#255#255#0'_'#186'j<\'#182'f'#230'm'#192'y' + +#255'U'#172'_o'#255#255#255#0#255#255#255#0'J'#157'R'#145'^'#174'h'#255'}' + +#205#137#255'|'#205#135#255'V'#165'_'#255'6'#129'<'#252'2|8'#8#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0'_'#187'jC\'#183'ge'#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0'K'#158'S'#145'_'#175'i'#255''#206 + +#138#255'~'#206#137#255'W'#166'`'#255'7'#130'='#252'3}9'#8#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0'K'#159'T'#145'`'#176'j'#255 + +#129#207#141#255''#207#139#255'X'#167'a'#255'9'#133'@'#255'4~:'#8#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'L'#160'U'#145'b'#178 + +'l'#255#130#209#143#255'z'#200#133#255'W'#166'`'#255'8'#132'?{'#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'M'#161'V' + +#145'c'#179'm'#255'_'#175'i'#255'A'#145'Iy'#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +'N'#162'W'#145'J'#157'R'#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 + +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0 + +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 + +#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#11'ModalResult'#2#1#9'N' + +'umGlyphs'#2#0#8'TabOrder'#2#1#0#0#0#0 ]); diff --git a/ide/findpalettecomp.pas b/ide/findpalettecomp.pas index 79926cabc4..700e68835e 100644 --- a/ide/findpalettecomp.pas +++ b/ide/findpalettecomp.pas @@ -47,13 +47,13 @@ type { TFindPaletteComponentDlg } TFindPaletteComponentDlg = class(TForm) + CancelButton: TBitBtn; ComponentsGroupBox: TGroupBox; ComponentsListBox: TListBox; BtnPanel: TPanel; - SelectButton: TButton; - CancelButton: TButton; PatternEdit: TEdit; SearchPatternGroupBox: TGroupBox; + SelectButton: TBitBtn; procedure ComponentsListBoxDblClick(Sender: TObject); procedure ComponentsListBoxDrawItem(Control: TWinControl; Index: Integer; ARect: TRect; State: TOwnerDrawState);