IDE: compiler options: removed obsolete switch -gd debugging info for DBX

git-svn-id: trunk@16157 -
This commit is contained in:
mattias 2008-08-20 08:54:32 +00:00
parent 67ebb5aa2d
commit c1dd4c638e
5 changed files with 367 additions and 394 deletions

View File

@ -1107,7 +1107,6 @@ begin
{ Linking }
p:=Path+'Linking/';
GenerateDebugInfo := XMLConfigFile.GetValue(p+'Debugging/GenerateDebugInfo/Value', false);
GenerateDebugDBX := XMLConfigFile.GetValue(p+'Debugging/GenerateDebugDBX/Value', false);
UseLineInfoUnit := XMLConfigFile.GetValue(p+'Debugging/UseLineInfoUnit/Value', true);
UseHeaptrc := XMLConfigFile.GetValue(p+'Debugging/UseHeaptrc/Value', false);
UseValgrind := XMLConfigFile.GetValue(p+'Debugging/UseValgrind/Value', false);
@ -1255,7 +1254,6 @@ begin
{ Linking }
p:=Path+'Linking/';
XMLConfigFile.SetDeleteValue(p+'Debugging/GenerateDebugInfo/Value', GenerateDebugInfo,false);
XMLConfigFile.SetDeleteValue(p+'Debugging/GenerateDebugDBX/Value', GenerateDebugDBX,false);
XMLConfigFile.SetDeleteValue(p+'Debugging/UseLineInfoUnit/Value', UseLineInfoUnit,true);
XMLConfigFile.SetDeleteValue(p+'Debugging/UseHeaptrc/Value', UseHeaptrc,false);
XMLConfigFile.SetDeleteValue(p+'Debugging/UseValgrind/Value', UseValgrind,false);
@ -2076,10 +2074,6 @@ begin
if (GenerateDebugInfo) then
switches := switches + ' -g';
{ Debug Info for DBX }
if (GenerateDebugDBX) then
switches := switches + ' -gd';
{ Line Numbers in Run-time Error Backtraces - Use LineInfo Unit }
if (UseLineInfoUnit) then
switches := switches + ' -gl';
@ -2439,7 +2433,6 @@ begin
// linking
fGenDebugInfo := false;
fGenDebugDBX := false;
fUseLineInfoUnit := true;
fUseHeaptrc := false;
fUseValgrind := false;
@ -2542,7 +2535,6 @@ begin
// Linking
fGenDebugInfo := CompOpts.fGenDebugInfo;
fGenDebugDBX := CompOpts.fGenDebugDBX;
fUseLineInfoUnit := CompOpts.fUseLineInfoUnit;
fUseHeaptrc := CompOpts.fUseHeaptrc;
fUseValgrind := CompOpts.fUseValgrind;
@ -2667,7 +2659,6 @@ begin
// linking
Tool.Path:='Linking';
Tool.AddDiff('GenDebugInfo',fGenDebugInfo,CompOpts.fGenDebugInfo);
Tool.AddDiff('GenDebugDBX',fGenDebugDBX,CompOpts.fGenDebugDBX);
Tool.AddDiff('UseLineInfoUnit',fUseLineInfoUnit,CompOpts.fUseLineInfoUnit);
Tool.AddDiff('UseHeaptrc',fUseHeaptrc,CompOpts.fUseHeaptrc);
Tool.AddDiff('UseValgrind',fUseValgrind,CompOpts.fUseValgrind);

View File

@ -19,7 +19,7 @@ object frmCompilerOptions: TfrmCompilerOptions
Width = 669
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
PageIndex = 2
PageIndex = 3
TabOrder = 0
object PathPage: TPage
Caption = 'PathPage'
@ -360,45 +360,45 @@ object frmCompilerOptions: TfrmCompilerOptions
TabOrder = 1
object chkChecksIO: TCheckBox
Left = 6
Height = 22
Height = 21
Top = 6
Width = 173
Width = 172
BorderSpacing.Around = 6
Caption = 'chkChecksIO'
TabOrder = 0
end
object chkChecksRange: TCheckBox
Left = 6
Height = 22
Top = 34
Width = 173
Height = 21
Top = 33
Width = 172
BorderSpacing.Around = 6
Caption = 'chkChecksRange'
TabOrder = 1
end
object chkChecksOverflow: TCheckBox
Left = 6
Height = 22
Top = 62
Width = 173
Height = 21
Top = 60
Width = 172
BorderSpacing.Around = 6
Caption = 'chkChecksOverflow'
TabOrder = 2
end
object chkChecksStack: TCheckBox
Left = 6
Height = 22
Top = 90
Width = 173
Height = 21
Top = 87
Width = 172
BorderSpacing.Around = 6
Caption = 'chkChecksStack'
TabOrder = 3
end
object chkVerifyObjMethodCall: TCheckBox
Left = 6
Height = 22
Top = 118
Width = 173
Height = 21
Top = 114
Width = 172
Caption = 'chkVerifyObjMethodCall'
TabOrder = 4
end
@ -649,7 +649,7 @@ object frmCompilerOptions: TfrmCompilerOptions
object grpLinkLibraries: TGroupBox
Left = 6
Height = 53
Top = 233
Top = 205
Width = 655
Align = alTop
AutoSize = True
@ -672,7 +672,7 @@ object frmCompilerOptions: TfrmCompilerOptions
object TargetSpecificsGrpBox: TGroupBox
Left = 6
Height = 53
Top = 292
Top = 264
Width = 655
Align = alTop
AutoSize = True
@ -695,7 +695,7 @@ object frmCompilerOptions: TfrmCompilerOptions
object grpOptions: TGroupBox
Left = 6
Height = 82
Top = 351
Top = 323
Width = 655
Align = alTop
AutoSize = True
@ -727,14 +727,14 @@ object frmCompilerOptions: TfrmCompilerOptions
end
object grpDebugging: TGroupBox
Left = 6
Height = 221
Height = 193
Top = 6
Width = 655
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpDebugging'
ClientHeight = 202
ClientHeight = 174
ClientWidth = 651
TabOrder = 3
object chkDebugGDB: TCheckBox
@ -747,65 +747,55 @@ object frmCompilerOptions: TfrmCompilerOptions
Caption = 'chkDebugGDB'
TabOrder = 0
end
object chkDebugDBX: TCheckBox
object chkUseLineInfoUnit: TCheckBox
Left = 6
Height = 22
Top = 34
Width = 639
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkDebugDBX'
Caption = 'chkUseLineInfoUnit'
TabOrder = 1
end
object chkUseLineInfoUnit: TCheckBox
object chkUseHeaptrc: TCheckBox
Left = 6
Height = 22
Top = 62
Width = 639
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkUseLineInfoUnit'
Caption = 'chkUseHeaptrc'
TabOrder = 2
end
object chkUseHeaptrc: TCheckBox
object chkUseValgrind: TCheckBox
Left = 6
Height = 22
Top = 90
Width = 639
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkUseHeaptrc'
Caption = 'chkUseValgrind'
TabOrder = 3
end
object chkUseValgrind: TCheckBox
object chkGenGProfCode: TCheckBox
Left = 6
Height = 22
Top = 118
Width = 639
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkUseValgrind'
Caption = 'chkGenGProfCode'
TabOrder = 4
end
object chkGenGProfCode: TCheckBox
object chkSymbolsStrip: TCheckBox
Left = 6
Height = 22
Top = 146
Width = 639
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkGenGProfCode'
TabOrder = 5
end
object chkSymbolsStrip: TCheckBox
Left = 6
Height = 22
Top = 174
Width = 639
Align = alTop
BorderSpacing.Around = 6
Caption = 'chkSymbolsStrip'
TabOrder = 6
TabOrder = 5
end
end
end

View File

@ -9,7 +9,7 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'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#224#1#5
+'Width'#3#157#2#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
+'ht'#8'akBottom'#0#9'PageIndex'#2#2#8'TabOrder'#2#0#0#5'TPage'#8'PathPage'#7
+'ht'#8'akBottom'#0#9'PageIndex'#2#3#8'TabOrder'#2#0#0#5'TPage'#8'PathPage'#7
+'Caption'#6#8'PathPage'#11'ClientWidth'#3#155#2#12'ClientHeight'#3#197#1#0#6
+'TLabel'#13'lblOtherUnits'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3
+#143#2#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2
@ -128,16 +128,16 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'ion'#6#9'grpChecks'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBott'
+'om'#27'ChildSizing.ControlsPerLine'#2#1#12'ClientHeight'#3#140#0#11'ClientW'
+'idth'#3#185#0#8'TabOrder'#2#1#0#9'TCheckBox'#11'chkChecksIO'#4'Left'#2#6#6
+'Height'#2#22#3'Top'#2#6#5'Width'#3#173#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'
+#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#173#0#20'BorderSpacing.Ar'
+#4'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#172#0#20'BorderSpacing.Ar'
+'ound'#2#6#7'Caption'#6#14'chkChecksRange'#8'TabOrder'#2#1#0#0#9'TCheckBox'
+#17'chkChecksOverflow'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'>'#5'Width'#3#173
+#17'chkChecksOverflow'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'<'#5'Width'#3#172
+#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'chkChecksOverflow'#8'TabOrde'
+'r'#2#2#0#0#9'TCheckBox'#14'chkChecksStack'#4'Left'#2#6#6'Height'#2#22#3'Top'
+#2'Z'#5'Width'#3#173#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'chkCheck'
+'r'#2#2#0#0#9'TCheckBox'#14'chkChecksStack'#4'Left'#2#6#6'Height'#2#21#3'Top'
+#2'W'#5'Width'#3#172#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'chkCheck'
+'sStack'#8'TabOrder'#2#3#0#0#9'TCheckBox'#22'chkVerifyObjMethodCall'#4'Left'
+#2#6#6'Height'#2#22#3'Top'#2'v'#5'Width'#3#173#0#7'Caption'#6#22'chkVerifyOb'
+#2#6#6'Height'#2#21#3'Top'#2'r'#5'Width'#3#172#0#7'Caption'#6#22'chkVerifyOb'
+'jMethodCall'#8'TabOrder'#2#4#0#0#0#9'TGroupBox'#11'grpHeapSize'#22'AnchorSi'
+'deLeft.Control'#7#9'grpChecks'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'An'
+'chorSideTop.Control'#7#16'grpSmartLinkUnit'#18'AnchorSideTop.Side'#7#9'asrB'
@ -226,18 +226,18 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'v'#7'Caption'#6#13'chkOptSmaller'#8'TabOrder'#2#6#0#0#0#0#5'TPage'#11'Linki'
+'ngPage'#7'Caption'#6#11'LinkingPage'#11'ClientWidth'#3#155#2#12'ClientHeigh'
+'t'#3#197#1#0#9'TGroupBox'#16'grpLinkLibraries'#4'Left'#2#6#6'Height'#2'5'#3
+'Top'#3#233#0#5'Width'#3#143#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSp'
+'Top'#3#205#0#5'Width'#3#143#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSp'
+'acing.Around'#2#6#7'Caption'#6#16'grpLinkLibraries'#12'ClientHeight'#2'"'#11
+'ClientWidth'#3#139#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'Border'
+'Spacing.Around'#2#6#7'Caption'#6#12'chkLinkSmart'#8'TabOrder'#2#0#0#0#0#9'T'
+'GroupBox'#21'TargetSpecificsGrpBox'#4'Left'#2#6#6'Height'#2'5'#3'Top'#3'$'#1
+'GroupBox'#21'TargetSpecificsGrpBox'#4'Left'#2#6#6'Height'#2'5'#3'Top'#3#8#1
+#5'Width'#3#143#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#21'TargetSpecificsGrpBox'#12'ClientHeight'#2'"'#11'ClientW'
+'idth'#3#139#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'Border'
+'Spacing.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'Wi'
+#0#9'TGroupBox'#10'grpOptions'#4'Left'#2#6#6'Height'#2'R'#3'Top'#3'C'#1#5'Wi'
+'dth'#3#143#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#139#2#8
+'TabOrder'#2#2#0#9'TCheckBox'#17'chkOptionsLinkOpt'#4'Left'#2#6#6'Height'#2
@ -245,338 +245,336 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+#6#7'Caption'#6#17'chkOptionsLinkOpt'#8'TabOrder'#2#0#0#0#5'TEdit'#17'edtOpt'
+'ionsLinkOpt'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'"'#5'Width'#3''#2#5'Align'
+#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#17'edtOpt'
+'ionsLinkOpt'#0#0#0#9'TGroupBox'#12'grpDebugging'#4'Left'#2#6#6'Height'#3#221
+'ionsLinkOpt'#0#0#0#9'TGroupBox'#12'grpDebugging'#4'Left'#2#6#6'Height'#3#193
+#0#3'Top'#2#6#5'Width'#3#143#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSp'
+'acing.Around'#2#6#7'Caption'#6#12'grpDebugging'#12'ClientHeight'#3#202#0#11
+'acing.Around'#2#6#7'Caption'#6#12'grpDebugging'#12'ClientHeight'#3#174#0#11
+'ClientWidth'#3#139#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'Border'
+'Spacing.Around'#2#6#7'Caption'#6#11'chkDebugGDB'#8'TabOrder'#2#0#0#0#9'TChe'
+'ckBox'#11'chkDebugDBX'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3''
+#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'chkDebug'
+'DBX'#8'TabOrder'#2#1#0#0#9'TCheckBox'#18'chkUseLineInfoUnit'#4'Left'#2#6#6
+'Height'#2#22#3'Top'#2'>'#5'Width'#3''#2#5'Align'#7#5'alTop'#20'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6#18'chkUseLineInfoUnit'#8'TabOrder'#2#2#0#0#9'TC'
+'heckBox'#13'chkUseHeaptrc'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'Z'#5'Width'#3
,''#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'chkUs'
+'eHeaptrc'#8'TabOrder'#2#3#0#0#9'TCheckBox'#14'chkUseValgrind'#4'Left'#2#6#6
+'Height'#2#22#3'Top'#2'v'#5'Width'#3''#2#5'Align'#7#5'alTop'#20'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6#14'chkUseValgrind'#8'TabOrder'#2#4#0#0#9'TCheck'
+'Box'#15'chkGenGProfCode'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#146#0#5'Width'
+#3''#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'chk'
+'GenGProfCode'#8'TabOrder'#2#5#0#0#9'TCheckBox'#15'chkSymbolsStrip'#4'Left'#2
+#6#6'Height'#2#22#3'Top'#3#174#0#5'Width'#3''#2#5'Align'#7#5'alTop'#20'Bord'
+'erSpacing.Around'#2#6#7'Caption'#6#15'chkSymbolsStrip'#8'TabOrder'#2#6#0#0#0
+#0#5'TPage'#7'MsgPage'#7'Caption'#6#7'MsgPage'#11'ClientWidth'#3#155#2#12'Cl'
+'ientHeight'#3#197#1#0#11'TCheckGroup'#12'grpVerbosity'#4'Left'#2#6#6'Height'
+#3#196#0#3'Top'#2#6#5'Width'#3#143#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'Bo'
+'rderSpacing.Around'#2#6#7'Caption'#6#12'grpVerbosity'#28'ChildSizing.LeftRi'
+'ghtSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Enlarge'
+'Horizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7
+#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScale'
+'Childs'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.'
+'Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.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#143#2#5'Align'#7#5'alTop'#8'Au'
+'toSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'grpErrorCnt'#12'Clie'
+'ntHeight'#2'#'#11'ClientWidth'#3#139#2#8'TabOrder'#2#1#0#5'TEdit'#11'edtErr'
+'orCnt'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3''#2#5'Align'#7#5'a'
+'lTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#11'edtErrorCnt'
+#0#0#0#0#5'TPage'#9'OtherPage'#7'Caption'#6#9'OtherPage'#11'ClientWidth'#3
+#155#2#12'ClientHeight'#3#197#1#0#9'TGroupBox'#13'grpConfigFile'#4'Left'#2#6
+#6'Height'#2'n'#3'Top'#2#6#5'Width'#3#143#2#5'Align'#7#5'alTop'#8'AutoSize'#9
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'grpConfigFile'#12'ClientHeight'
+#2'['#11'ClientWidth'#3#139#2#8'TabOrder'#2#0#0#9'TCheckBox'#13'chkConfigFil'
+'e'#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#7'Caption'#6#13'chkConfigFile'#8'TabOrder'#2#0
+#0#0#9'TCheckBox'#19'chkCustomConfigFile'#4'Left'#2#6#6'Height'#2#22#3'Top'#2
+'"'#5'Width'#3''#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Capti'
+'on'#6#19'chkCustomConfigFile'#7'OnClick'#7#24'chkCustomConfigFileClick'#8'T'
+'abOrder'#2#1#0#0#5'TEdit'#13'edtConfigPath'#4'Left'#2#6#6'Height'#2#23#3'To'
+'p'#2'>'#5'Width'#3''#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8
+'TabOrder'#2#2#4'Text'#6#13'edtConfigPath'#0#0#0#9'TGroupBox'#16'grpCustomOp'
+'tions'#4'Left'#2#6#6'Height'#3'E'#1#3'Top'#2'z'#5'Width'#3#143#2#5'Align'#7
+#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'grpCustomOptions'
+#12'ClientHeight'#3'2'#1#11'ClientWidth'#3#139#2#8'TabOrder'#2#1#0#5'TMemo'
+#16'memCustomOptions'#4'Left'#2#6#6'Height'#3'&'#1#3'Top'#2#6#5'Width'#3''#2
+#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#0#0
+#5'TPage'#13'InheritedPage'#7'Caption'#6#13'InheritedPage'#11'ClientWidth'#3
+#155#2#12'ClientHeight'#3#197#1#0#6'TLabel'#12'InhNoteLabel'#4'Left'#2#6#6'H'
+'eight'#2#20#3'Top'#2#6#5'Width'#3#143#2#5'Align'#7#5'alTop'#20'BorderSpacin'
+'g.Around'#2#6#7'Caption'#6#12'InhNoteLabel'#11'ParentColor'#8#0#0#9'TTreeVi'
+'ew'#11'InhTreeView'#4'Left'#2#6#6'Height'#3#247#0#3'Top'#2' '#5'Width'#3#143
+#2#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6
+#17'DefaultItemHeight'#2#19#8'TabOrder'#2#0#18'OnSelectionChanged'#7#27'InhT'
+'reeViewSelectionChanged'#0#0#5'TMemo'#11'InhItemMemo'#4'Left'#2#6#6'Height'
+#3#163#0#3'Top'#3#28#1#5'Width'#3#143#2#5'Align'#7#8'alClient'#18'BorderSpac'
+'ing.Left'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#8'Re'
+'adOnly'#9#10'ScrollBars'#7#14'ssAutoVertical'#8'TabOrder'#2#1#0#0#9'TSplitt'
+'er'#11'InhSplitter'#6'Cursor'#7#8'crVSplit'#6'Height'#2#5#3'Top'#3#23#1#5'W'
+'idth'#3#155#2#5'Align'#7#5'alTop'#12'ResizeAnchor'#7#5'akTop'#0#0#0#5'TPage'
+#15'CompilationPage'#7'Caption'#6#15'CompilationPage'#11'ClientWidth'#3#155#2
+#12'ClientHeight'#3#197#1#0#9'TCheckBox'#17'chkCreateMakefile'#4'Left'#2#6#6
+'Height'#2#22#3'Top'#2#6#5'Width'#3#143#2#5'Align'#7#5'alTop'#20'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6#17'chkCreateMakefile'#8'TabOrder'#2#0#0#0#9'TGr'
+'oupBox'#20'ExecuteAfterGroupBox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#3#233#0#5
+'Width'#3#143#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
+#6#7'Caption'#6#20'ExecuteAfterGroupBox'#12'ClientHeight'#2'Y'#11'ClientWidt'
+'h'#3#139#2#8'TabOrder'#2#1#0#6'TLabel'#17'lblRunIfExecAfter'#22'AnchorSideL'
+'eft.Control'#7#20'ExecuteAfterGroupBox'#21'AnchorSideTop.Control'#7#20'Exec'
,'uteAfterGroupBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#2'j'#20'Bo'
+'rderSpacing.Around'#2#6#7'Caption'#6#17'lblRunIfExecAfter'#11'ParentColor'#8
+#0#0#6'TLabel'#24'ExecuteAfterCommandLabel'#22'AnchorSideLeft.Control'#7#20
+'ExecuteAfterGroupBox'#21'AnchorSideTop.Control'#7#17'lblRunIfExecAfter'#18
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2' '#5
+'Width'#3#184#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#24'ExecuteAfterCom'
+'mandLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#19'chkExecAfterCompile'#22'An'
+'chorSideLeft.Control'#7#17'lblRunIfExecAfter'#19'AnchorSideLeft.Side'#7#9'a'
+'srBottom'#21'AnchorSideTop.Control'#7#20'ExecuteAfterGroupBox'#4'Left'#3#142
+#0#6'Height'#2#22#3'Top'#2#6#5'Width'#3#159#0#18'BorderSpacing.Left'#2#24#20
+'BorderSpacing.Around'#2#6#7'Caption'#6#19'chkExecAfterCompile'#8'TabOrder'#2
+#0#0#0#9'TCheckBox'#17'chkExecAfterBuild'#22'AnchorSideLeft.Control'#7#19'ch'
+'kExecAfterCompile'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.'
+'Control'#7#20'ExecuteAfterGroupBox'#4'Left'#3'K'#1#6'Height'#2#22#3'Top'#2#6
+#5'Width'#3#138#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#17'chkExecAfterBuild'#8'TabOrder'#2#1#0#0#9'TCheckBox'#15'chkExe'
+'cAfterRun'#22'AnchorSideLeft.Control'#7#17'chkExecAfterBuild'#19'AnchorSide'
+'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'ExecuteAfterGroupB'
+'ox'#4'Left'#3#243#1#6'Height'#2#22#3'Top'#2#6#5'Width'#3#130#0#18'BorderSpa'
+'cing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'chkExecAfterRu'
+'n'#8'TabOrder'#2#2#0#0#5'TEdit'#23'ExecuteAfterCommandEdit'#22'AnchorSideLe'
+'ft.Control'#7#24'ExecuteAfterCommandLabel'#19'AnchorSideLeft.Side'#7#9'asrB'
+'ottom'#21'AnchorSideTop.Control'#7#17'lblRunIfExecAfter'#18'AnchorSideTop.S'
+'ide'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20'ExecuteAfterGroupBox'
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#208#0#6'Height'#2#23#3'To'
+'p'#2' '#5'Width'#3#181#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'B'
+'orderSpacing.Left'#2#12#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'
+#6#23'ExecuteAfterCommandEdit'#0#0#9'TCheckBox'#27'ExecuteAfterScanFPCCheckB'
+'ox'#22'AnchorSideLeft.Control'#7#28'ExecuteAfterScanMakeCheckBox'#19'Anchor'
+'SideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'ExecuteAfterCo'
+'mmandEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#15#1#6'Height'#2
+#22#3'Top'#2'='#5'Width'#3#225#0#18'BorderSpacing.Left'#2#24#20'BorderSpacin'
+'g.Around'#2#6#7'Caption'#6#27'ExecuteAfterScanFPCCheckBox'#8'TabOrder'#2#4#0
+#0#9'TCheckBox'#28'ExecuteAfterScanMakeCheckBox'#22'AnchorSideLeft.Control'#7
+#20'ExecuteAfterGroupBox'#21'AnchorSideTop.Control'#7#23'ExecuteAfterCommand'
+'Edit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'To'
+'p'#2'='#5'Width'#3#235#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'Execu'
+'teAfterScanMakeCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#27'ExecuteAfterSh'
+'owAllCheckBox'#22'AnchorSideLeft.Control'#7#27'ExecuteAfterScanFPCCheckBox'
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'Execu'
+'teAfterCommandEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#14#2#6
+'Height'#2#22#3'Top'#2'='#5'Width'#3#218#0#18'BorderSpacing.Left'#2#24#20'Bo'
+'rderSpacing.Around'#2#6#7'Caption'#6#27'ExecuteAfterShowAllCheckBox'#8'TabO'
+'rder'#2#6#0#0#0#9'TGroupBox'#11'grpCompiler'#4'Left'#2#6#6'Height'#2'O'#3'T'
+'op'#3#148#0#5'Width'#3#143#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpa'
+'cing.Around'#2#6#7'Caption'#6#11'grpCompiler'#12'ClientHeight'#2'<'#11'Clie'
+'ntWidth'#3#139#2#8'TabOrder'#2#2#0#6'TLabel'#16'lblRunIfCompiler'#22'Anchor'
+'SideLeft.Control'#7#11'grpCompiler'#21'AnchorSideTop.Control'#7#11'grpCompi'
+'ler'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#2'f'#20'BorderSpacing.A'
+'round'#2#6#7'Caption'#6#16'lblRunIfCompiler'#11'ParentColor'#8#0#0#6'TLabel'
+#11'lblCompiler'#22'AnchorSideLeft.Control'#7#11'grpCompiler'#21'AnchorSideT'
+'op.Control'#7#16'lblRunIfCompiler'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
+'Left'#2#6#6'Height'#2#20#3'Top'#2' '#5'Width'#2'H'#18'BorderSpacing.Left'#2
+#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bo'
+'ttom'#2#6#7'Caption'#6#11'lblCompiler'#11'ParentColor'#8#0#0#9'TCheckBox'#18
+'chkCompilerCompile'#22'AnchorSideLeft.Control'#7#16'lblRunIfCompiler'#19'An'
+'ckBox'#18'chkUseLineInfoUnit'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Widt'
+'h'#3''#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18
+'chkUseLineInfoUnit'#8'TabOrder'#2#1#0#0#9'TCheckBox'#13'chkUseHeaptrc'#4'Le'
+'ft'#2#6#6'Height'#2#22#3'Top'#2'>'#5'Width'#3''#2#5'Align'#7#5'alTop'#20'B'
+'orderSpacing.Around'#2#6#7'Caption'#6#13'chkUseHeaptrc'#8'TabOrder'#2#2#0#0
+#9'TCheckBox'#14'chkUseValgrind'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'Z'#5'Wi'
,'dth'#3''#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14
+'chkUseValgrind'#8'TabOrder'#2#3#0#0#9'TCheckBox'#15'chkGenGProfCode'#4'Left'
+#2#6#6'Height'#2#22#3'Top'#2'v'#5'Width'#3''#2#5'Align'#7#5'alTop'#20'Borde'
+'rSpacing.Around'#2#6#7'Caption'#6#15'chkGenGProfCode'#8'TabOrder'#2#4#0#0#9
+'TCheckBox'#15'chkSymbolsStrip'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#146#0#5
+'Width'#3''#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#15'chkSymbolsStrip'#8'TabOrder'#2#5#0#0#0#0#5'TPage'#7'MsgPage'#7'Caption'#6
+#7'MsgPage'#11'ClientWidth'#3#155#2#12'ClientHeight'#3#197#1#0#11'TCheckGrou'
+'p'#12'grpVerbosity'#4'Left'#2#6#6'Height'#3#196#0#3'Top'#2#6#5'Width'#3#143
+#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'
+#6#12'grpVerbosity'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopB'
+'ottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChild'
+'Resize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'C'
+'hildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVert'
+'ical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTo'
+'pToBottom'#27'ChildSizing.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#143#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#11'grpErrorCnt'#12'ClientHeight'#2'#'#11'ClientWidth'#3#139
+#2#8'TabOrder'#2#1#0#5'TEdit'#11'edtErrorCnt'#4'Left'#2#6#6'Height'#2#23#3'T'
+'op'#2#6#5'Width'#3''#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'#9'OtherPage'#7'Cap'
+'tion'#6#9'OtherPage'#11'ClientWidth'#3#155#2#12'ClientHeight'#3#197#1#0#9'T'
+'GroupBox'#13'grpConfigFile'#4'Left'#2#6#6'Height'#2'n'#3'Top'#2#6#5'Width'#3
+#143#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capt'
+'ion'#6#13'grpConfigFile'#12'ClientHeight'#2'['#11'ClientWidth'#3#139#2#8'Ta'
+'bOrder'#2#0#0#9'TCheckBox'#13'chkConfigFile'#4'Left'#2#6#6'Height'#2#22#3'T'
+'op'#2#6#5'Width'#3''#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#13'chkConfigFile'#8'TabOrder'#2#0#0#0#9'TCheckBox'#19'chkCustomC'
+'onfigFile'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3''#2#5'Align'#7
+#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'chkCustomConfigFile'#7
+'OnClick'#7#24'chkCustomConfigFileClick'#8'TabOrder'#2#1#0#0#5'TEdit'#13'edt'
+'ConfigPath'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'>'#5'Width'#3''#2#5'Align'
+#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#2#4'Text'#6#13'edtCon'
+'figPath'#0#0#0#9'TGroupBox'#16'grpCustomOptions'#4'Left'#2#6#6'Height'#3'E'
+#1#3'Top'#2'z'#5'Width'#3#143#2#5'Align'#7#8'alClient'#20'BorderSpacing.Arou'
+'nd'#2#6#7'Caption'#6#16'grpCustomOptions'#12'ClientHeight'#3'2'#1#11'Client'
+'Width'#3#139#2#8'TabOrder'#2#1#0#5'TMemo'#16'memCustomOptions'#4'Left'#2#6#6
+'Height'#3'&'#1#3'Top'#2#6#5'Width'#3''#2#5'Align'#7#8'alClient'#20'BorderS'
+'pacing.Around'#2#6#8'TabOrder'#2#0#0#0#0#0#5'TPage'#13'InheritedPage'#7'Cap'
+'tion'#6#13'InheritedPage'#11'ClientWidth'#3#155#2#12'ClientHeight'#3#197#1#0
+#6'TLabel'#12'InhNoteLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3
+#143#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'InhN'
+'oteLabel'#11'ParentColor'#8#0#0#9'TTreeView'#11'InhTreeView'#4'Left'#2#6#6
+'Height'#3#247#0#3'Top'#2' '#5'Width'#3#143#2#5'Align'#7#5'alTop'#18'BorderS'
+'pacing.Left'#2#6#19'BorderSpacing.Right'#2#6#17'DefaultItemHeight'#2#19#8'T'
+'abOrder'#2#0#18'OnSelectionChanged'#7#27'InhTreeViewSelectionChanged'#0#0#5
+'TMemo'#11'InhItemMemo'#4'Left'#2#6#6'Height'#3#163#0#3'Top'#3#28#1#5'Width'
+#3#143#2#5'Align'#7#8'alClient'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.'
+'Right'#2#6#20'BorderSpacing.Bottom'#2#6#8'ReadOnly'#9#10'ScrollBars'#7#14's'
+'sAutoVertical'#8'TabOrder'#2#1#0#0#9'TSplitter'#11'InhSplitter'#6'Cursor'#7
+#8'crVSplit'#6'Height'#2#5#3'Top'#3#23#1#5'Width'#3#155#2#5'Align'#7#5'alTop'
+#12'ResizeAnchor'#7#5'akTop'#0#0#0#5'TPage'#15'CompilationPage'#7'Caption'#6
+#15'CompilationPage'#11'ClientWidth'#3#155#2#12'ClientHeight'#3#197#1#0#9'TC'
+'heckBox'#17'chkCreateMakefile'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Widt'
+'h'#3#143#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17
+'chkCreateMakefile'#8'TabOrder'#2#0#0#0#9'TGroupBox'#20'ExecuteAfterGroupBox'
+#4'Left'#2#6#6'Height'#2'l'#3'Top'#3#233#0#5'Width'#3#143#2#5'Align'#7#5'alT'
+'op'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'ExecuteAfter'
+'GroupBox'#12'ClientHeight'#2'Y'#11'ClientWidth'#3#139#2#8'TabOrder'#2#1#0#6
+'TLabel'#17'lblRunIfExecAfter'#22'AnchorSideLeft.Control'#7#20'ExecuteAfterG'
+'roupBox'#21'AnchorSideTop.Control'#7#20'ExecuteAfterGroupBox'#4'Left'#2#6#6
+'Height'#2#20#3'Top'#2#6#5'Width'#2'j'#20'BorderSpacing.Around'#2#6#7'Captio'
+'n'#6#17'lblRunIfExecAfter'#11'ParentColor'#8#0#0#6'TLabel'#24'ExecuteAfterC'
,'ommandLabel'#22'AnchorSideLeft.Control'#7#20'ExecuteAfterGroupBox'#21'Ancho'
+'rSideTop.Control'#7#17'lblRunIfExecAfter'#18'AnchorSideTop.Side'#7#9'asrBot'
+'tom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2' '#5'Width'#3#184#0#20'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6#24'ExecuteAfterCommandLabel'#11'ParentColor'#8#0
+#0#9'TCheckBox'#19'chkExecAfterCompile'#22'AnchorSideLeft.Control'#7#17'lblR'
+'unIfExecAfter'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Cont'
+'rol'#7#20'ExecuteAfterGroupBox'#4'Left'#3#142#0#6'Height'#2#22#3'Top'#2#6#5
+'Width'#3#159#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'C'
+'aption'#6#19'chkExecAfterCompile'#8'TabOrder'#2#0#0#0#9'TCheckBox'#17'chkEx'
+'ecAfterBuild'#22'AnchorSideLeft.Control'#7#19'chkExecAfterCompile'#19'Ancho'
+'rSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'ExecuteAfterG'
+'roupBox'#4'Left'#3'K'#1#6'Height'#2#22#3'Top'#2#6#5'Width'#3#138#0#18'Borde'
+'rSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'chkExecAft'
+'erBuild'#8'TabOrder'#2#1#0#0#9'TCheckBox'#15'chkExecAfterRun'#22'AnchorSide'
+'Left.Control'#7#17'chkExecAfterBuild'#19'AnchorSideLeft.Side'#7#9'asrBottom'
+#21'AnchorSideTop.Control'#7#20'ExecuteAfterGroupBox'#4'Left'#3#243#1#6'Heig'
+'ht'#2#22#3'Top'#2#6#5'Width'#3#130#0#18'BorderSpacing.Left'#2#24#20'BorderS'
+'pacing.Around'#2#6#7'Caption'#6#15'chkExecAfterRun'#8'TabOrder'#2#2#0#0#5'T'
+'Edit'#23'ExecuteAfterCommandEdit'#22'AnchorSideLeft.Control'#7#24'ExecuteAf'
+'terCommandLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Co'
+'ntrol'#7#17'lblRunIfExecAfter'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anc'
+'horSideRight.Control'#7#20'ExecuteAfterGroupBox'#20'AnchorSideRight.Side'#7
+#9'asrBottom'#4'Left'#3#208#0#6'Height'#2#23#3'Top'#2' '#5'Width'#3#181#1#7
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#12#20
+'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#23'ExecuteAfterCommandE'
+'dit'#0#0#9'TCheckBox'#27'ExecuteAfterScanFPCCheckBox'#22'AnchorSideLeft.Con'
+'trol'#7#28'ExecuteAfterScanMakeCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBot'
+'tom'#21'AnchorSideTop.Control'#7#23'ExecuteAfterCommandEdit'#18'AnchorSideT'
+'op.Side'#7#9'asrBottom'#4'Left'#3#15#1#6'Height'#2#22#3'Top'#2'='#5'Width'#3
+#225#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#27'ExecuteAfterScanFPCCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#28'Execute'
+'AfterScanMakeCheckBox'#22'AnchorSideLeft.Control'#7#20'ExecuteAfterGroupBox'
+#21'AnchorSideTop.Control'#7#23'ExecuteAfterCommandEdit'#18'AnchorSideTop.Si'
+'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'='#5'Width'#3#235#0
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'ExecuteAfterScanMakeCheckBox'#8
+'TabOrder'#2#5#0#0#9'TCheckBox'#27'ExecuteAfterShowAllCheckBox'#22'AnchorSid'
+'eLeft.Control'#7#27'ExecuteAfterScanFPCCheckBox'#19'AnchorSideLeft.Side'#7#9
+'asrBottom'#21'AnchorSideTop.Control'#7#23'ExecuteAfterCommandEdit'#18'Ancho'
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#3#14#2#6'Height'#2#22#3'Top'#2'='#5'W'
+'idth'#3#218#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6#27'ExecuteAfterShowAllCheckBox'#8'TabOrder'#2#6#0#0#0#9'TGroupBox'
+#11'grpCompiler'#4'Left'#2#6#6'Height'#2'O'#3'Top'#3#148#0#5'Width'#3#143#2#5
+'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11
+'grpCompiler'#12'ClientHeight'#2'<'#11'ClientWidth'#3#139#2#8'TabOrder'#2#2#0
+#6'TLabel'#16'lblRunIfCompiler'#22'AnchorSideLeft.Control'#7#11'grpCompiler'
+#21'AnchorSideTop.Control'#7#11'grpCompiler'#4'Left'#2#6#6'Height'#2#20#3'To'
+'p'#2#6#5'Width'#2'f'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'lblRunIfC'
+'ompiler'#11'ParentColor'#8#0#0#6'TLabel'#11'lblCompiler'#22'AnchorSideLeft.'
+'Control'#7#11'grpCompiler'#21'AnchorSideTop.Control'#7#16'lblRunIfCompiler'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2' '
+#5'Width'#2'H'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'Borde'
+'rSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#11'lblCompile'
+'r'#11'ParentColor'#8#0#0#9'TCheckBox'#18'chkCompilerCompile'#22'AnchorSideL'
+'eft.Control'#7#16'lblRunIfCompiler'#19'AnchorSideLeft.Side'#7#9'asrBottom'
+#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'
+'r'#4'Left'#3#138#0#6'Height'#2#22#3'Top'#2#6#5'Width'#3#155#0#18'BorderSpac'
+'ing.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.Con'
+'trol'#7#18'chkCompilerCompile'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'An'
+'chorSideTop.Control'#7#11'grpCompiler'#4'Left'#3'C'#1#6'Height'#2#22#3'Top'
+#2#6#5'Width'#3#134#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2
+#6#7'Caption'#6#16'chkCompilerBuild'#8'TabOrder'#2#1#0#0#9'TCheckBox'#14'chk'
,'CompilerRun'#22'AnchorSideLeft.Control'#7#16'chkCompilerBuild'#19'AnchorSid'
+'eLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'grpCompiler'#4'Le'
+'ft'#3#231#1#6'Height'#2#22#3'Top'#2#6#5'Width'#2'~'#18'BorderSpacing.Left'#2
+#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'chkCompilerRun'#8'TabOrder'
+#2#2#0#0#5'TEdit'#11'edtCompiler'#22'AnchorSideLeft.Control'#7#11'lblCompile'
+'r'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'lb'
+'lCompiler'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'
+#7#11'grpCompiler'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'`'#6'He'
+'ight'#2#23#3'Top'#2#31#5'Width'#3'%'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
+'kRight'#0#18'BorderSpacing.Left'#2#12#20'BorderSpacing.Around'#2#6#8'TabOrd'
+'er'#2#3#4'Text'#6#11'edtCompiler'#0#0#0#9'TGroupBox'#21'ExecuteBeforeGroupB'
+'ox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2'"'#5'Width'#3#143#2#5'Align'#7#5'al'
+'Top'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'ExecuteBefo'
+'reGroupBox'#12'ClientHeight'#2'Y'#11'ClientWidth'#3#139#2#8'TabOrder'#2#3#0
+#6'TLabel'#18'lblRunIfExecBefore'#22'AnchorSideLeft.Control'#7#21'ExecuteBef'
+'oreGroupBox'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGroupBox'#4'Left'#2
+#6#6'Height'#2#20#3'Top'#2#6#5'Width'#2'u'#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6#18'lblRunIfExecBefore'#11'ParentColor'#8#0#0#6'TLabel'#25'ExecuteB'
+'eforeCommandLabel'#22'AnchorSideLeft.Control'#7#21'ExecuteBeforeGroupBox'#21
+'AnchorSideTop.Control'#7#18'lblRunIfExecBefore'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2' '#5'Width'#3#195#0#20'Borde'
+'rSpacing.Around'#2#6#7'Caption'#6#25'ExecuteBeforeCommandLabel'#11'ParentCo'
+'lor'#8#0#0#9'TCheckBox'#20'chkExecBeforeCompile'#22'AnchorSideLeft.Control'
+#7#18'lblRunIfExecBefore'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSi'
+'deTop.Control'#7#21'ExecuteBeforeGroupBox'#4'Left'#3#153#0#6'Height'#2#22#3
+'Top'#2#6#5'Width'#3#170#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Arou'
+'nd'#2#6#7'Caption'#6#20'chkExecBeforeCompile'#8'TabOrder'#2#0#0#0#9'TCheckB'
+'ox'#18'chkExecBeforeBuild'#22'AnchorSideLeft.Control'#7#20'chkExecBeforeCom'
+'pile'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21
+'ExecuteBeforeGroupBox'#4'Left'#3'a'#1#6'Height'#2#22#3'Top'#2#6#5'Width'#3
+#149#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#18'chkExecBeforeBuild'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'chkExecBeforeRun'
+#22'AnchorSideLeft.Control'#7#18'chkExecBeforeBuild'#19'AnchorSideLeft.Side'
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGroupBox'#4'Left'
+#3#20#2#6'Height'#2#22#3'Top'#2#6#5'Width'#3#141#0#18'BorderSpacing.Left'#2
+#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'chkExecBeforeRun'#8'TabOrde'
+'r'#2#2#0#0#5'TEdit'#24'ExecuteBeforeCommandEdit'#22'AnchorSideLeft.Control'
+#7#25'ExecuteBeforeCommandLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
+'nchorSideTop.Control'#7#18'lblRunIfExecBefore'#18'AnchorSideTop.Side'#7#9'a'
+'srBottom'#23'AnchorSideRight.Control'#7#21'ExecuteBeforeGroupBox'#20'Anchor'
+'SideRight.Side'#7#9'asrBottom'#4'Left'#3#219#0#6'Height'#2#23#3'Top'#2' '#5
+'Width'#3#170#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpaci'
+'ng.Left'#2#12#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#24'Exe'
+'cuteBeforeCommandEdit'#0#0#9'TCheckBox'#28'ExecuteBeforeScanFPCCheckBox'#22
+'AnchorSideLeft.Control'#7#29'ExecuteBeforeScanMakeCheckBox'#19'AnchorSideLe'
+'ft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'ExecuteBeforeCommand'
+'Edit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#26#1#6'Height'#2#22#3
+'Top'#2'='#5'Width'#3#236#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Aro'
+'und'#2#6#7'Caption'#6#28'ExecuteBeforeScanFPCCheckBox'#8'TabOrder'#2#4#0#0#9
+'TCheckBox'#29'ExecuteBeforeScanMakeCheckBox'#22'AnchorSideLeft.Control'#7#21
+'ExecuteBeforeGroupBox'#21'AnchorSideTop.Control'#7#24'ExecuteBeforeCommandE'
+'dit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'
+#2'='#5'Width'#3#246#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'ExecuteB'
+'eforeScanMakeCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#28'ExecuteBeforeSho'
+'wAllCheckBox'#22'AnchorSideLeft.Control'#7#28'ExecuteBeforeScanFPCCheckBox'
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'Execu'
+'teBeforeCommandEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3'$'#2#6
+'Height'#2#22#3'Top'#2'='#5'Width'#3#229#0#18'BorderSpacing.Left'#2#24#20'Bo'
+'rderSpacing.Around'#2#6#7'Caption'#6#28'ExecuteBeforeShowAllCheckBox'#8'Tab'
+'Order'#2#6#0#0#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2'0'#3'Top'#3#224#1#5
+'Width'#3#157#2#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNo'
+'ne'#12'ClientHeight'#2'0'#11'ClientWidth'#3#157#2#8'TabOrder'#2#1#0#7'TBitB'
+'tn'#10'HelpButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
+'eight'#2'$'#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20
,'BorderSpacing.Around'#2#6#7'Caption'#6#5'&Help'#21'Constraints.MinHeight'#2
+#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnC'
+'lick'#7#15'HelpButtonClick'#8'TabOrder'#2#0#0#0#7'TBitBtn'#14'btnShowOption'
+'s'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#161#0#6'Height'#2'$'#3
+'Top'#2#6#5'Width'#3#135#0#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpac'
+'ing.Around'#2#6#7'Caption'#6#14'btnShowOptions'#21'Constraints.MinHeight'#2
+#25#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#4'_'#205#255#4'_'#205#255#4'_'#205#255#255
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'{'#196#232
+#255#133#165#188#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#4'_'#205#255'7'#149#247#255'7'#149#247#255#4'_'
+#205#255#225#227#226#255#185#187#186#255#185#187#186#255'{'#196#232#255'{'
+#196#232#255#133#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#4'_'#205#255'7'#149#247#255'7'#149
+#247#255'7'#149#247#255#4'_'#205#255#185#187#186#255'{'#196#232#255'{'#196
+#232#255'{'#196#232#255#133#165#188#255#133#165#188#255#133#165#188#255#185
+#187#186#255#225#227#226#255#255#255#255#0#255#255#255#0#255#255#255#0#4'_'
+#205#255'7'#149#247#255'7'#149#247#255'7'#149#247#255#4'_'#205#255'{'#196#232
+#255'{'#196#232#255#174#228#253#255#174#228#253#255#133#165#188#255#133#165
+#188#255#185#187#186#255#185#187#186#255#255#255#255#0#255#255#255#0#255#255
+#255#0#225#227#226#255#4'_'#205#255'7'#149#247#255#4'_'#205#255#0#0#0#255#0#0
+#0#255'jjj'#255#170#228#251#255#174#228#253#255#174#228#253#255#133#165#188
+#255#225#227#226#255#185#187#186#255#225#227#226#255#255#255#255#0#255#255
+#255#0#185#187#186#255#185#187#186#255#4'_'#205#255#0#0#0#255#213#213#213#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#255#255#255#0#185#187#186#255#185#187#186#255#255#255#255#0#255#255#255
+#0#185#187#186#255#192#140#134#255#205#147#138#255#0#0#0#255#203#203#203#255
+#210#210#210#255#201#201#201#255#210#210#210#255#198#198#198#255#0#0#0#255
+#236#245#252'_'#255#255#255#0#225#227#226#255#185#187#186#255#255#255#255#0
+#255#255#255#0#185#128'x'#255#211#147#140#255#211#155#149#255'jjj'#255#0#0#0
+#255#214#214#214#255#0#0#0#255#0#0#0#255#192#192#192#255#0#0#0#255#255#255
+#255#0#255#255#255#0#255#255#255#0#185#187#186#255#255#255#255#0#174#128'w'
+#255#205#147#139#255#215#165#160#255#220#175#171#255#226#187#183#255#0#0#0
+#255#230#230#230#255#0#0#0#255#249#249#250#0#0#0#0#255'jjj'#255#128#133#173
+#255#255#255#255#0#255#255#255#0#185#187#186#255#255#255#255#0#183#128'z'#255
+#215#155#149#255#218#177#172#255#233#202#197#255#227#197#191#255#0#0#0#255
+#225#225#225#255#210#210#210#255#0#0#0#255#255#255#255#0#128#133#173#255#128
+#133#173#255'u'#148#243#255#146#163#224#255#185#187#186#255#255#255#255#0#197
+#155#150#255#209#155#148#255#218#180#173#255#238#214#205#255#226#194#186#255
+'jjj'#255#0#0#0#255#0#0#0#255'jjj'#255#128#133#173#255#128#133#173#255#128
+#133#173#255'u'#148#243#255'u'#148#243#255#179#190#225#255#255#255#255#0#255
+#255#255#0#204#155#151#255#214#163#157#255#220#174#170#255#218#173#168#255
+#209#165#159#255#255#255#255#0#255#255#255#0#191#191#207#255#128#133#173#255
+#128#133#173#255'p'#128#190#255'u'#148#243#255'u'#148#243#255'u'#148#243#255
+#255#255#255#0#255#255#255#0#255#255#255#0#185#187#186#255#212#172#170#255
+#213#174#173#255#255#255#255#0#254#254#253#0#255#255#255#0#255#255#255#0#128
+#133#173#255#128#133#173#255't'#128#204#255'u'#148#243#255'u'#148#243#255#158
+#167#218#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#185#187
+#186#255#185#187#186#255#189#191#190#255#225#227#226#255#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
+#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#225#227#226#255#185#187#186#255#185#187#186#255#185#187
+#186#255#185#187#186#255#185#187#186#255#128#131#176#255'u'#140#222#255'u'
+#148#243#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#255#255#255#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#254#0#247#247#251#0#254#254#254#0#255#255#255#0#9'NumGlyphs'#2#0#7
+'OnClick'#7#24'ButtonShowOptionsClicked'#8'TabOrder'#2#1#0#0#7'TBitBtn'#8'bt'
+'nCheck'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'.'#1#6'Height'#2
+'$'#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSp'
+'acing.Around'#2#6#7'Caption'#6#4'&Yes'#21'Constraints.MinHeight'#2#25#20'Co'
+'nstraints.MinWidth'#2'K'#7'Default'#9#4'Kind'#7#5'bkYes'#9'NumGlyphs'#2#0#7
+'OnClick'#7#14'btnTestClicked'#8'TabOrder'#2#2#0#0#7'TBitBtn'#11'btnLoadSave'
,#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3''#1#6'Height'#2'$'#3'To'
+'p'#2#6#5'Width'#2's'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.A'
+'round'#2#6#7'Caption'#6#11'btnLoadSave'#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#186'j6'#143#185'i5'#181#184'i5'#238
+#183'h5'#255#181'h5'#255#180'g4'#255#178'f4'#255#176'e3'#255#174'd3'#255#172
+'c2'#255#170'b2'#255#169'a2'#255#168'`1'#255#167'`1'#254#166'`1'#241#168'a1'
+#196#186'j5'#222#235#198#173#255#234#197#173#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#251#248#255#200#154'|'#255#199
+#152'y'#255#167'`1'#237#186'k7'#254#237#202#179#255#224#162'z'#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#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#248#255#254#251#248#255#254#251#248#255#254#251
+#248#255#254#251#248#255#254#251#248#255#211#150'm'#255#210#167#138#255#171
+'b2'#255#187'j6'#255#240#210#190#255#226#163'z'#255#226#163'z'#255#225#163'z'
+#255#226#163'{'#255#225#163'{'#255#224#161'x'#255#222#159'w'#255#221#159'v'
+#255#220#157't'#255#217#155'r'#255#216#153'q'#255#214#153'p'#255#213#171#142
+#255#173'c3'#255#187'j6'#255#242#213#194#255#227#163'z'#255#227#163'z'#255
+#226#163'{'#255#226#163'{'#255#226#164'{'#255#225#162'y'#255#224#161'x'#255
+#222#160'w'#255#222#158'u'#255#220#157't'#255#218#155's'#255#217#155's'#255
+#218#176#149#255#175'd3'#255#187'j6'#255#242#216#197#255#227#164'{'#255#227
+#163'z'#255#227#164'z'#255#226#164'{'#255#226#163'{'#255#225#163'{'#255#225
+#162'y'#255#223#160'w'#255#222#159'v'#255#221#158't'#255#219#156'r'#255#220
+#157't'#255#221#181#154#255#177'e4'#255#187'k6'#255#244#217#199#255#230#166
+'}'#255#200#140'd'#255#201#141'e'#255#201#142'g'#255#203#146'l'#255#203#146
+'m'#255#202#144'i'#255#200#140'e'#255#200#140'd'#255#200#140'd'#255#200#140
+'d'#255#218#156't'#255#225#186#159#255#179'f4'#255#187'k6'#254#244#220#201
+#255#231#167'}'#255#249#236#225#255#249#236#225#255#249#237#227#255#252#244
+#238#255#253#250#247#255#253#247#243#255#250#237#229#255#247#231#219#255#247
+#229#217#255#246#229#216#255#222#160'w'#255#228#190#164#255#180'g4'#255#188
+'k6'#250#245#221#204#255#231#168'~'#255#250#240#232#255#250#240#232#255#201
+#141'f'#255#250#240#233#255#253#248#243#255#254#250#248#255#252#244#239#255
+#249#233#223#255#247#231#219#255#247#229#217#255#224#162'x'#255#231#194#169
+#255#182'h5'#255#188'k6'#240#246#223#208#255#232#168'~'#255#252#246#241#255
+#252#246#241#255#200#140'd'#255#250#241#233#255#251#244#238#255#253#250#247
+#255#253#249#246#255#250#240#232#255#248#232#221#255#247#230#219#255#225#163
+'z'#255#239#213#195#255#183'i5'#254#188'k6'#216#246#223#209#255#233#170#128
+#255#254#250#246#255#253#250#246#255#200#140'd'#255#251#243#238#255#251#241
+#234#255#252#246#242#255#254#251#248#255#252#246#241#255#249#236#226#255#248
+#231#219#255#238#208#186#255#236#208#189#255#187'p>'#248#188'k6'#155#246#224
+#209#255#247#224#209#255#254#251#248#255#254#251#247#255#253#249#246#255#252
+#245#240#255#250#240#234#255#251#242#237#255#253#249#246#255#253#250#247#255
+#251#241#235#255#248#233#223#254#236#208#189#251#201#137'^'#236#181'i5c'#188
+'k6q'#188'k6'#144#188'k6'#204#188'k6'#238#188'k6'#250#187'k6'#254#187'k6'#255
+#187'j6'#255#187'j6'#255#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'ButtonLoadS'
+'aveClick'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#7'TBitBtn'
+#5'btnOK'#21'AnchorSideBottom.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'Border'
+'Spacing.Around'#2#6#7'Caption'#6#3'&OK'#21'Constraints.MinHeight'#2#25#20'C'
+'onstraints.MinWidth'#2'K'#4'Kind'#7#4'bkOK'#9'NumGlyphs'#2#0#7'OnClick'#7#15
+'ButtonOKClicked'#8'TabOrder'#2#4#0#0#7'TBitBtn'#9'btnCancel'#20'AnchorSideR'
+'ight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3
+'I'#2#6'Height'#2'$'#3'Top'#2#6#5'Width'#2'N'#5'Align'#7#7'alRight'#8'AutoSi'
+'ze'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#21'Co'
,'nstraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#8'bkCance'
+'l'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#5#0#0#0#0
+'r'#4'Left'#3'C'#1#6'Height'#2#22#3'Top'#2#6#5'Width'#3#134#0#18'BorderSpaci'
+'ng.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'chkCompilerBuild'
+#8'TabOrder'#2#1#0#0#9'TCheckBox'#14'chkCompilerRun'#22'AnchorSideLeft.Contr'
+'ol'#7#16'chkCompilerBuild'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anchor'
+'SideTop.Control'#7#11'grpCompiler'#4'Left'#3#231#1#6'Height'#2#22#3'Top'#2#6
,#5'Width'#2'~'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6#14'chkCompilerRun'#8'TabOrder'#2#2#0#0#5'TEdit'#11'edtCompiler'#22
+'AnchorSideLeft.Control'#7#11'lblCompiler'#19'AnchorSideLeft.Side'#7#9'asrBo'
+'ttom'#21'AnchorSideTop.Control'#7#11'lblCompiler'#18'AnchorSideTop.Side'#7#9
+'asrCenter'#23'AnchorSideRight.Control'#7#11'grpCompiler'#20'AnchorSideRight'
+'.Side'#7#9'asrBottom'#4'Left'#2'`'#6'Height'#2#23#3'Top'#2#31#5'Width'#3'%'
+#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#12
+#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#11'edtCompiler'#0#0#0
+#9'TGroupBox'#21'ExecuteBeforeGroupBox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2
+'"'#5'Width'#3#143#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Arou'
+'nd'#2#6#7'Caption'#6#21'ExecuteBeforeGroupBox'#12'ClientHeight'#2'Y'#11'Cli'
+'entWidth'#3#139#2#8'TabOrder'#2#3#0#6'TLabel'#18'lblRunIfExecBefore'#22'Anc'
+'horSideLeft.Control'#7#21'ExecuteBeforeGroupBox'#21'AnchorSideTop.Control'#7
+#21'ExecuteBeforeGroupBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#2
+'u'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'lblRunIfExecBefore'#11'Pare'
+'ntColor'#8#0#0#6'TLabel'#25'ExecuteBeforeCommandLabel'#22'AnchorSideLeft.Co'
+'ntrol'#7#21'ExecuteBeforeGroupBox'#21'AnchorSideTop.Control'#7#18'lblRunIfE'
+'xecBefore'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20
+#3'Top'#2' '#5'Width'#3#195#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'E'
+'xecuteBeforeCommandLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#20'chkExecBefo'
+'reCompile'#22'AnchorSideLeft.Control'#7#18'lblRunIfExecBefore'#19'AnchorSid'
+'eLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGrou'
+'pBox'#4'Left'#3#153#0#6'Height'#2#22#3'Top'#2#6#5'Width'#3#170#0#18'BorderS'
+'pacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'chkExecBefor'
+'eCompile'#8'TabOrder'#2#0#0#0#9'TCheckBox'#18'chkExecBeforeBuild'#22'Anchor'
+'SideLeft.Control'#7#20'chkExecBeforeCompile'#19'AnchorSideLeft.Side'#7#9'as'
+'rBottom'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGroupBox'#4'Left'#3'a'
+#1#6'Height'#2#22#3'Top'#2#6#5'Width'#3#149#0#18'BorderSpacing.Left'#2#24#20
+'BorderSpacing.Around'#2#6#7'Caption'#6#18'chkExecBeforeBuild'#8'TabOrder'#2
+#1#0#0#9'TCheckBox'#16'chkExecBeforeRun'#22'AnchorSideLeft.Control'#7#18'chk'
+'ExecBeforeBuild'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Co'
+'ntrol'#7#21'ExecuteBeforeGroupBox'#4'Left'#3#20#2#6'Height'#2#22#3'Top'#2#6
+#5'Width'#3#141#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#16'chkExecBeforeRun'#8'TabOrder'#2#2#0#0#5'TEdit'#24'ExecuteBefo'
+'reCommandEdit'#22'AnchorSideLeft.Control'#7#25'ExecuteBeforeCommandLabel'#19
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'lblRunIf'
+'ExecBefore'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contro'
+'l'#7#21'ExecuteBeforeGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
+'ft'#3#219#0#6'Height'#2#23#3'Top'#2' '#5'Width'#3#170#1#7'Anchors'#11#5'akT'
+'op'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#12#20'BorderSpacing.Aro'
+'und'#2#6#8'TabOrder'#2#3#4'Text'#6#24'ExecuteBeforeCommandEdit'#0#0#9'TChec'
+'kBox'#28'ExecuteBeforeScanFPCCheckBox'#22'AnchorSideLeft.Control'#7#29'Exec'
+'uteBeforeScanMakeCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anchor'
+'SideTop.Control'#7#24'ExecuteBeforeCommandEdit'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#4'Left'#3#26#1#6'Height'#2#22#3'Top'#2'='#5'Width'#3#236#0#18'Bo'
+'rderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'Execute'
+'BeforeScanFPCCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#29'ExecuteBeforeSca'
+'nMakeCheckBox'#22'AnchorSideLeft.Control'#7#21'ExecuteBeforeGroupBox'#21'An'
+'chorSideTop.Control'#7#24'ExecuteBeforeCommandEdit'#18'AnchorSideTop.Side'#7
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'='#5'Width'#3#246#0#20'Bor'
+'derSpacing.Around'#2#6#7'Caption'#6#29'ExecuteBeforeScanMakeCheckBox'#8'Tab'
+'Order'#2#5#0#0#9'TCheckBox'#28'ExecuteBeforeShowAllCheckBox'#22'AnchorSideL'
+'eft.Control'#7#28'ExecuteBeforeScanFPCCheckBox'#19'AnchorSideLeft.Side'#7#9
+'asrBottom'#21'AnchorSideTop.Control'#7#24'ExecuteBeforeCommandEdit'#18'Anch'
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#3'$'#2#6'Height'#2#22#3'Top'#2'='#5
+'Width'#3#229#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'C'
+'aption'#6#28'ExecuteBeforeShowAllCheckBox'#8'TabOrder'#2#6#0#0#0#0#0#6'TPan'
+'el'#8'BtnPanel'#6'Height'#2'0'#3'Top'#3#224#1#5'Width'#3#157#2#5'Align'#7#8
+'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'0'#11
+'ClientWidth'#3#157#2#8'TabOrder'#2#1#0#7'TBitBtn'#10'HelpButton'#21'AnchorS'
+'ideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'$'#3'Top'#2#6#5'Widt'
+'h'#2'K'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'C'
+'aption'#6#5'&Help'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2
+'K'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnClick'#7#15'HelpButtonClick'#8
,'TabOrder'#2#0#0#0#7'TBitBtn'#14'btnShowOptions'#21'AnchorSideBottom.Side'#7
+#9'asrBottom'#4'Left'#3#161#0#6'Height'#2'$'#3'Top'#2#6#5'Width'#3#135#0#5'A'
+'lign'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#14'btnShowOptions'#21'Constraints.MinHeight'#2#25#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
+#4'_'#205#255#4'_'#205#255#4'_'#205#255#255#255#255#0#255#255#255#0#255#255
+#255#0#255#255#255#0#255#255#255#0'{'#196#232#255#133#165#188#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#4'_'
+#205#255'7'#149#247#255'7'#149#247#255#4'_'#205#255#225#227#226#255#185#187
+#186#255#185#187#186#255'{'#196#232#255'{'#196#232#255#133#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#4'_'#205#255'7'#149#247#255'7'#149#247#255'7'#149#247#255#4'_'#205
+#255#185#187#186#255'{'#196#232#255'{'#196#232#255'{'#196#232#255#133#165#188
+#255#133#165#188#255#133#165#188#255#185#187#186#255#225#227#226#255#255#255
+#255#0#255#255#255#0#255#255#255#0#4'_'#205#255'7'#149#247#255'7'#149#247#255
+'7'#149#247#255#4'_'#205#255'{'#196#232#255'{'#196#232#255#174#228#253#255
+#174#228#253#255#133#165#188#255#133#165#188#255#185#187#186#255#185#187#186
+#255#255#255#255#0#255#255#255#0#255#255#255#0#225#227#226#255#4'_'#205#255
+'7'#149#247#255#4'_'#205#255#0#0#0#255#0#0#0#255'jjj'#255#170#228#251#255#174
+#228#253#255#174#228#253#255#133#165#188#255#225#227#226#255#185#187#186#255
+#225#227#226#255#255#255#255#0#255#255#255#0#185#187#186#255#185#187#186#255
+#4'_'#205#255#0#0#0#255#213#213#213#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#255#255#255#0#185#187#186#255#185
+#187#186#255#255#255#255#0#255#255#255#0#185#187#186#255#192#140#134#255#205
+#147#138#255#0#0#0#255#203#203#203#255#210#210#210#255#201#201#201#255#210
+#210#210#255#198#198#198#255#0#0#0#255#236#245#252'_'#255#255#255#0#225#227
+#226#255#185#187#186#255#255#255#255#0#255#255#255#0#185#128'x'#255#211#147
+#140#255#211#155#149#255'jjj'#255#0#0#0#255#214#214#214#255#0#0#0#255#0#0#0
+#255#192#192#192#255#0#0#0#255#255#255#255#0#255#255#255#0#255#255#255#0#185
+#187#186#255#255#255#255#0#174#128'w'#255#205#147#139#255#215#165#160#255#220
+#175#171#255#226#187#183#255#0#0#0#255#230#230#230#255#0#0#0#255#249#249#250
+#0#0#0#0#255'jjj'#255#128#133#173#255#255#255#255#0#255#255#255#0#185#187#186
+#255#255#255#255#0#183#128'z'#255#215#155#149#255#218#177#172#255#233#202#197
+#255#227#197#191#255#0#0#0#255#225#225#225#255#210#210#210#255#0#0#0#255#255
+#255#255#0#128#133#173#255#128#133#173#255'u'#148#243#255#146#163#224#255#185
+#187#186#255#255#255#255#0#197#155#150#255#209#155#148#255#218#180#173#255
+#238#214#205#255#226#194#186#255'jjj'#255#0#0#0#255#0#0#0#255'jjj'#255#128
+#133#173#255#128#133#173#255#128#133#173#255'u'#148#243#255'u'#148#243#255
+#179#190#225#255#255#255#255#0#255#255#255#0#204#155#151#255#214#163#157#255
+#220#174#170#255#218#173#168#255#209#165#159#255#255#255#255#0#255#255#255#0
+#191#191#207#255#128#133#173#255#128#133#173#255'p'#128#190#255'u'#148#243
+#255'u'#148#243#255'u'#148#243#255#255#255#255#0#255#255#255#0#255#255#255#0
+#185#187#186#255#212#172#170#255#213#174#173#255#255#255#255#0#254#254#253#0
+#255#255#255#0#255#255#255#0#128#133#173#255#128#133#173#255't'#128#204#255
+'u'#148#243#255'u'#148#243#255#158#167#218#255#255#255#255#0#255#255#255#0
+#255#255#255#0#255#255#255#0#185#187#186#255#185#187#186#255#189#191#190#255
+#225#227#226#255#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#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#225#227#226#255#185
+#187#186#255#185#187#186#255#185#187#186#255#185#187#186#255#185#187#186#255
+#128#131#176#255'u'#140#222#255'u'#148#243#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#255#255#255#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#254#0#247#247#251#0#254#254
+#254#0#255#255#255#0#9'NumGlyphs'#2#0#7'OnClick'#7#24'ButtonShowOptionsClick'
+'ed'#8'TabOrder'#2#1#0#0#7'TBitBtn'#8'btnCheck'#21'AnchorSideBottom.Side'#7#9
+'asrBottom'#4'Left'#3'.'#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'Caption'#6#4'&Yes'
+#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Default'#9#4
+'Kind'#7#5'bkYes'#9'NumGlyphs'#2#0#7'OnClick'#7#14'btnTestClicked'#8'TabOrde'
+'r'#2#2#0#0#7'TBitBtn'#11'btnLoadSave'#21'AnchorSideBottom.Side'#7#9'asrBott'
+'om'#4'Left'#3''#1#6'Height'#2'$'#3'Top'#2#6#5'Width'#2's'#5'Align'#7#7'alR'
+'ight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'btnLoadSav'
,'e'#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
+#186'j6'#143#185'i5'#181#184'i5'#238#183'h5'#255#181'h5'#255#180'g4'#255#178
+'f4'#255#176'e3'#255#174'd3'#255#172'c2'#255#170'b2'#255#169'a2'#255#168'`1'
+#255#167'`1'#254#166'`1'#241#168'a1'#196#186'j5'#222#235#198#173#255#234#197
+#173#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#251#248#255#200#154'|'#255#199#152'y'#255#167'`1'#237#186'k7'#254#237
+#202#179#255#224#162'z'#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#202#141'e'#255#201#155'|'#255#167'`1'#254#187'l'
+'8'#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#248#255
+#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248#255#254#251#248
+#255#211#150'm'#255#210#167#138#255#171'b2'#255#187'j6'#255#240#210#190#255
+#226#163'z'#255#226#163'z'#255#225#163'z'#255#226#163'{'#255#225#163'{'#255
+#224#161'x'#255#222#159'w'#255#221#159'v'#255#220#157't'#255#217#155'r'#255
+#216#153'q'#255#214#153'p'#255#213#171#142#255#173'c3'#255#187'j6'#255#242
+#213#194#255#227#163'z'#255#227#163'z'#255#226#163'{'#255#226#163'{'#255#226
+#164'{'#255#225#162'y'#255#224#161'x'#255#222#160'w'#255#222#158'u'#255#220
+#157't'#255#218#155's'#255#217#155's'#255#218#176#149#255#175'd3'#255#187'j6'
+#255#242#216#197#255#227#164'{'#255#227#163'z'#255#227#164'z'#255#226#164'{'
+#255#226#163'{'#255#225#163'{'#255#225#162'y'#255#223#160'w'#255#222#159'v'
+#255#221#158't'#255#219#156'r'#255#220#157't'#255#221#181#154#255#177'e4'#255
+#187'k6'#255#244#217#199#255#230#166'}'#255#200#140'd'#255#201#141'e'#255#201
+#142'g'#255#203#146'l'#255#203#146'm'#255#202#144'i'#255#200#140'e'#255#200
+#140'd'#255#200#140'd'#255#200#140'd'#255#218#156't'#255#225#186#159#255#179
+'f4'#255#187'k6'#254#244#220#201#255#231#167'}'#255#249#236#225#255#249#236
+#225#255#249#237#227#255#252#244#238#255#253#250#247#255#253#247#243#255#250
+#237#229#255#247#231#219#255#247#229#217#255#246#229#216#255#222#160'w'#255
+#228#190#164#255#180'g4'#255#188'k6'#250#245#221#204#255#231#168'~'#255#250
+#240#232#255#250#240#232#255#201#141'f'#255#250#240#233#255#253#248#243#255
+#254#250#248#255#252#244#239#255#249#233#223#255#247#231#219#255#247#229#217
+#255#224#162'x'#255#231#194#169#255#182'h5'#255#188'k6'#240#246#223#208#255
+#232#168'~'#255#252#246#241#255#252#246#241#255#200#140'd'#255#250#241#233
+#255#251#244#238#255#253#250#247#255#253#249#246#255#250#240#232#255#248#232
+#221#255#247#230#219#255#225#163'z'#255#239#213#195#255#183'i5'#254#188'k6'
+#216#246#223#209#255#233#170#128#255#254#250#246#255#253#250#246#255#200#140
+'d'#255#251#243#238#255#251#241#234#255#252#246#242#255#254#251#248#255#252
+#246#241#255#249#236#226#255#248#231#219#255#238#208#186#255#236#208#189#255
+#187'p>'#248#188'k6'#155#246#224#209#255#247#224#209#255#254#251#248#255#254
+#251#247#255#253#249#246#255#252#245#240#255#250#240#234#255#251#242#237#255
+#253#249#246#255#253#250#247#255#251#241#235#255#248#233#223#254#236#208#189
+#251#201#137'^'#236#181'i5c'#188'k6q'#188'k6'#144#188'k6'#204#188'k6'#238#188
+'k6'#250#187'k6'#254#187'k6'#255#187'j6'#255#187'j6'#255#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'ParentShowHint'#8#8'ShowHint'#9
+#8'TabOrder'#2#3#0#0#7'TBitBtn'#5'btnOK'#21'AnchorSideBottom.Side'#7#9'asrBo'
+'ttom'#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'Caption'#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'TabOrder'#2#4#0#0#7'TBi'
+'tBtn'#9'btnCancel'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBot'
+'tom.Side'#7#9'asrBottom'#4'Left'#3'I'#2#6'Height'#2'$'#3'Top'#2#6#5'Width'#2
+'N'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cance'
+'l'#9#7'Caption'#6#6'Cancel'#21'Constraints.MinHeight'#2#25#20'Constraints.M'
+'inWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8
+'TabOrder'#2#5#0#0#0#0
]);

View File

@ -136,7 +136,6 @@ type
LinkingPage: TPage;
grpDebugging: TGroupBox;
chkDebugGDB: TCheckBox;
chkDebugDBX: TCheckBox;
chkUseLineInfoUnit: TCheckBox;
chkUseHeaptrc: TCheckBox;
chkUseValgrind: TCheckBox;
@ -616,7 +615,6 @@ begin
// linking
chkDebugGDB.Checked := Options.GenerateDebugInfo;
chkDebugDBX.Checked := Options.GenerateDebugDBX;
chkUseLineInfoUnit.Checked := Options.UseLineInfoUnit;
chkUseHeaptrc.Checked := Options.UseHeaptrc;
chkUseValgrind.Checked := Options.UseValgrind;
@ -924,7 +922,6 @@ begin
// linking
Options.GenerateDebugInfo := chkDebugGDB.Checked;
Options.GenerateDebugDBX := chkDebugDBX.Checked;
Options.UseLineInfoUnit := chkUseLineInfoUnit.Checked;
Options.UseHeaptrc := chkUseHeaptrc.Checked;
Options.UseValgrind := chkUseValgrind.Checked;
@ -1310,7 +1307,6 @@ begin
end;
chkDebugGDB.Caption := dlgCOGDB+' (-g)';
chkDebugDBX.Caption := dlgCODBX+' (-gd)';
chkUseLineInfoUnit.Caption := dlgLNumsBct+' (-gl)';
chkUseHeaptrc.Caption := dlgCOHeaptrc+' (-gh)';
chkUseValgrind.Caption := dlgCOValgrind+' (-gv)';

View File

@ -115,7 +115,6 @@ type
// Linking:
fGenDebugInfo: Boolean;
fGenDebugDBX: Boolean;
fUseLineInfoUnit: Boolean;
fUseHeaptrc: Boolean;
fUseValgrind: Boolean;
@ -222,7 +221,6 @@ type
// linking:
property GenerateDebugInfo: Boolean read fGenDebugInfo write fGenDebugInfo;
property GenerateDebugDBX: Boolean read fGenDebugDBX write fGenDebugDBX;
property UseLineInfoUnit: Boolean read fUseLineInfoUnit write fUseLineInfoUnit;
property UseHeaptrc: Boolean read fUseHeaptrc write fUseHeaptrc;
property UseValgrind: Boolean read fUseValgrind write fUseValgrind;