mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 19:56:21 +02:00
IDE: package options: removed unimplemented auto increase version
git-svn-id: trunk@21139 -
This commit is contained in:
parent
ddf84c3a6e
commit
6ec5d481b6
@ -18,7 +18,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
Top = 0
|
||||
Width = 528
|
||||
Align = alClient
|
||||
PageIndex = 0
|
||||
PageIndex = 2
|
||||
TabOrder = 0
|
||||
object UsagePage: TPage
|
||||
Caption = 'Usage'
|
||||
@ -27,14 +27,14 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
object AddPathsGroupBox: TGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 157
|
||||
Height = 142
|
||||
Top = 6
|
||||
Width = 514
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Add paths to dependent packages/projects'
|
||||
ClientHeight = 138
|
||||
ClientHeight = 123
|
||||
ClientWidth = 510
|
||||
TabOrder = 0
|
||||
object UnitPathLabel: TLabel
|
||||
@ -151,13 +151,13 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 141
|
||||
Top = 169
|
||||
Height = 171
|
||||
Top = 154
|
||||
Width = 514
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Add options to dependent packages and projects'
|
||||
ClientHeight = 122
|
||||
ClientHeight = 152
|
||||
ClientWidth = 510
|
||||
TabOrder = 1
|
||||
object LinkerOptionsLabel: TLabel
|
||||
@ -207,7 +207,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideBottom.Control = AddOptionsGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 67
|
||||
Height = 42
|
||||
Height = 72
|
||||
Top = 74
|
||||
Width = 437
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -221,14 +221,14 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
end
|
||||
object ProjectGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 53
|
||||
Top = 316
|
||||
Height = 38
|
||||
Top = 331
|
||||
Width = 514
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ProjectGroupBox'
|
||||
ClientHeight = 34
|
||||
ClientHeight = 19
|
||||
ClientWidth = 510
|
||||
TabOrder = 2
|
||||
object AddPackageUnitToProjectCheckBox: TCheckBox
|
||||
@ -273,7 +273,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Description/Abstract'
|
||||
ClientHeight = 77
|
||||
ClientHeight = 92
|
||||
ClientWidth = 510
|
||||
TabOrder = 0
|
||||
object DescriptionMemo: TMemo
|
||||
@ -442,19 +442,6 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
MaxValue = 9999
|
||||
TabOrder = 3
|
||||
end
|
||||
object AutoIncrementOnBuildCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = VersionMajorSpinEdit
|
||||
AnchorSideTop.Control = VersionMajorSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 53
|
||||
Width = 284
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Automatically increment version on build'
|
||||
Enabled = False
|
||||
TabOrder = 4
|
||||
end
|
||||
end
|
||||
end
|
||||
object IDEPage: TPage
|
||||
@ -482,7 +469,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 97
|
||||
ClientHeight = 112
|
||||
ClientWidth = 510
|
||||
ItemIndex = 2
|
||||
Items.Strings = (
|
||||
@ -515,7 +502,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 97
|
||||
ClientHeight = 112
|
||||
ClientWidth = 510
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
@ -539,7 +526,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDoc - Lazarus documentation'
|
||||
ClientHeight = 39
|
||||
ClientHeight = 54
|
||||
ClientWidth = 510
|
||||
TabOrder = 2
|
||||
object LazDocPathEdit: TEdit
|
||||
@ -574,7 +561,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'This package provides the same as the following packages:'
|
||||
ClientHeight = 344
|
||||
ClientHeight = 359
|
||||
ClientWidth = 510
|
||||
TabOrder = 0
|
||||
object ProvidesMemo: TMemo
|
||||
@ -584,7 +571,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AnchorSideBottom.Control = ProvidesGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 332
|
||||
Height = 347
|
||||
Top = 6
|
||||
Width = 498
|
||||
Align = alClient
|
||||
@ -612,7 +599,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'i18n Options'
|
||||
ClientHeight = 65
|
||||
ClientHeight = 80
|
||||
ClientWidth = 510
|
||||
TabOrder = 0
|
||||
object PoOutDirLabel: TLabel
|
||||
|
@ -7,221 +7,216 @@ LazarusResources.Add('TPackageOptionsDialog','FORMDATA',[
|
||||
+#3#16#2#21'Constraints.MinHeight'#3#194#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#146
|
||||
+#1#3'Top'#2#0#5'Width'#3#16#2#5'Align'#7#8'alClient'#9'PageIndex'#2#0#8'TabO'
|
||||
+#1#3'Top'#2#0#5'Width'#3#16#2#5'Align'#7#8'alClient'#9'PageIndex'#2#2#8'TabO'
|
||||
+'rder'#2#0#0#5'TPage'#9'UsagePage'#7'Caption'#6#5'Usage'#11'ClientWidth'#3#14
|
||||
+#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#157#0#3'Top'#2#6#5'Width'
|
||||
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#142#0#3'Top'#2#6#5'Width'
|
||||
+#3#2#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||
+'ion'#6'(Add paths to dependent packages/projects'#12'ClientHeight'#3#138#0
|
||||
+#11'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#6'TLabel'#13'UnitPathLabel'#22'An'
|
||||
+'chorSideLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#12
|
||||
+'UnitPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2
|
||||
+#18#3'Top'#2#10#5'Width'#2#27#18'BorderSpacing.Left'#2#6#7'Caption'#6#4'Unit'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#16'IncludePathLabel'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#15'IncludePathEdit'
|
||||
+#4'Left'#2#6#6'Height'#2#18#3'Top'#2''''#5'Width'#2'.'#18'BorderSpacing.Left'
|
||||
+#2#6#7'Caption'#6#7'Include'#11'ParentColor'#8#0#0#6'TLabel'#15'ObjectPathLa'
|
||||
+'bel'#22'AnchorSideLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#14'ObjectPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6
|
||||
+#6'Height'#2#18#3'Top'#2'L'#5'Width'#2'*'#18'BorderSpacing.Left'#2#6#7'Capti'
|
||||
+'on'#6#6'Object'#11'ParentColor'#8#0#0#6'TLabel'#16'LibraryPathLabel'#22'Anc'
|
||||
+'horSideLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#15
|
||||
+'LibraryPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'
|
||||
+#2#18#3'Top'#2'm'#5'Width'#2','#18'BorderSpacing.Left'#2#6#7'Caption'#6#7'Li'
|
||||
+'brary'#11'ParentColor'#8#0#0#5'TEdit'#12'UnitPathEdit'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#15'LibraryPathEdit'#21'AnchorSideTop.Control'#7#16'AddPathsGroupBo'
|
||||
+'x'#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#27#3'Top'#2#6#5'Width'#3'|'#1#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'Bo'
|
||||
+'rderSpacing.Right'#2'2'#8'TabOrder'#2#0#0#0#5'TEdit'#15'IncludePathEdit'#22
|
||||
+'AnchorSideLeft.Control'#7#15'LibraryPathEdit'#21'AnchorSideTop.Control'#7#12
|
||||
+'UnitPathEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#16'AddPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2'P'#6'Height'#2#27#3'Top'#2''''#5'Width'#3'|'#1#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#8
|
||||
+'TabOrder'#2#1#0#0#5'TEdit'#14'ObjectPathEdit'#22'AnchorSideLeft.Control'#7
|
||||
+#15'LibraryPathEdit'#21'AnchorSideTop.Control'#7#15'IncludePathEdit'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#16'AddPathsGro'
|
||||
+'upBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#27#3
|
||||
+'Top'#2'H'#5'Width'#3'|'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17
|
||||
+'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#8'TabOrder'#2#2#0#0#5'T'
|
||||
+'Edit'#15'LibraryPathEdit'#22'AnchorSideLeft.Control'#7#16'AddPathsGroupBox'
|
||||
+#21'AnchorSideTop.Control'#7#14'ObjectPathEdit'#18'AnchorSideTop.Side'#7#9'a'
|
||||
+'srBottom'#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox'#20'AnchorSideR'
|
||||
+'ight.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#27#3'Top'#2'i'#5'Width'#3
|
||||
+'|'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2
|
||||
+'P'#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#20'BorderSpacing.'
|
||||
+'Bottom'#2#6#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#141#0#3'Top'#3
|
||||
+#169#0#5'Width'#3#2#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6'.Add options to dependent packages and projects'#12'ClientHeight'
|
||||
+#2'z'#11'ClientWidth'#3#254#1#8'TabOrder'#2#1#0#6'TLabel'#18'LinkerOptionsLa'
|
||||
+'bel'#22'AnchorSideLeft.Control'#7#18'AddOptionsGroupBox'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#17'LinkerOptionsMemo'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Wid'
|
||||
+'th'#2''''#18'BorderSpacing.Left'#2#6#7'Caption'#6#6'Linker'#11'ParentColor'
|
||||
+#8#0#0#6'TLabel'#18'CustomOptionsLabel'#22'AnchorSideLeft.Control'#7#18'AddO'
|
||||
+'ptionsGroupBox'#21'AnchorSideTop.Control'#7#17'CustomOptionsMemo'#4'Left'#2
|
||||
+#6#6'Height'#2#18#3'Top'#2'J'#5'Width'#2'3'#18'BorderSpacing.Left'#2#6#7'Cap'
|
||||
+'tion'#6#6'Custom'#11'ParentColor'#8#0#0#5'TMemo'#17'LinkerOptionsMemo'#22'A'
|
||||
+'nchorSideLeft.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#181#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'*'
|
||||
+#3'Top'#2'J'#5'Width'#3#181#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'5'#3'Top'#3'<'#1#5'Width'#3#2#2#5'Align'#7#8'alBottom'#8'AutoSi'
|
||||
+'ze'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'ProjectGroupBox'#12'Clie'
|
||||
+'ntHeight'#2'"'#11'ClientWidth'#3#254#1#8'TabOrder'#2#2#0#9'TCheckBox'#31'Ad'
|
||||
+'dPackageUnitToProjectCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Widt'
|
||||
+'h'#3#242#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31
|
||||
+'AddPackageUnitToProjectCheckBox'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#10'Usage2'
|
||||
+'Page'#7'Caption'#6#6'Usage2'#11'ClientWidth'#3#14#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#14#2#5'Align'#7#5'alTop'#7'Caption'#6#20'ConditionalsGroupBo'
|
||||
+'x'#8'TabOrder'#2#0#0#0#0#5'TPage'#15'DescriptionPage'#7'Caption'#6#11'Descr'
|
||||
+'iption'#11'ClientWidth'#3#14#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#19'De'
|
||||
+'scriptionGroupBox'#22'AnchorSideLeft.Control'#7#15'DescriptionPage'#21'Anch'
|
||||
+'orSideTop.Control'#7#15'DescriptionPage'#23'AnchorSideRight.Control'#7#15'D'
|
||||
+'escriptionPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2'`'#3'Top'#2#6#5'Width'#3#2#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
|
||||
+'t'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'Description/Abstract'#12
|
||||
+'ClientHeight'#2'M'#11'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#5'TMemo'#15'De'
|
||||
+'scriptionMemo'#22'AnchorSideLeft.Control'#7#19'DescriptionGroupBox'#21'Anch'
|
||||
+'orSideTop.Control'#7#19'DescriptionGroupBox'#23'AnchorSideRight.Control'#7
|
||||
+#19'DescriptionGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSi'
|
||||
+'deBottom.Control'#7#19'DescriptionGroupBox'#21'AnchorSideBottom.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#6#6'Height'#2'P'#3'Top'#2#6#5'Width'#3#242#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.Contr'
|
||||
+'ol'#7#15'DescriptionPage'#21'AnchorSideTop.Control'#7#19'DescriptionGroupBo'
|
||||
+'x'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#15'D'
|
||||
+'escriptionPage'#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#2#2
|
||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacin'
|
||||
+'g.Around'#2#6#7'Caption'#6#7'Author:'#12'ClientHeight'#2''''#11'ClientWidth'
|
||||
+#3#254#1#8'TabOrder'#2#1#0#5'TEdit'#10'AuthorEdit'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'AuthorGroupBox'#21'AnchorSid'
|
||||
+'eBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#27#3'Top'#2#6#5'Width'
|
||||
+#3#242#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0
|
||||
+#0#9'TGroupBox'#15'LicenseGroupBox'#22'AnchorSideLeft.Control'#7#15'Descript'
|
||||
+'ionPage'#21'AnchorSideTop.Control'#7#14'AuthorGroupBox'#18'AnchorSideTop.Si'
|
||||
+'de'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#15'DescriptionPage'#20'Anc'
|
||||
+'horSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#15'Version'
|
||||
+'GroupBox'#4'Left'#2#6#6'Height'#2'['#3'Top'#3#172#0#5'Width'#3#2#2#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#8'License:'#12'ClientHeight'#2'H'#11'ClientWidth'#3#254#1#8
|
||||
+'TabOrder'#2#2#0#5'TMemo'#11'LicenseMemo'#22'AnchorSideLeft.Control'#7#15'Li'
|
||||
+'censeGroupBox'#21'AnchorSideTop.Control'#7#15'LicenseGroupBox'#23'AnchorSid'
|
||||
+'eRight.Control'#7#15'LicenseGroupBox'#20'AnchorSideRight.Side'#7#9'asrBotto'
|
||||
+'m'#24'AnchorSideBottom.Control'#7#15'LicenseGroupBox'#21'AnchorSideBottom.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'<'#3'Top'#2#6#5'Width'#3#242#1#5
|
||||
+'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#10'ScrollBars'#7#10'ssAut'
|
||||
+'oBoth'#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#15'VersionGroupBox'#22'AnchorSide'
|
||||
+'Left.Control'#7#15'DescriptionPage'#21'AnchorSideTop.Control'#7#15'LicenseG'
|
||||
+'roupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
|
||||
,#15'DescriptionPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBo'
|
||||
+'ttom.Control'#7#15'DescriptionPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2'd'#3'Top'#3#13#1#5'Width'#3#2#2#5'Align'#7#8'alBott'
|
||||
+'om'#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Version'#12'ClientHeight'#2
|
||||
+'Q'#11'ClientWidth'#3#254#1#8'TabOrder'#2#3#0#6'TLabel'#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'VersionMinorLabel'#4'Left'#2'n'#6'Height'#2
|
||||
+#18#3'Top'#2#3#5'Width'#2'$'#7'Caption'#6#5'Minor'#11'ParentColor'#8#0#0#6'T'
|
||||
+'Label'#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'ParentColor'#8#0#0#6'TLabel'#17'Vers'
|
||||
+'ionBuildLabel'#4'Left'#3'>'#1#6'Height'#2#18#3'Top'#2#3#5'Width'#2'X'#7'Cap'
|
||||
+'tion'#6#12'Build Number'#11'ParentColor'#8#0#0#9'TSpinEdit'#20'VersionMajor'
|
||||
+'SpinEdit'#22'AnchorSideLeft.Control'#7#15'VersionGroupBox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#27#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#27#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
|
||||
+#27#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#27#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#22#3'Top'#2'5'#5'Width'#3#28#1#17
|
||||
+'BorderSpacing.Top'#2#6#7'Caption'#6'(Automatically increment version on bui'
|
||||
+'ld'#7'Enabled'#8#8'TabOrder'#2#4#0#0#0#0#5'TPage'#7'IDEPage'#7'Caption'#6#15
|
||||
+'IDE Integration'#11'ClientWidth'#3#14#2#12'ClientHeight'#3'w'#1#0#11'TRadio'
|
||||
+'Group'#17'PkgTypeRadioGroup'#22'AnchorSideLeft.Control'#7#7'IDEPage'#21'Anc'
|
||||
+'horSideTop.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#2#2#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.LeftR'
|
||||
+'ightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Enlarg'
|
||||
+'eHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'
|
||||
+#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsSca'
|
||||
+'leChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizin'
|
||||
+'g.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLin'
|
||||
+'e'#2#1#12'ClientHeight'#2'a'#11'ClientWidth'#3#254#1#9'ItemIndex'#2#2#13'It'
|
||||
+'ems.Strings'#1#6#15'Designtime only'#6#12'Runtime only'#6#22'Designtime 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'a'
|
||||
+'srBottom'#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#2#2#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#20'BorderSpacing.A'
|
||||
+'round'#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'a'#11'ClientWidth'#3#254#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':'#3'Top'#3#250#0#5'Width'#3#2#2#7'Anchors'#11#5
|
||||
+'ion'#6'(Add paths to dependent packages/projects'#12'ClientHeight'#2'{'#11
|
||||
+'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#6'TLabel'#13'UnitPathLabel'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#12'Un'
|
||||
+'itPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18
|
||||
+#3'Top'#2#10#5'Width'#2#27#18'BorderSpacing.Left'#2#6#7'Caption'#6#4'Unit'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#16'IncludePathLabel'#22'AnchorSideLeft.Control'
|
||||
+#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#15'IncludePathEdit'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#18#3'Top'#2''''#5'Width'#2'.'#18'BorderSpacing.Left'#2#6
|
||||
+#7'Caption'#6#7'Include'#11'ParentColor'#8#0#0#6'TLabel'#15'ObjectPathLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#14'ObjectPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#18#3'Top'#2'L'#5'Width'#2'*'#18'BorderSpacing.Left'#2#6#7'Caption'#6
|
||||
+#6'Object'#11'ParentColor'#8#0#0#6'TLabel'#16'LibraryPathLabel'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#15'Librar'
|
||||
+'yPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18
|
||||
+#3'Top'#2'm'#5'Width'#2','#18'BorderSpacing.Left'#2#6#7'Caption'#6#7'Library'
|
||||
+#11'ParentColor'#8#0#0#5'TEdit'#12'UnitPathEdit'#22'AnchorSideLeft.Control'#7
|
||||
+#15'LibraryPathEdit'#21'AnchorSideTop.Control'#7#16'AddPathsGroupBox'#23'Anc'
|
||||
+'horSideRight.Control'#7#16'AddPathsGroupBox'#20'AnchorSideRight.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2'P'#6'Height'#2#27#3'Top'#2#6#5'Width'#3'|'#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpaci'
|
||||
+'ng.Right'#2'2'#8'TabOrder'#2#0#0#0#5'TEdit'#15'IncludePathEdit'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#15'LibraryPathEdit'#21'AnchorSideTop.Control'#7#12'UnitPa'
|
||||
+'thEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
|
||||
+#16'AddPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'#6
|
||||
+'Height'#2#27#3'Top'#2''''#5'Width'#3'|'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#8'TabOrde'
|
||||
+'r'#2#1#0#0#5'TEdit'#14'ObjectPathEdit'#22'AnchorSideLeft.Control'#7#15'Libr'
|
||||
+'aryPathEdit'#21'AnchorSideTop.Control'#7#15'IncludePathEdit'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#27#3'Top'#2
|
||||
+'H'#5'Width'#3'|'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderS'
|
||||
+'pacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#8'TabOrder'#2#2#0#0#5'TEdit'#15
|
||||
+'LibraryPathEdit'#22'AnchorSideLeft.Control'#7#16'AddPathsGroupBox'#21'Ancho'
|
||||
+'rSideTop.Control'#7#14'ObjectPathEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#27#3'Top'#2'i'#5'Width'#3'|'#1#7'An'
|
||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2'P'#17'Bo'
|
||||
+'rderSpacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#20'BorderSpacing.Bottom'#2
|
||||
+#6#8'TabOrder'#2#3#0#0#0#9'TGroupBox'#18'AddOptionsGroupBox'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSid'
|
||||
+'eBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#171#0#3'Top'#3#154#0#5
|
||||
+'Width'#3#2#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6'.Add options to dependent packages and projects'#12'ClientHeight'#3#152#0
|
||||
+#11'ClientWidth'#3#254#1#8'TabOrder'#2#1#0#6'TLabel'#18'LinkerOptionsLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#18'AddOptionsGroupBox'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#17'LinkerOptionsMemo'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#2
|
||||
+''''#18'BorderSpacing.Left'#2#6#7'Caption'#6#6'Linker'#11'ParentColor'#8#0#0
|
||||
+#6'TLabel'#18'CustomOptionsLabel'#22'AnchorSideLeft.Control'#7#18'AddOptions'
|
||||
+'GroupBox'#21'AnchorSideTop.Control'#7#17'CustomOptionsMemo'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#18#3'Top'#2'J'#5'Width'#2'3'#18'BorderSpacing.Left'#2#6#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'C'#6'Height'#2'>'#3'Top'#2#6#5
|
||||
+'Width'#3#181#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'C'#6'Height'#2'H'#3'Top'
|
||||
+#2'J'#5'Width'#3#181#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'K'#1#5'Width'#3#2#2#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'B'
|
||||
+'orderSpacing.Around'#2#6#7'Caption'#6#15'ProjectGroupBox'#12'ClientHeight'#2
|
||||
+#19#11'ClientWidth'#3#254#1#8'TabOrder'#2#2#0#9'TCheckBox'#31'AddPackageUnit'
|
||||
+'ToProjectCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#242#1#5
|
||||
+'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'AddPackageUn'
|
||||
+'itToProjectCheckBox'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#10'Usage2Page'#7'Capt'
|
||||
+'ion'#6#6'Usage2'#11'ClientWidth'#3#14#2#12'ClientHeight'#3'w'#1#0#9'TGroupB'
|
||||
+'ox'#20'ConditionalsGroupBox'#4'Left'#2#0#6'Height'#3#199#0#3'Top'#2#0#5'Wid'
|
||||
+'th'#3#14#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#14#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#19'DescriptionGr'
|
||||
+'oupBox'#22'AnchorSideLeft.Control'#7#15'DescriptionPage'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#15'DescriptionPage'#23'AnchorSideRight.Control'#7#15'DescriptionP'
|
||||
+'age'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'`'#3'T'
|
||||
+'op'#2#6#5'Width'#3#2#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6#20'Description/Abstract'#12'ClientHeigh'
|
||||
+'t'#2'\'#11'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#5'TMemo'#15'DescriptionMe'
|
||||
+'mo'#22'AnchorSideLeft.Control'#7#19'DescriptionGroupBox'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#19'DescriptionGroupBox'#23'AnchorSideRight.Control'#7#19'Descript'
|
||||
+'ionGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Co'
|
||||
+'ntrol'#7#19'DescriptionGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2'P'#3'Top'#2#6#5'Width'#3#242#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':'#3'Top'#2'l'#5'Width'#3#2#2#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'Cli'
|
||||
+'entWidth'#3#254#1#8'TabOrder'#2#2#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#14'LazDocGroupBox'#21'AnchorSideTop.Control'#7#14'LazDocG'
|
||||
+'roupBox'#4'Left'#2#6#6'Height'#2#27#3'Top'#2#6#5'Width'#3#162#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'ClientWid'
|
||||
,'th'#3#14#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#16'ProvidesGroupBox'#22'A'
|
||||
+'nchorSideLeft.Control'#7#12'ProvidesPage'#21'AnchorSideTop.Control'#7#12'Pr'
|
||||
+'ovidesPage'#23'AnchorSideRight.Control'#7#12'ProvidesPage'#20'AnchorSideRig'
|
||||
+'ht.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'ProvidesPage'#21
|
||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'k'#1#3'Top'#2
|
||||
+#6#5'Width'#3#2#2#5'Align'#7#8'alBottom'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6'9This pack'
|
||||
+'age provides the same as the following packages:'#12'ClientHeight'#3'X'#1#11
|
||||
+'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#5'TMemo'#12'ProvidesMemo'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#16'ProvidesGroupBox'#21'AnchorSideTop.Control'#7#16'Prov'
|
||||
+'idesGroupBox'#23'AnchorSideRight.Control'#7#16'ProvidesGroupBox'#24'AnchorS'
|
||||
+'ideBottom.Control'#7#16'ProvidesGroupBox'#21'AnchorSideBottom.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#6#6'Height'#3'L'#1#3'Top'#2#6#5'Width'#3#242#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'i18n'#7'Caption'#6#4'i18n'#11'ClientWidt'
|
||||
+'h'#3#14#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'Anchor'
|
||||
+'SideLeft.Control'#7#4'i18n'#21'AnchorSideTop.Control'#7#18'EnableI18NCheckB'
|
||||
+'ox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#4'i'
|
||||
+'18n'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'T'#3'T'
|
||||
+'op'#2'#'#5'Width'#3#2#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'Aut'
|
||||
+'oSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'Clie'
|
||||
+'ntHeight'#2'A'#11'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOut'
|
||||
+'DirLabel'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#12'I18NGroupBox'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3
|
||||
+#132#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11
|
||||
+'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12
|
||||
+'I18NGroupBox'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#27#3'Top'#2#30#5'Width'#3#212#1#7'Anchors'#11#5'akTop'
|
||||
+'Caption'#6#7'Author:'#12'ClientHeight'#2''''#11'ClientWidth'#3#254#1#8'TabO'
|
||||
+'rder'#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#27#3'Top'#2#6#5'Width'#3#242#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#172#0#5'Width'#3#2#2#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Captio'
|
||||
+'n'#6#8'License:'#12'ClientHeight'#2'H'#11'ClientWidth'#3#254#1#8'TabOrder'#2
|
||||
+#2#0#5'TMemo'#11'LicenseMemo'#22'AnchorSideLeft.Control'#7#15'LicenseGroupBo'
|
||||
+'x'#21'AnchorSideTop.Control'#7#15'LicenseGroupBox'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#15'LicenseGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Anchor'
|
||||
+'SideBottom.Control'#7#15'LicenseGroupBox'#21'AnchorSideBottom.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#6#6'Height'#2'<'#3'Top'#2#6#5'Width'#3#242#1#5'Align'#7#8
|
||||
+'alClient'#20'BorderSpacing.Around'#2#6#10'ScrollBars'#7#10'ssAutoBoth'#8'Ta'
|
||||
+'bOrder'#2#0#0#0#0#9'TGroupBox'#15'VersionGroupBox'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#15'DescriptionPage'#21'AnchorSideTop.Control'#7#15'LicenseGroupBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#15'Descrip'
|
||||
,'tionPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Contr'
|
||||
+'ol'#7#15'DescriptionPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+#6#6'Height'#2'd'#3'Top'#3#13#1#5'Width'#3#2#2#5'Align'#7#8'alBottom'#20'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6#7'Version'#12'ClientHeight'#2'Q'#11'Cli'
|
||||
+'entWidth'#3#254#1#8'TabOrder'#2#3#0#6'TLabel'#17'VersionMajorLabel'#4'Left'
|
||||
+#2#6#6'Height'#2#18#3'Top'#2#3#5'Width'#2'$'#7'Caption'#6#5'Major'#11'Parent'
|
||||
+'Color'#8#0#0#6'TLabel'#17'VersionMinorLabel'#4'Left'#2'n'#6'Height'#2#18#3
|
||||
+'Top'#2#3#5'Width'#2'$'#7'Caption'#6#5'Minor'#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'ParentColor'#8#0#0#6'TLabel'#17'VersionBuildL'
|
||||
+'abel'#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'VersionGroupBox'#4'Left'#2#6#6'Height'#2#27#3
|
||||
+'Top'#2#20#5'Width'#2'D'#18'BorderSpacing.Left'#2#6#8'MaxValue'#3#15''''#8'T'
|
||||
+'abOrder'#2#0#0#0#9'TSpinEdit'#20'VersionMinorSpinEdit'#4'Left'#2'n'#6'Heigh'
|
||||
+'t'#2#27#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#27#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#27#3'Top'#2#20#5'Width'#2
|
||||
+'D'#8'MaxValue'#3#15''''#8'TabOrder'#2#3#0#0#0#0#5'TPage'#7'IDEPage'#7'Capti'
|
||||
+'on'#6#15'IDE Integration'#11'ClientWidth'#3#14#2#12'ClientHeight'#3'w'#1#0
|
||||
+#11'TRadioGroup'#17'PkgTypeRadioGroup'#22'AnchorSideLeft.Control'#7#7'IDEPag'
|
||||
+'e'#21'AnchorSideTop.Control'#7#7'IDEPage'#23'AnchorSideRight.Control'#7#7'I'
|
||||
+'DEPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2't'#3
|
||||
+'Top'#2#6#5'Width'#3#2#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'Aut'
|
||||
+'oFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'PackageType'#28'Child'
|
||||
+'Sizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildS'
|
||||
+'izing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enla'
|
||||
+'rgeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'
|
||||
+#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18
|
||||
+'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Cont'
|
||||
+'rolsPerLine'#2#1#12'ClientHeight'#2'p'#11'ClientWidth'#3#254#1#9'ItemIndex'
|
||||
+#2#2#13'Items.Strings'#1#6#15'Designtime only'#6#12'Runtime only'#6#22'Desig'
|
||||
+'ntime and Runtime'#0#7'OnClick'#7#22'PkgTypeRadioGroupClick'#8'TabOrder'#2#0
|
||||
+#0#0#11'TRadioGroup'#16'UpdateRadioGroup'#22'AnchorSideLeft.Control'#7#7'IDE'
|
||||
+'Page'#21'AnchorSideTop.Control'#7#17'PkgTypeRadioGroup'#18'AnchorSideTop.Si'
|
||||
+'de'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#7'IDEPage'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2't'#3'Top'#3#128#0#5'Width'
|
||||
+#3#2#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#14'Update/Rebuild'#28'ChildSizing.LeftRigh'
|
||||
+'tSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHo'
|
||||
+'rizontal'#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'#2'p'#11'ClientWidth'#3#254#1#9'ItemIndex'#2#0#13'Items'
|
||||
+'.Strings'#1#6#31'Automatically rebuild as needed'#6' Auto rebuild when rebu'
|
||||
+'ilding all'#6'(Manual compilation (never automatically)'#0#8'TabOrder'#2#1#0
|
||||
+#0#9'TGroupBox'#14'LazDocGroupBox'#22'AnchorSideLeft.Control'#7#7'IDEPage'#21
|
||||
+'AnchorSideTop.Control'#7#16'UpdateRadioGroup'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#23'AnchorSideRight.Control'#7#7'IDEPage'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2':'#3'Top'#3#250#0#5'Width'#3#2#2#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Aro'
|
||||
+'und'#2#6#7'Caption'#6#30'LazDoc - Lazarus documentation'#12'ClientHeight'#2
|
||||
+'6'#11'ClientWidth'#3#254#1#8'TabOrder'#2#2#0#5'TEdit'#14'LazDocPathEdit'#22
|
||||
+'AnchorSideLeft.Control'#7#14'LazDocGroupBox'#21'AnchorSideTop.Control'#7#14
|
||||
+'LazDocGroupBox'#4'Left'#2#6#6'Height'#2#27#3'Top'#2#6#5'Width'#3#162#1#7'An'
|
||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'Ta'
|
||||
+'bOrder'#2#0#0#0#0#0#5'TPage'#12'ProvidesPage'#7'Caption'#6#8'Provides'#11'C'
|
||||
+'lientWidth'#3#14#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#16'ProvidesGroupB'
|
||||
+'ox'#22'AnchorSideLeft.Control'#7#12'ProvidesPage'#21'AnchorSideTop.Control'
|
||||
+#7#12'ProvidesPage'#23'AnchorSideRight.Control'#7#12'ProvidesPage'#20'Anchor'
|
||||
+'SideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'ProvidesPa'
|
||||
+'ge'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'k'#1#3
|
||||
,'Top'#2#6#5'Width'#3#2#2#5'Align'#7#8'alBottom'#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6'9Th'
|
||||
+'is package provides the same as the following packages:'#12'ClientHeight'#3
|
||||
+'g'#1#11'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#5'TMemo'#12'ProvidesMemo'#22
|
||||
+'AnchorSideLeft.Control'#7#16'ProvidesGroupBox'#21'AnchorSideTop.Control'#7
|
||||
+#16'ProvidesGroupBox'#23'AnchorSideRight.Control'#7#16'ProvidesGroupBox'#24
|
||||
+'AnchorSideBottom.Control'#7#16'ProvidesGroupBox'#21'AnchorSideBottom.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#3'['#1#3'Top'#2#6#5'Width'#3#242#1#5'Ali'
|
||||
+'gn'#7#8'alClient'#20'BorderSpacing.Around'#2#6#10'ScrollBars'#7#14'ssAutoVe'
|
||||
+'rtical'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#4'i18n'#7'Caption'#6#4'i18n'#11'Cl'
|
||||
+'ientWidth'#3#14#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#12'I18NGroupBox'#22
|
||||
+'AnchorSideLeft.Control'#7#4'i18n'#21'AnchorSideTop.Control'#7#18'EnableI18N'
|
||||
+'CheckBox'#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'T'
|
||||
+#3'Top'#2'#'#5'Width'#3#2#2#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'C'
|
||||
+'lientHeight'#2'P'#11'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#6'TLabel'#13'Po'
|
||||
+'OutDirLabel'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop'
|
||||
+'.Control'#7#12'I18NGroupBox'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'
|
||||
+#3#132#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'PO Output Directory:'
|
||||
+#11'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7
|
||||
+#12'I18NGroupBox'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSid'
|
||||
+'eTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4
|
||||
+'Left'#2#6#6'Height'#2#27#3'Top'#2#30#5'Width'#3#212#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#7'T'
|
||||
+'Button'#14'POOutDirButton'#21'AnchorSideTop.Control'#7#12'POOutDirEdit'#23
|
||||
+'AnchorSideRight.Control'#7#12'I18NGroupBox'#20'AnchorSideRight.Side'#7#9'as'
|
||||
|
@ -60,7 +60,6 @@ type
|
||||
I18NGroupBox: TGroupBox;
|
||||
ProvidesGroupBox: TGroupBox;
|
||||
LazDocGroupBox: TGroupBox;
|
||||
AutoIncrementOnBuildCheckBox: TCheckBox;
|
||||
ProvidesMemo: TMemo;
|
||||
i18n: TPage;
|
||||
POOutDirButton: TButton;
|
||||
@ -337,7 +336,6 @@ begin
|
||||
LazPackage.Description:=DescriptionMemo.Text;
|
||||
LazPackage.Author:=AuthorEdit.Text;
|
||||
LazPackage.License:=LicenseMemo.Text;
|
||||
LazPackage.AutoIncrementVersionOnBuild:=AutoIncrementOnBuildCheckBox.Checked;
|
||||
|
||||
// Usage page
|
||||
LazPackage.PackageType:=NewPackageType;
|
||||
@ -418,8 +416,7 @@ begin
|
||||
VersionMinorLabel.Caption:=lisPckOptsMinor;
|
||||
VersionReleaseLabel.Caption:=lisPckOptsRelease;
|
||||
VersionBuildLabel.Caption:=lisBuildNumber;
|
||||
AutoIncrementOnBuildCheckBox.Caption:=lisPckOptsAutomaticallyIncrementVersionOnBuild;
|
||||
|
||||
|
||||
//Provides page
|
||||
ProvidesGroupBox.Caption:=lisPckOptsThisPackageProvidesTheSameAsTheFollowingPackages;
|
||||
|
||||
@ -546,7 +543,6 @@ begin
|
||||
VersionMinorSpinEdit.Value:=LazPackage.Version.Minor;
|
||||
VersionReleaseSpinEdit.Value:=LazPackage.Version.Release;
|
||||
VersionBuildSpinEdit.Value:=LazPackage.Version.Build;
|
||||
AutoIncrementOnBuildCheckBox.Checked:=LazPackage.AutoIncrementVersionOnBuild;
|
||||
|
||||
// Usage page
|
||||
ReadPkgTypeFromPackage;
|
||||
|
Loading…
Reference in New Issue
Block a user