mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:28:14 +02:00
fix compilation
git-svn-id: trunk@16673 -
This commit is contained in:
parent
bbd4e0edb7
commit
28132f8b91
@ -1,7 +1,7 @@
|
||||
object BuildFileDialog: TBuildFileDialog
|
||||
Left = 317
|
||||
Height = 417
|
||||
Top = 196
|
||||
Top = 153
|
||||
Width = 451
|
||||
ActiveControl = Notebook1
|
||||
BorderIcons = [biSystemMenu]
|
||||
@ -16,33 +16,33 @@ object BuildFileDialog: TBuildFileDialog
|
||||
LCLVersion = '0.9.25'
|
||||
object Notebook1: TNotebook
|
||||
AnchorSideBottom.Control = HelpButton
|
||||
Height = 380
|
||||
Height = 369
|
||||
Width = 451
|
||||
Align = alClient
|
||||
PageIndex = 0
|
||||
TabOrder = 0
|
||||
object GeneralPage: TPage
|
||||
Caption = 'Options'
|
||||
ClientWidth = 443
|
||||
ClientHeight = 354
|
||||
ClientWidth = 447
|
||||
ClientHeight = 342
|
||||
object WhenFileIsActiveGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 74
|
||||
Height = 77
|
||||
Top = 6
|
||||
Width = 431
|
||||
Width = 435
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'When this file is active in source editor ...'
|
||||
ClientHeight = 56
|
||||
ClientWidth = 427
|
||||
ClientHeight = 62
|
||||
ClientWidth = 431
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
object OverrideBuildProjectCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 415
|
||||
Width = 419
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'On build project execute the Build File command instead'
|
||||
@ -50,9 +50,9 @@ object BuildFileDialog: TBuildFileDialog
|
||||
end
|
||||
object OverrideRunProjectCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 31
|
||||
Width = 415
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 419
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'On run project execute the Run File command instead'
|
||||
@ -62,25 +62,25 @@ object BuildFileDialog: TBuildFileDialog
|
||||
end
|
||||
object BuildPage: TPage
|
||||
Caption = 'Build'
|
||||
ClientWidth = 443
|
||||
ClientWidth = 447
|
||||
ClientHeight = 353
|
||||
object BuildCommandGroupbox: TGroupBox
|
||||
Left = 6
|
||||
Height = 80
|
||||
Top = 67
|
||||
Width = 431
|
||||
Width = 435
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Build Command'
|
||||
ClientHeight = 80
|
||||
ClientHeight = 76
|
||||
ClientWidth = 431
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
object BuildCommandMemo: TMemo
|
||||
Left = 6
|
||||
Height = 50
|
||||
Height = 64
|
||||
Top = 6
|
||||
Width = 415
|
||||
Width = 419
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Lines.Strings = (
|
||||
@ -93,7 +93,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 153
|
||||
Width = 431
|
||||
Width = 435
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Scan for FPC messages'
|
||||
@ -103,7 +103,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 178
|
||||
Width = 431
|
||||
Width = 435
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Scan for Make messages'
|
||||
@ -113,12 +113,12 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 55
|
||||
Top = 6
|
||||
Width = 431
|
||||
Width = 435
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Working directory (Leave empty for file path)'
|
||||
ClientHeight = 55
|
||||
ClientHeight = 51
|
||||
ClientWidth = 431
|
||||
ParentCtl3D = False
|
||||
TabOrder = 3
|
||||
@ -129,11 +129,9 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 384
|
||||
Width = 388
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 13
|
||||
MaxLength = -1
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
Text = 'BuildWorkDirCombobox'
|
||||
@ -142,7 +140,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
AnchorSideTop.Control = BuildWorkingDirGroupbox
|
||||
AnchorSideRight.Control = BuildWorkingDirGroupbox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 396
|
||||
Left = 400
|
||||
Height = 25
|
||||
Top = 6
|
||||
Width = 25
|
||||
@ -156,13 +154,13 @@ object BuildFileDialog: TBuildFileDialog
|
||||
end
|
||||
object RunPage: TPage
|
||||
Caption = 'Run'
|
||||
ClientWidth = 443
|
||||
ClientWidth = 447
|
||||
ClientHeight = 353
|
||||
object AlwaysCompileFirstCheckbox: TCheckBox
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 6
|
||||
Width = 431
|
||||
Width = 435
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Always Build before Run'
|
||||
@ -172,19 +170,19 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 98
|
||||
Top = 90
|
||||
Width = 431
|
||||
Width = 435
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Run Command'
|
||||
ClientHeight = 98
|
||||
ClientHeight = 94
|
||||
ClientWidth = 431
|
||||
ParentCtl3D = False
|
||||
TabOrder = 1
|
||||
object RunCommandMemo: TMemo
|
||||
Left = 6
|
||||
Height = 68
|
||||
Height = 82
|
||||
Top = 6
|
||||
Width = 415
|
||||
Width = 419
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Lines.Strings = (
|
||||
@ -197,12 +195,12 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 53
|
||||
Top = 31
|
||||
Width = 431
|
||||
Width = 435
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Working Directory (Leave empty for file path)'
|
||||
ClientHeight = 53
|
||||
ClientHeight = 49
|
||||
ClientWidth = 431
|
||||
ParentCtl3D = False
|
||||
TabOrder = 2
|
||||
@ -213,19 +211,17 @@ object BuildFileDialog: TBuildFileDialog
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 384
|
||||
Width = 388
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 13
|
||||
MaxLength = -1
|
||||
ParentCtl3D = False
|
||||
TabOrder = 0
|
||||
Text = 'RunWorkDirCombobox'
|
||||
end
|
||||
object RunBrowseWorkDirButton: TButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 396
|
||||
Height = 23
|
||||
Left = 400
|
||||
Height = 37
|
||||
Top = 6
|
||||
Width = 25
|
||||
HelpType = htKeyword
|
||||
@ -239,20 +235,20 @@ object BuildFileDialog: TBuildFileDialog
|
||||
end
|
||||
end
|
||||
object BtnPanel: TPanel
|
||||
Height = 37
|
||||
Top = 380
|
||||
Height = 48
|
||||
Top = 369
|
||||
Width = 451
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 37
|
||||
ClientHeight = 48
|
||||
ClientWidth = 451
|
||||
TabOrder = 1
|
||||
object CancelButton: TBitBtn
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 370
|
||||
Height = 25
|
||||
Height = 36
|
||||
Top = 6
|
||||
Width = 75
|
||||
Align = alRight
|
||||
@ -270,7 +266,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
object OKButton: TBitBtn
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 289
|
||||
Height = 25
|
||||
Height = 36
|
||||
Top = 6
|
||||
Width = 75
|
||||
Align = alRight
|
||||
@ -289,7 +285,7 @@ object BuildFileDialog: TBuildFileDialog
|
||||
object HelpButton: TBitBtn
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 25
|
||||
Height = 36
|
||||
Top = 6
|
||||
Width = 75
|
||||
Align = alLeft
|
||||
|
@ -2,91 +2,90 @@
|
||||
|
||||
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#13'ActiveControl'#7#9'Notebook1'#11'Borde'
|
||||
+#1#3'Top'#3#153#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'#10'ParentFont'
|
||||
+#8#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'|'#1
|
||||
+#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#0#8'TabOrder'#2#0#0#5
|
||||
+'TPage'#11'GeneralPage'#7'Caption'#6#7'Options'#11'ClientWidth'#3#187#1#12'C'
|
||||
+'lientHeight'#3'b'#1#0#9'TGroupBox'#24'WhenFileIsActiveGroupbox'#4'Left'#2#6
|
||||
+#6'Height'#2'J'#3'Top'#2#6#5'Width'#3#175#1#5'Align'#7#5'alTop'#8'AutoSize'#9
|
||||
+'TPage'#11'GeneralPage'#7'Caption'#6#7'Options'#11'ClientWidth'#3#191#1#12'C'
|
||||
+'lientHeight'#3'V'#1#0#9'TGroupBox'#24'WhenFileIsActiveGroupbox'#4'Left'#2#6
|
||||
+#6'Height'#2'M'#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 sour'
|
||||
+'ce editor ...'#12'ClientHeight'#2'8'#11'ClientWidth'#3#171#1#11'ParentCtl3D'
|
||||
+'ce editor ...'#12'ClientHeight'#2'>'#11'ClientWidth'#3#175#1#11'ParentCtl3D'
|
||||
+#8#8'TabOrder'#2#0#0#9'TCheckBox'#28'OverrideBuildProjectCheckbox'#4'Left'#2
|
||||
+#6#6'Height'#2#19#3'Top'#2#6#5'Width'#3#159#1#5'Align'#7#5'alTop'#20'BorderS'
|
||||
+#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#163#1#5'Align'#7#5'alTop'#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6'7On build project execute the Build File co'
|
||||
+'mmand instead'#8'TabOrder'#2#0#0#0#9'TCheckBox'#26'OverrideRunProjectCheckb'
|
||||
+'ox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#31#5'Width'#3#159#1#5'Align'#7#5'al'
|
||||
+'ox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#163#1#5'Align'#7#5'al'
|
||||
+'Top'#20'BorderSpacing.Around'#2#6#7'Caption'#6'3On run project execute the '
|
||||
+'Run File command instead'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#9'BuildPage'#7'C'
|
||||
+'aption'#6#5'Build'#11'ClientWidth'#3#187#1#12'ClientHeight'#3'a'#1#0#9'TGro'
|
||||
+'aption'#6#5'Build'#11'ClientWidth'#3#191#1#12'ClientHeight'#3'a'#1#0#9'TGro'
|
||||
+'upBox'#20'BuildCommandGroupbox'#4'Left'#2#6#6'Height'#2'P'#3'Top'#2'C'#5'Wi'
|
||||
+'dth'#3#175#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#13'Build Command'#12'ClientHeight'#2'P'#11'ClientWidth'#3#175#1#11'ParentCt'
|
||||
+'dth'#3#179#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#13'Build Command'#12'ClientHeight'#2'L'#11'ClientWidth'#3#175#1#11'ParentCt'
|
||||
+'l3D'#8#8'TabOrder'#2#0#0#5'TMemo'#16'BuildCommandMemo'#4'Left'#2#6#6'Height'
|
||||
+#2'2'#3'Top'#2#6#5'Width'#3#159#1#5'Align'#7#8'alClient'#20'BorderSpacing.Ar'
|
||||
+#2'@'#3'Top'#2#6#5'Width'#3#163#1#5'Align'#7#8'alClient'#20'BorderSpacing.Ar'
|
||||
+'ound'#2#6#13'Lines.Strings'#1#6#18'CompileCommandMemo'#0#8'TabOrder'#2#0#0#0
|
||||
+#0#9'TCheckBox'#26'BuildScanForFPCMsgCheckbox'#4'Left'#2#6#6'Height'#2#19#3
|
||||
+'Top'#3#153#0#5'Width'#3#175#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2
|
||||
+'Top'#3#153#0#5'Width'#3#179#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
|
||||
+'BuildScanForMakeMsgCheckbox'#4'Left'#2#6#6'Height'#2#19#3'Top'#3#178#0#5'Wi'
|
||||
+'dth'#3#175#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+'dth'#3#179#1#5'Align'#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'BuildWorking'
|
||||
+'DirGroupbox'#4'Left'#2#6#6'Height'#2'7'#3'Top'#2#6#5'Width'#3#175#1#5'Align'
|
||||
+'DirGroupbox'#4'Left'#2#6#6'Height'#2'7'#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'-Working'
|
||||
+' directory (Leave empty for file path)'#12'ClientHeight'#2'7'#11'ClientWidt'
|
||||
+' directory (Leave empty for file path)'#12'ClientHeight'#2'3'#11'ClientWidt'
|
||||
+'h'#3#175#1#11'ParentCtl3D'#8#8'TabOrder'#2#3#0#9'TComboBox'#20'BuildWorkDir'
|
||||
+'Combobox'#22'AnchorSideLeft.Control'#7#23'BuildWorkingDirGroupbox'#21'Ancho'
|
||||
+'rSideTop.Control'#7#23'BuildWorkingDirGroupbox'#23'AnchorSideRight.Control'
|
||||
+#7#24'BuildBrowseWorkDirButton'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Widt'
|
||||
+'h'#3#128#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.A'
|
||||
+'round'#2#6#10'ItemHeight'#2#13#9'MaxLength'#2#255#11'ParentCtl3D'#8#8'TabOr'
|
||||
+'der'#2#0#4'Text'#6#20'BuildWorkDirCombobox'#0#0#7'TButton'#24'BuildBrowseWo'
|
||||
+'rkDirButton'#21'AnchorSideTop.Control'#7#23'BuildWorkingDirGroupbox'#23'Anc'
|
||||
+'horSideRight.Control'#7#23'BuildWorkingDirGroupbox'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#3#140#1#6'Height'#2#25#3'Top'#2#6#5'Width'#2#25#7'An'
|
||||
+'chors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#3
|
||||
+'...'#7'OnClick'#7#29'BuildBrowseWorkDirButtonCLICK'#8'TabOrder'#2#1#0#0#0#0
|
||||
+#5'TPage'#7'RunPage'#7'Caption'#6#3'Run'#11'ClientWidth'#3#187#1#12'ClientHe'
|
||||
+'ight'#3'a'#1#0#9'TCheckBox'#26'AlwaysCompileFirstCheckbox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#19#3'Top'#2#6#5'Width'#3#175#1#5'Align'#7#5'alTop'#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'b'#3'Top'#2'Z'#5
|
||||
+'Width'#3#175#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#11'Run Command'#12'ClientHeight'#2'b'#11'ClientWidth'#3#175#1#11'ParentCtl3'
|
||||
+'D'#8#8'TabOrder'#2#1#0#5'TMemo'#14'RunCommandMemo'#4'Left'#2#6#6'Height'#2
|
||||
+'D'#3'Top'#2#6#5'Width'#3#159#1#5'Align'#7#8'alClient'#20'BorderSpacing.Arou'
|
||||
+'nd'#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'Height'#2'5'#3'Top'#2#31#5
|
||||
+'Width'#3#175#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6'-Working Directory (Leave empty for file path)'#12'ClientHei'
|
||||
+'ght'#2'5'#11'ClientWidth'#3#175#1#11'ParentCtl3D'#8#8'TabOrder'#2#2#0#9'TCo'
|
||||
+'mboBox'#18'RunWorkDirCombobox'#22'AnchorSideLeft.Control'#7#18'RunWorkDirGr'
|
||||
+'oupbox'#21'AnchorSideTop.Control'#7#18'RunWorkDirGroupbox'#23'AnchorSideRig'
|
||||
,'ht.Control'#7#22'RunBrowseWorkDirButton'#4'Left'#2#6#6'Height'#2#21#3'Top'#2
|
||||
+#6#5'Width'#3#128#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderS'
|
||||
+'pacing.Around'#2#6#10'ItemHeight'#2#13#9'MaxLength'#2#255#11'ParentCtl3D'#8
|
||||
+#8'TabOrder'#2#0#4'Text'#6#18'RunWorkDirCombobox'#0#0#7'TButton'#22'RunBrows'
|
||||
+'eWorkDirButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#140#1#6'H'
|
||||
+'eight'#2#23#3'Top'#2#6#5'Width'#2#25#8'HelpType'#7#9'htKeyword'#5'Align'#7#7
|
||||
+'h'#3#132#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.A'
|
||||
+'round'#2#6#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#20'BuildWorkDirCombo'
|
||||
+'box'#0#0#7'TButton'#24'BuildBrowseWorkDirButton'#21'AnchorSideTop.Control'#7
|
||||
+#23'BuildWorkingDirGroupbox'#23'AnchorSideRight.Control'#7#23'BuildWorkingDi'
|
||||
+'rGroupbox'#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'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#29'BuildBrowseWorkDirB'
|
||||
+'uttonCLICK'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#7'RunPage'#7'Caption'#6#3'Run'
|
||||
+#11'ClientWidth'#3#191#1#12'ClientHeight'#3'a'#1#0#9'TCheckBox'#26'AlwaysCom'
|
||||
+'pileFirstCheckbox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'Width'#3#179#1#5
|
||||
+'Align'#7#5'alTop'#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'b'#3'Top'#2'Z'#5'Width'#3#179#1#5'Align'#7#5'alTop'#20'Bord'
|
||||
+'erSpacing.Around'#2#6#7'Caption'#6#11'Run Command'#12'ClientHeight'#2'^'#11
|
||||
+'ClientWidth'#3#175#1#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#5'TMemo'#14'RunCom'
|
||||
+'mandMemo'#4'Left'#2#6#6'Height'#2'R'#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'CompileCo'
|
||||
+'mmandMemo'#0#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#18'RunWorkDirGroupbox'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2'5'#3'Top'#2#31#5'Width'#3#179#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'1'#11'ClientWidth'#3#175#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#21#3'Top'#2#6#5'Width'#3#132#1#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#11'ParentCtl3D'#8#8
|
||||
+'TabOrder'#2#0#4'Text'#6#18'RunWorkDirCombobox'#0#0#7'TButton'#22'RunBrowseW'
|
||||
+'orkDirButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#1#6'Hei'
|
||||
+'ght'#2'%'#3'Top'#2#6#5'Width'#2#25#8'HelpType'#7#9'htKeyword'#5'Align'#7#7
|
||||
+'alRight'#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#29'B'
|
||||
+'uildBrowseWorkDirButtonCLICK'#8'TabOrder'#2#1#0#0#0#0#0#6'TPanel'#8'BtnPane'
|
||||
+'l'#6'Height'#2'%'#3'Top'#3'|'#1#5'Width'#3#195#1#5'Align'#7#8'alBottom'#8'A'
|
||||
+'utoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'%'#11'ClientWidth'
|
||||
+'l'#6'Height'#2'0'#3'Top'#3'q'#1#5'Width'#3#195#1#5'Align'#7#8'alBottom'#8'A'
|
||||
+'utoSize'#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'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'r'#1#6
|
||||
+'Height'#2#25#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20
|
||||
+'Height'#2'$'#3'Top'#2#6#5'Width'#2'K'#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'Mod'
|
||||
+'alResult'#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'!'#1#6'Height'#2#25#3'Top'#2
|
||||
+'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#3'&OK'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWi'
|
||||
+'dth'#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'TBitBtn'#10'HelpButt'
|
||||
+'on'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25#3'T'
|
||||
+'on'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'$'#3'T'
|
||||
+'op'#2#6#5'Width'#2'K'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.A'
|
||||
+'round'#2#6#7'Caption'#6#5'&Help'#21'Constraints.MinHeight'#2#25#20'Constrai'
|
||||
+'nts.MinWidth'#2'K'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnClick'#7#15'Hel'
|
||||
|
@ -562,7 +562,7 @@ begin
|
||||
|
||||
CancelButton.Caption:= dlgCancel;
|
||||
OKButton.Caption:= rsOk;
|
||||
HelpButton:= lisPckEditHelp;
|
||||
HelpButton.Caption:= lisPckEditHelp;
|
||||
CancelButton.LoadGlyphFromLazarusResource('btn_cancel');
|
||||
OKButton.LoadGlyphFromLazarusResource('btn_ok');
|
||||
HelpButton.LoadGlyphFromLazarusResource('btn_help');
|
||||
|
Loading…
Reference in New Issue
Block a user