mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:16:13 +02:00
ide: use standard bitbtns (help, cancel) in configure build lazarus dialog
git-svn-id: trunk@19525 -
This commit is contained in:
parent
bd60177766
commit
09da630cd7
@ -22,36 +22,37 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Control = Notebook
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 48
|
||||
Top = 514
|
||||
Height = 38
|
||||
Top = 524
|
||||
Width = 489
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 48
|
||||
ClientHeight = 38
|
||||
ClientWidth = 489
|
||||
TabOrder = 0
|
||||
object CancelButton: TBitBtn
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 425
|
||||
Height = 36
|
||||
Left = 406
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 58
|
||||
Width = 77
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
Kind = bkCancel
|
||||
ModalResult = 2
|
||||
NumGlyphs = 0
|
||||
OnClick = CancelButtonClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object SaveSettingsButton: TBitBtn
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 317
|
||||
Height = 36
|
||||
Left = 309
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 102
|
||||
Width = 91
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -62,10 +63,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
end
|
||||
object CompileButton: TBitBtn
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 244
|
||||
Height = 36
|
||||
Left = 240
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 67
|
||||
Width = 63
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -76,9 +77,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
end
|
||||
object HelpButton: TBitBtn
|
||||
Left = 6
|
||||
Height = 36
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 68
|
||||
Width = 66
|
||||
Align = alLeft
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -96,7 +97,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = CBLDBtnPanel
|
||||
Left = 0
|
||||
Height = 514
|
||||
Height = 524
|
||||
Top = 0
|
||||
Width = 489
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -107,8 +108,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
object QuickBuildOptionsPage: TPage
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Caption = 'QuickBuildOptions'
|
||||
ClientWidth = 487
|
||||
ClientHeight = 467
|
||||
ClientWidth = 481
|
||||
ClientHeight = 488
|
||||
object QuickLCLInterfaceComboLabel: TLabel
|
||||
AnchorSideLeft.Control = QuickBuildOptionsRadioGroup
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
@ -147,16 +148,15 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
object AppLCLInterfaceComboBox: TComboBox
|
||||
AnchorSideRight.Control = QuickBuildOptionsPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 363
|
||||
Height = 29
|
||||
Left = 357
|
||||
Height = 21
|
||||
Top = 76
|
||||
Width = 100
|
||||
Anchors = [akTop, akRight]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Right = 24
|
||||
Ctl3D = False
|
||||
Enabled = False
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
OnChange = AppLCLInterfaceComboBoxChange
|
||||
TabOrder = 0
|
||||
@ -165,16 +165,15 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
object IDELCLInterfaceComboBox: TComboBox
|
||||
AnchorSideRight.Control = QuickBuildOptionsPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 363
|
||||
Height = 29
|
||||
Left = 357
|
||||
Height = 21
|
||||
Top = 124
|
||||
Width = 100
|
||||
Anchors = [akTop, akRight]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Right = 24
|
||||
Ctl3D = False
|
||||
Enabled = False
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
OnChange = AppLCLInterfaceComboBoxChange
|
||||
TabOrder = 1
|
||||
@ -197,9 +196,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 245
|
||||
ClientHeight = 246
|
||||
ClientWidth = 252
|
||||
Ctl3D = False
|
||||
ItemIndex = 5
|
||||
Items.Strings = (
|
||||
'Build LCL'
|
||||
@ -215,15 +213,15 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
end
|
||||
object AdvancedBuildOptionsPage: TPage
|
||||
Caption = 'AdvancedBuildOptions'
|
||||
ClientWidth = 487
|
||||
ClientHeight = 487
|
||||
ClientWidth = 481
|
||||
ClientHeight = 498
|
||||
object OptionsLabel: TLabel
|
||||
AnchorSideTop.Control = ItemsListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 285
|
||||
Width = 50
|
||||
Height = 14
|
||||
Top = 296
|
||||
Width = 38
|
||||
BorderSpacing.Top = 19
|
||||
Caption = 'Options'
|
||||
ParentColor = False
|
||||
@ -232,9 +230,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideLeft.Control = OptionsLabel
|
||||
AnchorSideTop.Control = TargetOsEdit
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 318
|
||||
Width = 63
|
||||
Height = 14
|
||||
Top = 325
|
||||
Width = 50
|
||||
Caption = 'Target OS'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -242,9 +240,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideLeft.Control = TargetOSLabel
|
||||
AnchorSideTop.Control = TargetDirectoryComboBox
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 351
|
||||
Width = 102
|
||||
Height = 14
|
||||
Top = 354
|
||||
Width = 80
|
||||
Caption = 'Target Directory'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -252,9 +250,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideLeft.Control = TargetDirectoryLabel
|
||||
AnchorSideTop.Control = TargetCPUComboBox
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 386
|
||||
Width = 71
|
||||
Height = 14
|
||||
Top = 381
|
||||
Width = 56
|
||||
Caption = 'Target CPU'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -276,9 +274,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = CleanAllCheckBox
|
||||
Left = 320
|
||||
Height = 194
|
||||
Height = 215
|
||||
Top = 6
|
||||
Width = 161
|
||||
Width = 155
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
AutoFill = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -291,7 +289,6 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
Ctl3D = False
|
||||
TabOrder = 0
|
||||
end
|
||||
object CleanAllCheckBox: TCheckBox
|
||||
@ -300,9 +297,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Control = WithStaticPackagesCheckBox
|
||||
Left = 320
|
||||
Height = 22
|
||||
Top = 216
|
||||
Width = 79
|
||||
Height = 17
|
||||
Top = 237
|
||||
Width = 59
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Top = 16
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -316,9 +313,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideBottom.Control = ItemsListBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 320
|
||||
Height = 22
|
||||
Top = 244
|
||||
Width = 211
|
||||
Height = 17
|
||||
Top = 260
|
||||
Width = 164
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'WithStaticPackagesCheckBox'
|
||||
@ -330,7 +327,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Control = ItemListHeader
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 238
|
||||
Height = 249
|
||||
Top = 28
|
||||
Width = 308
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -343,16 +340,15 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
ShowHint = True
|
||||
Style = lbOwnerDrawFixed
|
||||
TabOrder = 3
|
||||
TopIndex = -1
|
||||
end
|
||||
object OptionsEdit: TEdit
|
||||
AnchorSideTop.Control = OptionsLabel
|
||||
AnchorSideRight.Control = AdvancedBuildOptionsPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 156
|
||||
Height = 27
|
||||
Top = 285
|
||||
Width = 325
|
||||
Height = 23
|
||||
Top = 296
|
||||
Width = 319
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
@ -364,9 +360,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Control = AdvancedBuildOptionsPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 156
|
||||
Height = 27
|
||||
Top = 318
|
||||
Width = 325
|
||||
Height = 23
|
||||
Top = 325
|
||||
Width = 319
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -378,13 +374,12 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = TargetDirectoryButton
|
||||
Left = 156
|
||||
Height = 29
|
||||
Top = 351
|
||||
Width = 297
|
||||
Height = 21
|
||||
Top = 354
|
||||
Width = 291
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = False
|
||||
Ctl3D = False
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
TabOrder = 6
|
||||
end
|
||||
@ -395,14 +390,13 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Control = TargetDirectoryComboBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 156
|
||||
Height = 29
|
||||
Top = 386
|
||||
Width = 297
|
||||
Height = 21
|
||||
Top = 381
|
||||
Width = 291
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Top = 6
|
||||
Ctl3D = False
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
TabOrder = 7
|
||||
end
|
||||
@ -412,9 +406,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = TargetDirectoryComboBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 459
|
||||
Height = 29
|
||||
Top = 351
|
||||
Left = 453
|
||||
Height = 21
|
||||
Top = 354
|
||||
Width = 22
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
BorderSpacing.Left = 6
|
||||
@ -428,9 +422,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = TargetCPUComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 425
|
||||
Width = 194
|
||||
Height = 17
|
||||
Top = 412
|
||||
Width = 146
|
||||
BorderSpacing.Top = 10
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'RestartAfterBuildCheckBox'
|
||||
@ -441,9 +435,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 453
|
||||
Width = 168
|
||||
Height = 17
|
||||
Top = 435
|
||||
Width = 125
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'ConfirmBuildCheckBox'
|
||||
TabOrder = 10
|
||||
|
@ -10,155 +10,154 @@ LazarusResources.Add('TConfigureBuildLazarusDlg','FORMDATA',[
|
||||
+#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#6'TPanel'#12'CBLDBtnPanel'
|
||||
+#22'AnchorSideLeft.Control'#7#8'Notebook'#21'AnchorSideTop.Control'#7#8'Note'
|
||||
+'book'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#8
|
||||
+'Notebook'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'0'
|
||||
+#3'Top'#3#2#2#5'Width'#3#233#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'Bevel'
|
||||
+'Outer'#7#6'bvNone'#12'ClientHeight'#2'0'#11'ClientWidth'#3#233#1#8'TabOrder'
|
||||
+#2#0#0#7'TBitBtn'#12'CancelButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3#169#1#6'Height'#2'$'#3'Top'#2#6#5'Width'#2':'#5'Align'#7#7'alRight'
|
||||
+#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cance'
|
||||
+'l'#9'NumGlyphs'#2#0#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#0#0#0#7
|
||||
+'TBitBtn'#18'SaveSettingsButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3'='#1#6'Height'#2'$'#3'Top'#2#6#5'Width'#2'f'#5'Align'#7#7'alRight'#8
|
||||
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'Save settings'#9'N'
|
||||
+'umGlyphs'#2#0#7'OnClick'#7#23'SaveSettingsButtonClick'#8'TabOrder'#2#1#0#0#7
|
||||
+'TBitBtn'#13'CompileButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||
+#3#244#0#6'Height'#2'$'#3'Top'#2#6#5'Width'#2'C'#5'Align'#7#7'alRight'#8'Aut'
|
||||
+'oSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Compile'#9'NumGlyphs'#2
|
||||
+#0#7'OnClick'#7#18'CompileButtonClick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#10'Hel'
|
||||
+'pButton'#4'Left'#2#6#6'Height'#2'$'#3'Top'#2#6#5'Width'#2'D'#5'Align'#7#6'a'
|
||||
+'lLeft'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#5'&Help'#4'K'
|
||||
+'ind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnClick'#7#15'HelpButtonClick'#8'TabOrd'
|
||||
+'er'#2#3#0#0#0#9'TNotebook'#8'Notebook'#22'AnchorSideLeft.Control'#7#5'Owner'
|
||||
+#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'C'
|
||||
+'BLDBtnPanel'#4'Left'#2#0#6'Height'#3#2#2#3'Top'#2#0#5'Width'#3#233#1#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#7'OnEnter'#7#19'Noteboo'
|
||||
+'kPageChanged'#13'OnPageChanged'#7#19'NotebookPageChanged'#9'PageIndex'#2#1#8
|
||||
+'TabOrder'#2#1#0#5'TPage'#21'QuickBuildOptionsPage'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#7'Caption'#6#17'QuickBuildOptions'#11'ClientWidth'#3#231#1#12
|
||||
+'ClientHeight'#3#211#1#0#6'TLabel'#27'QuickLCLInterfaceComboLabel'#22'Anchor'
|
||||
+'SideLeft.Control'#7#27'QuickBuildOptionsRadioGroup'#19'AnchorSideLeft.Side'
|
||||
+#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#30#1#6'Hei'
|
||||
+'ght'#2#18#3'Top'#2','#5'Width'#3#195#0#19'BorderSpacing.Right'#2#24#7'Capti'
|
||||
+'on'#6#27'QuickLCLInterfaceComboLabel'#11'ParentColor'#8#0#0#6'TLabel'#11'Ap'
|
||||
+'pLCLLabel'#22'AnchorSideLeft.Control'#7#27'QuickLCLInterfaceComboLabel'#23
|
||||
+'AnchorSideRight.Control'#7#21'QuickBuildOptionsPage'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#3#30#1#6'Height'#2#18#3'Top'#2'T'#5'Width'#2'('#19
|
||||
+'BorderSpacing.Right'#2#24#7'Caption'#6#6'Target'#11'ParentColor'#8#0#0#6'TL'
|
||||
+'abel'#11'IDELCLLabel'#22'AnchorSideLeft.Control'#7#27'QuickLCLInterfaceComb'
|
||||
+'oLabel'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#30#1#6'Height'#2
|
||||
+#18#3'Top'#3#132#0#5'Width'#2#22#19'BorderSpacing.Right'#2#24#7'Caption'#6#3
|
||||
+'IDE'#11'ParentColor'#8#0#0#9'TComboBox'#23'AppLCLInterfaceComboBox'#23'Anch'
|
||||
+'orSideRight.Control'#7#21'QuickBuildOptionsPage'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#3'k'#1#6'Height'#2#29#3'Top'#2'L'#5'Width'#2'd'#7'Anch'
|
||||
+'ors'#11#5'akTop'#7'akRight'#0#12'AutoComplete'#8#19'BorderSpacing.Right'#2
|
||||
+#24#5'Ctl3D'#8#7'Enabled'#8#10'ItemHeight'#2#0#9'ItemWidth'#2#0#8'OnChange'#7
|
||||
+#29'AppLCLInterfaceComboBoxChange'#8'TabOrder'#2#0#4'Text'#6#6'(none)'#0#0#9
|
||||
+'TComboBox'#23'IDELCLInterfaceComboBox'#23'AnchorSideRight.Control'#7#21'Qui'
|
||||
+'ckBuildOptionsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'k'#1#6
|
||||
+'Height'#2#29#3'Top'#2'|'#5'Width'#2'd'#7'Anchors'#11#5'akTop'#7'akRight'#0
|
||||
+#12'AutoComplete'#8#19'BorderSpacing.Right'#2#24#5'Ctl3D'#8#7'Enabled'#8#10
|
||||
+'ItemHeight'#2#0#9'ItemWidth'#2#0#8'OnChange'#7#29'AppLCLInterfaceComboBoxCh'
|
||||
+'ange'#8'TabOrder'#2#1#4'Text'#6#6'(none)'#0#0#11'TRadioGroup'#27'QuickBuild'
|
||||
+'OptionsRadioGroup'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
|
||||
+'eight'#3#8#1#3'Top'#2#4#5'Width'#3#0#1#8'AutoFill'#9#19'BorderSpacing.Right'
|
||||
+#2#24#7'Caption'#6#27'QuickBuildOptionsRadioGroup'#28'ChildSizing.LeftRightS'
|
||||
+'pacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHori'
|
||||
+'zontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24
|
||||
,'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChi'
|
||||
+'lds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Lay'
|
||||
+'out'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1
|
||||
+#12'ClientHeight'#3#245#0#11'ClientWidth'#3#252#0#5'Ctl3D'#8#9'ItemIndex'#2#5
|
||||
+#13'Items.Strings'#1#6#9'Build LCL'#6#23'Build IDE with Packages'#6#26'Build'
|
||||
+' IDE without Packages'#6#9'Build All'#6#20'Clean Up + Build all'#6#5'Other'
|
||||
+#0#7'OnClick'#7' QuickBuildOptionsRadioGroupClick'#8'TabOrder'#2#2#0#0#0#5'T'
|
||||
+'Page'#24'AdvancedBuildOptionsPage'#7'Caption'#6#20'AdvancedBuildOptions'#11
|
||||
+'ClientWidth'#3#231#1#12'ClientHeight'#3#231#1#0#6'TLabel'#12'OptionsLabel'
|
||||
+#21'AnchorSideTop.Control'#7#12'ItemsListBox'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#29#1#5'Width'#2'2'#17'BorderSpa'
|
||||
+'cing.Top'#2#19#7'Caption'#6#7'Options'#11'ParentColor'#8#0#0#6'TLabel'#13'T'
|
||||
+'argetOSLabel'#22'AnchorSideLeft.Control'#7#12'OptionsLabel'#21'AnchorSideTo'
|
||||
+'p.Control'#7#12'TargetOsEdit'#4'Left'#2#6#6'Height'#2#18#3'Top'#3'>'#1#5'Wi'
|
||||
+'dth'#2'?'#7'Caption'#6#9'Target OS'#11'ParentColor'#8#0#0#6'TLabel'#20'Targ'
|
||||
+'etDirectoryLabel'#22'AnchorSideLeft.Control'#7#13'TargetOSLabel'#21'AnchorS'
|
||||
+'ideTop.Control'#7#23'TargetDirectoryComboBox'#4'Left'#2#6#6'Height'#2#18#3
|
||||
+'Top'#3'_'#1#5'Width'#2'f'#7'Caption'#6#16'Target Directory'#11'ParentColor'
|
||||
+#8#0#0#6'TLabel'#14'TargetCPULabel'#22'AnchorSideLeft.Control'#7#20'TargetDi'
|
||||
+'rectoryLabel'#21'AnchorSideTop.Control'#7#17'TargetCPUComboBox'#4'Left'#2#6
|
||||
+#6'Height'#2#18#3'Top'#3#130#1#5'Width'#2'G'#7'Caption'#6#10'Target CPU'#11
|
||||
+'ParentColor'#8#0#0#14'THeaderControl'#14'ItemListHeader'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2#24#3'Top'#2#4#5'Width'#3'4'#1#11'DragReorder'#8#8'Sections'#14#0#14'O'
|
||||
+'nSectionClick'#7#26'ItemListHeaderSectionClick'#8'OnResize'#7#20'ItemListHe'
|
||||
+'aderResize'#0#0#11'TRadioGroup'#22'LCLInterfaceRadioGroup'#22'AnchorSideLef'
|
||||
+'t.Control'#7#14'ItemListHeader'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
|
||||
+'nchorSideTop.Control'#7#24'AdvancedBuildOptionsPage'#23'AnchorSideRight.Con'
|
||||
+'trol'#7#24'AdvancedBuildOptionsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#24'AnchorSideBottom.Control'#7#16'CleanAllCheckBox'#4'Left'#3'@'#1#6'Height'
|
||||
+#3#194#0#3'Top'#2#6#5'Width'#3#161#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
|
||||
+'ght'#8'akBottom'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#22'LCLInterfaceRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSiz'
|
||||
+'ing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogen'
|
||||
+'ousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResi'
|
||||
+'ze'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Sh'
|
||||
+'rinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRig'
|
||||
+'htThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#5'Ctl3D'#8#8'TabOrde'
|
||||
+'r'#2#0#0#0#9'TCheckBox'#16'CleanAllCheckBox'#22'AnchorSideLeft.Control'#7#22
|
||||
+'LCLInterfaceRadioGroup'#21'AnchorSideTop.Control'#7#22'LCLInterfaceRadioGro'
|
||||
+'up'#18'AnchorSideTop.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#26
|
||||
+'WithStaticPackagesCheckBox'#4'Left'#3'@'#1#6'Height'#2#22#3'Top'#3#216#0#5
|
||||
+'Width'#2'O'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#17'BorderSpacing.Top'#2#16
|
||||
+#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#9'Clean All'#8'TabOrder'#2#1#0#0#9
|
||||
+'TCheckBox'#26'WithStaticPackagesCheckBox'#22'AnchorSideLeft.Control'#7#22'L'
|
||||
+'CLInterfaceRadioGroup'#21'AnchorSideTop.Control'#7#16'CleanAllCheckBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'ItemsL'
|
||||
+'istBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'@'#1#6'Height'#2
|
||||
+#22#3'Top'#3#244#0#5'Width'#3#211#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#17
|
||||
+'BorderSpacing.Top'#2#6#7'Caption'#6#26'WithStaticPackagesCheckBox'#8'TabOrd'
|
||||
+'er'#2#2#0#0#8'TListBox'#12'ItemsListBox'#21'AnchorSideTop.Control'#7#14'Ite'
|
||||
+'mListHeader'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#14'ItemListHeader'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#3#238#0#3'Top'#2#28#5'Width'#3'4'#1#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#7'akRight'#8'akBottom'#0#18'BorderSpacing.Left'#2#6#10'ItemHeight'#2#25
|
||||
+#10'OnDrawItem'#7#20'ItemsListBoxDrawItem'#11'OnMouseDown'#7#21'ItemsListBox'
|
||||
+'MouseDown'#10'OnShowHint'#7#20'ItemsListBoxShowHint'#14'ParentShowHint'#8#8
|
||||
+'ShowHint'#9#5'Style'#7#16'lbOwnerDrawFixed'#8'TabOrder'#2#3#8'TopIndex'#2
|
||||
+#255#0#0#5'TEdit'#11'OptionsEdit'#21'AnchorSideTop.Control'#7#12'OptionsLabe'
|
||||
+'l'#23'AnchorSideRight.Control'#7#24'AdvancedBuildOptionsPage'#20'AnchorSide'
|
||||
+'Right.Side'#7#9'asrBottom'#4'Left'#3#156#0#6'Height'#2#27#3'Top'#3#29#1#5'W'
|
||||
+'idth'#3'E'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#19
|
||||
+'BorderSpacing.Right'#2#6#8'TabOrder'#2#4#0#0#5'TEdit'#12'TargetOsEdit'#21'A'
|
||||
+'nchorSideTop.Control'#7#11'OptionsEdit'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#23'AnchorSideRight.Control'#7#24'AdvancedBuildOptionsPage'#20'AnchorSide'
|
||||
,'Right.Side'#7#9'asrBottom'#4'Left'#3#156#0#6'Height'#2#27#3'Top'#3'>'#1#5'W'
|
||||
+'idth'#3'E'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#8'TabOrder'#2#5#0#0#9'TComboBox'#23'TargetDirecto'
|
||||
+'ryComboBox'#22'AnchorSideLeft.Control'#7#12'TargetOsEdit'#21'AnchorSideTop.'
|
||||
+'Control'#7#12'TargetOsEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anchor'
|
||||
+'SideRight.Control'#7#21'TargetDirectoryButton'#4'Left'#3#156#0#6'Height'#2
|
||||
+#29#3'Top'#3'_'#1#5'Width'#3')'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#12'AutoComplete'#8#5'Ctl3D'#8#10'ItemHeight'#2#0#9'ItemWidth'#2#0#8'TabOr'
|
||||
+'der'#2#6#0#0#9'TComboBox'#17'TargetCPUComboBox'#22'AnchorSideLeft.Control'#7
|
||||
+#23'TargetDirectoryComboBox'#21'AnchorSideTop.Control'#7#23'TargetDirectoryC'
|
||||
+'omboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
|
||||
+#23'TargetDirectoryComboBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#3#156#0#6'Height'#2#29#3'Top'#3#130#1#5'Width'#3')'#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#6#5'Ctl3D'
|
||||
+#8#10'ItemHeight'#2#0#9'ItemWidth'#2#0#8'TabOrder'#2#7#0#0#7'TButton'#21'Tar'
|
||||
+'getDirectoryButton'#21'AnchorSideTop.Control'#7#23'TargetDirectoryComboBox'
|
||||
+#23'AnchorSideRight.Control'#7#24'AdvancedBuildOptionsPage'#20'AnchorSideRig'
|
||||
+'ht.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#23'TargetDirectoryCo'
|
||||
+'mboBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#203#1#6'Height'#2
|
||||
+#29#3'Top'#3'_'#1#5'Width'#2#22#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'
|
||||
+#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'
|
||||
+#7'OnClick'#7#26'TargetDirectoryButtonClick'#8'TabOrder'#2#8#0#0#9'TCheckBox'
|
||||
+#25'RestartAfterBuildCheckBox'#22'AnchorSideLeft.Control'#7#14'TargetCPULabe'
|
||||
+'l'#21'AnchorSideTop.Control'#7#17'TargetCPUComboBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#169#1#5'Width'#3#194#0#17
|
||||
+'BorderSpacing.Top'#2#10#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#25'Restar'
|
||||
+'tAfterBuildCheckBox'#8'TabOrder'#2#9#0#0#9'TCheckBox'#20'ConfirmBuildCheckB'
|
||||
+'ox'#22'AnchorSideLeft.Control'#7#25'RestartAfterBuildCheckBox'#21'AnchorSid'
|
||||
+'eTop.Control'#7#25'RestartAfterBuildCheckBox'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#197#1#5'Width'#3#168#0#17'Bord'
|
||||
+'erSpacing.Top'#2#6#7'Caption'#6#20'ConfirmBuildCheckBox'#8'TabOrder'#2#10#0
|
||||
+#0#0#0#0
|
||||
+'Notebook'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'&'
|
||||
+#3'Top'#3#12#2#5'Width'#3#233#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'Beve'
|
||||
+'lOuter'#7#6'bvNone'#12'ClientHeight'#2'&'#11'ClientWidth'#3#233#1#8'TabOrde'
|
||||
+'r'#2#0#0#7'TBitBtn'#12'CancelButton'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3#150#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'M'#5'Align'#7#7'alRigh'
|
||||
+'t'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Ca'
|
||||
+'ncel'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'
|
||||
+#2#0#0#0#7'TBitBtn'#18'SaveSettingsButton'#21'AnchorSideBottom.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#3'5'#1#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#13'Save se'
|
||||
+'ttings'#9'NumGlyphs'#2#0#7'OnClick'#7#23'SaveSettingsButtonClick'#8'TabOrde'
|
||||
+'r'#2#1#0#0#7'TBitBtn'#13'CompileButton'#21'AnchorSideBottom.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#3#240#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#7'Compile'
|
||||
+#9'NumGlyphs'#2#0#7'OnClick'#7#18'CompileButtonClick'#8'TabOrder'#2#2#0#0#7
|
||||
+'TBitBtn'#10'HelpButton'#4'Left'#2#6#6'Height'#2#26#3'Top'#2#6#5'Width'#2'B'
|
||||
+#5'Align'#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#5'&Help'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnClick'#7#15'HelpButtonCli'
|
||||
+'ck'#8'TabOrder'#2#3#0#0#0#9'TNotebook'#8'Notebook'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.'
|
||||
+'Control'#7#12'CBLDBtnPanel'#4'Left'#2#0#6'Height'#3#12#2#3'Top'#2#0#5'Width'
|
||||
+#3#233#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#7'OnEnter'
|
||||
+#7#19'NotebookPageChanged'#13'OnPageChanged'#7#19'NotebookPageChanged'#9'Pag'
|
||||
+'eIndex'#2#1#8'TabOrder'#2#1#0#5'TPage'#21'QuickBuildOptionsPage'#21'AnchorS'
|
||||
+'ideBottom.Side'#7#9'asrBottom'#7'Caption'#6#17'QuickBuildOptions'#11'Client'
|
||||
+'Width'#3#225#1#12'ClientHeight'#3#232#1#0#6'TLabel'#27'QuickLCLInterfaceCom'
|
||||
+'boLabel'#22'AnchorSideLeft.Control'#7#27'QuickBuildOptionsRadioGroup'#19'An'
|
||||
+'chorSideLeft.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3#30#1#6'Height'#2#18#3'Top'#2','#5'Width'#3#195#0#19'BorderSpacing.R'
|
||||
+'ight'#2#24#7'Caption'#6#27'QuickLCLInterfaceComboLabel'#11'ParentColor'#8#0
|
||||
+#0#6'TLabel'#11'AppLCLLabel'#22'AnchorSideLeft.Control'#7#27'QuickLCLInterfa'
|
||||
+'ceComboLabel'#23'AnchorSideRight.Control'#7#21'QuickBuildOptionsPage'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#4'Left'#3#30#1#6'Height'#2#18#3'Top'#2'T'
|
||||
+#5'Width'#2'('#19'BorderSpacing.Right'#2#24#7'Caption'#6#6'Target'#11'Parent'
|
||||
+'Color'#8#0#0#6'TLabel'#11'IDELCLLabel'#22'AnchorSideLeft.Control'#7#27'Quic'
|
||||
+'kLCLInterfaceComboLabel'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#30#1#6'Height'#2#18#3'Top'#3#132#0#5'Width'#2#22#19'BorderSpacing.Right'#2
|
||||
+#24#7'Caption'#6#3'IDE'#11'ParentColor'#8#0#0#9'TComboBox'#23'AppLCLInterfac'
|
||||
+'eComboBox'#23'AnchorSideRight.Control'#7#21'QuickBuildOptionsPage'#20'Ancho'
|
||||
+'rSideRight.Side'#7#9'asrBottom'#4'Left'#3'e'#1#6'Height'#2#21#3'Top'#2'L'#5
|
||||
+'Width'#2'd'#7'Anchors'#11#5'akTop'#7'akRight'#0#12'AutoComplete'#8#19'Borde'
|
||||
+'rSpacing.Right'#2#24#7'Enabled'#8#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8'On'
|
||||
+'Change'#7#29'AppLCLInterfaceComboBoxChange'#8'TabOrder'#2#0#4'Text'#6#6'(no'
|
||||
+'ne)'#0#0#9'TComboBox'#23'IDELCLInterfaceComboBox'#23'AnchorSideRight.Contro'
|
||||
+'l'#7#21'QuickBuildOptionsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#3'e'#1#6'Height'#2#21#3'Top'#2'|'#5'Width'#2'd'#7'Anchors'#11#5'akTop'#7
|
||||
+'akRight'#0#12'AutoComplete'#8#19'BorderSpacing.Right'#2#24#7'Enabled'#8#10
|
||||
+'ItemHeight'#2#13#9'ItemWidth'#2#0#8'OnChange'#7#29'AppLCLInterfaceComboBoxC'
|
||||
+'hange'#8'TabOrder'#2#1#4'Text'#6#6'(none)'#0#0#11'TRadioGroup'#27'QuickBuil'
|
||||
+'dOptionsRadioGroup'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#3#8#1#3'Top'#2#4#5'Width'#3#0#1#8'AutoFill'#9#19'BorderSpacing.Righ'
|
||||
+'t'#2#24#7'Caption'#6#27'QuickBuildOptionsRadioGroup'#28'ChildSizing.LeftRig'
|
||||
+'htSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeH'
|
||||
+'orizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7
|
||||
,#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScale'
|
||||
+'Childs'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.'
|
||||
+'Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'
|
||||
+#2#1#12'ClientHeight'#3#246#0#11'ClientWidth'#3#252#0#9'ItemIndex'#2#5#13'It'
|
||||
+'ems.Strings'#1#6#9'Build LCL'#6#23'Build IDE with Packages'#6#26'Build IDE '
|
||||
+'without Packages'#6#9'Build All'#6#20'Clean Up + Build all'#6#5'Other'#0#7
|
||||
+'OnClick'#7' QuickBuildOptionsRadioGroupClick'#8'TabOrder'#2#2#0#0#0#5'TPage'
|
||||
+#24'AdvancedBuildOptionsPage'#7'Caption'#6#20'AdvancedBuildOptions'#11'Clien'
|
||||
+'tWidth'#3#225#1#12'ClientHeight'#3#242#1#0#6'TLabel'#12'OptionsLabel'#21'An'
|
||||
+'chorSideTop.Control'#7#12'ItemsListBox'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2#14#3'Top'#3'('#1#5'Width'#2'&'#17'BorderSpacing.'
|
||||
+'Top'#2#19#7'Caption'#6#7'Options'#11'ParentColor'#8#0#0#6'TLabel'#13'Target'
|
||||
+'OSLabel'#22'AnchorSideLeft.Control'#7#12'OptionsLabel'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#12'TargetOsEdit'#4'Left'#2#6#6'Height'#2#14#3'Top'#3'E'#1#5'Width'#2
|
||||
+'2'#7'Caption'#6#9'Target OS'#11'ParentColor'#8#0#0#6'TLabel'#20'TargetDirec'
|
||||
+'toryLabel'#22'AnchorSideLeft.Control'#7#13'TargetOSLabel'#21'AnchorSideTop.'
|
||||
+'Control'#7#23'TargetDirectoryComboBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#3
|
||||
+'b'#1#5'Width'#2'P'#7'Caption'#6#16'Target Directory'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel'#14'TargetCPULabel'#22'AnchorSideLeft.Control'#7#20'TargetDirectoryL'
|
||||
+'abel'#21'AnchorSideTop.Control'#7#17'TargetCPUComboBox'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#14#3'Top'#3'}'#1#5'Width'#2'8'#7'Caption'#6#10'Target CPU'#11'ParentCo'
|
||||
+'lor'#8#0#0#14'THeaderControl'#14'ItemListHeader'#4'Left'#2#6#6'Height'#2#24
|
||||
+#3'Top'#2#4#5'Width'#3'4'#1#11'DragReorder'#8#8'Sections'#14#0#14'OnSectionC'
|
||||
+'lick'#7#26'ItemListHeaderSectionClick'#8'OnResize'#7#20'ItemListHeaderResiz'
|
||||
+'e'#0#0#11'TRadioGroup'#22'LCLInterfaceRadioGroup'#22'AnchorSideLeft.Control'
|
||||
+#7#14'ItemListHeader'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
||||
+'p.Control'#7#24'AdvancedBuildOptionsPage'#23'AnchorSideRight.Control'#7#24
|
||||
+'AdvancedBuildOptionsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Anchor'
|
||||
+'SideBottom.Control'#7#16'CleanAllCheckBox'#4'Left'#3'@'#1#6'Height'#3#215#0
|
||||
+#3'Top'#2#6#5'Width'#3#155#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'a'
|
||||
+'kBottom'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'LCLIn'
|
||||
+'terfaceRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopB'
|
||||
+'ottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChild'
|
||||
+'Resize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'C'
|
||||
+'hildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVert'
|
||||
+'ical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTo'
|
||||
+'pToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#0#0#0#9'TCheck'
|
||||
+'Box'#16'CleanAllCheckBox'#22'AnchorSideLeft.Control'#7#22'LCLInterfaceRadio'
|
||||
+'Group'#21'AnchorSideTop.Control'#7#22'LCLInterfaceRadioGroup'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#26'WithStaticPackag'
|
||||
+'esCheckBox'#4'Left'#3'@'#1#6'Height'#2#17#3'Top'#3#237#0#5'Width'#2';'#7'An'
|
||||
+'chors'#11#6'akLeft'#8'akBottom'#0#17'BorderSpacing.Top'#2#16#20'BorderSpaci'
|
||||
+'ng.Bottom'#2#6#7'Caption'#6#9'Clean All'#8'TabOrder'#2#1#0#0#9'TCheckBox'#26
|
||||
+'WithStaticPackagesCheckBox'#22'AnchorSideLeft.Control'#7#22'LCLInterfaceRad'
|
||||
+'ioGroup'#21'AnchorSideTop.Control'#7#16'CleanAllCheckBox'#18'AnchorSideTop.'
|
||||
+'Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'ItemsListBox'#21'Anc'
|
||||
+'horSideBottom.Side'#7#9'asrBottom'#4'Left'#3'@'#1#6'Height'#2#17#3'Top'#3#4
|
||||
+#1#5'Width'#3#164#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#17'BorderSpacing.T'
|
||||
+'op'#2#6#7'Caption'#6#26'WithStaticPackagesCheckBox'#8'TabOrder'#2#2#0#0#8'T'
|
||||
+'ListBox'#12'ItemsListBox'#21'AnchorSideTop.Control'#7#14'ItemListHeader'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'ItemLis'
|
||||
+'tHeader'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#249
|
||||
+#0#3'Top'#2#28#5'Width'#3'4'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
|
||||
+'akBottom'#0#18'BorderSpacing.Left'#2#6#10'ItemHeight'#2#25#10'OnDrawItem'#7
|
||||
+#20'ItemsListBoxDrawItem'#11'OnMouseDown'#7#21'ItemsListBoxMouseDown'#10'OnS'
|
||||
+'howHint'#7#20'ItemsListBoxShowHint'#14'ParentShowHint'#8#8'ShowHint'#9#5'St'
|
||||
+'yle'#7#16'lbOwnerDrawFixed'#8'TabOrder'#2#3#0#0#5'TEdit'#11'OptionsEdit'#21
|
||||
+'AnchorSideTop.Control'#7#12'OptionsLabel'#23'AnchorSideRight.Control'#7#24
|
||||
+'AdvancedBuildOptionsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#156#0#6'Height'#2#23#3'Top'#3'('#1#5'Width'#3'?'#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#8'TabOrder'#2
|
||||
+#4#0#0#5'TEdit'#12'TargetOsEdit'#21'AnchorSideTop.Control'#7#11'OptionsEdit'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#24'Adva'
|
||||
+'ncedBuildOptionsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#156
|
||||
,#0#6'Height'#2#23#3'Top'#3'E'#1#5'Width'#3'?'#1#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#5
|
||||
+#0#0#9'TComboBox'#23'TargetDirectoryComboBox'#22'AnchorSideLeft.Control'#7#12
|
||||
+'TargetOsEdit'#21'AnchorSideTop.Control'#7#12'TargetOsEdit'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#21'TargetDirectoryButto'
|
||||
+'n'#4'Left'#3#156#0#6'Height'#2#21#3'Top'#3'b'#1#5'Width'#3'#'#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#10'ItemHeight'#2#13#9
|
||||
+'ItemWidth'#2#0#8'TabOrder'#2#6#0#0#9'TComboBox'#17'TargetCPUComboBox'#22'An'
|
||||
+'chorSideLeft.Control'#7#23'TargetDirectoryComboBox'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#23'TargetDirectoryComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'A'
|
||||
+'nchorSideRight.Control'#7#23'TargetDirectoryComboBox'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#3#156#0#6'Height'#2#21#3'Top'#3'}'#1#5'Width'#3
|
||||
+'#'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#17'Bo'
|
||||
+'rderSpacing.Top'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8'TabOrder'#2#7#0
|
||||
+#0#7'TButton'#21'TargetDirectoryButton'#21'AnchorSideTop.Control'#7#23'Targe'
|
||||
+'tDirectoryComboBox'#23'AnchorSideRight.Control'#7#24'AdvancedBuildOptionsPa'
|
||||
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7
|
||||
+#23'TargetDirectoryComboBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||
+#3#197#1#6'Height'#2#21#3'Top'#3'b'#1#5'Width'#2#22#7'Anchors'#11#5'akTop'#7
|
||||
+'akRight'#8'akBottom'#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2
|
||||
+#6#7'Caption'#6#3'...'#7'OnClick'#7#26'TargetDirectoryButtonClick'#8'TabOrde'
|
||||
+'r'#2#8#0#0#9'TCheckBox'#25'RestartAfterBuildCheckBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#14'TargetCPULabel'#21'AnchorSideTop.Control'#7#17'TargetCPUComboBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#3
|
||||
+#156#1#5'Width'#3#146#0#17'BorderSpacing.Top'#2#10#20'BorderSpacing.Bottom'#2
|
||||
+#6#7'Caption'#6#25'RestartAfterBuildCheckBox'#8'TabOrder'#2#9#0#0#9'TCheckBo'
|
||||
+'x'#20'ConfirmBuildCheckBox'#22'AnchorSideLeft.Control'#7#25'RestartAfterBui'
|
||||
+'ldCheckBox'#21'AnchorSideTop.Control'#7#25'RestartAfterBuildCheckBox'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#3#179#1#5
|
||||
+'Width'#2'}'#17'BorderSpacing.Top'#2#6#7'Caption'#6#20'ConfirmBuildCheckBox'
|
||||
+#8'TabOrder'#2#10#0#0#0#0#0
|
||||
]);
|
||||
|
@ -215,7 +215,6 @@ type
|
||||
CBLDBtnPanel: TPanel;
|
||||
LCLInterfaceRadioGroup: TRadioGroup;
|
||||
procedure AppLCLInterfaceComboBoxChange(Sender: TObject);
|
||||
procedure CancelButtonClick(Sender: TObject);
|
||||
procedure CompileButtonClick(Sender: TObject);
|
||||
procedure FormClose(Sender: TObject; var CloseAction: TCloseAction);
|
||||
procedure FormCreate(Sender: TObject);
|
||||
@ -861,8 +860,6 @@ begin
|
||||
|
||||
CompileButton.LoadGlyphFromLazarusResource('menu_build');
|
||||
SaveSettingsButton.LoadGlyphFromLazarusResource('menu_save');
|
||||
CancelButton.LoadGlyphFromLazarusResource('btn_cancel');
|
||||
HelpButton.LoadGlyphFromLazarusResource('btn_help');
|
||||
Load(FOptions);
|
||||
end;
|
||||
|
||||
@ -1138,11 +1135,6 @@ begin
|
||||
ModalResult:=mrOk;
|
||||
end;
|
||||
|
||||
procedure TConfigureBuildLazarusDlg.CancelButtonClick(Sender: TObject);
|
||||
begin
|
||||
ModalResult:=mrCancel;
|
||||
end;
|
||||
|
||||
procedure TConfigureBuildLazarusDlg.FormClose(Sender: TObject;
|
||||
var CloseAction: TCloseAction);
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user