ide: better anchor "Compilation" page in the compiler options dialog

git-svn-id: trunk@19820 -
This commit is contained in:
paul 2009-05-06 08:18:27 +00:00
parent 29dff51c37
commit 1d0c0fd4fd
3 changed files with 428 additions and 405 deletions

View File

@ -1,7 +1,7 @@
object frmCompilerOptions: TfrmCompilerOptions
Left = 403
Left = 331
Height = 528
Top = 285
Top = 225
Width = 669
ActiveControl = MainNotebook
BorderIcons = [biSystemMenu]
@ -1158,46 +1158,52 @@ object frmCompilerOptions: TfrmCompilerOptions
ClientWidth = 661
ClientHeight = 464
object chkCreateMakefile: TCheckBox
AnchorSideLeft.Control = CompilationPage
AnchorSideTop.Control = CompilationPage
Left = 6
Height = 22
Height = 17
Top = 6
Width = 649
Align = alTop
Width = 107
BorderSpacing.Around = 6
Caption = 'chkCreateMakefile'
TabOrder = 0
end
object ExecuteAfterGroupBox: TGroupBox
AnchorSideLeft.Control = CompilationPage
AnchorSideTop.Control = grpCompiler
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CompilationPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 108
Top = 233
Height = 99
Top = 216
Width = 649
Align = alTop
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ExecuteAfterGroupBox'
ClientHeight = 90
ClientHeight = 81
ClientWidth = 645
TabOrder = 1
object lblRunIfExecAfter: TLabel
AnchorSideLeft.Control = ExecuteAfterGroupBox
AnchorSideTop.Control = ExecuteAfterGroupBox
Left = 6
Height = 20
Height = 14
Top = 6
Width = 106
Width = 86
BorderSpacing.Around = 6
Caption = 'lblRunIfExecAfter'
ParentColor = False
end
object ExecuteAfterCommandLabel: TLabel
AnchorSideLeft.Control = ExecuteAfterGroupBox
AnchorSideTop.Control = lblRunIfExecAfter
AnchorSideTop.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterCommandEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 20
Top = 32
Width = 184
Height = 14
Top = 33
Width = 137
BorderSpacing.Around = 6
Caption = 'ExecuteAfterCommandLabel'
ParentColor = False
@ -1206,10 +1212,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Control = lblRunIfExecAfter
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterGroupBox
Left = 142
Height = 22
Left = 122
Height = 17
Top = 6
Width = 159
Width = 119
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecAfterCompile'
@ -1219,10 +1225,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Control = chkExecAfterCompile
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterGroupBox
Left = 331
Height = 22
Left = 271
Height = 17
Top = 6
Width = 138
Width = 105
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecAfterBuild'
@ -1232,10 +1238,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Control = chkExecAfterBuild
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterGroupBox
Left = 499
Height = 22
Left = 406
Height = 17
Top = 6
Width = 130
Width = 102
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecAfterRun'
@ -1244,14 +1250,14 @@ object frmCompilerOptions: TfrmCompilerOptions
object ExecuteAfterCommandEdit: TEdit
AnchorSideLeft.Control = ExecuteAfterCommandLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lblRunIfExecAfter
AnchorSideTop.Control = chkExecAfterCompile
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ExecuteAfterGroupBox
AnchorSideRight.Side = asrBottom
Left = 208
Left = 161
Height = 23
Top = 32
Width = 431
Top = 29
Width = 478
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 12
BorderSpacing.Around = 6
@ -1263,10 +1269,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterCommandEdit
AnchorSideTop.Side = asrBottom
Left = 271
Height = 22
Top = 61
Width = 225
Left = 216
Height = 17
Top = 58
Width = 173
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'ExecuteAfterScanFPCCheckBox'
@ -1277,9 +1283,9 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideTop.Control = ExecuteAfterCommandEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 61
Width = 235
Height = 17
Top = 58
Width = 180
BorderSpacing.Around = 6
Caption = 'ExecuteAfterScanMakeCheckBox'
TabOrder = 5
@ -1289,10 +1295,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteAfterCommandEdit
AnchorSideTop.Side = asrBottom
Left = 526
Height = 22
Top = 61
Width = 218
Left = 419
Height = 17
Top = 58
Width = 166
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'ExecuteAfterShowAllCheckBox'
@ -1300,40 +1306,42 @@ object frmCompilerOptions: TfrmCompilerOptions
end
end
object grpCompiler: TGroupBox
AnchorSideLeft.Control = CompilationPage
AnchorSideTop.Control = ExecuteBeforeGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CompilationPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 79
Top = 148
Height = 76
Top = 134
Width = 649
Align = alTop
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'grpCompiler'
ClientHeight = 61
ClientHeight = 58
ClientWidth = 645
TabOrder = 2
object lblRunIfCompiler: TLabel
AnchorSideLeft.Control = grpCompiler
AnchorSideTop.Control = grpCompiler
Left = 6
Height = 20
Height = 14
Top = 6
Width = 102
Width = 79
BorderSpacing.Around = 6
Caption = 'lblRunIfCompiler'
ParentColor = False
end
object lblCompiler: TLabel
AnchorSideLeft.Control = grpCompiler
AnchorSideTop.Control = lblRunIfCompiler
AnchorSideTop.Side = asrBottom
AnchorSideTop.Control = edtCompiler
AnchorSideTop.Side = asrCenter
Left = 6
Height = 20
Top = 32
Width = 72
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Height = 14
Top = 33
Width = 52
BorderSpacing.Around = 6
Caption = 'lblCompiler'
ParentColor = False
end
@ -1341,10 +1349,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Control = lblRunIfCompiler
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpCompiler
Left = 138
Height = 22
Left = 115
Height = 17
Top = 6
Width = 155
Width = 113
BorderSpacing.Left = 30
BorderSpacing.Top = 6
Caption = 'chkCompilerCompile'
@ -1354,10 +1362,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Control = chkCompilerCompile
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpCompiler
Left = 323
Height = 22
Left = 258
Height = 17
Top = 6
Width = 134
Width = 99
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkCompilerBuild'
@ -1367,10 +1375,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Control = chkCompilerBuild
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpCompiler
Left = 487
Height = 22
Left = 387
Height = 17
Top = 6
Width = 126
Width = 96
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkCompilerRun'
@ -1379,14 +1387,14 @@ object frmCompilerOptions: TfrmCompilerOptions
object edtCompiler: TEdit
AnchorSideLeft.Control = lblCompiler
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lblCompiler
AnchorSideTop.Side = asrCenter
AnchorSideTop.Control = chkCompilerCompile
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpCompiler
AnchorSideRight.Side = asrBottom
Left = 96
Left = 76
Height = 23
Top = 31
Width = 543
Top = 29
Width = 563
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 12
BorderSpacing.Around = 6
@ -1395,36 +1403,41 @@ object frmCompilerOptions: TfrmCompilerOptions
end
end
object ExecuteBeforeGroupBox: TGroupBox
AnchorSideLeft.Control = CompilationPage
AnchorSideTop.Control = chkCreateMakefile
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CompilationPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 108
Top = 34
Height = 99
Top = 29
Width = 649
Align = alTop
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'ExecuteBeforeGroupBox'
ClientHeight = 90
ClientHeight = 81
ClientWidth = 645
TabOrder = 3
object lblRunIfExecBefore: TLabel
AnchorSideLeft.Control = ExecuteBeforeGroupBox
AnchorSideTop.Control = ExecuteBeforeGroupBox
Left = 6
Height = 20
Height = 14
Top = 6
Width = 117
Width = 93
BorderSpacing.Around = 6
Caption = 'lblRunIfExecBefore'
ParentColor = False
end
object ExecuteBeforeCommandLabel: TLabel
AnchorSideLeft.Control = ExecuteBeforeGroupBox
AnchorSideTop.Control = lblRunIfExecBefore
AnchorSideTop.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeCommandEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 20
Top = 32
Width = 195
Height = 14
Top = 33
Width = 144
BorderSpacing.Around = 6
Caption = 'ExecuteBeforeCommandLabel'
ParentColor = False
@ -1433,10 +1446,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Control = lblRunIfExecBefore
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeGroupBox
Left = 153
Height = 22
Left = 129
Height = 17
Top = 6
Width = 170
Width = 128
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecBeforeCompile'
@ -1446,10 +1459,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Control = chkExecBeforeCompile
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeGroupBox
Left = 353
Height = 22
Left = 287
Height = 17
Top = 6
Width = 149
Width = 114
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecBeforeBuild'
@ -1459,10 +1472,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Control = chkExecBeforeBuild
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeGroupBox
Left = 532
Height = 22
Left = 431
Height = 17
Top = 6
Width = 141
Width = 111
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'chkExecBeforeRun'
@ -1471,14 +1484,14 @@ object frmCompilerOptions: TfrmCompilerOptions
object ExecuteBeforeCommandEdit: TEdit
AnchorSideLeft.Control = ExecuteBeforeCommandLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lblRunIfExecBefore
AnchorSideTop.Control = chkExecBeforeCompile
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ExecuteBeforeGroupBox
AnchorSideRight.Side = asrBottom
Left = 219
Left = 168
Height = 23
Top = 32
Width = 420
Top = 29
Width = 471
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 12
BorderSpacing.Around = 6
@ -1490,10 +1503,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeCommandEdit
AnchorSideTop.Side = asrBottom
Left = 282
Height = 22
Top = 61
Width = 236
Left = 225
Height = 17
Top = 58
Width = 182
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'ExecuteBeforeScanFPCCheckBox'
@ -1504,9 +1517,9 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideTop.Control = ExecuteBeforeCommandEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 61
Width = 246
Height = 17
Top = 58
Width = 189
BorderSpacing.Around = 6
Caption = 'ExecuteBeforeScanMakeCheckBox'
TabOrder = 5
@ -1516,10 +1529,10 @@ object frmCompilerOptions: TfrmCompilerOptions
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ExecuteBeforeCommandEdit
AnchorSideTop.Side = asrBottom
Left = 548
Height = 22
Top = 61
Width = 229
Left = 437
Height = 17
Top = 58
Width = 175
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'ExecuteBeforeShowAllCheckBox'

View File

@ -1,39 +1,39 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
'TPF0'#19'TfrmCompilerOptions'#18'frmCompilerOptions'#4'Left'#3#147#1#6'Heigh'
+'t'#3#16#2#3'Top'#3#29#1#5'Width'#3#157#2#13'ActiveControl'#7#12'MainNoteboo'
+'k'#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#18'frmCompilerOptions'
+#12'ClientHeight'#3#16#2#11'ClientWidth'#3#157#2#21'Constraints.MinHeight'#3
+#244#1#20'Constraints.MinWidth'#3'X'#2#7'OnClose'#7#23'frmCompilerOptionsClo'
+'se'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TNotebo'
+'ok'#12'MainNotebook'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#4'Left'#2#0
+#6'Height'#3#234#1#3'Top'#2#0#5'Width'#3#157#2#5'Align'#7#5'alTop'#7'Anchors'
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#0#8'TabOrder'
+#2#0#0#5'TPage'#8'PathPage'#7'Caption'#6#8'PathPage'#11'ClientWidth'#3#149#2
+#12'ClientHeight'#3#208#1#0#6'TLabel'#13'lblOtherUnits'#4'Left'#2#6#6'Height'
+#2#14#3'Top'#2#6#5'Width'#3#137#2#5'Align'#7#5'alTop'#18'BorderSpacing.Left'
+#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#13'l'
+'blOtherUnits'#11'ParentColor'#8#0#0#6'TLabel'#15'lblIncludeFiles'#22'Anchor'
+'SideLeft.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7#13'edtOtherUnit'
+'s'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2
+'1'#5'Width'#2'C'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'Bo'
+'rderSpacing.Right'#2#6#7'Caption'#6#15'lblIncludeFiles'#11'ParentColor'#8#0
+#0#6'TLabel'#15'lblOtherSources'#22'AnchorSideLeft.Control'#7#8'PathPage'#21
+'AnchorSideTop.Control'#7#15'edtIncludeFiles'#18'AnchorSideTop.Side'#7#9'asr'
+'Bottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'\'#5'Width'#2'M'#18'BorderSpaci'
+'ng.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Captio'
+'n'#6#15'lblOtherSources'#11'ParentColor'#8#0#0#6'TLabel'#12'lblLibraries'#22
+'AnchorSideLeft.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7#15'edtOth'
+'erSources'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14
+#3'Top'#3#135#0#5'Width'#2'3'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.To'
+'p'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#12'lblLibraries'#11'ParentC'
+'olor'#8#0#0#6'TLabel'#16'lblUnitOutputDir'#22'AnchorSideLeft.Control'#7#8'P'
+'athPage'#21'AnchorSideTop.Control'#7#12'edtLibraries'#18'AnchorSideTop.Side'
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#178#0#5'Width'#2'M'#18'B'
+'orderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6
+#7'Caption'#6#16'lblUnitOutputDir'#11'ParentColor'#8#0#0#6'TLabel'#12'lblDeb'
+'ugPath'#22'AnchorSideLeft.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7
'TPF0'#19'TfrmCompilerOptions'#18'frmCompilerOptions'#4'Left'#3'K'#1#6'Height'
+#3#16#2#3'Top'#3#225#0#5'Width'#3#157#2#13'ActiveControl'#7#12'MainNotebook'
+#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#18'frmCompilerOptions'#12
+'ClientHeight'#3#16#2#11'ClientWidth'#3#157#2#21'Constraints.MinHeight'#3#244
+#1#20'Constraints.MinWidth'#3'X'#2#7'OnClose'#7#23'frmCompilerOptionsClose'#8
+'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TNotebook'#12
+'MainNotebook'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#4'Left'#2#0#6'Heig'
+'ht'#3#234#1#3'Top'#2#0#5'Width'#3#157#2#5'Align'#7#5'alTop'#7'Anchors'#11#5
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#0#8'TabOrder'#2#0#0
+#5'TPage'#8'PathPage'#7'Caption'#6#8'PathPage'#11'ClientWidth'#3#149#2#12'Cl'
+'ientHeight'#3#208#1#0#6'TLabel'#13'lblOtherUnits'#4'Left'#2#6#6'Height'#2#14
+#3'Top'#2#6#5'Width'#3#137#2#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6
+#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#13'lblOt'
+'herUnits'#11'ParentColor'#8#0#0#6'TLabel'#15'lblIncludeFiles'#22'AnchorSide'
+'Left.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7#13'edtOtherUnits'#18
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'1'#5
+'Width'#2'C'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderS'
+'pacing.Right'#2#6#7'Caption'#6#15'lblIncludeFiles'#11'ParentColor'#8#0#0#6
+'TLabel'#15'lblOtherSources'#22'AnchorSideLeft.Control'#7#8'PathPage'#21'Anc'
+'horSideTop.Control'#7#15'edtIncludeFiles'#18'AnchorSideTop.Side'#7#9'asrBot'
+'tom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'\'#5'Width'#2'M'#18'BorderSpacing.'
+'Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6
+#15'lblOtherSources'#11'ParentColor'#8#0#0#6'TLabel'#12'lblLibraries'#22'Anc'
+'horSideLeft.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7#15'edtOtherS'
+'ources'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3
+'Top'#3#135#0#5'Width'#2'3'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'
+#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#12'lblLibraries'#11'ParentColo'
+'r'#8#0#0#6'TLabel'#16'lblUnitOutputDir'#22'AnchorSideLeft.Control'#7#8'Path'
+'Page'#21'AnchorSideTop.Control'#7#12'edtLibraries'#18'AnchorSideTop.Side'#7
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#178#0#5'Width'#2'M'#18'Bor'
+'derSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7
+'Caption'#6#16'lblUnitOutputDir'#11'ParentColor'#8#0#0#6'TLabel'#12'lblDebug'
+'Path'#22'AnchorSideLeft.Control'#7#8'PathPage'#21'AnchorSideTop.Control'#7
+#16'edtUnitOutputDir'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'He'
+'ight'#2#14#3'Top'#3#221#0#5'Width'#2'@'#18'BorderSpacing.Left'#2#6#17'Borde'
+'rSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#12'lblDebugPath'
@ -374,271 +374,281 @@ LazarusResources.Add('TfrmCompilerOptions','FORMDATA',[
+'op'#3#21#1#5'Width'#3#149#2#5'Align'#7#5'alTop'#12'ResizeAnchor'#7#5'akTop'
+#0#0#0#5'TPage'#15'CompilationPage'#7'Caption'#6#15'CompilationPage'#11'Clie'
+'ntWidth'#3#149#2#12'ClientHeight'#3#208#1#0#9'TCheckBox'#17'chkCreateMakefi'
+'le'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#137#2#5'Align'#7#5'alT'
+'op'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'chkCreateMakefile'#8'TabOr'
+'der'#2#0#0#0#9'TGroupBox'#20'ExecuteAfterGroupBox'#4'Left'#2#6#6'Height'#2
+'l'#3'Top'#3#233#0#5'Width'#3#137#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Bor'
+'derSpacing.Around'#2#6#7'Caption'#6#20'ExecuteAfterGroupBox'#12'ClientHeigh'
+'t'#2'Z'#11'ClientWidth'#3#133#2#8'TabOrder'#2#1#0#6'TLabel'#17'lblRunIfExec'
+'After'#22'AnchorSideLeft.Control'#7#20'ExecuteAfterGroupBox'#21'AnchorSideT'
+'op.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'Caption'#6#17'lblRunIfExecAfte'
+'r'#11'ParentColor'#8#0#0#6'TLabel'#24'ExecuteAfterCommandLabel'#22'AnchorSi'
+'deLeft.Control'#7#20'ExecuteAfterGroupBox'#21'AnchorSideTop.Control'#7#17'l'
,'blRunIfExecAfter'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
+'t'#2#20#3'Top'#2' '#5'Width'#3#184#0#20'BorderSpacing.Around'#2#6#7'Caption'
+#6#24'ExecuteAfterCommandLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#19'chkExe'
+'cAfterCompile'#22'AnchorSideLeft.Control'#7#17'lblRunIfExecAfter'#19'Anchor'
+'SideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'ExecuteAfterGr'
+'oupBox'#4'Left'#3#142#0#6'Height'#2#22#3'Top'#2#6#5'Width'#3#159#0#18'Borde'
+'rSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'chkExecAft'
+'erCompile'#8'TabOrder'#2#0#0#0#9'TCheckBox'#17'chkExecAfterBuild'#22'Anchor'
+'SideLeft.Control'#7#19'chkExecAfterCompile'#19'AnchorSideLeft.Side'#7#9'asr'
+'Bottom'#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'B'
+'orderSpacing.Around'#2#6#7'Caption'#6#17'chkExecAfterBuild'#8'TabOrder'#2#1
+#0#0#9'TCheckBox'#15'chkExecAfterRun'#22'AnchorSideLeft.Control'#7#17'chkExe'
+'cAfterBuild'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contro'
+'l'#7#20'ExecuteAfterGroupBox'#4'Left'#3#243#1#6'Height'#2#22#3'Top'#2#6#5'W'
+'idth'#3#130#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6#15'chkExecAfterRun'#8'TabOrder'#2#2#0#0#5'TEdit'#23'ExecuteAfterCo'
+'mmandEdit'#22'AnchorSideLeft.Control'#7#24'ExecuteAfterCommandLabel'#19'Anc'
+'horSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#17'lblRunIfExe'
+'cAfter'#18'AnchorSideTop.Side'#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'Top'#2' '#5'Width'#3#175#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'ExecuteAfterCommandEdit'#0#0#9'TCheckBox'#27
+'ExecuteAfterScanFPCCheckBox'#22'AnchorSideLeft.Control'#7#28'ExecuteAfterSc'
+'anMakeCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Con'
+'trol'#7#23'ExecuteAfterCommandEdit'#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.L'
+'eft'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'ExecuteAfterScanFPCC'
+'heckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#28'ExecuteAfterScanMakeCheckBox'
+#22'AnchorSideLeft.Control'#7#20'ExecuteAfterGroupBox'#21'AnchorSideTop.Cont'
+'rol'#7#23'ExecuteAfterCommandEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
+'Left'#2#6#6'Height'#2#22#3'Top'#2'='#5'Width'#3#235#0#20'BorderSpacing.Arou'
+'nd'#2#6#7'Caption'#6#28'ExecuteAfterScanMakeCheckBox'#8'TabOrder'#2#5#0#0#9
+'TCheckBox'#27'ExecuteAfterShowAllCheckBox'#22'AnchorSideLeft.Control'#7#27
+'ExecuteAfterScanFPCCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch'
+'orSideTop.Control'#7#23'ExecuteAfterCommandEdit'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#4'Left'#3#14#2#6'Height'#2#22#3'Top'#2'='#5'Width'#3#218#0#18'Bo'
+'rderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'Execute'
+'AfterShowAllCheckBox'#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#137#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#133#2#8'TabOrder'#2#2#0#6'TLabel'#16'l'
+'blRunIfCompiler'#22'AnchorSideLeft.Control'#7#11'grpCompiler'#21'AnchorSide'
+'Top.Control'#7#11'grpCompiler'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Widt'
+'h'#2'f'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'lblRunIfCompiler'#11'P'
+'arentColor'#8#0#0#6'TLabel'#11'lblCompiler'#22'AnchorSideLeft.Control'#7#11
+'grpCompiler'#21'AnchorSideTop.Control'#7#16'lblRunIfCompiler'#18'AnchorSide'
+'Top.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.Ri'
+'ght'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#11'lblCompiler'#11'Paren'
+'tColor'#8#0#0#9'TCheckBox'#18'chkCompilerCompile'#22'AnchorSideLeft.Control'
+#7#16'lblRunIfCompiler'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSide'
+'Top.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'Capt'
+'ion'#6#18'chkCompilerCompile'#8'TabOrder'#2#0#0#0#9'TCheckBox'#16'chkCompil'
+'erBuild'#22'AnchorSideLeft.Control'#7#18'chkCompilerCompile'#19'AnchorSideL'
+'eft.Side'#7#9'asrBottom'#21'AnchorSideTop.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'TabOrde'
+'r'#2#1#0#0#9'TCheckBox'#14'chkCompilerRun'#22'AnchorSideLeft.Control'#7#16
+'chkCompilerBuild'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.C'
+'ontrol'#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'Caption'#6
,#14'chkCompilerRun'#8'TabOrder'#2#2#0#0#5'TEdit'#11'edtCompiler'#22'AnchorSi'
+'deLeft.Control'#7#11'lblCompiler'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
+'AnchorSideTop.Control'#7#11'lblCompiler'#18'AnchorSideTop.Side'#7#9'asrCent'
+'er'#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#31#2#7'Anch'
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#12#20'Bord'
+'erSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#11'edtCompiler'#0#0#0#9'TGr'
+'oupBox'#21'ExecuteBeforeGroupBox'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2'"'#5
+'Width'#3#137#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
+#6#7'Caption'#6#21'ExecuteBeforeGroupBox'#12'ClientHeight'#2'Z'#11'ClientWid'
+'th'#3#133#2#8'TabOrder'#2#3#0#6'TLabel'#18'lblRunIfExecBefore'#22'AnchorSid'
+'eLeft.Control'#7#21'ExecuteBeforeGroupBox'#21'AnchorSideTop.Control'#7#21'E'
+'xecuteBeforeGroupBox'#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'ParentColo'
+'r'#8#0#0#6'TLabel'#25'ExecuteBeforeCommandLabel'#22'AnchorSideLeft.Control'
+#7#21'ExecuteBeforeGroupBox'#21'AnchorSideTop.Control'#7#18'lblRunIfExecBefo'
+'re'#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'ExecuteB'
+'eforeCommandLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#20'chkExecBeforeCompi'
+'le'#22'AnchorSideLeft.Control'#7#18'lblRunIfExecBefore'#19'AnchorSideLeft.S'
+'ide'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGroupBox'#4
+'Left'#3#153#0#6'Height'#2#22#3'Top'#2#6#5'Width'#3#170#0#18'BorderSpacing.L'
+'eft'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'chkExecBeforeCompile'
+#8'TabOrder'#2#0#0#0#9'TCheckBox'#18'chkExecBeforeBuild'#22'AnchorSideLeft.C'
+'ontrol'#7#20'chkExecBeforeCompile'#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'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6#18'chkExecBeforeBuild'#8'TabOrder'#2#1#0#0#9'TC'
+'heckBox'#16'chkExecBeforeRun'#22'AnchorSideLeft.Control'#7#18'chkExecBefore'
+'Build'#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'TabOrder'#2#2#0#0#5'TEdit'#24'ExecuteBeforeCommandEd'
+'it'#22'AnchorSideLeft.Control'#7#25'ExecuteBeforeCommandLabel'#19'AnchorSid'
+'eLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'lblRunIfExecBefor'
+'e'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#21'E'
+'xecuteBeforeGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#219
+#0#6'Height'#2#23#3'Top'#2' '#5'Width'#3#164#1#7'Anchors'#11#5'akTop'#6'akLe'
+'ft'#7'akRight'#0#18'BorderSpacing.Left'#2#12#20'BorderSpacing.Around'#2#6#8
+'TabOrder'#2#3#4'Text'#6#24'ExecuteBeforeCommandEdit'#0#0#9'TCheckBox'#28'Ex'
+'ecuteBeforeScanFPCCheckBox'#22'AnchorSideLeft.Control'#7#29'ExecuteBeforeSc'
+'anMakeCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Con'
+'trol'#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'BorderSpacing.L'
+'eft'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'ExecuteBeforeScanFPC'
+'CheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#29'ExecuteBeforeScanMakeCheckBox'
+#22'AnchorSideLeft.Control'#7#21'ExecuteBeforeGroupBox'#21'AnchorSideTop.Con'
+'trol'#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'BorderSpacing.Arou'
+'nd'#2#6#7'Caption'#6#29'ExecuteBeforeScanMakeCheckBox'#8'TabOrder'#2#5#0#0#9
+'TCheckBox'#28'ExecuteBeforeShowAllCheckBox'#22'AnchorSideLeft.Control'#7#28
+'ExecuteBeforeScanFPCCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anc'
+'horSideTop.Control'#7#24'ExecuteBeforeCommandEdit'#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'BorderSpacing.Around'#2#6#7'Caption'#6#28'Execu'
+'teBeforeShowAllCheckBox'#8'TabOrder'#2#6#0#0#0#0#0#6'TPanel'#8'BtnPanel'#4
+'Left'#2#0#6'Height'#2'&'#3'Top'#3#234#1#5'Width'#3#157#2#5'Align'#7#8'alBot'
+'tom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'&'#11'Clie'
+'ntWidth'#3#157#2#8'TabOrder'#2#1#0#7'TBitBtn'#10'HelpButton'#21'AnchorSideB'
+'ottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#26#3'Top'#2#6#5'Width'#2
+'K'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Captio'
+'n'#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'TabOr'
+'der'#2#0#0#0#7'TBitBtn'#14'btnShowOptions'#21'AnchorSideBottom.Side'#7#9'as'
,'rBottom'#4'Left'#3#165#0#6'Height'#2#26#3'Top'#2#6#5'Width'#2'|'#5'Align'#7
+#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'btnSh'
+'owOptions'#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#26#3'Top'#2#6#5'Width'#2'Z'#5'Align'
+#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'btnC'
+'heck'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Defaul'
+'t'#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#135#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'l'#5'Align'
+#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'btn'
+'LoadSave'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#10'G'
,'lyph.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'j'
+'6'#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
+'le'#22'AnchorSideLeft.Control'#7#15'CompilationPage'#21'AnchorSideTop.Contr'
+'ol'#7#15'CompilationPage'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#2
+'k'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'chkCreateMakefile'#8'TabOrd'
+'er'#2#0#0#0#9'TGroupBox'#20'ExecuteAfterGroupBox'#22'AnchorSideLeft.Control'
+#7#15'CompilationPage'#21'AnchorSideTop.Control'#7#11'grpCompiler'#18'Anchor'
+'SideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#15'CompilationPa'
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'c'#3'To'
+'p'#3#216#0#5'Width'#3#137#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'ExecuteAfterGroupB'
+'ox'#12'ClientHeight'#2'Q'#11'ClientWidth'#3#133#2#8'TabOrder'#2#1#0#6'TLabe'
+'l'#17'lblRunIfExecAfter'#22'AnchorSideLeft.Control'#7#20'ExecuteAfterGroupB'
,'ox'#21'AnchorSideTop.Control'#7#20'ExecuteAfterGroupBox'#4'Left'#2#6#6'Heig'
+'ht'#2#14#3'Top'#2#6#5'Width'#2'V'#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#17'lblRunIfExecAfter'#11'ParentColor'#8#0#0#6'TLabel'#24'ExecuteAfterComman'
+'dLabel'#22'AnchorSideLeft.Control'#7#20'ExecuteAfterGroupBox'#21'AnchorSide'
+'Top.Control'#7#23'ExecuteAfterCommandEdit'#18'AnchorSideTop.Side'#7#9'asrCe'
+'nter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'!'#5'Width'#3#137#0#20'BorderSpac'
+'ing.Around'#2#6#7'Caption'#6#24'ExecuteAfterCommandLabel'#11'ParentColor'#8
+#0#0#9'TCheckBox'#19'chkExecAfterCompile'#22'AnchorSideLeft.Control'#7#17'lb'
+'lRunIfExecAfter'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Co'
+'ntrol'#7#20'ExecuteAfterGroupBox'#4'Left'#2'z'#6'Height'#2#17#3'Top'#2#6#5
+'Width'#2'w'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Capt'
+'ion'#6#19'chkExecAfterCompile'#8'TabOrder'#2#0#0#0#9'TCheckBox'#17'chkExecA'
+'fterBuild'#22'AnchorSideLeft.Control'#7#19'chkExecAfterCompile'#19'AnchorSi'
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'ExecuteAfterGrou'
+'pBox'#4'Left'#3#15#1#6'Height'#2#17#3'Top'#2#6#5'Width'#2'i'#18'BorderSpaci'
+'ng.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'chkExecAfterBuil'
+'d'#8'TabOrder'#2#1#0#0#9'TCheckBox'#15'chkExecAfterRun'#22'AnchorSideLeft.C'
+'ontrol'#7#17'chkExecAfterBuild'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
+'nchorSideTop.Control'#7#20'ExecuteAfterGroupBox'#4'Left'#3#150#1#6'Height'#2
+#17#3'Top'#2#6#5'Width'#2'f'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Ar'
+'ound'#2#6#7'Caption'#6#15'chkExecAfterRun'#8'TabOrder'#2#2#0#0#5'TEdit'#23
+'ExecuteAfterCommandEdit'#22'AnchorSideLeft.Control'#7#24'ExecuteAfterComman'
+'dLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
+#19'chkExecAfterCompile'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSide'
+'Right.Control'#7#20'ExecuteAfterGroupBox'#20'AnchorSideRight.Side'#7#9'asrB'
+'ottom'#4'Left'#3#161#0#6'Height'#2#23#3'Top'#2#29#5'Width'#3#222#1#7'Anchor'
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#12#20'Border'
+'Spacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#23'ExecuteAfterCommandEdit'#0
+#0#9'TCheckBox'#27'ExecuteAfterScanFPCCheckBox'#22'AnchorSideLeft.Control'#7
+#28'ExecuteAfterScanMakeCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
+'AnchorSideTop.Control'#7#23'ExecuteAfterCommandEdit'#18'AnchorSideTop.Side'
+#7#9'asrBottom'#4'Left'#3#216#0#6'Height'#2#17#3'Top'#2':'#5'Width'#3#173#0
+#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'Ex'
+'ecuteAfterScanFPCCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#28'ExecuteAfter'
+'ScanMakeCheckBox'#22'AnchorSideLeft.Control'#7#20'ExecuteAfterGroupBox'#21
+'AnchorSideTop.Control'#7#23'ExecuteAfterCommandEdit'#18'AnchorSideTop.Side'
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2':'#5'Width'#3#180#0#20'B'
+'orderSpacing.Around'#2#6#7'Caption'#6#28'ExecuteAfterScanMakeCheckBox'#8'Ta'
+'bOrder'#2#5#0#0#9'TCheckBox'#27'ExecuteAfterShowAllCheckBox'#22'AnchorSideL'
+'eft.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#163#1#6'Height'#2#17#3'Top'#2':'#5
+'Width'#3#166#0#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'C'
+'aption'#6#27'ExecuteAfterShowAllCheckBox'#8'TabOrder'#2#6#0#0#0#9'TGroupBox'
+#11'grpCompiler'#22'AnchorSideLeft.Control'#7#15'CompilationPage'#21'AnchorS'
+'ideTop.Control'#7#21'ExecuteBeforeGroupBox'#18'AnchorSideTop.Side'#7#9'asrB'
+'ottom'#23'AnchorSideRight.Control'#7#15'CompilationPage'#20'AnchorSideRight'
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'L'#3'Top'#3#134#0#5'Width'#3
+#137#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'Border'
+'Spacing.Around'#2#6#7'Caption'#6#11'grpCompiler'#12'ClientHeight'#2':'#11'C'
+'lientWidth'#3#133#2#8'TabOrder'#2#2#0#6'TLabel'#16'lblRunIfCompiler'#22'Anc'
+'horSideLeft.Control'#7#11'grpCompiler'#21'AnchorSideTop.Control'#7#11'grpCo'
+'mpiler'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'O'#20'BorderSpacin'
+'g.Around'#2#6#7'Caption'#6#16'lblRunIfCompiler'#11'ParentColor'#8#0#0#6'TLa'
+'bel'#11'lblCompiler'#22'AnchorSideLeft.Control'#7#11'grpCompiler'#21'Anchor'
+'SideTop.Control'#7#11'edtCompiler'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
+'Left'#2#6#6'Height'#2#14#3'Top'#2'!'#5'Width'#2'4'#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#11'lblCompiler'#11'ParentColor'#8#0#0#9'TCheckBox'#18'chkC'
+'ompilerCompile'#22'AnchorSideLeft.Control'#7#16'lblRunIfCompiler'#19'Anchor'
+'SideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#11'grpCompiler'#4
+'Left'#2's'#6'Height'#2#17#3'Top'#2#6#5'Width'#2'q'#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'c'
+'hkCompilerCompile'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.'
,'Control'#7#11'grpCompiler'#4'Left'#3#2#1#6'Height'#2#17#3'Top'#2#6#5'Width'
+#2'c'#18'BorderSpacing.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.Control'#7#16'chkCompilerBuild'#19'AnchorSideLeft.Side'#7#9
+'asrBottom'#21'AnchorSideTop.Control'#7#11'grpCompiler'#4'Left'#3#131#1#6'He'
+'ight'#2#17#3'Top'#2#6#5'Width'#2'`'#18'BorderSpacing.Left'#2#24#20'BorderSp'
+'acing.Around'#2#6#7'Caption'#6#14'chkCompilerRun'#8'TabOrder'#2#2#0#0#5'TEd'
+'it'#11'edtCompiler'#22'AnchorSideLeft.Control'#7#11'lblCompiler'#19'AnchorS'
+'ideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'chkCompilerComp'
+'ile'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#11
+'grpCompiler'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'L'#6'Height'
+#2#23#3'Top'#2#29#5'Width'#3'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'#22'Anc'
+'horSideLeft.Control'#7#15'CompilationPage'#21'AnchorSideTop.Control'#7#17'c'
+'hkCreateMakefile'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.'
+'Control'#7#15'CompilationPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
+'ft'#2#6#6'Height'#2'c'#3'Top'#2#29#5'Width'#3#137#2#7'Anchors'#11#5'akTop'#6
+'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#21'ExecuteBeforeGroupBox'#12'ClientHeight'#2'Q'#11'ClientWidth'#3#133#2#8'T'
+'abOrder'#2#3#0#6'TLabel'#18'lblRunIfExecBefore'#22'AnchorSideLeft.Control'#7
+#21'ExecuteBeforeGroupBox'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGroup'
+'Box'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2']'#20'BorderSpacing.A'
+'round'#2#6#7'Caption'#6#18'lblRunIfExecBefore'#11'ParentColor'#8#0#0#6'TLab'
+'el'#25'ExecuteBeforeCommandLabel'#22'AnchorSideLeft.Control'#7#21'ExecuteBe'
+'foreGroupBox'#21'AnchorSideTop.Control'#7#24'ExecuteBeforeCommandEdit'#18'A'
+'nchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'!'#5
+'Width'#3#144#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'ExecuteBeforeCo'
+'mmandLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#20'chkExecBeforeCompile'#22
+'AnchorSideLeft.Control'#7#18'lblRunIfExecBefore'#19'AnchorSideLeft.Side'#7#9
+'asrBottom'#21'AnchorSideTop.Control'#7#21'ExecuteBeforeGroupBox'#4'Left'#3
+#129#0#6'Height'#2#17#3'Top'#2#6#5'Width'#3#128#0#18'BorderSpacing.Left'#2#24
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'chkExecBeforeCompile'#8'TabOrd'
+'er'#2#0#0#0#9'TCheckBox'#18'chkExecBeforeBuild'#22'AnchorSideLeft.Control'#7
+#20'chkExecBeforeCompile'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSi'
+'deTop.Control'#7#21'ExecuteBeforeGroupBox'#4'Left'#3#31#1#6'Height'#2#17#3
+'Top'#2#6#5'Width'#2'r'#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'An'
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'ExecuteBef'
+'oreGroupBox'#4'Left'#3#175#1#6'Height'#2#17#3'Top'#2#6#5'Width'#2'o'#18'Bor'
+'derSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'chkExecB'
+'eforeRun'#8'TabOrder'#2#2#0#0#5'TEdit'#24'ExecuteBeforeCommandEdit'#22'Anch'
+'orSideLeft.Control'#7#25'ExecuteBeforeCommandLabel'#19'AnchorSideLeft.Side'
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'chkExecBeforeCompile'#18'Anch'
+'orSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#21'ExecuteBefo'
+'reGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#168#0#6'Heigh'
+'t'#2#23#3'Top'#2#29#5'Width'#3#215#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
+'ight'#0#18'BorderSpacing.Left'#2#12#20'BorderSpacing.Around'#2#6#8'TabOrder'
+#2#3#4'Text'#6#24'ExecuteBeforeCommandEdit'#0#0#9'TCheckBox'#28'ExecuteBefor'
+'eScanFPCCheckBox'#22'AnchorSideLeft.Control'#7#29'ExecuteBeforeScanMakeChec'
+'kBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24
+'ExecuteBeforeCommandEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3
+#225#0#6'Height'#2#17#3'Top'#2':'#5'Width'#3#182#0#18'BorderSpacing.Left'#2
+#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'ExecuteBeforeScanFPCCheckBo'
+'x'#8'TabOrder'#2#4#0#0#9'TCheckBox'#29'ExecuteBeforeScanMakeCheckBox'#22'An'
+'chorSideLeft.Control'#7#21'ExecuteBeforeGroupBox'#21'AnchorSideTop.Control'
+#7#24'ExecuteBeforeCommandEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
+#2#6#6'Height'#2#17#3'Top'#2':'#5'Width'#3#189#0#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#29'ExecuteBeforeScanMakeCheckBox'#8'TabOrder'#2#5#0#0#9'TCheck'
+'Box'#28'ExecuteBeforeShowAllCheckBox'#22'AnchorSideLeft.Control'#7#28'Execu'
+'teBeforeScanFPCCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSi'
+'deTop.Control'#7#24'ExecuteBeforeCommandEdit'#18'AnchorSideTop.Side'#7#9'as'
+'rBottom'#4'Left'#3#181#1#6'Height'#2#17#3'Top'#2':'#5'Width'#3#175#0#18'Bor'
,'derSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'ExecuteB'
+'eforeShowAllCheckBox'#8'TabOrder'#2#6#0#0#0#0#0#6'TPanel'#8'BtnPanel'#4'Lef'
+'t'#2#0#6'Height'#2'&'#3'Top'#3#234#1#5'Width'#3#157#2#5'Align'#7#8'alBottom'
+#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'&'#11'ClientWid'
+'th'#3#157#2#8'TabOrder'#2#1#0#7'TBitBtn'#10'HelpButton'#21'AnchorSideBottom'
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#26#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'OnClick'#7#15'HelpButtonClick'#8'TabOrder'#2
+#0#0#0#7'TBitBtn'#14'btnShowOptions'#21'AnchorSideBottom.Side'#7#9'asrBottom'
+#4'Left'#3#165#0#6'Height'#2#26#3'Top'#2#6#5'Width'#2'|'#5'Align'#7#7'alRigh'
+'t'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'btnShowOption'
+'s'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#10'Glyph.Da'
+'ta'#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'TabO'
+'rder'#2#1#0#0#7'TBitBtn'#8'btnCheck'#21'AnchorSideBottom.Side'#7#9'asrBotto'
+'m'#4'Left'#3''''#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'Z'#5'Align'#7#7'alR'
+'ight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'btnCheck'#21
+'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Default'#9#4'Ki'
+'nd'#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#135#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'l'#5'Align'#7#7'alRigh'
+'t'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'btnLoadSave'
+#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#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
+#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'T'
+'abOrder'#2#3#0#0#7'TBitBtn'#5'btnOK'#21'AnchorSideBottom.Side'#7#9'asrBotto'
+'m'#4'Left'#3#249#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alR'
+'ight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'&OK'#21'Con'
+'straints.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'TBitB'
+'tn'#9'btnCancel'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBotto'
+'m.Side'#7#9'asrBottom'#4'Left'#3'J'#2#6'Height'#2#26#3'Top'#2#6#5'Width'#2
+'M'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cance'
+'l'#9#7'Caption'#6#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
+#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'OnCli'
+'ck'#7#19'ButtonLoadSaveClick'#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#249#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'Aut'
+'oSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'&OK'#21'Constraints.Mi'
+'nHeight'#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'TBitBtn'#9'btnCanc'
+'el'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'a'
+'srBottom'#4'Left'#3'J'#2#6'Height'#2#26#3'Top'#2#6#5'Width'#2'M'#5'Align'#7
+#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'
+#6#6'Cancel'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#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

@ -769,7 +769,7 @@ begin
chkCompilerCompile.Visible := True;
chkCompilerBuild.Visible := True;
chkCompilerRun.Visible := True;
lblCompiler.AnchorToNeighbour(akTop,6,lblRunIfCompiler);
edtCompiler.AnchorToNeighbour(akTop,0,chkCompilerCompile);
end
else if Options is TPkgCompilerOptions
then begin
@ -781,14 +781,14 @@ begin
chkCompilerCompile.Checked := TPkgCompilerOptions(Options).SkipCompiler;
chkCompilerBuild.Visible := False;
chkCompilerRun.Visible := False;
lblCompiler.AnchorToNeighbour(akTop,6,chkCompilerCompile);
edtCompiler.AnchorToNeighbour(akTop,0,chkCompilerCompile);
end
else begin
lblRunIfCompiler.Visible := False;
chkCompilerCompile.Visible := False;
chkCompilerBuild.Visible := False;
chkCompilerRun.Visible := False;
lblCompiler.AnchorParallel(akTop,6,lblCompiler.Parent);
edtCompiler.AnchorParallel(akTop,0,lblCompiler.Parent);
end;
ExecuteAfterCommandEdit.Text:=Options.ExecuteAfter.Command;