mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 20:49:30 +02:00
IDE: configure build file: improved layout
git-svn-id: trunk@15902 -
This commit is contained in:
parent
3a6af55cd9
commit
4565dbfac4
@ -3,8 +3,6 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Height = 417
|
||||
Top = 196
|
||||
Width = 451
|
||||
HorzScrollBar.Page = 450
|
||||
VertScrollBar.Page = 416
|
||||
ActiveControl = Notebook1
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'BuildFileDialog'
|
||||
@ -24,26 +22,26 @@ object BuildFileDialog: TBuildFileDialog
|
||||
TabOrder = 0
|
||||
object GeneralPage: TPage
|
||||
Caption = 'Options'
|
||||
ClientWidth = 447
|
||||
ClientHeight = 338
|
||||
ClientWidth = 449
|
||||
ClientHeight = 342
|
||||
object WhenFileIsActiveGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 81
|
||||
Top = 6
|
||||
Width = 435
|
||||
Width = 437
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'When this file is active in source editor ...'
|
||||
ClientHeight = 77
|
||||
ClientWidth = 431
|
||||
ClientHeight = 62
|
||||
ClientWidth = 433
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
object OverrideBuildProjectCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 419
|
||||
Width = 421
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'On build project execute the Build File command instead'
|
||||
@ -53,7 +51,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 419
|
||||
Width = 421
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'On run project execute the Run File command instead'
|
||||
@ -63,25 +61,25 @@ object BuildFileDialog: TBuildFileDialog
|
||||
end
|
||||
object BuildPage: TPage
|
||||
Caption = 'Build'
|
||||
ClientWidth = 447
|
||||
ClientHeight = 338
|
||||
ClientWidth = 449
|
||||
ClientHeight = 342
|
||||
object BuildCommandGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 80
|
||||
Top = 72
|
||||
Width = 435
|
||||
Width = 437
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Build Command'
|
||||
ClientHeight = 61
|
||||
ClientWidth = 431
|
||||
ClientWidth = 433
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
object BuildCommandMemo: TMemo
|
||||
Left = 6
|
||||
Height = 49
|
||||
Top = 6
|
||||
Width = 419
|
||||
Width = 421
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Lines.Strings = (
|
||||
@ -94,7 +92,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 158
|
||||
Width = 435
|
||||
Width = 437
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Scan for FPC messages'
|
||||
@ -104,7 +102,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 186
|
||||
Width = 435
|
||||
Width = 437
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Scan for Make messages'
|
||||
@ -114,13 +112,13 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 60
|
||||
Top = 6
|
||||
Width = 435
|
||||
Width = 437
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Working directory (Leave empty for file path)'
|
||||
ClientHeight = 41
|
||||
ClientWidth = 431
|
||||
ClientWidth = 433
|
||||
ParentCtl3D = False
|
||||
TabOrder = 3
|
||||
object BuildWorkDirCombobox: TComboBox
|
||||
@ -130,7 +128,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 388
|
||||
Width = 390
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
@ -143,7 +141,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
AnchorSideTop.Control = BuildWorkingDirGroupbox
|
||||
AnchorSideRight.Control = BuildWorkingDirGroupbox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 400
|
||||
Left = 402
|
||||
Height = 25
|
||||
Top = 6
|
||||
Width = 25
|
||||
@ -157,13 +155,13 @@ object BuildFileDialog: TBuildFileDialog
|
||||
end
|
||||
object RunPage: TPage
|
||||
Caption = 'Run'
|
||||
ClientWidth = 447
|
||||
ClientHeight = 338
|
||||
ClientWidth = 449
|
||||
ClientHeight = 342
|
||||
object AlwaysCompileFirstCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 435
|
||||
Width = 437
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Always Build before Run'
|
||||
@ -171,21 +169,21 @@ object BuildFileDialog: TBuildFileDialog
|
||||
end
|
||||
object RunCommandGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 70
|
||||
Height = 98
|
||||
Top = 100
|
||||
Width = 435
|
||||
Width = 437
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Run Command'
|
||||
ClientHeight = 51
|
||||
ClientWidth = 431
|
||||
ClientHeight = 79
|
||||
ClientWidth = 433
|
||||
ParentCtl3D = False
|
||||
TabOrder = 1
|
||||
object RunCommandMemo: TMemo
|
||||
Left = 6
|
||||
Height = 39
|
||||
Height = 67
|
||||
Top = 6
|
||||
Width = 419
|
||||
Width = 421
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Lines.Strings = (
|
||||
@ -198,13 +196,13 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 60
|
||||
Top = 34
|
||||
Width = 435
|
||||
Width = 437
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Working Directory (Leave empty for file path)'
|
||||
ClientHeight = 41
|
||||
ClientWidth = 431
|
||||
ClientWidth = 433
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
object RunWorkDirCombobox: TComboBox
|
||||
@ -214,7 +212,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 388
|
||||
Width = 390
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Around = 6
|
||||
@ -224,15 +222,13 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Text = 'RunWorkDirCombobox'
|
||||
end
|
||||
object RunBrowseWorkDirButton: TButton
|
||||
AnchorSideTop.Control = RunWorkDirGroupbox
|
||||
AnchorSideRight.Control = RunWorkDirGroupbox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 400
|
||||
Height = 25
|
||||
Left = 402
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 25
|
||||
HelpType = htKeyword
|
||||
Anchors = [akTop, akRight]
|
||||
Align = alRight
|
||||
BorderSpacing.Around = 6
|
||||
Caption = '...'
|
||||
OnClick = BuildBrowseWorkDirButtonCLICK
|
||||
|
@ -2,97 +2,94 @@
|
||||
|
||||
LazarusResources.Add('TBuildFileDialog','FORMDATA',[
|
||||
'TPF0'#16'TBuildFileDialog'#15'BuildFileDialog'#4'Left'#3'='#1#6'Height'#3#161
|
||||
+#1#3'Top'#3#196#0#5'Width'#3#195#1#18'HorzScrollBar.Page'#3#194#1#18'VertScr'
|
||||
+'ollBar.Page'#3#160#1#13'ActiveControl'#7#9'Notebook1'#11'BorderIcons'#11#12
|
||||
+'biSystemMenu'#0#7'Caption'#6#15'BuildFileDialog'#12'ClientHeight'#3#161#1#11
|
||||
+'ClientWidth'#3#195#1#10'KeyPreview'#9#8'OnCreate'#7#21'BuildFileDialogCREAT'
|
||||
+'E'#9'OnKeyDown'#7#22'BuildFileDialogKEYDOWN'#8'Position'#7#14'poScreenCente'
|
||||
+'r'#10'LCLVersion'#6#6'0.9.25'#0#9'TNotebook'#9'Notebook1'#24'AnchorSideBott'
|
||||
+'om.Control'#7#10'HelpButton'#6'Height'#3'q'#1#5'Width'#3#195#1#5'Align'#7#8
|
||||
+'alClient'#9'PageIndex'#2#1#8'TabOrder'#2#0#0#5'TPage'#11'GeneralPage'#7'Cap'
|
||||
+'tion'#6#7'Options'#11'ClientWidth'#3#191#1#12'ClientHeight'#3'R'#1#0#9'TGro'
|
||||
+'upBox'#24'WhenFileIsActiveGroupbox'#4'Left'#2#6#6'Height'#2'Q'#3'Top'#2#6#5
|
||||
+'Width'#3#179#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6'-When this file is active in source editor ...'#12'ClientHei'
|
||||
+'ght'#2'M'#11'ClientWidth'#3#175#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#9'TCh'
|
||||
+'eckBox'#28'OverrideBuildProjectCheckbox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2
|
||||
+#6#5'Width'#3#163#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6'7On build project execute the Build File command instead'#8'TabOrder'
|
||||
+#2#0#0#0#9'TCheckBox'#26'OverrideRunProjectCheckbox'#4'Left'#2#6#6'Height'#2
|
||||
+#22#3'Top'#2'"'#5'Width'#3#163#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6'3On run project execute the Run File command instead'#8'Ta'
|
||||
+'bOrder'#2#1#0#0#0#0#5'TPage'#9'BuildPage'#7'Caption'#6#5'Build'#11'ClientWi'
|
||||
+'dth'#3#191#1#12'ClientHeight'#3'R'#1#0#9'TGroupBox'#20'BuildCommandGroupbox'
|
||||
+#4'Left'#2#6#6'Height'#2'P'#3'Top'#2'H'#5'Width'#3#179#1#5'Align'#7#5'alTop'
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'Build Command'#12'ClientHeight'
|
||||
+#2'='#11'ClientWidth'#3#175#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#5'TMemo'#16
|
||||
+'BuildCommandMemo'#4'Left'#2#6#6'Height'#2'1'#3'Top'#2#6#5'Width'#3#163#1#5
|
||||
+'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#13'Lines.Strings'#1#6#18
|
||||
+'CompileCommandMemo'#0#8'TabOrder'#2#0#0#0#0#9'TCheckBox'#26'BuildScanForFPC'
|
||||
+'MsgCheckbox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#158#0#5'Width'#3#179#1#5'A'
|
||||
+'lign'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'Scan for FPC '
|
||||
+'messages'#8'TabOrder'#2#1#0#0#9'TCheckBox'#27'BuildScanForMakeMsgCheckbox'#4
|
||||
+'Left'#2#6#6'Height'#2#22#3'Top'#3#186#0#5'Width'#3#179#1#5'Align'#7#5'alTop'
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'Scan for Make messages'#8'TabO'
|
||||
+'rder'#2#2#0#0#9'TGroupBox'#23'BuildWorkingDirGroupbox'#4'Left'#2#6#6'Height'
|
||||
+#2'<'#3'Top'#2#6#5'Width'#3#179#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6'-Working directory (Leave empty for file '
|
||||
+'path)'#12'ClientHeight'#2')'#11'ClientWidth'#3#175#1#11'ParentCtl3D'#8#8'Ta'
|
||||
+'bOrder'#2#3#0#9'TComboBox'#20'BuildWorkDirCombobox'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#23'BuildWorkingDirGroupbox'#21'AnchorSideTop.Control'#7#23'BuildWorki'
|
||||
+'ngDirGroupbox'#23'AnchorSideRight.Control'#7#24'BuildBrowseWorkDirButton'#4
|
||||
+'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#132#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||
+'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#11'Pa'
|
||||
+'rentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#20'BuildWorkDirCombobox'#0#0#7'TButt'
|
||||
+'on'#24'BuildBrowseWorkDirButton'#21'AnchorSideTop.Control'#7#23'BuildWorkin'
|
||||
+'gDirGroupbox'#23'AnchorSideRight.Control'#7#23'BuildWorkingDirGroupbox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#1#6'Height'#2#25#3'Top'#2
|
||||
+#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#3'...'#7'OnClick'#7#29'BuildBrowseWorkDirButtonCLICK'#8'Ta'
|
||||
+'bOrder'#2#1#0#0#0#0#5'TPage'#7'RunPage'#7'Caption'#6#3'Run'#11'ClientWidth'
|
||||
+#3#191#1#12'ClientHeight'#3'R'#1#0#9'TCheckBox'#26'AlwaysCompileFirstCheckbo'
|
||||
+'x'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#179#1#5'Align'#7#5'alTo'
|
||||
+'p'#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'Always Build before Run'#8
|
||||
+'TabOrder'#2#0#0#0#9'TGroupBox'#18'RunCommandGroupbox'#4'Left'#2#6#6'Height'
|
||||
+#2'F'#3'Top'#2'd'#5'Width'#3#179#1#5'Align'#7#5'alTop'#20'BorderSpacing.Arou'
|
||||
+'nd'#2#6#7'Caption'#6#11'Run Command'#12'ClientHeight'#2'3'#11'ClientWidth'#3
|
||||
+#175#1#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#5'TMemo'#14'RunCommandMemo'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2''''#3'Top'#2#6#5'Width'#3#163#1#5'Align'#7#8'alClient'#20
|
||||
+'BorderSpacing.Around'#2#6#13'Lines.Strings'#1#6#18'CompileCommandMemo'#0#8
|
||||
+'TabOrder'#2#0#0#0#0#9'TGroupBox'#18'RunWorkDirGroupbox'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2'<'#3'Top'#2'"'#5'Width'#3#179#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'B'
|
||||
+'orderSpacing.Around'#2#6#7'Caption'#6'-Working Directory (Leave empty for f'
|
||||
+'ile path)'#12'ClientHeight'#2')'#11'ClientWidth'#3#175#1#11'ParentCtl3D'#8#8
|
||||
+'TabOrder'#2#2#0#9'TComboBox'#18'RunWorkDirCombobox'#22'AnchorSideLeft.Contr'
|
||||
,'ol'#7#18'RunWorkDirGroupbox'#21'AnchorSideTop.Control'#7#18'RunWorkDirGroup'
|
||||
+'box'#23'AnchorSideRight.Control'#7#22'RunBrowseWorkDirButton'#4'Left'#2#6#6
|
||||
+'Height'#2#29#3'Top'#2#6#5'Width'#3#132#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearc'
|
||||
+'hAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#11'ParentCtl3D'
|
||||
+#8#8'TabOrder'#2#0#4'Text'#6#18'RunWorkDirCombobox'#0#0#7'TButton'#22'RunBro'
|
||||
+'wseWorkDirButton'#21'AnchorSideTop.Control'#7#18'RunWorkDirGroupbox'#23'Anc'
|
||||
+'horSideRight.Control'#7#18'RunWorkDirGroupbox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#144#1#6'Height'#2#25#3'Top'#2#6#5'Width'#2#25#8'HelpTy'
|
||||
+'pe'#7#9'htKeyword'#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Aro'
|
||||
+'und'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#29'BuildBrowseWorkDirButtonCLICK'
|
||||
+#8'TabOrder'#2#1#0#0#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2'0'#3'Top'#3'q'#1
|
||||
+#5'Width'#3#195#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bv'
|
||||
+'None'#12'ClientHeight'#2'0'#11'ClientWidth'#3#195#1#8'TabOrder'#2#1#0#7'TBi'
|
||||
+'tBtn'#12'CancelButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSid'
|
||||
+'eBottom.Side'#7#9'asrBottom'#4'Left'#3'o'#1#6'Height'#2'$'#3'Top'#2#6#5'Wid'
|
||||
+'th'#2'N'#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'Constrai'
|
||||
+'nts.MinWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2
|
||||
+#0#8'TabOrder'#2#0#0#0#7'TBitBtn'#8'OKButton'#21'AnchorSideBottom.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#30#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'#7'Default'#9#4'Ki'
|
||||
+'nd'#7#4'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#7'OnClick'#7#13'OkButton'
|
||||
+'CLICK'#8'TabOrder'#2#1#0#0#7'TBitBtn'#10'HelpButton'#21'AnchorSideBottom.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'$'#3'Top'#2#6#5'Width'#2'K'#5'Al'
|
||||
+'ign'#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
|
||||
+#2#0#0#0#0
|
||||
+#1#3'Top'#3#196#0#5'Width'#3#195#1#13'ActiveControl'#7#9'Notebook1'#11'Borde'
|
||||
+'rIcons'#11#12'biSystemMenu'#0#7'Caption'#6#15'BuildFileDialog'#12'ClientHei'
|
||||
+'ght'#3#161#1#11'ClientWidth'#3#195#1#10'KeyPreview'#9#8'OnCreate'#7#21'Buil'
|
||||
+'dFileDialogCREATE'#9'OnKeyDown'#7#22'BuildFileDialogKEYDOWN'#8'Position'#7
|
||||
+#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9'TNotebook'#9'Notebook1'#24
|
||||
+'AnchorSideBottom.Control'#7#10'HelpButton'#6'Height'#3'q'#1#5'Width'#3#195#1
|
||||
+#5'Align'#7#8'alClient'#9'PageIndex'#2#1#8'TabOrder'#2#0#0#5'TPage'#11'Gener'
|
||||
+'alPage'#7'Caption'#6#7'Options'#11'ClientWidth'#3#193#1#12'ClientHeight'#3
|
||||
+'V'#1#0#9'TGroupBox'#24'WhenFileIsActiveGroupbox'#4'Left'#2#6#6'Height'#2'Q'
|
||||
+#3'Top'#2#6#5'Width'#3#181#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpac'
|
||||
+'ing.Around'#2#6#7'Caption'#6'-When this file is active in source editor ...'
|
||||
+#12'ClientHeight'#2'>'#11'ClientWidth'#3#177#1#11'ParentCtl3D'#8#8'TabOrder'
|
||||
+#2#0#0#9'TCheckBox'#28'OverrideBuildProjectCheckbox'#4'Left'#2#6#6'Height'#2
|
||||
+#22#3'Top'#2#6#5'Width'#3#165#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6'7On build project execute the Build File command instead'#8
|
||||
+'TabOrder'#2#0#0#0#9'TCheckBox'#26'OverrideRunProjectCheckbox'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#2'"'#5'Width'#3#165#1#5'Align'#7#5'alTop'#20'BorderSpac'
|
||||
+'ing.Around'#2#6#7'Caption'#6'3On run project execute the Run File command i'
|
||||
+'nstead'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#9'BuildPage'#7'Caption'#6#5'Build'
|
||||
+#11'ClientWidth'#3#193#1#12'ClientHeight'#3'V'#1#0#9'TGroupBox'#20'BuildComm'
|
||||
+'andGroupbox'#4'Left'#2#6#6'Height'#2'P'#3'Top'#2'H'#5'Width'#3#181#1#5'Alig'
|
||||
+'n'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'Build Command'#12
|
||||
+'ClientHeight'#2'='#11'ClientWidth'#3#177#1#11'ParentCtl3D'#8#8'TabOrder'#2#0
|
||||
+#0#5'TMemo'#16'BuildCommandMemo'#4'Left'#2#6#6'Height'#2'1'#3'Top'#2#6#5'Wid'
|
||||
+'th'#3#165#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#13'Lines.St'
|
||||
+'rings'#1#6#18'CompileCommandMemo'#0#8'TabOrder'#2#0#0#0#0#9'TCheckBox'#26'B'
|
||||
+'uildScanForFPCMsgCheckbox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#158#0#5'Widt'
|
||||
+'h'#3#181#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21
|
||||
+'Scan for FPC messages'#8'TabOrder'#2#1#0#0#9'TCheckBox'#27'BuildScanForMake'
|
||||
+'MsgCheckbox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#186#0#5'Width'#3#181#1#5'A'
|
||||
+'lign'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'Scan for Make'
|
||||
+' messages'#8'TabOrder'#2#2#0#0#9'TGroupBox'#23'BuildWorkingDirGroupbox'#4'L'
|
||||
+'eft'#2#6#6'Height'#2'<'#3'Top'#2#6#5'Width'#3#181#1#5'Align'#7#5'alTop'#8'A'
|
||||
+'utoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6'-Working directory (Le'
|
||||
+'ave empty for file path)'#12'ClientHeight'#2')'#11'ClientWidth'#3#177#1#11
|
||||
+'ParentCtl3D'#8#8'TabOrder'#2#3#0#9'TComboBox'#20'BuildWorkDirCombobox'#22'A'
|
||||
+'nchorSideLeft.Control'#7#23'BuildWorkingDirGroupbox'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#23'BuildWorkingDirGroupbox'#23'AnchorSideRight.Control'#7#24'BuildBro'
|
||||
+'wseWorkDirButton'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#134#1#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbac'
|
||||
+'tEndOfLineComplete'#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6
|
||||
+#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#20'BuildWorkDi'
|
||||
+'rCombobox'#0#0#7'TButton'#24'BuildBrowseWorkDirButton'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#23'BuildWorkingDirGroupbox'#23'AnchorSideRight.Control'#7#23'BuildW'
|
||||
+'orkingDirGroupbox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#146#1#6
|
||||
+'Height'#2#25#3'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#0#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#29'BuildBrowseWo'
|
||||
+'rkDirButtonCLICK'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#7'RunPage'#7'Caption'#6#3
|
||||
+'Run'#11'ClientWidth'#3#193#1#12'ClientHeight'#3'V'#1#0#9'TCheckBox'#26'Alwa'
|
||||
+'ysCompileFirstCheckbox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#181
|
||||
+#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'Always B'
|
||||
+'uild before Run'#8'TabOrder'#2#0#0#0#9'TGroupBox'#18'RunCommandGroupbox'#4
|
||||
+'Left'#2#6#6'Height'#2'b'#3'Top'#2'd'#5'Width'#3#181#1#5'Align'#7#5'alTop'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#11'Run Command'#12'ClientHeight'#2'O'
|
||||
+#11'ClientWidth'#3#177#1#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#5'TMemo'#14'Run'
|
||||
+'CommandMemo'#4'Left'#2#6#6'Height'#2'C'#3'Top'#2#6#5'Width'#3#165#1#5'Align'
|
||||
+#7#8'alClient'#20'BorderSpacing.Around'#2#6#13'Lines.Strings'#1#6#18'Compile'
|
||||
+'CommandMemo'#0#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#18'RunWorkDirGroupbox'#4
|
||||
+'Left'#2#6#6'Height'#2'<'#3'Top'#2'"'#5'Width'#3#181#1#5'Align'#7#5'alTop'#8
|
||||
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6'-Working Directory (L'
|
||||
+'eave empty for file path)'#12'ClientHeight'#2')'#11'ClientWidth'#3#177#1#11
|
||||
+'ParentCtl3D'#8#8'TabOrder'#2#2#0#9'TComboBox'#18'RunWorkDirCombobox'#22'Anc'
|
||||
+'horSideLeft.Control'#7#18'RunWorkDirGroupbox'#21'AnchorSideTop.Control'#7#18
|
||||
,'RunWorkDirGroupbox'#23'AnchorSideRight.Control'#7#22'RunBrowseWorkDirButton'
|
||||
+#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#134#1#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'
|
||||
+#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#11
|
||||
+'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#18'RunWorkDirCombobox'#0#0#7'TButt'
|
||||
+'on'#22'RunBrowseWorkDirButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#3#146#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2#25#8'HelpType'#7#9'htKeywo'
|
||||
+'rd'#5'Align'#7#7'alRight'#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7
|
||||
+'OnClick'#7#29'BuildBrowseWorkDirButtonCLICK'#8'TabOrder'#2#1#0#0#0#0#0#6'TP'
|
||||
+'anel'#8'BtnPanel'#6'Height'#2'0'#3'Top'#3'q'#1#5'Width'#3#195#1#5'Align'#7#8
|
||||
+'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'0'#11
|
||||
+'ClientWidth'#3#195#1#8'TabOrder'#2#1#0#7'TBitBtn'#12'CancelButton'#20'Ancho'
|
||||
+'rSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3'o'#1#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'Cancel'#9#7'Caption'#6#6'Cancel'
|
||||
+#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#8'bk'
|
||||
+'Cancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0#7'TBitBtn'
|
||||
+#8'OKButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#30#1#6'Heigh'
|
||||
+'t'#2'$'#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6#3'&OK'#21'Constraints.MinHeight'#2#25#20
|
||||
+'Constraints.MinWidth'#2'K'#7'Default'#9#4'Kind'#7#4'bkOK'#11'ModalResult'#2
|
||||
+#1#9'NumGlyphs'#2#0#7'OnClick'#7#13'OkButtonCLICK'#8'TabOrder'#2#1#0#0#7'TBi'
|
||||
+'tBtn'#10'HelpButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#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#2#0#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user