mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
packager: package options dialog:
- set constraints - cosmetic changes git-svn-id: trunk@20484 -
This commit is contained in:
parent
d4ba91160a
commit
6438eaf854
@ -7,6 +7,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
Caption = 'PackageOptionsDialog'
|
||||
ClientHeight = 439
|
||||
ClientWidth = 528
|
||||
Constraints.MinHeight = 430
|
||||
Constraints.MinWidth = 520
|
||||
OnClose = PackageOptionsDialogClose
|
||||
OnCreate = FormCreate
|
||||
LCLVersion = '0.9.27'
|
||||
@ -16,12 +18,12 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
Top = 0
|
||||
Width = 528
|
||||
Align = alClient
|
||||
PageIndex = 1
|
||||
PageIndex = 0
|
||||
TabOrder = 0
|
||||
object UsagePage: TPage
|
||||
Caption = 'Usage'
|
||||
ClientWidth = 520
|
||||
ClientHeight = 367
|
||||
ClientHeight = 375
|
||||
object AddPathsGroupBox: TGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
@ -36,33 +38,33 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
TabOrder = 0
|
||||
object UnitPathLabel: TLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 3
|
||||
Width = 27
|
||||
Width = 20
|
||||
Caption = 'Unit'
|
||||
ParentColor = False
|
||||
end
|
||||
object IncludePathLabel: TLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 30
|
||||
Width = 46
|
||||
Width = 36
|
||||
Caption = 'Include'
|
||||
ParentColor = False
|
||||
end
|
||||
object ObjectPathLabel: TLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 57
|
||||
Width = 42
|
||||
Width = 33
|
||||
Caption = 'Object'
|
||||
ParentColor = False
|
||||
end
|
||||
object LibraryPathLabel: TLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 84
|
||||
Width = 44
|
||||
Width = 34
|
||||
Caption = 'Library'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -121,30 +123,30 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 174
|
||||
Height = 176
|
||||
Top = 140
|
||||
Width = 508
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Add options to dependent packages and projects'
|
||||
ClientHeight = 156
|
||||
ClientHeight = 158
|
||||
ClientWidth = 504
|
||||
TabOrder = 1
|
||||
object LinkerOptionsLabel: TLabel
|
||||
AnchorSideTop.Control = LinkerOptionsMemo
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 39
|
||||
Width = 29
|
||||
Caption = 'Linker'
|
||||
ParentColor = False
|
||||
end
|
||||
object CustomOptionsLabel: TLabel
|
||||
AnchorSideTop.Control = CustomOptionsMemo
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 74
|
||||
Width = 51
|
||||
Width = 37
|
||||
Caption = 'Custom'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -153,10 +155,10 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideTop.Control = AddOptionsGroupBox
|
||||
AnchorSideRight.Control = AddOptionsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 67
|
||||
Left = 53
|
||||
Height = 62
|
||||
Top = 6
|
||||
Width = 431
|
||||
Width = 445
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -172,10 +174,10 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = AddOptionsGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 67
|
||||
Height = 76
|
||||
Left = 53
|
||||
Height = 78
|
||||
Top = 74
|
||||
Width = 431
|
||||
Width = 445
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Left = 10
|
||||
BorderSpacing.Top = 6
|
||||
@ -187,24 +189,23 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
end
|
||||
object ProjectGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 41
|
||||
Top = 320
|
||||
Height = 47
|
||||
Top = 322
|
||||
Width = 508
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ProjectGroupBox'
|
||||
ClientHeight = 23
|
||||
ClientHeight = 29
|
||||
ClientWidth = 504
|
||||
TabOrder = 2
|
||||
object AddPackageUnitToProjectCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 0
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 492
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AddPackageUnitToProjectCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
@ -227,7 +228,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
object DescriptionPage: TPage
|
||||
Caption = 'Description'
|
||||
ClientWidth = 520
|
||||
ClientHeight = 367
|
||||
ClientHeight = 375
|
||||
object DescriptionGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = DescriptionPage
|
||||
AnchorSideTop.Control = DescriptionPage
|
||||
@ -268,14 +269,14 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 39
|
||||
Height = 53
|
||||
Top = 108
|
||||
Width = 508
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Author:'
|
||||
ClientHeight = 21
|
||||
ClientHeight = 35
|
||||
ClientWidth = 504
|
||||
TabOrder = 1
|
||||
object AuthorEdit: TEdit
|
||||
@ -299,13 +300,13 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = VersionGroupBox
|
||||
Left = 6
|
||||
Height = 102
|
||||
Top = 153
|
||||
Height = 96
|
||||
Top = 167
|
||||
Width = 508
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'License:'
|
||||
ClientHeight = 84
|
||||
ClientHeight = 78
|
||||
ClientWidth = 504
|
||||
TabOrder = 2
|
||||
object LicenseMemo: TMemo
|
||||
@ -316,7 +317,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideBottom.Control = LicenseGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 72
|
||||
Height = 66
|
||||
Top = 6
|
||||
Width = 492
|
||||
Align = alClient
|
||||
@ -335,7 +336,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 100
|
||||
Top = 261
|
||||
Top = 269
|
||||
Width = 508
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
@ -345,33 +346,33 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
TabOrder = 3
|
||||
object VersionMajorLabel: TLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 3
|
||||
Width = 36
|
||||
Width = 28
|
||||
Caption = 'Major'
|
||||
ParentColor = False
|
||||
end
|
||||
object VersionMinorLabel: TLabel
|
||||
Left = 110
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 3
|
||||
Width = 36
|
||||
Width = 27
|
||||
Caption = 'Minor'
|
||||
ParentColor = False
|
||||
end
|
||||
object VersionReleaseLabel: TLabel
|
||||
Left = 214
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 3
|
||||
Width = 50
|
||||
Width = 39
|
||||
Caption = 'Release'
|
||||
ParentColor = False
|
||||
end
|
||||
object VersionBuildLabel: TLabel
|
||||
Left = 318
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 3
|
||||
Width = 88
|
||||
Width = 63
|
||||
Caption = 'Build Number'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -414,9 +415,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideTop.Control = VersionMajorSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 17
|
||||
Top = 49
|
||||
Width = 284
|
||||
Width = 210
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Automatically increment version on build'
|
||||
Enabled = False
|
||||
@ -427,7 +428,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
object IDEPage: TPage
|
||||
Caption = 'IDE Integration'
|
||||
ClientWidth = 520
|
||||
ClientHeight = 367
|
||||
ClientHeight = 375
|
||||
object PkgTypeRadioGroup: TRadioGroup
|
||||
AnchorSideLeft.Control = IDEPage
|
||||
AnchorSideTop.Control = IDEPage
|
||||
@ -499,14 +500,14 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideRight.Control = IDEPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 54
|
||||
Height = 53
|
||||
Top = 250
|
||||
Width = 508
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDoc - Lazarus documentation'
|
||||
ClientHeight = 36
|
||||
ClientHeight = 35
|
||||
ClientWidth = 504
|
||||
TabOrder = 2
|
||||
object LazDocPathEdit: TEdit
|
||||
@ -525,7 +526,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
object ProvidesPage: TPage
|
||||
Caption = 'Provides'
|
||||
ClientWidth = 520
|
||||
ClientHeight = 367
|
||||
ClientHeight = 375
|
||||
object ProvidesGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = ProvidesPage
|
||||
AnchorSideTop.Control = ProvidesPage
|
||||
@ -534,14 +535,14 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideBottom.Control = ProvidesPage
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 355
|
||||
Height = 363
|
||||
Top = 6
|
||||
Width = 508
|
||||
Align = alBottom
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'This package provides the same as the following packages:'
|
||||
ClientHeight = 337
|
||||
ClientHeight = 345
|
||||
ClientWidth = 504
|
||||
TabOrder = 0
|
||||
object ProvidesMemo: TMemo
|
||||
@ -551,7 +552,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideBottom.Control = ProvidesGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 325
|
||||
Height = 333
|
||||
Top = 6
|
||||
Width = 492
|
||||
Align = alClient
|
||||
@ -564,7 +565,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
object i18n: TPage
|
||||
Caption = 'i18n'
|
||||
ClientWidth = 520
|
||||
ClientHeight = 367
|
||||
ClientHeight = 375
|
||||
object I18NGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = i18n
|
||||
AnchorSideTop.Control = EnableI18NCheckBox
|
||||
@ -572,23 +573,23 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideRight.Control = i18n
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 84
|
||||
Top = 35
|
||||
Height = 73
|
||||
Top = 30
|
||||
Width = 508
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'i18n Options'
|
||||
ClientHeight = 66
|
||||
ClientHeight = 55
|
||||
ClientWidth = 504
|
||||
TabOrder = 0
|
||||
object PoOutDirLabel: TLabel
|
||||
AnchorSideLeft.Control = I18NGroupBox
|
||||
AnchorSideTop.Control = I18NGroupBox
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 132
|
||||
Width = 103
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'PO Output Directory:'
|
||||
ParentColor = False
|
||||
@ -600,8 +601,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideRight.Control = POOutDirButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 30
|
||||
Width = 462
|
||||
Top = 26
|
||||
Width = 448
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
@ -612,10 +613,10 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = POOutDirEdit
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 474
|
||||
Left = 460
|
||||
Height = 23
|
||||
Top = 30
|
||||
Width = 24
|
||||
Top = 26
|
||||
Width = 38
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
@ -626,9 +627,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
end
|
||||
object EnableI18NCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 17
|
||||
Top = 7
|
||||
Width = 98
|
||||
Width = 73
|
||||
Caption = 'Enable i18n'
|
||||
OnChange = EnableI18NCheckBoxChange
|
||||
TabOrder = 1
|
||||
|
@ -4,218 +4,218 @@ LazarusResources.Add('TPackageOptionsDialog','FORMDATA',[
|
||||
'TPF0'#21'TPackageOptionsDialog'#20'PackageOptionsDialog'#4'Left'#3'M'#1#6'He'
|
||||
+'ight'#3#183#1#3'Top'#3#0#1#5'Width'#3#16#2#13'ActiveControl'#7#8'Notebook'#7
|
||||
+'Caption'#6#20'PackageOptionsDialog'#12'ClientHeight'#3#183#1#11'ClientWidth'
|
||||
+#3#16#2#7'OnClose'#7#25'PackageOptionsDialogClose'#8'OnCreate'#7#10'FormCrea'
|
||||
+'te'#10'LCLVersion'#6#6'0.9.27'#0#9'TNotebook'#8'Notebook'#4'Left'#2#0#6'Hei'
|
||||
+'ght'#3#145#1#3'Top'#2#0#5'Width'#3#16#2#5'Align'#7#8'alClient'#9'PageIndex'
|
||||
+#2#1#8'TabOrder'#2#0#0#5'TPage'#9'UsagePage'#7'Caption'#6#5'Usage'#11'Client'
|
||||
+'Width'#3#8#2#12'ClientHeight'#3'o'#1#0#9'TGroupBox'#16'AddPathsGroupBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#128#0#3'Top'#2
|
||||
+#6#5'Width'#3#252#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6'(Add paths to dependent packages/projects'#12'ClientHeight'#2'n'#11'C'
|
||||
+'lientWidth'#3#248#1#8'TabOrder'#2#0#0#6'TLabel'#13'UnitPathLabel'#4'Left'#2
|
||||
+#6#6'Height'#2#18#3'Top'#2#3#5'Width'#2#27#7'Caption'#6#4'Unit'#11'ParentCol'
|
||||
+'or'#8#0#0#6'TLabel'#16'IncludePathLabel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2
|
||||
+#30#5'Width'#2'.'#7'Caption'#6#7'Include'#11'ParentColor'#8#0#0#6'TLabel'#15
|
||||
+'ObjectPathLabel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'9'#5'Width'#2'*'#7'Cap'
|
||||
+'tion'#6#6'Object'#11'ParentColor'#8#0#0#6'TLabel'#16'LibraryPathLabel'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#18#3'Top'#2'T'#5'Width'#2','#7'Caption'#6#7'Library'#11
|
||||
+'ParentColor'#8#0#0#5'TEdit'#12'UnitPathEdit'#22'AnchorSideLeft.Control'#7#15
|
||||
+'LibraryPathEdit'#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox'#20'Anch'
|
||||
+'orSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#23#3'Top'#2#0#5'W'
|
||||
+'idth'#3'v'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing'
|
||||
+'.Right'#2'2'#8'TabOrder'#2#0#0#0#5'TEdit'#15'IncludePathEdit'#22'AnchorSide'
|
||||
+'Left.Control'#7#15'LibraryPathEdit'#23'AnchorSideRight.Control'#7#16'AddPat'
|
||||
+'hsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2
|
||||
+#23#3'Top'#2#27#5'Width'#3'v'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#19'BorderSpacing.Right'#2'2'#8'TabOrder'#2#1#0#0#5'TEdit'#14'ObjectPathEdit'
|
||||
+#22'AnchorSideLeft.Control'#7#15'LibraryPathEdit'#23'AnchorSideRight.Control'
|
||||
+#7#16'AddPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'
|
||||
+#6'Height'#2#23#3'Top'#2'6'#5'Width'#3'v'#1#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#19'BorderSpacing.Right'#2'2'#8'TabOrder'#2#2#0#0#5'TEdit'#15'L'
|
||||
+'ibraryPathEdit'#22'AnchorSideLeft.Control'#7#16'AddPathsGroupBox'#23'Anchor'
|
||||
+'SideRight.Control'#7#16'AddPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2'P'#6'Height'#2#23#3'Top'#2'Q'#5'Width'#3'v'#1#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2'P'#19'BorderSpacin'
|
||||
+'g.Right'#2'2'#8'TabOrder'#2#3#0#0#0#9'TGroupBox'#18'AddOptionsGroupBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#174#0#3'To'
|
||||
+'p'#3#140#0#5'Width'#3#252#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6'.Add options to dependent packages and projects'#12'Client'
|
||||
+'Height'#3#156#0#11'ClientWidth'#3#248#1#8'TabOrder'#2#1#0#6'TLabel'#18'Link'
|
||||
+'erOptionsLabel'#21'AnchorSideTop.Control'#7#17'LinkerOptionsMemo'#4'Left'#2
|
||||
+#6#6'Height'#2#18#3'Top'#2#6#5'Width'#2''''#7'Caption'#6#6'Linker'#11'Parent'
|
||||
+'Color'#8#0#0#6'TLabel'#18'CustomOptionsLabel'#21'AnchorSideTop.Control'#7#17
|
||||
+'CustomOptionsMemo'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'J'#5'Width'#2'3'#7'C'
|
||||
+'aption'#6#6'Custom'#11'ParentColor'#8#0#0#5'TMemo'#17'LinkerOptionsMemo'#22
|
||||
+'AnchorSideLeft.Control'#7#17'CustomOptionsMemo'#21'AnchorSideTop.Control'#7
|
||||
+#18'AddOptionsGroupBox'#23'AnchorSideRight.Control'#7#18'AddOptionsGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'C'#6'Height'#2'>'#3'Top'#2
|
||||
+#6#5'Width'#3#175#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderS'
|
||||
+'pacing.Top'#2#6#19'BorderSpacing.Right'#2#6#10'ScrollBars'#7#14'ssAutoVerti'
|
||||
+'cal'#8'TabOrder'#2#0#0#0#5'TMemo'#17'CustomOptionsMemo'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#18'CustomOptionsLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#17'LinkerOptionsMemo'#18'AnchorSideTop.Side'#7#9'a'
|
||||
+'srBottom'#23'AnchorSideRight.Control'#7#18'AddOptionsGroupBox'#20'AnchorSid'
|
||||
+'eRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'AddOptionsGro'
|
||||
+'upBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2'C'#6'Height'#2'L'
|
||||
+#3'Top'#2'J'#5'Width'#3#175#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
|
||||
+'akBottom'#0#18'BorderSpacing.Left'#2#10#17'BorderSpacing.Top'#2#6#19'Border'
|
||||
+'Spacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ScrollBars'#7#14'ssAutoV'
|
||||
+'ertical'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#15'ProjectGroupBox'#4'Left'#2#6
|
||||
+#6'Height'#2')'#3'Top'#3'@'#1#5'Width'#3#252#1#5'Align'#7#8'alBottom'#8'Auto'
|
||||
+'Size'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'ProjectGroupBox'#12'Cl'
|
||||
+'ientHeight'#2#23#11'ClientWidth'#3#248#1#8'TabOrder'#2#2#0#9'TCheckBox'#31
|
||||
,'AddPackageUnitToProjectCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#0#5'Wi'
|
||||
+'dth'#3#236#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpacin'
|
||||
+'g.Right'#2#6#7'Caption'#6#31'AddPackageUnitToProjectCheckBox'#8'TabOrder'#2
|
||||
+#0#0#0#0#0#5'TPage'#10'Usage2Page'#7'Caption'#6#6'Usage2'#11'ClientWidth'#3#8
|
||||
+#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#20'ConditionalsGroupBox'#4'Left'#2
|
||||
+#0#6'Height'#3#199#0#3'Top'#2#0#5'Width'#3#8#2#5'Align'#7#5'alTop'#7'Caption'
|
||||
+#6#20'ConditionalsGroupBox'#8'TabOrder'#2#0#0#0#0#5'TPage'#15'DescriptionPag'
|
||||
+'e'#7'Caption'#6#11'Description'#11'ClientWidth'#3#8#2#12'ClientHeight'#3'o'
|
||||
+#1#0#9'TGroupBox'#19'DescriptionGroupBox'#22'AnchorSideLeft.Control'#7#15'De'
|
||||
+'scriptionPage'#21'AnchorSideTop.Control'#7#15'DescriptionPage'#23'AnchorSid'
|
||||
+'eRight.Control'#7#15'DescriptionPage'#20'AnchorSideRight.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2'`'#3'Top'#2#6#5'Width'#3#252#1#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'D'
|
||||
+'escription/Abstract'#12'ClientHeight'#2'N'#11'ClientWidth'#3#248#1#8'TabOrd'
|
||||
+'er'#2#0#0#5'TMemo'#15'DescriptionMemo'#22'AnchorSideLeft.Control'#7#19'Desc'
|
||||
+'riptionGroupBox'#21'AnchorSideTop.Control'#7#19'DescriptionGroupBox'#23'Anc'
|
||||
+'horSideRight.Control'#7#19'DescriptionGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#19'DescriptionGroupBox'#21'Anchor'
|
||||
+'SideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'B'#3'Top'#2#6#5'Wid'
|
||||
+'th'#3#236#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#10'ScrollBa'
|
||||
+'rs'#7#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#14'AuthorGroupBox'
|
||||
+#22'AnchorSideLeft.Control'#7#15'DescriptionPage'#21'AnchorSideTop.Control'#7
|
||||
+#19'DescriptionGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSide'
|
||||
+'Right.Control'#7#15'DescriptionPage'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2''''#3'Top'
|
||||
+#2'l'#5'Width'#3#252#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoS'
|
||||
+'ize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Author:'#12'ClientHeight'
|
||||
+#2#21#11'ClientWidth'#3#248#1#8'TabOrder'#2#1#0#5'TEdit'#10'AuthorEdit'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'Autho'
|
||||
+'rGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#23#3'Top'#2#6#5'Width'#3#236#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'
|
||||
+#2#6#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#15'LicenseGroupBox'#22'AnchorSideLef'
|
||||
+'t.Control'#7#15'DescriptionPage'#21'AnchorSideTop.Control'#7#14'AuthorGroup'
|
||||
+'Box'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#15
|
||||
+'DescriptionPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBotto'
|
||||
+'m.Control'#7#15'VersionGroupBox'#4'Left'#2#6#6'Height'#2'f'#3'Top'#3#153#0#5
|
||||
+'Width'#3#252#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#8'License:'#12'ClientHeight'#2'T'#11
|
||||
+'ClientWidth'#3#248#1#8'TabOrder'#2#2#0#5'TMemo'#11'LicenseMemo'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#15'LicenseGroupBox'#21'AnchorSideTop.Control'#7#15'Licens'
|
||||
+'eGroupBox'#23'AnchorSideRight.Control'#7#15'LicenseGroupBox'#20'AnchorSideR'
|
||||
+'ight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#15'LicenseGroupBox'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'H'#3'Top'#2
|
||||
+#6#5'Width'#3#236#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#10'S'
|
||||
+'crollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#15'VersionGr'
|
||||
+'oupBox'#22'AnchorSideLeft.Control'#7#15'DescriptionPage'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#15'LicenseGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
|
||||
+'orSideRight.Control'#7#15'DescriptionPage'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#24'AnchorSideBottom.Control'#7#15'DescriptionPage'#21'AnchorSideBot'
|
||||
+'tom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'd'#3'Top'#3#5#1#5'Width'#3
|
||||
+#252#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Ve'
|
||||
+'rsion'#12'ClientHeight'#2'R'#11'ClientWidth'#3#248#1#8'TabOrder'#2#3#0#6'TL'
|
||||
+'abel'#17'VersionMajorLabel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#3#5'Width'#2
|
||||
+'$'#7'Caption'#6#5'Major'#11'ParentColor'#8#0#0#6'TLabel'#17'VersionMinorLab'
|
||||
+'el'#4'Left'#2'n'#6'Height'#2#18#3'Top'#2#3#5'Width'#2'$'#7'Caption'#6#5'Min'
|
||||
+'or'#11'ParentColor'#8#0#0#6'TLabel'#19'VersionReleaseLabel'#4'Left'#3#214#0
|
||||
+#6'Height'#2#18#3'Top'#2#3#5'Width'#2'2'#7'Caption'#6#7'Release'#11'ParentCo'
|
||||
+'lor'#8#0#0#6'TLabel'#17'VersionBuildLabel'#4'Left'#3'>'#1#6'Height'#2#18#3
|
||||
+'Top'#2#3#5'Width'#2'X'#7'Caption'#6#12'Build Number'#11'ParentColor'#8#0#0#9
|
||||
+'TSpinEdit'#20'VersionMajorSpinEdit'#22'AnchorSideLeft.Control'#7#15'Version'
|
||||
+'GroupBox'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#20#5'Width'#2'D'#18'BorderSpa'
|
||||
+'cing.Left'#2#6#8'MaxValue'#3#15''''#8'TabOrder'#2#0#0#0#9'TSpinEdit'#20'Ver'
|
||||
+'sionMinorSpinEdit'#4'Left'#2'n'#6'Height'#2#23#3'Top'#2#20#5'Width'#2'D'#8
|
||||
+'MaxValue'#3#15''''#8'TabOrder'#2#1#0#0#9'TSpinEdit'#22'VersionReleaseSpinEd'
|
||||
,'it'#4'Left'#3#214#0#6'Height'#2#23#3'Top'#2#20#5'Width'#2'D'#8'MaxValue'#3
|
||||
+#15''''#8'TabOrder'#2#2#0#0#9'TSpinEdit'#20'VersionBuildSpinEdit'#4'Left'#3
|
||||
+'>'#1#6'Height'#2#23#3'Top'#2#20#5'Width'#2'D'#8'MaxValue'#3#15''''#8'TabOrd'
|
||||
+'er'#2#3#0#0#9'TCheckBox'#28'AutoIncrementOnBuildCheckBox'#22'AnchorSideLeft'
|
||||
+'.Control'#7#20'VersionMajorSpinEdit'#21'AnchorSideTop.Control'#7#20'Version'
|
||||
+'MajorSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#22#3'Top'#2'1'#5'Width'#3#28#1#17'BorderSpacing.Top'#2#6#7'Caption'#6'(Auto'
|
||||
+'matically increment version on build'#7'Enabled'#8#8'TabOrder'#2#4#0#0#0#0#5
|
||||
+'TPage'#7'IDEPage'#7'Caption'#6#15'IDE Integration'#11'ClientWidth'#3#8#2#12
|
||||
+'ClientHeight'#3'o'#1#0#11'TRadioGroup'#17'PkgTypeRadioGroup'#22'AnchorSideL'
|
||||
+'eft.Control'#7#7'IDEPage'#21'AnchorSideTop.Control'#7#7'IDEPage'#23'AnchorS'
|
||||
+'ideRight.Control'#7#7'IDEPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2't'#3'Top'#2#6#5'Width'#3#252#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#11'PackageType'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBott'
|
||||
+'omSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildRes'
|
||||
+'ize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'Chil'
|
||||
+'dSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertica'
|
||||
+'l'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopTo'
|
||||
+'Bottom'#27'ChildSizing.ControlsPerLine'#2#1#12'ClientHeight'#2'b'#11'Client'
|
||||
+'Width'#3#248#1#9'ItemIndex'#2#2#13'Items.Strings'#1#6#15'Designtime only'#6
|
||||
+#12'Runtime only'#6#22'Designtime and Runtime'#0#7'OnClick'#7#22'PkgTypeRadi'
|
||||
+'oGroupClick'#8'TabOrder'#2#0#0#0#11'TRadioGroup'#16'UpdateRadioGroup'#22'An'
|
||||
+'chorSideLeft.Control'#7#7'IDEPage'#21'AnchorSideTop.Control'#7#17'PkgTypeRa'
|
||||
+'dioGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#7'IDEPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+'t'#3'Top'#3#128#0#5'Width'#3#252#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
|
||||
+'ht'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'Update/Reb'
|
||||
+'uild'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'
|
||||
+#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'Chi'
|
||||
+'ldSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.Shr'
|
||||
+'inkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crs'
|
||||
+'ScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27
|
||||
+'ChildSizing.ControlsPerLine'#2#1#12'ClientHeight'#2'b'#11'ClientWidth'#3#248
|
||||
+#1#9'ItemIndex'#2#0#13'Items.Strings'#1#6#31'Automatically rebuild as needed'
|
||||
+#6' Auto rebuild when rebuilding all'#6'(Manual compilation (never automatic'
|
||||
+'ally)'#0#8'TabOrder'#2#1#0#0#9'TGroupBox'#14'LazDocGroupBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#7'IDEPage'#21'AnchorSideTop.Control'#7#16'UpdateRadioGroup'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#7'IDEPa'
|
||||
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'6'#3'To'
|
||||
+'p'#3#250#0#5'Width'#3#252#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8
|
||||
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'LazDoc - Lazarus d'
|
||||
+'ocumentation'#12'ClientHeight'#2'$'#11'ClientWidth'#3#248#1#8'TabOrder'#2#2
|
||||
+#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSideLeft.Control'#7#14'LazDocGroupBo'
|
||||
+'x'#21'AnchorSideTop.Control'#7#14'LazDocGroupBox'#4'Left'#2#6#6'Height'#2#23
|
||||
+#3'Top'#2#6#5'Width'#3#156#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20
|
||||
+'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#0#0#5'TPage'#12'ProvidesPage'
|
||||
+#7'Caption'#6#8'Provides'#11'ClientWidth'#3#8#2#12'ClientHeight'#3'o'#1#0#9
|
||||
+'TGroupBox'#16'ProvidesGroupBox'#22'AnchorSideLeft.Control'#7#12'ProvidesPag'
|
||||
+'e'#21'AnchorSideTop.Control'#7#12'ProvidesPage'#23'AnchorSideRight.Control'
|
||||
+#7#12'ProvidesPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBot'
|
||||
+'tom.Control'#7#12'ProvidesPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#3'c'#1#3'Top'#2#6#5'Width'#3#252#1#5'Align'#7#8'alBotto'
|
||||
+'m'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Caption'#6'9This package provides the same as the followin'
|
||||
+'g packages:'#12'ClientHeight'#3'Q'#1#11'ClientWidth'#3#248#1#8'TabOrder'#2#0
|
||||
+#0#5'TMemo'#12'ProvidesMemo'#22'AnchorSideLeft.Control'#7#16'ProvidesGroupBo'
|
||||
+'x'#21'AnchorSideTop.Control'#7#16'ProvidesGroupBox'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#16'ProvidesGroupBox'#24'AnchorSideBottom.Control'#7#16'ProvidesGroup'
|
||||
+'Box'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'E'#1#3
|
||||
+'Top'#2#6#5'Width'#3#236#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2
|
||||
+#6#10'ScrollBars'#7#14'ssAutoVertical'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#4'i1'
|
||||
+'8n'#7'Caption'#6#4'i18n'#11'ClientWidth'#3#8#2#12'ClientHeight'#3'o'#1#0#9
|
||||
+'TGroupBox'#12'I18NGroupBox'#22'AnchorSideLeft.Control'#7#4'i18n'#21'AnchorS'
|
||||
,'ideTop.Control'#7#18'EnableI18NCheckBox'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#23'AnchorSideRight.Control'#7#4'i18n'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#6#6'Height'#2'T'#3'Top'#2'#'#5'Width'#3#252#1#7'Anchors'#11
|
||||
+#3#16#2#21'Constraints.MinHeight'#3#174#1#20'Constraints.MinWidth'#3#8#2#7'O'
|
||||
+'nClose'#7#25'PackageOptionsDialogClose'#8'OnCreate'#7#10'FormCreate'#10'LCL'
|
||||
+'Version'#6#6'0.9.27'#0#9'TNotebook'#8'Notebook'#4'Left'#2#0#6'Height'#3#145
|
||||
+#1#3'Top'#2#0#5'Width'#3#16#2#5'Align'#7#8'alClient'#9'PageIndex'#2#0#8'TabO'
|
||||
+'rder'#2#0#0#5'TPage'#9'UsagePage'#7'Caption'#6#5'Usage'#11'ClientWidth'#3#8
|
||||
+#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#16'AddPathsGroupBox'#20'AnchorSide'
|
||||
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#128#0#3'Top'#2#6#5'Width'
|
||||
+#3#252#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6'(Add '
|
||||
+'paths to dependent packages/projects'#12'ClientHeight'#2'n'#11'ClientWidth'
|
||||
+#3#248#1#8'TabOrder'#2#0#0#6'TLabel'#13'UnitPathLabel'#4'Left'#2#6#6'Height'
|
||||
+#2#14#3'Top'#2#3#5'Width'#2#20#7'Caption'#6#4'Unit'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel'#16'IncludePathLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#30#5'Width'
|
||||
+#2'$'#7'Caption'#6#7'Include'#11'ParentColor'#8#0#0#6'TLabel'#15'ObjectPathL'
|
||||
+'abel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'9'#5'Width'#2'!'#7'Caption'#6#6'O'
|
||||
+'bject'#11'ParentColor'#8#0#0#6'TLabel'#16'LibraryPathLabel'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#14#3'Top'#2'T'#5'Width'#2'"'#7'Caption'#6#7'Library'#11'ParentColo'
|
||||
+'r'#8#0#0#5'TEdit'#12'UnitPathEdit'#22'AnchorSideLeft.Control'#7#15'LibraryP'
|
||||
+'athEdit'#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#23#3'Top'#2#0#5'Width'#3
|
||||
+'v'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2
|
||||
+'2'#8'TabOrder'#2#0#0#0#5'TEdit'#15'IncludePathEdit'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#15'LibraryPathEdit'#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#23#3'Top'#2
|
||||
+#27#5'Width'#3'v'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderS'
|
||||
+'pacing.Right'#2'2'#8'TabOrder'#2#1#0#0#5'TEdit'#14'ObjectPathEdit'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#15'LibraryPathEdit'#23'AnchorSideRight.Control'#7#16'A'
|
||||
+'ddPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Hei'
|
||||
+'ght'#2#23#3'Top'#2'6'#5'Width'#3'v'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||
+'Right'#0#19'BorderSpacing.Right'#2'2'#8'TabOrder'#2#2#0#0#5'TEdit'#15'Libra'
|
||||
+'ryPathEdit'#22'AnchorSideLeft.Control'#7#16'AddPathsGroupBox'#23'AnchorSide'
|
||||
+'Right.Control'#7#16'AddPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2'P'#6'Height'#2#23#3'Top'#2'Q'#5'Width'#3'v'#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2'P'#19'BorderSpacing.'
|
||||
+'Right'#2'2'#8'TabOrder'#2#3#0#0#0#9'TGroupBox'#18'AddOptionsGroupBox'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#176#0#3'Top'#3
|
||||
+#140#0#5'Width'#3#252#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6'.Add options to dependent packages and projects'#12'ClientHeight'
|
||||
+#3#158#0#11'ClientWidth'#3#248#1#8'TabOrder'#2#1#0#6'TLabel'#18'LinkerOption'
|
||||
+'sLabel'#21'AnchorSideTop.Control'#7#17'LinkerOptionsMemo'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#14#3'Top'#2#6#5'Width'#2#29#7'Caption'#6#6'Linker'#11'ParentColor'#8
|
||||
+#0#0#6'TLabel'#18'CustomOptionsLabel'#21'AnchorSideTop.Control'#7#17'CustomO'
|
||||
+'ptionsMemo'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'J'#5'Width'#2'%'#7'Caption'
|
||||
+#6#6'Custom'#11'ParentColor'#8#0#0#5'TMemo'#17'LinkerOptionsMemo'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#17'CustomOptionsMemo'#21'AnchorSideTop.Control'#7#18'Add'
|
||||
+'OptionsGroupBox'#23'AnchorSideRight.Control'#7#18'AddOptionsGroupBox'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#4'Left'#2'5'#6'Height'#2'>'#3'Top'#2#6#5
|
||||
+'Width'#3#189#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpaci'
|
||||
+'ng.Top'#2#6#19'BorderSpacing.Right'#2#6#10'ScrollBars'#7#14'ssAutoVertical'
|
||||
+#8'TabOrder'#2#0#0#0#5'TMemo'#17'CustomOptionsMemo'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#18'CustomOptionsLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Ancho'
|
||||
+'rSideTop.Control'#7#17'LinkerOptionsMemo'#18'AnchorSideTop.Side'#7#9'asrBot'
|
||||
+'tom'#23'AnchorSideRight.Control'#7#18'AddOptionsGroupBox'#20'AnchorSideRigh'
|
||||
+'t.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'AddOptionsGroupBox'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2'5'#6'Height'#2'N'#3'Top'
|
||||
+#2'J'#5'Width'#3#189#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBotto'
|
||||
+'m'#0#18'BorderSpacing.Left'#2#10#17'BorderSpacing.Top'#2#6#19'BorderSpacing'
|
||||
+'.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ScrollBars'#7#14'ssAutoVertical'
|
||||
+#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#15'ProjectGroupBox'#4'Left'#2#6#6'Height'
|
||||
+#2'/'#3'Top'#3'B'#1#5'Width'#3#252#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#15'ProjectGroupBox'#12'ClientHeight'
|
||||
,#2#29#11'ClientWidth'#3#248#1#8'TabOrder'#2#2#0#9'TCheckBox'#31'AddPackageUn'
|
||||
+'itToProjectCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#236#1
|
||||
+#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'AddPackage'
|
||||
+'UnitToProjectCheckBox'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#10'Usage2Page'#7'Ca'
|
||||
+'ption'#6#6'Usage2'#11'ClientWidth'#3#8#2#12'ClientHeight'#3'w'#1#0#9'TGroup'
|
||||
+'Box'#20'ConditionalsGroupBox'#4'Left'#2#0#6'Height'#3#199#0#3'Top'#2#0#5'Wi'
|
||||
+'dth'#3#8#2#5'Align'#7#5'alTop'#7'Caption'#6#20'ConditionalsGroupBox'#8'TabO'
|
||||
+'rder'#2#0#0#0#0#5'TPage'#15'DescriptionPage'#7'Caption'#6#11'Description'#11
|
||||
+'ClientWidth'#3#8#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#19'DescriptionGro'
|
||||
+'upBox'#22'AnchorSideLeft.Control'#7#15'DescriptionPage'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#15'DescriptionPage'#23'AnchorSideRight.Control'#7#15'DescriptionPa'
|
||||
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'`'#3'To'
|
||||
+'p'#2#6#5'Width'#3#252#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#7'Caption'#6#20'Description/Abstract'#12'ClientHeig'
|
||||
+'ht'#2'N'#11'ClientWidth'#3#248#1#8'TabOrder'#2#0#0#5'TMemo'#15'DescriptionM'
|
||||
+'emo'#22'AnchorSideLeft.Control'#7#19'DescriptionGroupBox'#21'AnchorSideTop.'
|
||||
+'Control'#7#19'DescriptionGroupBox'#23'AnchorSideRight.Control'#7#19'Descrip'
|
||||
+'tionGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.C'
|
||||
+'ontrol'#7#19'DescriptionGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2'B'#3'Top'#2#6#5'Width'#3#236#1#5'Align'#7#8'alClient'
|
||||
+#20'BorderSpacing.Around'#2#6#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0
|
||||
+#0#0#0#9'TGroupBox'#14'AuthorGroupBox'#22'AnchorSideLeft.Control'#7#15'Descr'
|
||||
+'iptionPage'#21'AnchorSideTop.Control'#7#19'DescriptionGroupBox'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#15'DescriptionPage'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#6#6'Height'#2'5'#3'Top'#2'l'#5'Width'#3#252#1#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#12'i18n Options'#12'ClientHeight'#2'B'#11'ClientWidth'#3#248#1#8
|
||||
+'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabel'#22'AnchorSideLeft.Control'#7#12
|
||||
+'I18NGroupBox'#21'AnchorSideTop.Control'#7#12'I18NGroupBox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#18#3'Top'#2#6#5'Width'#3#132#0#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#20'PO Output Directory:'#11'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEd'
|
||||
+'it'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRigh'
|
||||
+'t.Control'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#30#5'Wi'
|
||||
+'dth'#3#206#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing'
|
||||
+'.Around'#2#6#8'TabOrder'#2#0#0#0#7'TButton'#14'POOutDirButton'#21'AnchorSid'
|
||||
+'eTop.Control'#7#12'POOutDirEdit'#23'AnchorSideRight.Control'#7#12'I18NGroup'
|
||||
+'Box'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7
|
||||
+#12'POOutDirEdit'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#218#1#6
|
||||
+'Height'#2#23#3'Top'#2#30#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#8
|
||||
+'akBottom'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7
|
||||
+'OnClick'#7#28'POOutputDirectoryButtonClick'#8'TabOrder'#2#1#0#0#0#9'TCheckB'
|
||||
+'ox'#18'EnableI18NCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#7#5'Width'#2
|
||||
+'b'#7'Caption'#6#11'Enable i18n'#8'OnChange'#7#24'EnableI18NCheckBoxChange'#8
|
||||
+'TabOrder'#2#1#0#0#0#0#12'TButtonPanel'#12'ButtonPanel1'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#26#3'Top'#3#151#1#5'Width'#3#4#2#8'TabOrder'#2#1#11'ShowButtons'#11#4
|
||||
+'pbOK'#8'pbCancel'#0#9'ShowBevel'#8#0#0#0
|
||||
+'Caption'#6#7'Author:'#12'ClientHeight'#2'#'#11'ClientWidth'#3#248#1#8'TabOr'
|
||||
+'der'#2#1#0#5'TEdit'#10'AuthorEdit'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#24'AnchorSideBottom.Control'#7#14'AuthorGroupBox'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3#236#1#5'Ali'
|
||||
+'gn'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#0#9'TGroupB'
|
||||
+'ox'#15'LicenseGroupBox'#22'AnchorSideLeft.Control'#7#15'DescriptionPage'#21
|
||||
+'AnchorSideTop.Control'#7#14'AuthorGroupBox'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#23'AnchorSideRight.Control'#7#15'DescriptionPage'#20'AnchorSideRight'
|
||||
+'.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#15'VersionGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#2'`'#3'Top'#3#167#0#5'Width'#3#252#1#7'Anchors'#11#5'ak'
|
||||
+'Top'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||
+'ion'#6#8'License:'#12'ClientHeight'#2'N'#11'ClientWidth'#3#248#1#8'TabOrder'
|
||||
+#2#2#0#5'TMemo'#11'LicenseMemo'#22'AnchorSideLeft.Control'#7#15'LicenseGroup'
|
||||
+'Box'#21'AnchorSideTop.Control'#7#15'LicenseGroupBox'#23'AnchorSideRight.Con'
|
||||
+'trol'#7#15'LicenseGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Anch'
|
||||
+'orSideBottom.Control'#7#15'LicenseGroupBox'#21'AnchorSideBottom.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#6#6'Height'#2'B'#3'Top'#2#6#5'Width'#3#236#1#5'Align'#7
|
||||
+#8'alClient'#20'BorderSpacing.Around'#2#6#10'ScrollBars'#7#10'ssAutoBoth'#8
|
||||
+'TabOrder'#2#0#0#0#0#9'TGroupBox'#15'VersionGroupBox'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#15'DescriptionPage'#21'AnchorSideTop.Control'#7#15'LicenseGroupBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#15'Desc'
|
||||
+'riptionPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Co'
|
||||
+'ntrol'#7#15'DescriptionPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2'd'#3'Top'#3#13#1#5'Width'#3#252#1#5'Align'#7#8'alBottom'
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Version'#12'ClientHeight'#2'R'
|
||||
+#11'ClientWidth'#3#248#1#8'TabOrder'#2#3#0#6'TLabel'#17'VersionMajorLabel'#4
|
||||
+'Left'#2#6#6'Height'#2#14#3'Top'#2#3#5'Width'#2#28#7'Caption'#6#5'Major'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#17'VersionMinorLabel'#4'Left'#2'n'#6'Height'#2
|
||||
+#14#3'Top'#2#3#5'Width'#2#27#7'Caption'#6#5'Minor'#11'ParentColor'#8#0#0#6'T'
|
||||
+'Label'#19'VersionReleaseLabel'#4'Left'#3#214#0#6'Height'#2#14#3'Top'#2#3#5
|
||||
+'Width'#2''''#7'Caption'#6#7'Release'#11'ParentColor'#8#0#0#6'TLabel'#17'Ver'
|
||||
+'sionBuildLabel'#4'Left'#3'>'#1#6'Height'#2#14#3'Top'#2#3#5'Width'#2'?'#7'Ca'
|
||||
+'ption'#6#12'Build Number'#11'ParentColor'#8#0#0#9'TSpinEdit'#20'VersionMajo'
|
||||
+'rSpinEdit'#22'AnchorSideLeft.Control'#7#15'VersionGroupBox'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#23#3'Top'#2#20#5'Width'#2'D'#18'BorderSpacing.Left'#2#6#8'MaxValue'
|
||||
+#3#15''''#8'TabOrder'#2#0#0#0#9'TSpinEdit'#20'VersionMinorSpinEdit'#4'Left'#2
|
||||
+'n'#6'Height'#2#23#3'Top'#2#20#5'Width'#2'D'#8'MaxValue'#3#15''''#8'TabOrder'
|
||||
,#2#1#0#0#9'TSpinEdit'#22'VersionReleaseSpinEdit'#4'Left'#3#214#0#6'Height'#2
|
||||
+#23#3'Top'#2#20#5'Width'#2'D'#8'MaxValue'#3#15''''#8'TabOrder'#2#2#0#0#9'TSp'
|
||||
+'inEdit'#20'VersionBuildSpinEdit'#4'Left'#3'>'#1#6'Height'#2#23#3'Top'#2#20#5
|
||||
+'Width'#2'D'#8'MaxValue'#3#15''''#8'TabOrder'#2#3#0#0#9'TCheckBox'#28'AutoIn'
|
||||
+'crementOnBuildCheckBox'#22'AnchorSideLeft.Control'#7#20'VersionMajorSpinEdi'
|
||||
+'t'#21'AnchorSideTop.Control'#7#20'VersionMajorSpinEdit'#18'AnchorSideTop.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'1'#5'Width'#3#210#0
|
||||
+#17'BorderSpacing.Top'#2#6#7'Caption'#6'(Automatically increment version on '
|
||||
+'build'#7'Enabled'#8#8'TabOrder'#2#4#0#0#0#0#5'TPage'#7'IDEPage'#7'Caption'#6
|
||||
+#15'IDE Integration'#11'ClientWidth'#3#8#2#12'ClientHeight'#3'w'#1#0#11'TRad'
|
||||
+'ioGroup'#17'PkgTypeRadioGroup'#22'AnchorSideLeft.Control'#7#7'IDEPage'#21'A'
|
||||
+'nchorSideTop.Control'#7#7'IDEPage'#23'AnchorSideRight.Control'#7#7'IDEPage'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2't'#3'Top'#2
|
||||
+#6#5'Width'#3#252#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'
|
||||
+#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'PackageType'#28'ChildSizing.'
|
||||
+'LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.E'
|
||||
+'nlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVert'
|
||||
+'ical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14
|
||||
+'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'Chil'
|
||||
+'dSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Controls'
|
||||
+'PerLine'#2#1#12'ClientHeight'#2'b'#11'ClientWidth'#3#248#1#9'ItemIndex'#2#2
|
||||
+#13'Items.Strings'#1#6#15'Designtime only'#6#12'Runtime only'#6#22'Designtim'
|
||||
+'e and Runtime'#0#7'OnClick'#7#22'PkgTypeRadioGroupClick'#8'TabOrder'#2#0#0#0
|
||||
+#11'TRadioGroup'#16'UpdateRadioGroup'#22'AnchorSideLeft.Control'#7#7'IDEPage'
|
||||
+#21'AnchorSideTop.Control'#7#17'PkgTypeRadioGroup'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#23'AnchorSideRight.Control'#7#7'IDEPage'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2't'#3'Top'#3#128#0#5'Width'#3#252#1#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#20'BorderSpacing.'
|
||||
+'Around'#2#6#7'Caption'#6#14'Update/Rebuild'#28'ChildSizing.LeftRightSpacing'
|
||||
+#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7
|
||||
+#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomoge'
|
||||
+'nousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'C'
|
||||
+'hildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29
|
||||
+'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#12'Clien'
|
||||
+'tHeight'#2'b'#11'ClientWidth'#3#248#1#9'ItemIndex'#2#0#13'Items.Strings'#1#6
|
||||
+#31'Automatically rebuild as needed'#6' Auto rebuild when rebuilding all'#6
|
||||
+'(Manual compilation (never automatically)'#0#8'TabOrder'#2#1#0#0#9'TGroupBo'
|
||||
+'x'#14'LazDocGroupBox'#22'AnchorSideLeft.Control'#7#7'IDEPage'#21'AnchorSide'
|
||||
+'Top.Control'#7#16'UpdateRadioGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#7'IDEPage'#20'AnchorSideRight.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2'5'#3'Top'#3#250#0#5'Width'#3#252#1#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#30'LazDoc - Lazarus documentation'#12'ClientHeight'#2'#'#11'Clie'
|
||||
+'ntWidth'#3#248#1#8'TabOrder'#2#2#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#14'LazDocGroupBox'#21'AnchorSideTop.Control'#7#14'LazDocGr'
|
||||
+'oupBox'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3#156#1#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0
|
||||
+#0#0#0#0#5'TPage'#12'ProvidesPage'#7'Caption'#6#8'Provides'#11'ClientWidth'#3
|
||||
+#8#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#16'ProvidesGroupBox'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#12'ProvidesPage'#21'AnchorSideTop.Control'#7#12'ProvidesP'
|
||||
+'age'#23'AnchorSideRight.Control'#7#12'ProvidesPage'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'ProvidesPage'#21'AnchorSid'
|
||||
+'eBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'k'#1#3'Top'#2#6#5'Widt'
|
||||
+'h'#3#252#1#5'Align'#7#8'alBottom'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6'9This package pr'
|
||||
+'ovides the same as the following packages:'#12'ClientHeight'#3'Y'#1#11'Clie'
|
||||
+'ntWidth'#3#248#1#8'TabOrder'#2#0#0#5'TMemo'#12'ProvidesMemo'#22'AnchorSideL'
|
||||
+'eft.Control'#7#16'ProvidesGroupBox'#21'AnchorSideTop.Control'#7#16'Provides'
|
||||
+'GroupBox'#23'AnchorSideRight.Control'#7#16'ProvidesGroupBox'#24'AnchorSideB'
|
||||
+'ottom.Control'#7#16'ProvidesGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#2#6#6'Height'#3'M'#1#3'Top'#2#6#5'Width'#3#236#1#5'Align'#7#8'a'
|
||||
+'lClient'#20'BorderSpacing.Around'#2#6#10'ScrollBars'#7#14'ssAutoVertical'#8
|
||||
+'TabOrder'#2#0#0#0#0#0#5'TPage'#4'i18n'#7'Caption'#6#4'i18n'#11'ClientWidth'
|
||||
+#3#8#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSide'
|
||||
,'Left.Control'#7#4'i18n'#21'AnchorSideTop.Control'#7#18'EnableI18NCheckBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#4'i18n'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'I'#3'Top'#2
|
||||
+#30#5'Width'#3#252#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSiz'
|
||||
+'e'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHe'
|
||||
+'ight'#2'7'#11'ClientWidth'#3#248#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirL'
|
||||
+'abel'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#12'I18NGroupBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'g'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11'ParentCo'
|
||||
+'lor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGr'
|
||||
+'oupBox'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4'Left'#2#6
|
||||
+#6'Height'#2#23#3'Top'#2#26#5'Width'#3#192#1#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#7'TButton'#14
|
||||
+'POOutDirButton'#21'AnchorSideTop.Control'#7#12'POOutDirEdit'#23'AnchorSideR'
|
||||
+'ight.Control'#7#12'I18NGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#12'POOutDirEdit'#21'AnchorSideBottom.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#204#1#6'Height'#2#23#3'Top'#2#26#5'Width'#2'&'#7'Ancho'
|
||||
+'rs'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#19'BorderSpacing.Rig'
|
||||
+'ht'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#28'POOutputDirectoryButtonClick'#8
|
||||
+'TabOrder'#2#1#0#0#0#9'TCheckBox'#18'EnableI18NCheckBox'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#17#3'Top'#2#7#5'Width'#2'I'#7'Caption'#6#11'Enable i18n'#8'OnChange'#7
|
||||
+#24'EnableI18NCheckBoxChange'#8'TabOrder'#2#1#0#0#0#0#12'TButtonPanel'#12'Bu'
|
||||
+'ttonPanel1'#4'Left'#2#6#6'Height'#2#26#3'Top'#3#151#1#5'Width'#3#4#2#8'TabO'
|
||||
+'rder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#9'ShowBevel'#8#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user