IDE: compiler options: fixed layout of messages list

git-svn-id: trunk@19184 -
This commit is contained in:
mattias 2009-04-01 12:53:41 +00:00
parent 2375155c81
commit 50c2c46c76
2 changed files with 391 additions and 390 deletions

View File

@ -1,7 +1,7 @@
object frmCompilerOptions: TfrmCompilerOptions object frmCompilerOptions: TfrmCompilerOptions
Left = 398 Left = 403
Height = 528 Height = 528
Top = 261 Top = 285
Width = 669 Width = 669
ActiveControl = MainNotebook ActiveControl = MainNotebook
BorderIcons = [biSystemMenu] BorderIcons = [biSystemMenu]
@ -21,7 +21,7 @@ object frmCompilerOptions: TfrmCompilerOptions
Width = 669 Width = 669
Align = alTop Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
PageIndex = 7 PageIndex = 5
TabOrder = 0 TabOrder = 0
object PathPage: TPage object PathPage: TPage
Caption = 'PathPage' Caption = 'PathPage'
@ -293,7 +293,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpSyntaxMode' Caption = 'grpSyntaxMode'
ClientHeight = 41 ClientHeight = 56
ClientWidth = 649 ClientWidth = 649
TabOrder = 2 TabOrder = 2
object cmbSyntaxMode: TComboBox object cmbSyntaxMode: TComboBox
@ -332,7 +332,7 @@ object frmCompilerOptions: TfrmCompilerOptions
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Right = 6 BorderSpacing.Right = 6
Caption = 'grpSmartLinkUnit' Caption = 'grpSmartLinkUnit'
ClientHeight = 34 ClientHeight = 49
ClientWidth = 454 ClientWidth = 454
TabOrder = 0 TabOrder = 0
object chkSmartLinkUnit: TCheckBox object chkSmartLinkUnit: TCheckBox
@ -359,7 +359,7 @@ object frmCompilerOptions: TfrmCompilerOptions
Caption = 'grpChecks' Caption = 'grpChecks'
ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1 ChildSizing.ControlsPerLine = 1
ClientHeight = 140 ClientHeight = 155
ClientWidth = 185 ClientWidth = 185
TabOrder = 1 TabOrder = 1
object chkChecksIO: TCheckBox object chkChecksIO: TCheckBox
@ -422,7 +422,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpHeapSize' Caption = 'grpHeapSize'
ClientHeight = 35 ClientHeight = 50
ClientWidth = 454 ClientWidth = 454
TabOrder = 2 TabOrder = 2
object edtHeapSize: TEdit object edtHeapSize: TEdit
@ -451,7 +451,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpTargetPlatform' Caption = 'grpTargetPlatform'
ClientHeight = 111 ClientHeight = 126
ClientWidth = 454 ClientWidth = 454
TabOrder = 3 TabOrder = 3
object lblTargetOS: TLabel object lblTargetOS: TLabel
@ -565,7 +565,7 @@ object frmCompilerOptions: TfrmCompilerOptions
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpOptimizations' Caption = 'grpOptimizations'
ClientHeight = 163 ClientHeight = 178
ClientWidth = 649 ClientWidth = 649
TabOrder = 4 TabOrder = 4
OnResize = grpOptimizationsResize OnResize = grpOptimizationsResize
@ -665,7 +665,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpLinkLibraries' Caption = 'grpLinkLibraries'
ClientHeight = 34 ClientHeight = 49
ClientWidth = 649 ClientWidth = 649
TabOrder = 0 TabOrder = 0
object chkLinkSmart: TCheckBox object chkLinkSmart: TCheckBox
@ -688,7 +688,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'TargetSpecificsGrpBox' Caption = 'TargetSpecificsGrpBox'
ClientHeight = 34 ClientHeight = 49
ClientWidth = 649 ClientWidth = 649
TabOrder = 1 TabOrder = 1
object chkWin32GraphicApp: TCheckBox object chkWin32GraphicApp: TCheckBox
@ -711,7 +711,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpOptions' Caption = 'grpOptions'
ClientHeight = 63 ClientHeight = 78
ClientWidth = 649 ClientWidth = 649
TabOrder = 2 TabOrder = 2
object chkOptionsLinkOpt: TCheckBox object chkOptionsLinkOpt: TCheckBox
@ -744,7 +744,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpDebugging' Caption = 'grpDebugging'
ClientHeight = 202 ClientHeight = 217
ClientWidth = 649 ClientWidth = 649
TabOrder = 3 TabOrder = 3
object chkDebugGDB: TCheckBox object chkDebugGDB: TCheckBox
@ -852,7 +852,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpErrorCnt' Caption = 'grpErrorCnt'
ClientHeight = 35 ClientHeight = 50
ClientWidth = 649 ClientWidth = 649
TabOrder = 1 TabOrder = 1
object edtErrorCnt: TEdit object edtErrorCnt: TEdit
@ -884,9 +884,9 @@ object frmCompilerOptions: TfrmCompilerOptions
TabOrder = 0 TabOrder = 0
object chkUseMsgFile: TCheckBox object chkUseMsgFile: TCheckBox
Left = 6 Left = 6
Height = 17 Height = 22
Top = 7 Top = 7
Width = 93 Width = 117
Caption = 'chkUseMsgFile' Caption = 'chkUseMsgFile'
OnChange = chkUseMsgFileChange OnChange = chkUseMsgFileChange
TabOrder = 0 TabOrder = 0
@ -909,10 +909,11 @@ object frmCompilerOptions: TfrmCompilerOptions
TabOrder = 2 TabOrder = 2
end end
object chklistCompMsg: TCheckListBox object chklistCompMsg: TCheckListBox
Left = 6 Left = 0
Height = 388 Height = 379
Top = 39 Top = 39
Width = 634 Width = 649
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 0 ItemHeight = 0
OnClick = chklistCompMsgClick OnClick = chklistCompMsgClick
@ -935,7 +936,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpConfigFile' Caption = 'grpConfigFile'
ClientHeight = 91 ClientHeight = 106
ClientWidth = 649 ClientWidth = 649
TabOrder = 0 TabOrder = 0
object chkConfigFile: TCheckBox object chkConfigFile: TCheckBox
@ -978,7 +979,7 @@ object frmCompilerOptions: TfrmCompilerOptions
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpCustomOptions' Caption = 'grpCustomOptions'
ClientHeight = 302 ClientHeight = 317
ClientWidth = 649 ClientWidth = 649
TabOrder = 1 TabOrder = 1
object memCustomOptions: TMemo object memCustomOptions: TMemo
@ -1127,7 +1128,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ExecuteAfterGroupBox' Caption = 'ExecuteAfterGroupBox'
ClientHeight = 89 ClientHeight = 104
ClientWidth = 649 ClientWidth = 649
TabOrder = 1 TabOrder = 1
object lblRunIfExecAfter: TLabel object lblRunIfExecAfter: TLabel
@ -1259,7 +1260,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'grpCompiler' Caption = 'grpCompiler'
ClientHeight = 60 ClientHeight = 75
ClientWidth = 649 ClientWidth = 649
TabOrder = 2 TabOrder = 2
object lblRunIfCompiler: TLabel object lblRunIfCompiler: TLabel
@ -1354,7 +1355,7 @@ object frmCompilerOptions: TfrmCompilerOptions
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ExecuteBeforeGroupBox' Caption = 'ExecuteBeforeGroupBox'
ClientHeight = 89 ClientHeight = 104
ClientWidth = 649 ClientWidth = 649
TabOrder = 3 TabOrder = 3
object lblRunIfExecBefore: TLabel object lblRunIfExecBefore: TLabel

View File

@ -1,39 +1,39 @@
{ This is an automatically generated lazarus resource file } { This is an automatically generated lazarus resource file }
LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
'TPF0'#19'TfrmCompilerOptions'#18'frmCompilerOptions'#4'Left'#3#142#1#6'Heigh' 'TPF0'#19'TfrmCompilerOptions'#18'frmCompilerOptions'#4'Left'#3#147#1#6'Heigh'
+'t'#3#16#2#3'Top'#3#5#1#5'Width'#3#157#2#13'ActiveControl'#7#12'MainNotebook' +'t'#3#16#2#3'Top'#3#29#1#5'Width'#3#157#2#13'ActiveControl'#7#12'MainNoteboo'
+#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#18'frmCompilerOptions'#12 +'k'#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#18'frmCompilerOptions'
+'ClientHeight'#3#16#2#11'ClientWidth'#3#157#2#21'Constraints.MinHeight'#3#244 +#12'ClientHeight'#3#16#2#11'ClientWidth'#3#157#2#21'Constraints.MinHeight'#3
+#1#20'Constraints.MinWidth'#3'X'#2#7'OnClose'#7#23'frmCompilerOptionsClose'#8 +#244#1#20'Constraints.MinWidth'#3'X'#2#7'OnClose'#7#23'frmCompilerOptionsClo'
+'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TNotebook'#12 +'se'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TNotebo'
+'MainNotebook'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#4'Left'#2#0#6'Heig' +'ok'#12'MainNotebook'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#4'Left'#2#0
+'ht'#3#224#1#3'Top'#2#0#5'Width'#3#157#2#5'Align'#7#5'alTop'#7'Anchors'#11#5 +#6'Height'#3#224#1#3'Top'#2#0#5'Width'#3#157#2#5'Align'#7#5'alTop'#7'Anchors'
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#7#8'TabOrder'#2#0#0 +#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#5#8'TabOrder'
+#5'TPage'#8'PathPage'#7'Caption'#6#8'PathPage'#11'ClientWidth'#3#153#2#12'Cl' +#2#0#0#5'TPage'#8'PathPage'#7'Caption'#6#8'PathPage'#11'ClientWidth'#3#153#2
+'ientHeight'#3#193#1#0#6'TLabel'#13'lblOtherUnits'#4'Left'#2#6#6'Height'#2#20 +#12'ClientHeight'#3#193#1#0#6'TLabel'#13'lblOtherUnits'#4'Left'#2#6#6'Height'
+#3'Top'#2#6#5'Width'#3#141#2#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6 +#2#20#3'Top'#2#6#5'Width'#3#141#2#5'Align'#7#5'alTop'#18'BorderSpacing.Left'
+#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#13'lblOt' +#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#13'l'
+'herUnits'#11'ParentColor'#8#0#0#6'TLabel'#15'lblIncludeFiles'#22'AnchorSide' +'blOtherUnits'#11'ParentColor'#8#0#0#6'TLabel'#15'lblIncludeFiles'#22'Anchor'
+'Left.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7#13'edtOtherUnits'#18 +'SideLeft.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7#13'edtOtherUnit'
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'7'#5 +'s'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2
+'Width'#2'W'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderS' +'7'#5'Width'#2'W'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'Bo'
+'pacing.Right'#2#6#7'Caption'#6#15'lblIncludeFiles'#11'ParentColor'#8#0#0#6 +'rderSpacing.Right'#2#6#7'Caption'#6#15'lblIncludeFiles'#11'ParentColor'#8#0
+'TLabel'#15'lblOtherSources'#22'AnchorSideLeft.Control'#7#8'PathPage'#21'Anc' +#0#6'TLabel'#15'lblOtherSources'#22'AnchorSideLeft.Control'#7#8'PathPage'#21
+'horSideTop.Control'#7#15'edtIncludeFiles'#18'AnchorSideTop.Side'#7#9'asrBot' +'AnchorSideTop.Control'#7#15'edtIncludeFiles'#18'AnchorSideTop.Side'#7#9'asr'
+'tom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'h'#5'Width'#2'g'#18'BorderSpacing.' +'Bottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'h'#5'Width'#2'g'#18'BorderSpaci'
+'Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6 +'ng.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Captio'
+#15'lblOtherSources'#11'ParentColor'#8#0#0#6'TLabel'#12'lblLibraries'#22'Anc' +'n'#6#15'lblOtherSources'#11'ParentColor'#8#0#0#6'TLabel'#12'lblLibraries'#22
+'horSideLeft.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7#15'edtOtherS' +'AnchorSideLeft.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7#15'edtOth'
+'ources'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3 +'erSources'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20
+'Top'#3#153#0#5'Width'#2'E'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top' +#3'Top'#3#153#0#5'Width'#2'E'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.To'
+#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#12'lblLibraries'#11'ParentColo' +'p'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#12'lblLibraries'#11'ParentC'
+'r'#8#0#0#6'TLabel'#16'lblUnitOutputDir'#22'AnchorSideLeft.Control'#7#8'Path' +'olor'#8#0#0#6'TLabel'#16'lblUnitOutputDir'#22'AnchorSideLeft.Control'#7#8'P'
+'Page'#21'AnchorSideTop.Control'#7#12'edtLibraries'#18'AnchorSideTop.Side'#7 +'athPage'#21'AnchorSideTop.Control'#7#12'edtLibraries'#18'AnchorSideTop.Side'
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#202#0#5'Width'#2'g'#18'Bor' +#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#202#0#5'Width'#2'g'#18'B'
+'derSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7 +'orderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6
+'Caption'#6#16'lblUnitOutputDir'#11'ParentColor'#8#0#0#6'TLabel'#12'lblDebug' +#7'Caption'#6#16'lblUnitOutputDir'#11'ParentColor'#8#0#0#6'TLabel'#12'lblDeb'
+'Path'#22'AnchorSideLeft.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7 +'ugPath'#22'AnchorSideLeft.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7
+#16'edtUnitOutputDir'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'He' +#16'edtUnitOutputDir'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'He'
+'ight'#2#20#3'Top'#3#251#0#5'Width'#2'U'#18'BorderSpacing.Left'#2#6#17'Borde' +'ight'#2#20#3'Top'#3#251#0#5'Width'#2'U'#18'BorderSpacing.Left'#2#6#17'Borde'
+'rSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#12'lblDebugPath' +'rSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#12'lblDebugPath'
@ -105,7 +105,7 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'PerLine'#2#1#8'TabOrder'#2#1#0#0#9'TGroupBox'#13'grpSyntaxMode'#4'Left'#2#6 +'PerLine'#2#1#8'TabOrder'#2#1#0#0#9'TGroupBox'#13'grpSyntaxMode'#4'Left'#2#6
+#6'Height'#2'<'#3'Top'#2#6#5'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9 +#6'Height'#2'<'#3'Top'#2#6#5'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'grpSyntaxMode'#12'ClientHeight' +#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'grpSyntaxMode'#12'ClientHeight'
+#2')'#11'ClientWidth'#3#137#2#8'TabOrder'#2#2#0#9'TComboBox'#13'cmbSyntaxMod' +#2'8'#11'ClientWidth'#3#137#2#8'TabOrder'#2#2#0#9'TComboBox'#13'cmbSyntaxMod'
+'e'#4'Left'#2#6#6'Height'#2','#3'Top'#2#6#5'Width'#3'Q'#1#5'Align'#7#6'alLef' +'e'#4'Left'#2#6#6'Height'#2','#3'Top'#2#6#5'Width'#3'Q'#1#5'Align'#7#6'alLef'
+'t'#12'AutoComplete'#8#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#9'Ite' +'t'#12'AutoComplete'#8#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#9'Ite'
+'mWidth'#2#0#8'TabOrder'#2#0#4'Text'#6#13'cmbSyntaxMode'#0#0#0#0#5'TPage'#11 +'mWidth'#2#0#8'TabOrder'#2#0#4'Text'#6#13'cmbSyntaxMode'#0#0#0#0#5'TPage'#11
@ -117,7 +117,7 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'m'#4'Left'#3#201#0#6'Height'#2'5'#3'Top'#2#6#5'Width'#3#202#1#7'Anchors'#11 +'m'#4'Left'#3#201#0#6'Height'#2'5'#3'Top'#2#6#5'Width'#3#202#1#7'Anchors'#11
+#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17 +#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17
+'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#16'grpSmart' +'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#16'grpSmart'
+'LinkUnit'#12'ClientHeight'#2'"'#11'ClientWidth'#3#198#1#8'TabOrder'#2#0#0#9 +'LinkUnit'#12'ClientHeight'#2'1'#11'ClientWidth'#3#198#1#8'TabOrder'#2#0#0#9
+'TCheckBox'#16'chkSmartLinkUnit'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Wid' +'TCheckBox'#16'chkSmartLinkUnit'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Wid'
+'th'#3#186#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16 +'th'#3#186#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16
+'chkSmartLinkUnit'#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#9'grpChecks'#22'Anchor' +'chkSmartLinkUnit'#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#9'grpChecks'#22'Anchor'
@ -125,7 +125,7 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'age'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#159#0#3 +'age'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#159#0#3
+'Top'#2#6#5'Width'#3#189#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capt' +'Top'#2#6#5'Width'#3#189#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capt'
+'ion'#6#9'grpChecks'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBott' +'ion'#6#9'grpChecks'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBott'
+'om'#27'ChildSizing.ControlsPerLine'#2#1#12'ClientHeight'#3#140#0#11'ClientW' +'om'#27'ChildSizing.ControlsPerLine'#2#1#12'ClientHeight'#3#155#0#11'ClientW'
+'idth'#3#185#0#8'TabOrder'#2#1#0#9'TCheckBox'#11'chkChecksIO'#4'Left'#2#6#6 +'idth'#3#185#0#8'TabOrder'#2#1#0#9'TCheckBox'#11'chkChecksIO'#4'Left'#2#6#6
+'Height'#2#21#3'Top'#2#6#5'Width'#3#172#0#20'BorderSpacing.Around'#2#6#7'Cap' +'Height'#2#21#3'Top'#2#6#5'Width'#3#172#0#20'BorderSpacing.Around'#2#6#7'Cap'
+'tion'#6#11'chkChecksIO'#8'TabOrder'#2#0#0#0#9'TCheckBox'#14'chkChecksRange' +'tion'#6#11'chkChecksIO'#8'TabOrder'#2#0#0#0#9'TCheckBox'#14'chkChecksRange'
@ -143,7 +143,7 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'ottom'#23'AnchorSideRight.Control'#7#11'CodeGenPage'#20'AnchorSideRight.Sid' +'ottom'#23'AnchorSideRight.Control'#7#11'CodeGenPage'#20'AnchorSideRight.Sid'
+'e'#7#9'asrBottom'#4'Left'#3#201#0#6'Height'#2'6'#3'Top'#2'A'#5'Width'#3#202 +'e'#7#9'asrBottom'#4'Left'#3#201#0#6'Height'#2'6'#3'Top'#2'A'#5'Width'#3#202
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpac' +#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpac'
+'ing.Around'#2#6#7'Caption'#6#11'grpHeapSize'#12'ClientHeight'#2'#'#11'Clien' +'ing.Around'#2#6#7'Caption'#6#11'grpHeapSize'#12'ClientHeight'#2'2'#11'Clien'
+'tWidth'#3#198#1#8'TabOrder'#2#2#0#5'TEdit'#11'edtHeapSize'#4'Left'#2#6#6'He' +'tWidth'#3#198#1#8'TabOrder'#2#2#0#5'TEdit'#11'edtHeapSize'#4'Left'#2#6#6'He'
+'ight'#2#23#3'Top'#2#6#5'Width'#3#186#1#5'Align'#7#5'alTop'#20'BorderSpacing' +'ight'#2#23#3'Top'#2#6#5'Width'#3#186#1#5'Align'#7#5'alTop'#20'BorderSpacing'
+'.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#11'edtHeapSize'#0#0#0#9'TGroupBox'#17 +'.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#11'edtHeapSize'#0#0#0#9'TGroupBox'#17
@ -153,7 +153,7 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'e'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#201#0#6'Height'#3#130#0 +'e'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#201#0#6'Height'#3#130#0
+#3'Top'#2'}'#5'Width'#3#202#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8 +#3'Top'#2'}'#5'Width'#3#202#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'grpTargetPlatform' +'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'grpTargetPlatform'
+#12'ClientHeight'#2'o'#11'ClientWidth'#3#198#1#8'TabOrder'#2#3#0#6'TLabel'#11 +#12'ClientHeight'#2'~'#11'ClientWidth'#3#198#1#8'TabOrder'#2#3#0#6'TLabel'#11
+'lblTargetOS'#22'AnchorSideLeft.Control'#7#17'grpTargetPlatform'#21'AnchorSi' +'lblTargetOS'#22'AnchorSideLeft.Control'#7#17'grpTargetPlatform'#21'AnchorSi'
+'deTop.Control'#7#16'TargetOSComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter' +'deTop.Control'#7#16'TargetOSComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'
+#4'Left'#2#6#6'Height'#2#20#3'Top'#2#10#5'Width'#2'I'#20'BorderSpacing.Aroun' +#4'Left'#2#6#6'Height'#2#20#3'Top'#2#10#5'Width'#2'I'#20'BorderSpacing.Aroun'
@ -195,7 +195,7 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'SideBottom.Control'#7#11'CodeGenPage'#21'AnchorSideBottom.Side'#7#9'asrBott' +'SideBottom.Control'#7#11'CodeGenPage'#21'AnchorSideBottom.Side'#7#9'asrBott'
,'om'#4'Left'#2#6#6'Height'#3#182#0#3'Top'#3#5#1#5'Width'#3#141#2#7'Anchors' ,'om'#4'Left'#2#6#6'Height'#3#182#0#3'Top'#3#5#1#5'Width'#3#141#2#7'Anchors'
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6 +#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#16'grpOptimizations'#12'ClientHeight'#3#163#0#11'ClientWidth'#3 +#7'Caption'#6#16'grpOptimizations'#12'ClientHeight'#3#178#0#11'ClientWidth'#3
+#137#2#8'TabOrder'#2#4#8'OnResize'#7#22'grpOptimizationsResize'#0#12'TRadioB' +#137#2#8'TabOrder'#2#4#8'OnResize'#7#22'grpOptimizationsResize'#0#12'TRadioB'
+'utton'#15'radOptLevelNone'#22'AnchorSideLeft.Control'#7#16'grpOptimizations' +'utton'#15'radOptLevelNone'#22'AnchorSideLeft.Control'#7#16'grpOptimizations'
+#21'AnchorSideTop.Control'#7#16'grpOptimizations'#4'Left'#2#6#6'Height'#2#22 +#21'AnchorSideTop.Control'#7#16'grpOptimizations'#4'Left'#2#6#6'Height'#2#22
@ -225,19 +225,19 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'e'#7'Caption'#6#11'LinkingPage'#11'ClientWidth'#3#153#2#12'ClientHeight'#3 +'e'#7'Caption'#6#11'LinkingPage'#11'ClientWidth'#3#153#2#12'ClientHeight'#3
+#193#1#0#9'TGroupBox'#16'grpLinkLibraries'#4'Left'#2#6#6'Height'#2'5'#3'Top' +#193#1#0#9'TGroupBox'#16'grpLinkLibraries'#4'Left'#2#6#6'Height'#2'5'#3'Top'
+#3#233#0#5'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing' +#3#233#0#5'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing'
+'.Around'#2#6#7'Caption'#6#16'grpLinkLibraries'#12'ClientHeight'#2'"'#11'Cli' +'.Around'#2#6#7'Caption'#6#16'grpLinkLibraries'#12'ClientHeight'#2'1'#11'Cli'
+'entWidth'#3#137#2#8'TabOrder'#2#0#0#9'TCheckBox'#12'chkLinkSmart'#4'Left'#2 +'entWidth'#3#137#2#8'TabOrder'#2#0#0#9'TCheckBox'#12'chkLinkSmart'#4'Left'#2
+#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSp' +#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSp'
+'acing.Around'#2#6#7'Caption'#6#12'chkLinkSmart'#8'TabOrder'#2#0#0#0#0#9'TGr' +'acing.Around'#2#6#7'Caption'#6#12'chkLinkSmart'#8'TabOrder'#2#0#0#0#0#9'TGr'
+'oupBox'#21'TargetSpecificsGrpBox'#4'Left'#2#6#6'Height'#2'5'#3'Top'#3'$'#1#5 +'oupBox'#21'TargetSpecificsGrpBox'#4'Left'#2#6#6'Height'#2'5'#3'Top'#3'$'#1#5
+'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2 +'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
+#6#7'Caption'#6#21'TargetSpecificsGrpBox'#12'ClientHeight'#2'"'#11'ClientWid' +#6#7'Caption'#6#21'TargetSpecificsGrpBox'#12'ClientHeight'#2'1'#11'ClientWid'
+'th'#3#137#2#8'TabOrder'#2#1#0#9'TCheckBox'#18'chkWin32GraphicApp'#4'Left'#2 +'th'#3#137#2#8'TabOrder'#2#1#0#9'TCheckBox'#18'chkWin32GraphicApp'#4'Left'#2
+#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSp' +#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSp'
+'acing.Around'#2#6#7'Caption'#6#18'chkWin32GraphicApp'#8'TabOrder'#2#0#0#0#0 +'acing.Around'#2#6#7'Caption'#6#18'chkWin32GraphicApp'#8'TabOrder'#2#0#0#0#0
+#9'TGroupBox'#10'grpOptions'#4'Left'#2#6#6'Height'#2'R'#3'Top'#3'_'#1#5'Widt' +#9'TGroupBox'#10'grpOptions'#4'Left'#2#6#6'Height'#2'R'#3'Top'#3'_'#1#5'Widt'
+'h'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7 +'h'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#10'grpOptions'#12'ClientHeight'#2'?'#11'ClientWidth'#3#137#2#8'T' +'Caption'#6#10'grpOptions'#12'ClientHeight'#2'N'#11'ClientWidth'#3#137#2#8'T'
+'abOrder'#2#2#0#9'TCheckBox'#17'chkOptionsLinkOpt'#4'Left'#2#6#6'Height'#2#22 +'abOrder'#2#2#0#9'TCheckBox'#17'chkOptionsLinkOpt'#4'Left'#2#6#6'Height'#2#22
+#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6 +#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#17'chkOptionsLinkOpt'#8'TabOrder'#2#0#0#0#5'TEdit'#17'edtOptio' +#7'Caption'#6#17'chkOptionsLinkOpt'#8'TabOrder'#2#0#0#0#5'TEdit'#17'edtOptio'
@ -245,7 +245,7 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#17'edtOptio' +#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#17'edtOptio'
+'nsLinkOpt'#0#0#0#9'TGroupBox'#12'grpDebugging'#4'Left'#2#6#6'Height'#3#221#0 +'nsLinkOpt'#0#0#0#9'TGroupBox'#12'grpDebugging'#4'Left'#2#6#6'Height'#3#221#0
+#3'Top'#2#6#5'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpac' +#3'Top'#2#6#5'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpac'
+'ing.Around'#2#6#7'Caption'#6#12'grpDebugging'#12'ClientHeight'#3#202#0#11'C' +'ing.Around'#2#6#7'Caption'#6#12'grpDebugging'#12'ClientHeight'#3#217#0#11'C'
+'lientWidth'#3#137#2#8'TabOrder'#2#3#0#9'TCheckBox'#11'chkDebugGDB'#4'Left'#2 +'lientWidth'#3#137#2#8'TabOrder'#2#3#0#9'TCheckBox'#11'chkDebugGDB'#4'Left'#2
+#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSp' +#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSp'
+'acing.Around'#2#6#7'Caption'#6#11'chkDebugGDB'#8'TabOrder'#2#0#0#0#9'TCheck' +'acing.Around'#2#6#7'Caption'#6#11'chkDebugGDB'#8'TabOrder'#2#0#0#0#9'TCheck'
@ -276,7 +276,7 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'ing.ControlsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#0#0#0#9'TGroupBox'#11 +'ing.ControlsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#0#0#0#9'TGroupBox'#11
+'grpErrorCnt'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#208#0#5'Width'#3#141#2#5'A' +'grpErrorCnt'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#208#0#5'Width'#3#141#2#5'A'
+'lign'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11 +'lign'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11
+'grpErrorCnt'#12'ClientHeight'#2'#'#11'ClientWidth'#3#137#2#8'TabOrder'#2#1#0 +'grpErrorCnt'#12'ClientHeight'#2'2'#11'ClientWidth'#3#137#2#8'TabOrder'#2#1#0
+#5'TEdit'#11'edtErrorCnt'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3'}' +#5'TEdit'#11'edtErrorCnt'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3'}'
+#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6 +#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6
+#11'edtErrorCnt'#0#0#0#0#5'TPage'#13'CfgCmpMsgPage'#7'Caption'#6#13'CfgCmpMs' +#11'edtErrorCnt'#0#0#0#0#5'TPage'#13'CfgCmpMsgPage'#7'Caption'#6#13'CfgCmpMs'
@ -284,332 +284,332 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'rpCompilerMessages'#4'Left'#2#6#6'Height'#3#181#1#3'Top'#2#6#5'Width'#3#141 +'rpCompilerMessages'#4'Left'#2#6#6'Height'#3#181#1#3'Top'#2#6#5'Width'#3#141
+#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'grpCo' +#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'grpCo'
+'mpilerMessages'#12'ClientHeight'#3#162#1#11'ClientWidth'#3#137#2#8'TabOrder' +'mpilerMessages'#12'ClientHeight'#3#162#1#11'ClientWidth'#3#137#2#8'TabOrder'
+#2#0#0#9'TCheckBox'#13'chkUseMsgFile'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#7#5 +#2#0#0#9'TCheckBox'#13'chkUseMsgFile'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#7#5
+'Width'#2']'#7'Caption'#6#13'chkUseMsgFile'#8'OnChange'#7#19'chkUseMsgFileCh' +'Width'#2'u'#7'Caption'#6#13'chkUseMsgFile'#8'OnChange'#7#19'chkUseMsgFileCh'
+'ange'#8'TabOrder'#2#0#0#0#5'TEdit'#15'editMsgFileName'#4'Left'#3#153#0#6'He' +'ange'#8'TabOrder'#2#0#0#0#5'TEdit'#15'editMsgFileName'#4'Left'#3#153#0#6'He'
+'ight'#2#23#3'Top'#2#7#5'Width'#3#171#1#8'TabOrder'#2#1#4'Text'#6#15'editMsg' +'ight'#2#23#3'Top'#2#7#5'Width'#3#171#1#8'TabOrder'#2#1#4'Text'#6#15'editMsg'
+'FileName'#0#0#7'TButton'#12'btnBrowseMsg'#4'Left'#3'L'#2#6'Height'#2#25#3'T' +'FileName'#0#0#7'TButton'#12'btnBrowseMsg'#4'Left'#3'L'#2#6'Height'#2#25#3'T'
+'op'#2#7#5'Width'#2'1'#7'Caption'#6#3'...'#7'OnClick'#7#17'btnBrowseMsgClick' +'op'#2#7#5'Width'#2'1'#7'Caption'#6#3'...'#7'OnClick'#7#17'btnBrowseMsgClick'
+#8'TabOrder'#2#2#0#0#13'TCheckListBox'#14'chklistCompMsg'#4'Left'#2#6#6'Heig' +#8'TabOrder'#2#2#0#0#13'TCheckListBox'#14'chklistCompMsg'#4'Left'#2#0#6'Heig'
+'ht'#3#132#1#3'Top'#2''''#5'Width'#3'z'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7 +'ht'#3'{'#1#3'Top'#2''''#5'Width'#3#137#2#5'Align'#7#8'alBottom'#7'Anchors'
+'akRight'#8'akBottom'#0#10'ItemHeight'#2#0#7'OnClick'#7#19'chklistCompMsgCli' +#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#10'ItemHeight'#2#0#7'OnClick'
+'ck'#6'Sorted'#9#8'TabOrder'#2#3#8'TopIndex'#2#255#0#0#0#0#5'TPage'#9'OtherP' +#7#19'chklistCompMsgClick'#6'Sorted'#9#8'TabOrder'#2#3#8'TopIndex'#2#255#0#0
+'age'#7'Caption'#6#9'OtherPage'#11'ClientWidth'#3#153#2#12'ClientHeight'#3 +#0#0#5'TPage'#9'OtherPage'#7'Caption'#6#9'OtherPage'#11'ClientWidth'#3#153#2
+#193#1#0#9'TGroupBox'#13'grpConfigFile'#4'Left'#2#6#6'Height'#2'n'#3'Top'#2#6 +#12'ClientHeight'#3#193#1#0#9'TGroupBox'#13'grpConfigFile'#4'Left'#2#6#6'Hei'
+#5'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around' +'ght'#2'n'#3'Top'#2#6#5'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20
+#2#6#7'Caption'#6#13'grpConfigFile'#12'ClientHeight'#2'['#11'ClientWidth'#3 +'BorderSpacing.Around'#2#6#7'Caption'#6#13'grpConfigFile'#12'ClientHeight'#2
+#137#2#8'TabOrder'#2#0#0#9'TCheckBox'#13'chkConfigFile'#4'Left'#2#6#6'Height' +'j'#11'ClientWidth'#3#137#2#8'TabOrder'#2#0#0#9'TCheckBox'#13'chkConfigFile'
+#2#22#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around' +#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20
+#2#6#7'Caption'#6#13'chkConfigFile'#8'TabOrder'#2#0#0#0#9'TCheckBox'#19'chkC' +'BorderSpacing.Around'#2#6#7'Caption'#6#13'chkConfigFile'#8'TabOrder'#2#0#0#0
+'ustomConfigFile'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3'}'#2#5'A' +#9'TCheckBox'#19'chkCustomConfigFile'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'
+'lign'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'chkCustomConf' +#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'
+'igFile'#7'OnClick'#7#24'chkCustomConfigFileClick'#8'TabOrder'#2#1#0#0#5'TEd' +#6#19'chkCustomConfigFile'#7'OnClick'#7#24'chkCustomConfigFileClick'#8'TabOr'
+'it'#13'edtConfigPath'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'>'#5'Width'#3'}'#2 +'der'#2#1#0#0#5'TEdit'#13'edtConfigPath'#4'Left'#2#6#6'Height'#2#23#3'Top'#2
+#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#2#4'Text'#6 +'>'#5'Width'#3'}'#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOr'
+#13'edtConfigPath'#0#0#0#9'TGroupBox'#16'grpCustomOptions'#4'Left'#2#6#6'Hei' +'der'#2#2#4'Text'#6#13'edtConfigPath'#0#0#0#9'TGroupBox'#16'grpCustomOptions'
+'ght'#3'A'#1#3'Top'#2'z'#5'Width'#3#141#2#5'Align'#7#8'alClient'#20'BorderSp' +#4'Left'#2#6#6'Height'#3'A'#1#3'Top'#2'z'#5'Width'#3#141#2#5'Align'#7#8'alCl'
+'acing.Around'#2#6#7'Caption'#6#16'grpCustomOptions'#12'ClientHeight'#3'.'#1 +'ient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'grpCustomOptions'#12'Cli'
+#11'ClientWidth'#3#137#2#8'TabOrder'#2#1#0#5'TMemo'#16'memCustomOptions'#4'L' +'entHeight'#3'='#1#11'ClientWidth'#3#137#2#8'TabOrder'#2#1#0#5'TMemo'#16'mem'
+'eft'#2#6#6'Height'#3'1'#1#3'Top'#2#6#5'Width'#3'}'#2#5'Align'#7#8'alClient' +'CustomOptions'#4'Left'#2#6#6'Height'#3'1'#1#3'Top'#2#6#5'Width'#3'}'#2#5'Al'
+#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#0#0#5'TPage'#15'Conditiona' +'ign'#7#8'alClient'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#0#0#5'T'
+'lPage'#7'Caption'#6#15'ConditionalPage'#11'ClientWidth'#3#153#2#12'ClientHe' +'Page'#15'ConditionalPage'#7'Caption'#6#15'ConditionalPage'#11'ClientWidth'#3
+'ight'#3#193#1#0#9'TGroupBox'#20'ConditionalsGroupBox'#4'Left'#2#0#6'Height' +#153#2#12'ClientHeight'#3#193#1#0#9'TGroupBox'#20'ConditionalsGroupBox'#4'Le'
+#3#214#0#3'Top'#2#0#5'Width'#3#153#2#5'Align'#7#5'alTop'#7'Caption'#6#20'Con' +'ft'#2#0#6'Height'#3#214#0#3'Top'#2#0#5'Width'#3#153#2#5'Align'#7#5'alTop'#7
+'ditionalsGroupBox'#12'ClientHeight'#3#195#0#11'ClientWidth'#3#149#2#8'TabOr' +'Caption'#6#20'ConditionalsGroupBox'#12'ClientHeight'#3#195#0#11'ClientWidth'
+'der'#2#0#0#244#26'TCompOptsConditionalsFrame'#23'ConditionalOptionsFrame'#6 +#3#149#2#8'TabOrder'#2#0#0#244#26'TCompOptsConditionalsFrame'#23'Conditional'
+'Height'#3#195#0#5'Width'#3#149#2#5'Align'#7#8'alClient'#12'ClientHeight'#3 +'OptionsFrame'#6'Height'#3#195#0#5'Width'#3#149#2#5'Align'#7#8'alClient'#12
+#191#0#11'ClientWidth'#3#145#2#7'Visible'#9#0#241#9'TTreeView'#11'COCTreeVie' +'ClientHeight'#3#191#0#11'ClientWidth'#3#145#2#7'Visible'#9#0#241#9'TTreeVie'
+'w'#6'Height'#3#191#0#5'Width'#3#145#2#9'ShowLines'#9#8'ShowRoot'#9#0#0#0#0#9 +'w'#11'COCTreeView'#6'Height'#3#191#0#5'Width'#3#145#2#9'ShowLines'#9#8'Show'
+'TSplitter'#19'ConditionalSplitter'#6'Cursor'#7#8'crVSplit'#4'Left'#2#0#6'He' +'Root'#9#0#0#0#0#9'TSplitter'#19'ConditionalSplitter'#6'Cursor'#7#8'crVSplit'
,'ight'#2#5#3'Top'#3#214#0#5'Width'#3#153#2#5'Align'#7#5'alTop'#12'ResizeAnch' ,#4'Left'#2#0#6'Height'#2#5#3'Top'#3#214#0#5'Width'#3#153#2#5'Align'#7#5'alTo'
+'or'#7#5'akTop'#0#0#244#23'TCompOptBuildModesFrame'#15'BuildModesFrame'#6'He' +'p'#12'ResizeAnchor'#7#5'akTop'#0#0#244#23'TCompOptBuildModesFrame'#15'Build'
+'ight'#3#230#0#3'Top'#3#219#0#5'Width'#3#153#2#5'Align'#7#8'alClient'#12'Cli' +'ModesFrame'#6'Height'#3#230#0#3'Top'#3#219#0#5'Width'#3#153#2#5'Align'#7#8
+'entHeight'#3#226#0#11'ClientWidth'#3#149#2#8'TabOrder'#2#2#7'Visible'#9#0 +'alClient'#12'ClientHeight'#3#226#0#11'ClientWidth'#3#149#2#8'TabOrder'#2#2#7
+#241#9'TGroupBox'#18'BuildModesGroupBox'#6'Height'#3#226#0#5'Width'#3#149#2 +'Visible'#9#0#241#9'TGroupBox'#18'BuildModesGroupBox'#6'Height'#3#226#0#5'Wi'
+#12'ClientHeight'#3#207#0#11'ClientWidth'#3#145#2#0#241#9'TTreeView'#18'Buil' +'dth'#3#149#2#12'ClientHeight'#3#207#0#11'ClientWidth'#3#145#2#0#241#9'TTree'
+'dModesTreeView'#6'Height'#3#207#0#5'Width'#3#145#2#9'ShowLines'#9#8'ShowRoo' +'View'#18'BuildModesTreeView'#6'Height'#3#207#0#5'Width'#3#145#2#9'ShowLines'
+'t'#9#0#0#0#0#0#5'TPage'#13'InheritedPage'#7'Caption'#6#13'InheritedPage'#11 +#9#8'ShowRoot'#9#0#0#0#0#0#5'TPage'#13'InheritedPage'#7'Caption'#6#13'Inheri'
+'ClientWidth'#3#153#2#12'ClientHeight'#3#193#1#0#6'TLabel'#12'InhNoteLabel'#4 +'tedPage'#11'ClientWidth'#3#153#2#12'ClientHeight'#3#193#1#0#6'TLabel'#12'In'
+'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3#141#2#5'Align'#7#5'alTop'#20 +'hNoteLabel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3#141#2#5'Align'
+'BorderSpacing.Around'#2#6#7'Caption'#6#12'InhNoteLabel'#11'ParentColor'#8#0 +#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'InhNoteLabel'#11'Pa'
+#0#9'TTreeView'#11'InhTreeView'#4'Left'#2#6#6'Height'#3#247#0#3'Top'#2#30#5 +'rentColor'#8#0#0#9'TTreeView'#11'InhTreeView'#4'Left'#2#6#6'Height'#3#247#0
+'Width'#3#141#2#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpac' +#3'Top'#2#30#5'Width'#3#141#2#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6
+'ing.Right'#2#6#17'DefaultItemHeight'#2#19#8'ReadOnly'#9#8'TabOrder'#2#0#18 +#19'BorderSpacing.Right'#2#6#17'DefaultItemHeight'#2#19#8'ReadOnly'#9#8'TabO'
+'OnSelectionChanged'#7#27'InhTreeViewSelectionChanged'#7'Options'#11#17'tvoA' +'rder'#2#0#18'OnSelectionChanged'#7#27'InhTreeViewSelectionChanged'#7'Option'
+'utoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnl' +'s'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'
+'y'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTips'#0#0#0 +#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoT'
+#5'TMemo'#11'InhItemMemo'#4'Left'#2#6#6'Height'#3#161#0#3'Top'#3#26#1#5'Widt' +'oolTips'#0#0#0#5'TMemo'#11'InhItemMemo'#4'Left'#2#6#6'Height'#3#161#0#3'Top'
+'h'#3#141#2#5'Align'#7#8'alClient'#18'BorderSpacing.Left'#2#6#19'BorderSpaci' +#3#26#1#5'Width'#3#141#2#5'Align'#7#8'alClient'#18'BorderSpacing.Left'#2#6#19
+'ng.Right'#2#6#20'BorderSpacing.Bottom'#2#6#8'ReadOnly'#9#10'ScrollBars'#7#14 +'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#8'ReadOnly'#9#10'Scro'
+'ssAutoVertical'#8'TabOrder'#2#1#0#0#9'TSplitter'#11'InhSplitter'#6'Cursor'#7 +'llBars'#7#14'ssAutoVertical'#8'TabOrder'#2#1#0#0#9'TSplitter'#11'InhSplitte'
+#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3'Top'#3#21#1#5'Width'#3#153#2#5'Alig' +'r'#6'Cursor'#7#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3'Top'#3#21#1#5'Width'
+'n'#7#5'alTop'#12'ResizeAnchor'#7#5'akTop'#0#0#0#5'TPage'#15'CompilationPage' +#3#153#2#5'Align'#7#5'alTop'#12'ResizeAnchor'#7#5'akTop'#0#0#0#5'TPage'#15'C'
+#7'Caption'#6#15'CompilationPage'#11'ClientWidth'#3#153#2#12'ClientHeight'#3 +'ompilationPage'#7'Caption'#6#15'CompilationPage'#11'ClientWidth'#3#153#2#12
+#193#1#0#9'TCheckBox'#17'chkCreateMakefile'#4'Left'#2#6#6'Height'#2#22#3'Top' +'ClientHeight'#3#193#1#0#9'TCheckBox'#17'chkCreateMakefile'#4'Left'#2#6#6'He'
+#2#6#5'Width'#3#141#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Cap' +'ight'#2#22#3'Top'#2#6#5'Width'#3#141#2#5'Align'#7#5'alTop'#20'BorderSpacing'
+'tion'#6#17'chkCreateMakefile'#8'TabOrder'#2#0#0#0#9'TGroupBox'#20'ExecuteAf' +'.Around'#2#6#7'Caption'#6#17'chkCreateMakefile'#8'TabOrder'#2#0#0#0#9'TGrou'
+'terGroupBox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#3#233#0#5'Width'#3#141#2#5'A' +'pBox'#20'ExecuteAfterGroupBox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#3#233#0#5
+'lign'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#20 +'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
+'ExecuteAfterGroupBox'#12'ClientHeight'#2'Y'#11'ClientWidth'#3#137#2#8'TabOr' +#6#7'Caption'#6#20'ExecuteAfterGroupBox'#12'ClientHeight'#2'h'#11'ClientWidt'
+'der'#2#1#0#6'TLabel'#17'lblRunIfExecAfter'#22'AnchorSideLeft.Control'#7#20 +'h'#3#137#2#8'TabOrder'#2#1#0#6'TLabel'#17'lblRunIfExecAfter'#22'AnchorSideL'
+'ExecuteAfterGroupBox'#21'AnchorSideTop.Control'#7#20'ExecuteAfterGroupBox'#4 +'eft.Control'#7#20'ExecuteAfterGroupBox'#21'AnchorSideTop.Control'#7#20'Exec'
+'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#2'j'#20'BorderSpacing.Around'#2 +'uteAfterGroupBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#2'j'#20'Bo'
+#6#7'Caption'#6#17'lblRunIfExecAfter'#11'ParentColor'#8#0#0#6'TLabel'#24'Exe' +'rderSpacing.Around'#2#6#7'Caption'#6#17'lblRunIfExecAfter'#11'ParentColor'#8
+'cuteAfterCommandLabel'#22'AnchorSideLeft.Control'#7#20'ExecuteAfterGroupBox' +#0#0#6'TLabel'#24'ExecuteAfterCommandLabel'#22'AnchorSideLeft.Control'#7#20
+#21'AnchorSideTop.Control'#7#17'lblRunIfExecAfter'#18'AnchorSideTop.Side'#7#9 +'ExecuteAfterGroupBox'#21'AnchorSideTop.Control'#7#17'lblRunIfExecAfter'#18
+'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2' '#5'Width'#3#184#0#20'Borde' +'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2' '#5
+'rSpacing.Around'#2#6#7'Caption'#6#24'ExecuteAfterCommandLabel'#11'ParentCol' +'Width'#3#184#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#24'ExecuteAfterCom'
+'or'#8#0#0#9'TCheckBox'#19'chkExecAfterCompile'#22'AnchorSideLeft.Control'#7 +'mandLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#19'chkExecAfterCompile'#22'An'
+#17'lblRunIfExecAfter'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT' +'chorSideLeft.Control'#7#17'lblRunIfExecAfter'#19'AnchorSideLeft.Side'#7#9'a'
+'op.Control'#7#20'ExecuteAfterGroupBox'#4'Left'#3#142#0#6'Height'#2#22#3'Top' +'srBottom'#21'AnchorSideTop.Control'#7#20'ExecuteAfterGroupBox'#4'Left'#3#142
+#2#6#5'Width'#3#159#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2 +#0#6'Height'#2#22#3'Top'#2#6#5'Width'#3#159#0#18'BorderSpacing.Left'#2#24#20
+#6#7'Caption'#6#19'chkExecAfterCompile'#8'TabOrder'#2#0#0#0#9'TCheckBox'#17 +'BorderSpacing.Around'#2#6#7'Caption'#6#19'chkExecAfterCompile'#8'TabOrder'#2
+'chkExecAfterBuild'#22'AnchorSideLeft.Control'#7#19'chkExecAfterCompile'#19 +#0#0#0#9'TCheckBox'#17'chkExecAfterBuild'#22'AnchorSideLeft.Control'#7#19'ch'
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'ExecuteA' +'kExecAfterCompile'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.'
+'fterGroupBox'#4'Left'#3'K'#1#6'Height'#2#22#3'Top'#2#6#5'Width'#3#138#0#18 +'Control'#7#20'ExecuteAfterGroupBox'#4'Left'#3'K'#1#6'Height'#2#22#3'Top'#2#6
+'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'chkEx' +#5'Width'#3#138#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7
+'ecAfterBuild'#8'TabOrder'#2#1#0#0#9'TCheckBox'#15'chkExecAfterRun'#22'Ancho' +'Caption'#6#17'chkExecAfterBuild'#8'TabOrder'#2#1#0#0#9'TCheckBox'#15'chkExe'
+'rSideLeft.Control'#7#17'chkExecAfterBuild'#19'AnchorSideLeft.Side'#7#9'asrB' +'cAfterRun'#22'AnchorSideLeft.Control'#7#17'chkExecAfterBuild'#19'AnchorSide'
+'ottom'#21'AnchorSideTop.Control'#7#20'ExecuteAfterGroupBox'#4'Left'#3#243#1 +'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'ExecuteAfterGroupB'
+#6'Height'#2#22#3'Top'#2#6#5'Width'#3#130#0#18'BorderSpacing.Left'#2#24#20'B' +'ox'#4'Left'#3#243#1#6'Height'#2#22#3'Top'#2#6#5'Width'#3#130#0#18'BorderSpa'
+'orderSpacing.Around'#2#6#7'Caption'#6#15'chkExecAfterRun'#8'TabOrder'#2#2#0 +'cing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'chkExecAfterRu'
+#0#5'TEdit'#23'ExecuteAfterCommandEdit'#22'AnchorSideLeft.Control'#7#24'Exec' +'n'#8'TabOrder'#2#2#0#0#5'TEdit'#23'ExecuteAfterCommandEdit'#22'AnchorSideLe'
+'uteAfterCommandLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT' +'ft.Control'#7#24'ExecuteAfterCommandLabel'#19'AnchorSideLeft.Side'#7#9'asrB'
+'op.Control'#7#17'lblRunIfExecAfter'#18'AnchorSideTop.Side'#7#9'asrBottom'#23 +'ottom'#21'AnchorSideTop.Control'#7#17'lblRunIfExecAfter'#18'AnchorSideTop.S'
+'AnchorSideRight.Control'#7#20'ExecuteAfterGroupBox'#20'AnchorSideRight.Side' +'ide'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'ExecuteAfterGroupBox'
+#7#9'asrBottom'#4'Left'#3#208#0#6'Height'#2#23#3'Top'#2' '#5'Width'#3#179#1#7 +#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#208#0#6'Height'#2#23#3'To'
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#12#20 +'p'#2' '#5'Width'#3#179#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'B'
+'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#23'ExecuteAfterCommandE' +'orderSpacing.Left'#2#12#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'
+'dit'#0#0#9'TCheckBox'#27'ExecuteAfterScanFPCCheckBox'#22'AnchorSideLeft.Con' +#6#23'ExecuteAfterCommandEdit'#0#0#9'TCheckBox'#27'ExecuteAfterScanFPCCheckB'
+'trol'#7#28'ExecuteAfterScanMakeCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBot' +'ox'#22'AnchorSideLeft.Control'#7#28'ExecuteAfterScanMakeCheckBox'#19'Anchor'
+'tom'#21'AnchorSideTop.Control'#7#23'ExecuteAfterCommandEdit'#18'AnchorSideT' +'SideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'ExecuteAfterCo'
+'op.Side'#7#9'asrBottom'#4'Left'#3#15#1#6'Height'#2#22#3'Top'#2'='#5'Width'#3 +'mmandEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#15#1#6'Height'#2
+#225#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6 +#22#3'Top'#2'='#5'Width'#3#225#0#18'BorderSpacing.Left'#2#24#20'BorderSpacin'
,#27'ExecuteAfterScanFPCCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#28'Execute' ,'g.Around'#2#6#7'Caption'#6#27'ExecuteAfterScanFPCCheckBox'#8'TabOrder'#2#4#0
+'AfterScanMakeCheckBox'#22'AnchorSideLeft.Control'#7#20'ExecuteAfterGroupBox' +#0#9'TCheckBox'#28'ExecuteAfterScanMakeCheckBox'#22'AnchorSideLeft.Control'#7
+#21'AnchorSideTop.Control'#7#23'ExecuteAfterCommandEdit'#18'AnchorSideTop.Si' +#20'ExecuteAfterGroupBox'#21'AnchorSideTop.Control'#7#23'ExecuteAfterCommand'
+'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'='#5'Width'#3#235#0 +'Edit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'To'
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'ExecuteAfterScanMakeCheckBox'#8 +'p'#2'='#5'Width'#3#235#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'Execu'
+'TabOrder'#2#5#0#0#9'TCheckBox'#27'ExecuteAfterShowAllCheckBox'#22'AnchorSid' +'teAfterScanMakeCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#27'ExecuteAfterSh'
+'eLeft.Control'#7#27'ExecuteAfterScanFPCCheckBox'#19'AnchorSideLeft.Side'#7#9 +'owAllCheckBox'#22'AnchorSideLeft.Control'#7#27'ExecuteAfterScanFPCCheckBox'
+'asrBottom'#21'AnchorSideTop.Control'#7#23'ExecuteAfterCommandEdit'#18'Ancho' +#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'Execu'
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#3#14#2#6'Height'#2#22#3'Top'#2'='#5'W' +'teAfterCommandEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#14#2#6
+'idth'#3#218#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Ca' +'Height'#2#22#3'Top'#2'='#5'Width'#3#218#0#18'BorderSpacing.Left'#2#24#20'Bo'
+'ption'#6#27'ExecuteAfterShowAllCheckBox'#8'TabOrder'#2#6#0#0#0#9'TGroupBox' +'rderSpacing.Around'#2#6#7'Caption'#6#27'ExecuteAfterShowAllCheckBox'#8'TabO'
+#11'grpCompiler'#4'Left'#2#6#6'Height'#2'O'#3'Top'#3#148#0#5'Width'#3#141#2#5 +'rder'#2#6#0#0#0#9'TGroupBox'#11'grpCompiler'#4'Left'#2#6#6'Height'#2'O'#3'T'
+'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11 +'op'#3#148#0#5'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpa'
+'grpCompiler'#12'ClientHeight'#2'<'#11'ClientWidth'#3#137#2#8'TabOrder'#2#2#0 +'cing.Around'#2#6#7'Caption'#6#11'grpCompiler'#12'ClientHeight'#2'K'#11'Clie'
+#6'TLabel'#16'lblRunIfCompiler'#22'AnchorSideLeft.Control'#7#11'grpCompiler' +'ntWidth'#3#137#2#8'TabOrder'#2#2#0#6'TLabel'#16'lblRunIfCompiler'#22'Anchor'
+#21'AnchorSideTop.Control'#7#11'grpCompiler'#4'Left'#2#6#6'Height'#2#20#3'To' +'SideLeft.Control'#7#11'grpCompiler'#21'AnchorSideTop.Control'#7#11'grpCompi'
+'p'#2#6#5'Width'#2'f'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'lblRunIfC' +'ler'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#2'f'#20'BorderSpacing.A'
+'ompiler'#11'ParentColor'#8#0#0#6'TLabel'#11'lblCompiler'#22'AnchorSideLeft.' +'round'#2#6#7'Caption'#6#16'lblRunIfCompiler'#11'ParentColor'#8#0#0#6'TLabel'
+'Control'#7#11'grpCompiler'#21'AnchorSideTop.Control'#7#16'lblRunIfCompiler' +#11'lblCompiler'#22'AnchorSideLeft.Control'#7#11'grpCompiler'#21'AnchorSideT'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2' ' +'op.Control'#7#16'lblRunIfCompiler'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
+#5'Width'#2'H'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'Borde' +'Left'#2#6#6'Height'#2#20#3'Top'#2' '#5'Width'#2'H'#18'BorderSpacing.Left'#2
+'rSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#11'lblCompile' +#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bo'
+'r'#11'ParentColor'#8#0#0#9'TCheckBox'#18'chkCompilerCompile'#22'AnchorSideL' +'ttom'#2#6#7'Caption'#6#11'lblCompiler'#11'ParentColor'#8#0#0#9'TCheckBox'#18
+'eft.Control'#7#16'lblRunIfCompiler'#19'AnchorSideLeft.Side'#7#9'asrBottom' +'chkCompilerCompile'#22'AnchorSideLeft.Control'#7#16'lblRunIfCompiler'#19'An'
+#21'AnchorSideTop.Control'#7#11'grpCompiler'#4'Left'#3#138#0#6'Height'#2#22#3
+'Top'#2#6#5'Width'#3#155#0#18'BorderSpacing.Left'#2#30#17'BorderSpacing.Top'
+#2#6#7'Caption'#6#18'chkCompilerCompile'#8'TabOrder'#2#0#0#0#9'TCheckBox'#16
+'chkCompilerBuild'#22'AnchorSideLeft.Control'#7#18'chkCompilerCompile'#19'An'
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'grpCompile' +'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'grpCompile'
+'r'#4'Left'#3'C'#1#6'Height'#2#22#3'Top'#2#6#5'Width'#3#134#0#18'BorderSpaci' +'r'#4'Left'#3#138#0#6'Height'#2#22#3'Top'#2#6#5'Width'#3#155#0#18'BorderSpac'
+'ng.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'chkCompilerBuild' +'ing.Left'#2#30#17'BorderSpacing.Top'#2#6#7'Caption'#6#18'chkCompilerCompile'
+#8'TabOrder'#2#1#0#0#9'TCheckBox'#14'chkCompilerRun'#22'AnchorSideLeft.Contr' +#8'TabOrder'#2#0#0#0#9'TCheckBox'#16'chkCompilerBuild'#22'AnchorSideLeft.Con'
+'ol'#7#16'chkCompilerBuild'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anchor' +'trol'#7#18'chkCompilerCompile'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'An'
+'SideTop.Control'#7#11'grpCompiler'#4'Left'#3#231#1#6'Height'#2#22#3'Top'#2#6 +'chorSideTop.Control'#7#11'grpCompiler'#4'Left'#3'C'#1#6'Height'#2#22#3'Top'
+#5'Width'#2'~'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Ca' +#2#6#5'Width'#3#134#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2
+'ption'#6#14'chkCompilerRun'#8'TabOrder'#2#2#0#0#5'TEdit'#11'edtCompiler'#22 +#6#7'Caption'#6#16'chkCompilerBuild'#8'TabOrder'#2#1#0#0#9'TCheckBox'#14'chk'
+'AnchorSideLeft.Control'#7#11'lblCompiler'#19'AnchorSideLeft.Side'#7#9'asrBo' +'CompilerRun'#22'AnchorSideLeft.Control'#7#16'chkCompilerBuild'#19'AnchorSid'
+'ttom'#21'AnchorSideTop.Control'#7#11'lblCompiler'#18'AnchorSideTop.Side'#7#9 +'eLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'grpCompiler'#4'Le'
+'asrCenter'#23'AnchorSideRight.Control'#7#11'grpCompiler'#20'AnchorSideRight' +'ft'#3#231#1#6'Height'#2#22#3'Top'#2#6#5'Width'#2'~'#18'BorderSpacing.Left'#2
+'.Side'#7#9'asrBottom'#4'Left'#2'`'#6'Height'#2#23#3'Top'#2#31#5'Width'#3'#' +#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'chkCompilerRun'#8'TabOrder'
+#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#12 +#2#2#0#0#5'TEdit'#11'edtCompiler'#22'AnchorSideLeft.Control'#7#11'lblCompile'
+#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#11'edtCompiler'#0#0#0 +'r'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'lb'
+#9'TGroupBox'#21'ExecuteBeforeGroupBox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2 +'lCompiler'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'
+'"'#5'Width'#3#141#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Arou' +#7#11'grpCompiler'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'`'#6'He'
+'nd'#2#6#7'Caption'#6#21'ExecuteBeforeGroupBox'#12'ClientHeight'#2'Y'#11'Cli' +'ight'#2#23#3'Top'#2#31#5'Width'#3'#'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
+'entWidth'#3#137#2#8'TabOrder'#2#3#0#6'TLabel'#18'lblRunIfExecBefore'#22'Anc' +'kRight'#0#18'BorderSpacing.Left'#2#12#20'BorderSpacing.Around'#2#6#8'TabOrd'
+'horSideLeft.Control'#7#21'ExecuteBeforeGroupBox'#21'AnchorSideTop.Control'#7 +'er'#2#3#4'Text'#6#11'edtCompiler'#0#0#0#9'TGroupBox'#21'ExecuteBeforeGroupB'
+#21'ExecuteBeforeGroupBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#2 +'ox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2'"'#5'Width'#3#141#2#5'Align'#7#5'al'
+'u'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'lblRunIfExecBefore'#11'Pare' +'Top'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'ExecuteBefo'
+'ntColor'#8#0#0#6'TLabel'#25'ExecuteBeforeCommandLabel'#22'AnchorSideLeft.Co' +'reGroupBox'#12'ClientHeight'#2'h'#11'ClientWidth'#3#137#2#8'TabOrder'#2#3#0
+'ntrol'#7#21'ExecuteBeforeGroupBox'#21'AnchorSideTop.Control'#7#18'lblRunIfE' +#6'TLabel'#18'lblRunIfExecBefore'#22'AnchorSideLeft.Control'#7#21'ExecuteBef'
+'xecBefore'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20 +'oreGroupBox'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGroupBox'#4'Left'#2
+#3'Top'#2' '#5'Width'#3#195#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'E' +#6#6'Height'#2#20#3'Top'#2#6#5'Width'#2'u'#20'BorderSpacing.Around'#2#6#7'Ca'
+'xecuteBeforeCommandLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#20'chkExecBefo' +'ption'#6#18'lblRunIfExecBefore'#11'ParentColor'#8#0#0#6'TLabel'#25'ExecuteB'
+'reCompile'#22'AnchorSideLeft.Control'#7#18'lblRunIfExecBefore'#19'AnchorSid' +'eforeCommandLabel'#22'AnchorSideLeft.Control'#7#21'ExecuteBeforeGroupBox'#21
+'eLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGrou' +'AnchorSideTop.Control'#7#18'lblRunIfExecBefore'#18'AnchorSideTop.Side'#7#9
+'pBox'#4'Left'#3#153#0#6'Height'#2#22#3'Top'#2#6#5'Width'#3#170#0#18'BorderS' +'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2' '#5'Width'#3#195#0#20'Borde'
+'pacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'chkExecBefor' +'rSpacing.Around'#2#6#7'Caption'#6#25'ExecuteBeforeCommandLabel'#11'ParentCo'
+'eCompile'#8'TabOrder'#2#0#0#0#9'TCheckBox'#18'chkExecBeforeBuild'#22'Anchor' +'lor'#8#0#0#9'TCheckBox'#20'chkExecBeforeCompile'#22'AnchorSideLeft.Control'
+'SideLeft.Control'#7#20'chkExecBeforeCompile'#19'AnchorSideLeft.Side'#7#9'as' +#7#18'lblRunIfExecBefore'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSi'
+'rBottom'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGroupBox'#4'Left'#3'a' +'deTop.Control'#7#21'ExecuteBeforeGroupBox'#4'Left'#3#153#0#6'Height'#2#22#3
+#1#6'Height'#2#22#3'Top'#2#6#5'Width'#3#149#0#18'BorderSpacing.Left'#2#24#20 +'Top'#2#6#5'Width'#3#170#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Arou'
+'BorderSpacing.Around'#2#6#7'Caption'#6#18'chkExecBeforeBuild'#8'TabOrder'#2 +'nd'#2#6#7'Caption'#6#20'chkExecBeforeCompile'#8'TabOrder'#2#0#0#0#9'TCheckB'
+#1#0#0#9'TCheckBox'#16'chkExecBeforeRun'#22'AnchorSideLeft.Control'#7#18'chk' +'ox'#18'chkExecBeforeBuild'#22'AnchorSideLeft.Control'#7#20'chkExecBeforeCom'
,'ExecBeforeBuild'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Co' +'pile'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21
+'ntrol'#7#21'ExecuteBeforeGroupBox'#4'Left'#3#20#2#6'Height'#2#22#3'Top'#2#6 +'ExecuteBeforeGroupBox'#4'Left'#3'a'#1#6'Height'#2#22#3'Top'#2#6#5'Width'#3
+#5'Width'#3#141#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7 +#149#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6
+'Caption'#6#16'chkExecBeforeRun'#8'TabOrder'#2#2#0#0#5'TEdit'#24'ExecuteBefo' +#18'chkExecBeforeBuild'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'chkExecBeforeRun'
+'reCommandEdit'#22'AnchorSideLeft.Control'#7#25'ExecuteBeforeCommandLabel'#19 ,#22'AnchorSideLeft.Control'#7#18'chkExecBeforeBuild'#19'AnchorSideLeft.Side'
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'lblRunIf' +#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGroupBox'#4'Left'
+'ExecBefore'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contro' +#3#20#2#6'Height'#2#22#3'Top'#2#6#5'Width'#3#141#0#18'BorderSpacing.Left'#2
+'l'#7#21'ExecuteBeforeGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le' +#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'chkExecBeforeRun'#8'TabOrde'
+'ft'#3#219#0#6'Height'#2#23#3'Top'#2' '#5'Width'#3#168#1#7'Anchors'#11#5'akT' +'r'#2#2#0#0#5'TEdit'#24'ExecuteBeforeCommandEdit'#22'AnchorSideLeft.Control'
+'op'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#12#20'BorderSpacing.Aro' +#7#25'ExecuteBeforeCommandLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
+'und'#2#6#8'TabOrder'#2#3#4'Text'#6#24'ExecuteBeforeCommandEdit'#0#0#9'TChec' +'nchorSideTop.Control'#7#18'lblRunIfExecBefore'#18'AnchorSideTop.Side'#7#9'a'
+'kBox'#28'ExecuteBeforeScanFPCCheckBox'#22'AnchorSideLeft.Control'#7#29'Exec' +'srBottom'#23'AnchorSideRight.Control'#7#21'ExecuteBeforeGroupBox'#20'Anchor'
+'uteBeforeScanMakeCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anchor' +'SideRight.Side'#7#9'asrBottom'#4'Left'#3#219#0#6'Height'#2#23#3'Top'#2' '#5
+'SideTop.Control'#7#24'ExecuteBeforeCommandEdit'#18'AnchorSideTop.Side'#7#9 +'Width'#3#168#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpaci'
+'asrBottom'#4'Left'#3#26#1#6'Height'#2#22#3'Top'#2'='#5'Width'#3#236#0#18'Bo' +'ng.Left'#2#12#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#24'Exe'
+'rderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'Execute' +'cuteBeforeCommandEdit'#0#0#9'TCheckBox'#28'ExecuteBeforeScanFPCCheckBox'#22
+'BeforeScanFPCCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#29'ExecuteBeforeSca' +'AnchorSideLeft.Control'#7#29'ExecuteBeforeScanMakeCheckBox'#19'AnchorSideLe'
+'nMakeCheckBox'#22'AnchorSideLeft.Control'#7#21'ExecuteBeforeGroupBox'#21'An' +'ft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'ExecuteBeforeCommand'
+'chorSideTop.Control'#7#24'ExecuteBeforeCommandEdit'#18'AnchorSideTop.Side'#7 +'Edit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#26#1#6'Height'#2#22#3
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'='#5'Width'#3#246#0#20'Bor' +'Top'#2'='#5'Width'#3#236#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Aro'
+'derSpacing.Around'#2#6#7'Caption'#6#29'ExecuteBeforeScanMakeCheckBox'#8'Tab' +'und'#2#6#7'Caption'#6#28'ExecuteBeforeScanFPCCheckBox'#8'TabOrder'#2#4#0#0#9
+'Order'#2#5#0#0#9'TCheckBox'#28'ExecuteBeforeShowAllCheckBox'#22'AnchorSideL' +'TCheckBox'#29'ExecuteBeforeScanMakeCheckBox'#22'AnchorSideLeft.Control'#7#21
+'eft.Control'#7#28'ExecuteBeforeScanFPCCheckBox'#19'AnchorSideLeft.Side'#7#9 +'ExecuteBeforeGroupBox'#21'AnchorSideTop.Control'#7#24'ExecuteBeforeCommandE'
+'asrBottom'#21'AnchorSideTop.Control'#7#24'ExecuteBeforeCommandEdit'#18'Anch' +'dit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#3'$'#2#6'Height'#2#22#3'Top'#2'='#5 +#2'='#5'Width'#3#246#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'ExecuteB'
+'Width'#3#229#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'C' +'eforeScanMakeCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#28'ExecuteBeforeSho'
+'aption'#6#28'ExecuteBeforeShowAllCheckBox'#8'TabOrder'#2#6#0#0#0#0#0#6'TPan' +'wAllCheckBox'#22'AnchorSideLeft.Control'#7#28'ExecuteBeforeScanFPCCheckBox'
+'el'#8'BtnPanel'#4'Left'#2#0#6'Height'#2'0'#3'Top'#3#224#1#5'Width'#3#157#2#5 +#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'Execu'
+'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeig' +'teBeforeCommandEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3'$'#2#6
+'ht'#2'0'#11'ClientWidth'#3#157#2#8'TabOrder'#2#1#0#7'TBitBtn'#10'HelpButton' +'Height'#2#22#3'Top'#2'='#5'Width'#3#229#0#18'BorderSpacing.Left'#2#24#20'Bo'
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'$'#3'Top'#2 +'rderSpacing.Around'#2#6#7'Caption'#6#28'ExecuteBeforeShowAllCheckBox'#8'Tab'
+#6#5'Width'#2'K'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around' +'Order'#2#6#0#0#0#0#0#6'TPanel'#8'BtnPanel'#4'Left'#2#0#6'Height'#2'0'#3'Top'
+#2#6#7'Caption'#6#5'&Help'#21'Constraints.MinHeight'#2#25#20'Constraints.Min' +#3#224#1#5'Width'#3#157#2#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'
+'Width'#2'K'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnClick'#7#15'HelpButton' +#7#6'bvNone'#12'ClientHeight'#2'0'#11'ClientWidth'#3#157#2#8'TabOrder'#2#1#0
+'Click'#8'TabOrder'#2#0#0#0#7'TBitBtn'#14'btnShowOptions'#21'AnchorSideBotto' +#7'TBitBtn'#10'HelpButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2
+'m.Side'#7#9'asrBottom'#4'Left'#3#137#0#6'Height'#2'$'#3'Top'#2#6#5'Width'#3 +#6#6'Height'#2'$'#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#6'alLeft'#8'AutoSize'#9
+#135#0#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Ca' +#20'BorderSpacing.Around'#2#6#7'Caption'#6#5'&Help'#21'Constraints.MinHeight'
+'ption'#6#14'btnShowOptions'#21'Constraints.MinHeight'#2#25#20'Constraints.M' +#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'O'
+'inWidth'#2'K'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0 +'nClick'#7#15'HelpButtonClick'#8'TabOrder'#2#0#0#0#7'TBitBtn'#14'btnShowOpti'
+#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 +'ons'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#137#0#6'Height'#2'$'
+#0#0#0#0#0#0#4'_'#205#255#4'_'#205#255#4'_'#205#255#255#255#255#0#255#255#255 +#3'Top'#2#6#5'Width'#3#135#0#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSp'
+#0#255#255#255#0#255#255#255#0#255#255#255#0'{'#196#232#255#133#165#188#255 +'acing.Around'#2#6#7'Caption'#6#14'btnShowOptions'#21'Constraints.MinHeight'
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255 +#2#25#20'Constraints.MinWidth'#2'K'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'
+#255#255#0#4'_'#205#255'7'#149#247#255'7'#149#247#255#4'_'#205#255#225#227 +#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
+#226#255#185#187#186#255#185#187#186#255'{'#196#232#255'{'#196#232#255#133 +'d'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#4'_'#205#255#4'_'#205#255#4'_'#205#255#255
+#165#188#255#133#165#188#255#225#227#226#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#255#255#255#0'{'#196#232
+#255#255#0#255#255#255#0#4'_'#205#255'7'#149#247#255'7'#149#247#255'7'#149 +#255#133#165#188#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
+#247#255#4'_'#205#255#185#187#186#255'{'#196#232#255'{'#196#232#255'{'#196 +#255#255#255#0#255#255#255#0#4'_'#205#255'7'#149#247#255'7'#149#247#255#4'_'
+#232#255#133#165#188#255#133#165#188#255#133#165#188#255#185#187#186#255#225 +#205#255#225#227#226#255#185#187#186#255#185#187#186#255'{'#196#232#255'{'
+#227#226#255#255#255#255#0#255#255#255#0#255#255#255#0#4'_'#205#255'7'#149 +#196#232#255#133#165#188#255#133#165#188#255#225#227#226#255#255#255#255#0
+#247#255'7'#149#247#255'7'#149#247#255#4'_'#205#255'{'#196#232#255'{'#196#232 +#255#255#255#0#255#255#255#0#255#255#255#0#4'_'#205#255'7'#149#247#255'7'#149
+#255#174#228#253#255#174#228#253#255#133#165#188#255#133#165#188#255#185#187 +#247#255'7'#149#247#255#4'_'#205#255#185#187#186#255'{'#196#232#255'{'#196
+#186#255#185#187#186#255#255#255#255#0#255#255#255#0#255#255#255#0#225#227 +#232#255'{'#196#232#255#133#165#188#255#133#165#188#255#133#165#188#255#185
+#226#255#4'_'#205#255'7'#149#247#255#4'_'#205#255#0#0#0#255#0#0#0#255'jjj' +#187#186#255#225#227#226#255#255#255#255#0#255#255#255#0#255#255#255#0#4'_'
+#255#170#228#251#255#174#228#253#255#174#228#253#255#133#165#188#255#225#227 +#205#255'7'#149#247#255'7'#149#247#255'7'#149#247#255#4'_'#205#255'{'#196#232
+#226#255#185#187#186#255#225#227#226#255#255#255#255#0#255#255#255#0#185#187 +#255'{'#196#232#255#174#228#253#255#174#228#253#255#133#165#188#255#133#165
+#186#255#185#187#186#255#4'_'#205#255#0#0#0#255#213#213#213#255#187#187#187 +#188#255#185#187#186#255#185#187#186#255#255#255#255#0#255#255#255#0#255#255
+#255#0#0#0#255#0#0#0#255#0#0#0#255#174#228#253#255#174#228#253#255#255#255 +#255#0#225#227#226#255#4'_'#205#255'7'#149#247#255#4'_'#205#255#0#0#0#255#0#0
+#255#0#185#187#186#255#185#187#186#255#255#255#255#0#255#255#255#0#185#187 +#0#255'jjj'#255#170#228#251#255#174#228#253#255#174#228#253#255#133#165#188
+#186#255#192#140#134#255#205#147#138#255#0#0#0#255#203#203#203#255#210#210 +#255#225#227#226#255#185#187#186#255#225#227#226#255#255#255#255#0#255#255
+#210#255#201#201#201#255#210#210#210#255#198#198#198#255#0#0#0#255#236#245 +#255#0#185#187#186#255#185#187#186#255#4'_'#205#255#0#0#0#255#213#213#213#255
+#252'_'#255#255#255#0#225#227#226#255#185#187#186#255#255#255#255#0#255#255 +#187#187#187#255#0#0#0#255#0#0#0#255#0#0#0#255#174#228#253#255#174#228#253
+#255#0#185#128'x'#255#211#147#140#255#211#155#149#255'jjj'#255#0#0#0#255#214 +#255#255#255#255#0#185#187#186#255#185#187#186#255#255#255#255#0#255#255#255
+#214#214#255#0#0#0#255#0#0#0#255#192#192#192#255#0#0#0#255#255#255#255#0#255 +#0#185#187#186#255#192#140#134#255#205#147#138#255#0#0#0#255#203#203#203#255
,#255#255#0#255#255#255#0#185#187#186#255#255#255#255#0#174#128'w'#255#205#147 +#210#210#210#255#201#201#201#255#210#210#210#255#198#198#198#255#0#0#0#255
+#139#255#215#165#160#255#220#175#171#255#226#187#183#255#0#0#0#255#230#230 +#236#245#252'_'#255#255#255#0#225#227#226#255#185#187#186#255#255#255#255#0
+#230#255#0#0#0#255#249#249#250#0#0#0#0#255'jjj'#255#128#133#173#255#255#255 +#255#255#255#0#185#128'x'#255#211#147#140#255#211#155#149#255'jjj'#255#0#0#0
+#255#0#255#255#255#0#185#187#186#255#255#255#255#0#183#128'z'#255#215#155#149 +#255#214#214#214#255#0#0#0#255#0#0#0#255#192#192#192#255#0#0#0#255#255#255
+#255#218#177#172#255#233#202#197#255#227#197#191#255#0#0#0#255#225#225#225 ,#255#0#255#255#255#0#255#255#255#0#185#187#186#255#255#255#255#0#174#128'w'
+#255#210#210#210#255#0#0#0#255#255#255#255#0#128#133#173#255#128#133#173#255 +#255#205#147#139#255#215#165#160#255#220#175#171#255#226#187#183#255#0#0#0
+'u'#148#243#255#146#163#224#255#185#187#186#255#255#255#255#0#197#155#150#255 +#255#230#230#230#255#0#0#0#255#249#249#250#0#0#0#0#255'jjj'#255#128#133#173
+#209#155#148#255#218#180#173#255#238#214#205#255#226#194#186#255'jjj'#255#0#0 +#255#255#255#255#0#255#255#255#0#185#187#186#255#255#255#255#0#183#128'z'#255
+#0#255#0#0#0#255'jjj'#255#128#133#173#255#128#133#173#255#128#133#173#255'u' +#215#155#149#255#218#177#172#255#233#202#197#255#227#197#191#255#0#0#0#255
+#148#243#255'u'#148#243#255#179#190#225#255#255#255#255#0#255#255#255#0#204 +#225#225#225#255#210#210#210#255#0#0#0#255#255#255#255#0#128#133#173#255#128
+#155#151#255#214#163#157#255#220#174#170#255#218#173#168#255#209#165#159#255 +#133#173#255'u'#148#243#255#146#163#224#255#185#187#186#255#255#255#255#0#197
+#255#255#255#0#255#255#255#0#191#191#207#255#128#133#173#255#128#133#173#255 +#155#150#255#209#155#148#255#218#180#173#255#238#214#205#255#226#194#186#255
+'p'#128#190#255'u'#148#243#255'u'#148#243#255'u'#148#243#255#255#255#255#0 +'jjj'#255#0#0#0#255#0#0#0#255'jjj'#255#128#133#173#255#128#133#173#255#128
+#255#255#255#0#255#255#255#0#185#187#186#255#212#172#170#255#213#174#173#255 +#133#173#255'u'#148#243#255'u'#148#243#255#179#190#225#255#255#255#255#0#255
+#255#255#255#0#254#254#253#0#255#255#255#0#255#255#255#0#128#133#173#255#128 +#255#255#0#204#155#151#255#214#163#157#255#220#174#170#255#218#173#168#255
+#133#173#255't'#128#204#255'u'#148#243#255'u'#148#243#255#158#167#218#255#255 +#209#165#159#255#255#255#255#0#255#255#255#0#191#191#207#255#128#133#173#255
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#185#187#186#255#185#187 +#128#133#173#255'p'#128#190#255'u'#148#243#255'u'#148#243#255'u'#148#243#255
+#186#255#189#191#190#255#225#227#226#255#255#255#255#0#255#255#255#0#170#170 +#255#255#255#0#255#255#255#0#255#255#255#0#185#187#186#255#212#172#170#255
+#193#255#128#133#173#255'u'#135#214#255'q'#147#243#255#149#164#224#255#254 +#213#174#173#255#255#255#255#0#254#254#253#0#255#255#255#0#255#255#255#0#128
+#254#254#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 +#133#173#255#128#133#173#255't'#128#204#255'u'#148#243#255'u'#148#243#255#158
+#255#0#225#227#226#255#185#187#186#255#185#187#186#255#185#187#186#255#185 +#167#218#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#185#187
+#187#186#255#185#187#186#255#128#131#176#255'u'#140#222#255'u'#148#243#255 +#186#255#185#187#186#255#189#191#190#255#225#227#226#255#255#255#255#0#255
+#254#254#254#0#250#250#252#0#255#255#255#0#255#255#255#0#255#255#255#0#255 +#255#255#0#170#170#193#255#128#133#173#255'u'#135#214#255'q'#147#243#255#149
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255 +#164#224#255#254#254#254#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
+#255#0#255#255#255#0#254#254#254#0#165#170#202#255#128#146#218#255#254#254 +#255#0#255#255#255#0#225#227#226#255#185#187#186#255#185#187#186#255#185#187
+#254#0#247#247#251#0#254#254#254#0#255#255#255#0#9'NumGlyphs'#2#0#7'OnClick' +#186#255#185#187#186#255#185#187#186#255#128#131#176#255'u'#140#222#255'u'
+#7#24'ButtonShowOptionsClicked'#8'TabOrder'#2#1#0#0#7'TBitBtn'#8'btnCheck'#21 +#148#243#255#254#254#254#0#250#250#252#0#255#255#255#0#255#255#255#0#255#255
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#22#1#6'Height'#2'$'#3'Top'#2 +#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
+#6#5'Width'#2'c'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around' +#255#255#255#0#255#255#255#0#254#254#254#0#165#170#202#255#128#146#218#255
+#2#6#7'Caption'#6#8'btnCheck'#21'Constraints.MinHeight'#2#25#20'Constraints.' +#254#254#254#0#247#247#251#0#254#254#254#0#255#255#255#0#9'NumGlyphs'#2#0#7
+'MinWidth'#2'K'#7'Default'#9#4'Kind'#7#5'bkYes'#9'NumGlyphs'#2#0#7'OnClick'#7 +'OnClick'#7#24'ButtonShowOptionsClicked'#8'TabOrder'#2#1#0#0#7'TBitBtn'#8'bt'
+#14'btnTestClicked'#8'TabOrder'#2#2#0#0#7'TBitBtn'#11'btnLoadSave'#21'Anchor' +'nCheck'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#22#1#6'Height'#2
+'SideBottom.Side'#7#9'asrBottom'#4'Left'#3''#1#6'Height'#2'$'#3'Top'#2#6#5 +'$'#3'Top'#2#6#5'Width'#2'c'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSp'
+'Width'#2's'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6 +'acing.Around'#2#6#7'Caption'#6#8'btnCheck'#21'Constraints.MinHeight'#2#25#20
+#7'Caption'#6#11'btnLoadSave'#21'Constraints.MinHeight'#2#25#20'Constraints.' +'Constraints.MinWidth'#2'K'#7'Default'#9#4'Kind'#7#5'bkYes'#9'NumGlyphs'#2#0
+'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 +#7'OnClick'#7#14'btnTestClicked'#8'TabOrder'#2#2#0#0#7'TBitBtn'#11'btnLoadSa'
+#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 +'ve'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3''#1#6'Height'#2'$'#3
+#0#0#0#0#0#0#186'j6'#143#185'i5'#181#184'i5'#238#183'h5'#255#181'h5'#255#180 +'Top'#2#6#5'Width'#2's'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing'
+'g4'#255#178'f4'#255#176'e3'#255#174'd3'#255#172'c2'#255#170'b2'#255#169'a2' +'.Around'#2#6#7'Caption'#6#11'btnLoadSave'#21'Constraints.MinHeight'#2#25#20
+#255#168'`1'#255#167'`1'#254#166'`1'#241#168'a1'#196#186'j5'#222#235#198#173 +'Constraints.MinWidth'#2'K'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0
+#255#234#197#173#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251 +#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
+#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254 +'d'#0#0#0#0#0#0#0#0#0#0#0#186'j6'#143#185'i5'#181#184'i5'#238#183'h5'#255#181
+#251#248#255#254#251#248#255#200#154'|'#255#199#152'y'#255#167'`1'#237#186'k' +'h5'#255#180'g4'#255#178'f4'#255#176'e3'#255#174'd3'#255#172'c2'#255#170'b2'
+'7'#254#237#202#179#255#224#162'z'#255#254#250#247#255'b'#192#136#255'b'#192 +#255#169'a2'#255#168'`1'#255#167'`1'#254#166'`1'#241#168'a1'#196#186'j5'#222
+#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192 +#235#198#173#255#234#197#173#255#254#251#248#255#254#251#248#255#254#251#248
+#136#255'b'#192#136#255#253#249#246#255#202#141'e'#255#201#155'|'#255#167'`1'
+#254#187'l8'#255#238#204#182#255#225#162'z'#255#254#250#247#255#191#220#194
+#255#191#220#194#255#191#220#194#255#191#220#194#255#191#220#194#255#191#220
+#194#255#191#220#194#255#191#220#194#255#253#249#246#255#205#144'h'#255#204
+#158#129#255#168'a2'#255#187'k8'#255#239#206#184#255#225#162'y'#255#254#250
+#247#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192
+#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255#253#249#246#255#207#147
+'j'#255#206#163#132#255#170'a2'#255#186'j6'#255#239#208#187#255#226#162'z'
+#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251 +#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251
+#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254 +#248#255#254#251#248#255#254#251#248#255#200#154'|'#255#199#152'y'#255#167'`'
+#251#248#255#211#150'm'#255#210#167#138#255#171'b2'#255#187'j6'#255#240#210 +'1'#237#186'k7'#254#237#202#179#255#224#162'z'#255#254#250#247#255'b'#192#136
+#190#255#226#163'z'#255#226#163'z'#255#225#163'z'#255#226#163'{'#255#225#163 +#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136
+'{'#255#224#161'x'#255#222#159'w'#255#221#159'v'#255#220#157't'#255#217#155 +#255'b'#192#136#255'b'#192#136#255#253#249#246#255#202#141'e'#255#201#155'|'
+'r'#255#216#153'q'#255#214#153'p'#255#213#171#142#255#173'c3'#255#187'j6'#255 +#255#167'`1'#254#187'l8'#255#238#204#182#255#225#162'z'#255#254#250#247#255
+#242#213#194#255#227#163'z'#255#227#163'z'#255#226#163'{'#255#226#163'{'#255 +#191#220#194#255#191#220#194#255#191#220#194#255#191#220#194#255#191#220#194
+#226#164'{'#255#225#162'y'#255#224#161'x'#255#222#160'w'#255#222#158'u'#255 +#255#191#220#194#255#191#220#194#255#191#220#194#255#253#249#246#255#205#144
+#220#157't'#255#218#155's'#255#217#155's'#255#218#176#149#255#175'd3'#255#187 +'h'#255#204#158#129#255#168'a2'#255#187'k8'#255#239#206#184#255#225#162'y'
+'j6'#255#242#216#197#255#227#164'{'#255#227#163'z'#255#227#164'z'#255#226#164 +#255#254#250#247#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136
+'{'#255#226#163'{'#255#225#163'{'#255#225#162'y'#255#223#160'w'#255#222#159 +#255'b'#192#136#255'b'#192#136#255'b'#192#136#255'b'#192#136#255#253#249#246
,'v'#255#221#158't'#255#219#156'r'#255#220#157't'#255#221#181#154#255#177'e4' +#255#207#147'j'#255#206#163#132#255#170'a2'#255#186'j6'#255#239#208#187#255
+#255#187'k6'#255#244#217#199#255#230#166'}'#255#200#140'd'#255#201#141'e'#255 +#226#162'z'#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248
+#201#142'g'#255#203#146'l'#255#203#146'm'#255#202#144'i'#255#200#140'e'#255 +#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251
+#200#140'd'#255#200#140'd'#255#200#140'd'#255#218#156't'#255#225#186#159#255 +#248#255#254#251#248#255#211#150'm'#255#210#167#138#255#171'b2'#255#187'j6'
+#179'f4'#255#187'k6'#254#244#220#201#255#231#167'}'#255#249#236#225#255#249 +#255#240#210#190#255#226#163'z'#255#226#163'z'#255#225#163'z'#255#226#163'{'
+#236#225#255#249#237#227#255#252#244#238#255#253#250#247#255#253#247#243#255 +#255#225#163'{'#255#224#161'x'#255#222#159'w'#255#221#159'v'#255#220#157't'
+#250#237#229#255#247#231#219#255#247#229#217#255#246#229#216#255#222#160'w' +#255#217#155'r'#255#216#153'q'#255#214#153'p'#255#213#171#142#255#173'c3'#255
+#255#228#190#164#255#180'g4'#255#188'k6'#250#245#221#204#255#231#168'~'#255 +#187'j6'#255#242#213#194#255#227#163'z'#255#227#163'z'#255#226#163'{'#255#226
+#250#240#232#255#250#240#232#255#201#141'f'#255#250#240#233#255#253#248#243 +#163'{'#255#226#164'{'#255#225#162'y'#255#224#161'x'#255#222#160'w'#255#222
+#255#254#250#248#255#252#244#239#255#249#233#223#255#247#231#219#255#247#229 +#158'u'#255#220#157't'#255#218#155's'#255#217#155's'#255#218#176#149#255#175
+#217#255#224#162'x'#255#231#194#169#255#182'h5'#255#188'k6'#240#246#223#208 +'d3'#255#187'j6'#255#242#216#197#255#227#164'{'#255#227#163'z'#255#227#164'z'
+#255#232#168'~'#255#252#246#241#255#252#246#241#255#200#140'd'#255#250#241 +#255#226#164'{'#255#226#163'{'#255#225#163'{'#255#225#162'y'#255#223#160'w'
+#233#255#251#244#238#255#253#250#247#255#253#249#246#255#250#240#232#255#248 ,#255#222#159'v'#255#221#158't'#255#219#156'r'#255#220#157't'#255#221#181#154
+#232#221#255#247#230#219#255#225#163'z'#255#239#213#195#255#183'i5'#254#188 +#255#177'e4'#255#187'k6'#255#244#217#199#255#230#166'}'#255#200#140'd'#255
+'k6'#216#246#223#209#255#233#170#128#255#254#250#246#255#253#250#246#255#200 +#201#141'e'#255#201#142'g'#255#203#146'l'#255#203#146'm'#255#202#144'i'#255
+#140'd'#255#251#243#238#255#251#241#234#255#252#246#242#255#254#251#248#255 +#200#140'e'#255#200#140'd'#255#200#140'd'#255#200#140'd'#255#218#156't'#255
+#252#246#241#255#249#236#226#255#248#231#219#255#238#208#186#255#236#208#189 +#225#186#159#255#179'f4'#255#187'k6'#254#244#220#201#255#231#167'}'#255#249
+#255#187'p>'#248#188'k6'#155#246#224#209#255#247#224#209#255#254#251#248#255 +#236#225#255#249#236#225#255#249#237#227#255#252#244#238#255#253#250#247#255
+#254#251#247#255#253#249#246#255#252#245#240#255#250#240#234#255#251#242#237 +#253#247#243#255#250#237#229#255#247#231#219#255#247#229#217#255#246#229#216
+#255#253#249#246#255#253#250#247#255#251#241#235#255#248#233#223#254#236#208 +#255#222#160'w'#255#228#190#164#255#180'g4'#255#188'k6'#250#245#221#204#255
+#189#251#201#137'^'#236#181'i5c'#188'k6q'#188'k6'#144#188'k6'#204#188'k6'#238 +#231#168'~'#255#250#240#232#255#250#240#232#255#201#141'f'#255#250#240#233
+#188'k6'#250#187'k6'#254#187'k6'#255#187'j6'#255#187'j6'#255#188'l9'#255#189 +#255#253#248#243#255#254#250#248#255#252#244#239#255#249#233#223#255#247#231
+'n;'#255#187'm:'#255#187'k8'#239#187'p>'#203#182'i5T'#255#255#255#0#9'NumGly' +#219#255#247#229#217#255#224#162'x'#255#231#194#169#255#182'h5'#255#188'k6'
+'phs'#2#0#7'OnClick'#7#19'ButtonLoadSaveClick'#14'ParentShowHint'#8#8'ShowHi' +#240#246#223#208#255#232#168'~'#255#252#246#241#255#252#246#241#255#200#140
+'nt'#9#8'TabOrder'#2#3#0#0#7'TBitBtn'#5'btnOK'#21'AnchorSideBottom.Side'#7#9 +'d'#255#250#241#233#255#251#244#238#255#253#250#247#255#253#249#246#255#250
+'asrBottom'#4'Left'#3#248#1#6'Height'#2'$'#3'Top'#2#6#5'Width'#2'K'#5'Align' +#240#232#255#248#232#221#255#247#230#219#255#225#163'z'#255#239#213#195#255
+#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'&OK' +#183'i5'#254#188'k6'#216#246#223#209#255#233#170#128#255#254#250#246#255#253
+#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#4'bk' +#250#246#255#200#140'd'#255#251#243#238#255#251#241#234#255#252#246#242#255
+'OK'#9'NumGlyphs'#2#0#7'OnClick'#7#15'ButtonOKClicked'#8'TabOrder'#2#4#0#0#7 +#254#251#248#255#252#246#241#255#249#236#226#255#248#231#219#255#238#208#186
+'TBitBtn'#9'btnCancel'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSide' +#255#236#208#189#255#187'p>'#248#188'k6'#155#246#224#209#255#247#224#209#255
+'Bottom.Side'#7#9'asrBottom'#4'Left'#3'I'#2#6'Height'#2'$'#3'Top'#2#6#5'Widt' +#254#251#248#255#254#251#247#255#253#249#246#255#252#245#240#255#250#240#234
+'h'#2'N'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6 +#255#251#242#237#255#253#249#246#255#253#250#247#255#251#241#235#255#248#233
+'Cancel'#9#7'Caption'#6#6'Cancel'#21'Constraints.MinHeight'#2#25#20'Constrai' +#223#254#236#208#189#251#201#137'^'#236#181'i5c'#188'k6q'#188'k6'#144#188'k6'
+'nts.MinWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2 +#204#188'k6'#238#188'k6'#250#187'k6'#254#187'k6'#255#187'j6'#255#187'j6'#255
+#0#8'TabOrder'#2#5#0#0#0#0 +#188'l9'#255#189'n;'#255#187'm:'#255#187'k8'#239#187'p>'#203#182'i5T'#255#255
+#255#0#9'NumGlyphs'#2#0#7'OnClick'#7#19'ButtonLoadSaveClick'#14'ParentShowHi'
+'nt'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#7'TBitBtn'#5'btnOK'#21'AnchorSideBo'
+'ttom.Side'#7#9'asrBottom'#4'Left'#3#248#1#6'Height'#2'$'#3'Top'#2#6#5'Width'
+#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Cap'
+'tion'#6#3'&OK'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'
+#4'Kind'#7#4'bkOK'#9'NumGlyphs'#2#0#7'OnClick'#7#15'ButtonOKClicked'#8'TabOr'
+'der'#2#4#0#0#7'TBitBtn'#9'btnCancel'#20'AnchorSideRight.Side'#7#9'asrBottom'
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'I'#2#6'Height'#2'$'#3'To'
+'p'#2#6#5'Width'#2'N'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.A'
+'round'#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#21'Constraints.MinHeight'#2#25
+#20'Constraints.MinWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'N'
+'umGlyphs'#2#0#8'TabOrder'#2#5#0#0#0#0
]); ]);