packager: increase size constraints for the package options dialog

git-svn-id: trunk@20510 -
This commit is contained in:
paul 2009-06-08 06:57:34 +00:00
parent 9bcf8a3838
commit a25c7654e8
2 changed files with 342 additions and 341 deletions

View File

@ -1,20 +1,20 @@
object PackageOptionsDialog: TPackageOptionsDialog object PackageOptionsDialog: TPackageOptionsDialog
Left = 333 Left = 333
Height = 439 Height = 450
Top = 256 Top = 256
Width = 528 Width = 528
ActiveControl = Notebook ActiveControl = Notebook
Caption = 'PackageOptionsDialog' Caption = 'PackageOptionsDialog'
ClientHeight = 439 ClientHeight = 450
ClientWidth = 528 ClientWidth = 528
Constraints.MinHeight = 430 Constraints.MinHeight = 450
Constraints.MinWidth = 520 Constraints.MinWidth = 520
OnClose = PackageOptionsDialogClose OnClose = PackageOptionsDialogClose
OnCreate = FormCreate OnCreate = FormCreate
LCLVersion = '0.9.27' LCLVersion = '0.9.27'
object Notebook: TNotebook object Notebook: TNotebook
Left = 0 Left = 0
Height = 401 Height = 402
Top = 0 Top = 0
Width = 528 Width = 528
Align = alClient Align = alClient
@ -22,29 +22,29 @@ object PackageOptionsDialog: TPackageOptionsDialog
TabOrder = 0 TabOrder = 0
object UsagePage: TPage object UsagePage: TPage
Caption = 'Usage' Caption = 'Usage'
ClientWidth = 520 ClientWidth = 526
ClientHeight = 375 ClientHeight = 375
object AddPathsGroupBox: TGroupBox object AddPathsGroupBox: TGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 140 Height = 157
Top = 6 Top = 6
Width = 508 Width = 514
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Add paths to dependent packages/projects' Caption = 'Add paths to dependent packages/projects'
ClientHeight = 122 ClientHeight = 138
ClientWidth = 504 ClientWidth = 510
TabOrder = 0 TabOrder = 0
object UnitPathLabel: TLabel object UnitPathLabel: TLabel
AnchorSideLeft.Control = AddPathsGroupBox AnchorSideLeft.Control = AddPathsGroupBox
AnchorSideTop.Control = UnitPathEdit AnchorSideTop.Control = UnitPathEdit
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 14 Height = 18
Top = 10 Top = 10
Width = 20 Width = 27
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'Unit' Caption = 'Unit'
ParentColor = False ParentColor = False
@ -53,9 +53,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideLeft.Control = AddPathsGroupBox AnchorSideLeft.Control = AddPathsGroupBox
AnchorSideTop.Control = IncludePathEdit AnchorSideTop.Control = IncludePathEdit
Left = 6 Left = 6
Height = 14 Height = 18
Top = 35 Top = 39
Width = 36 Width = 46
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'Include' Caption = 'Include'
ParentColor = False ParentColor = False
@ -65,9 +65,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideTop.Control = ObjectPathEdit AnchorSideTop.Control = ObjectPathEdit
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 14 Height = 18
Top = 68 Top = 76
Width = 33 Width = 42
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'Object' Caption = 'Object'
ParentColor = False ParentColor = False
@ -77,9 +77,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideTop.Control = LibraryPathEdit AnchorSideTop.Control = LibraryPathEdit
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 14 Height = 18
Top = 97 Top = 109
Width = 34 Width = 44
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'Library' Caption = 'Library'
ParentColor = False ParentColor = False
@ -90,9 +90,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Control = AddPathsGroupBox AnchorSideRight.Control = AddPathsGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 80 Left = 80
Height = 23 Height = 27
Top = 6 Top = 6
Width = 374 Width = 380
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Right = 50 BorderSpacing.Right = 50
@ -105,9 +105,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Control = AddPathsGroupBox AnchorSideRight.Control = AddPathsGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 80 Left = 80
Height = 23 Height = 27
Top = 35 Top = 39
Width = 374 Width = 380
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Right = 50 BorderSpacing.Right = 50
@ -120,9 +120,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Control = AddPathsGroupBox AnchorSideRight.Control = AddPathsGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 80 Left = 80
Height = 23 Height = 27
Top = 64 Top = 72
Width = 374 Width = 380
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Right = 50 BorderSpacing.Right = 50
@ -135,9 +135,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Control = AddPathsGroupBox AnchorSideRight.Control = AddPathsGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 80 Left = 80
Height = 23 Height = 27
Top = 93 Top = 105
Width = 374 Width = 380
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 80 BorderSpacing.Left = 80
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -151,22 +151,22 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 164 Height = 141
Top = 152 Top = 169
Width = 508 Width = 514
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Add options to dependent packages and projects' Caption = 'Add options to dependent packages and projects'
ClientHeight = 146 ClientHeight = 122
ClientWidth = 504 ClientWidth = 510
TabOrder = 1 TabOrder = 1
object LinkerOptionsLabel: TLabel object LinkerOptionsLabel: TLabel
AnchorSideLeft.Control = AddOptionsGroupBox AnchorSideLeft.Control = AddOptionsGroupBox
AnchorSideTop.Control = LinkerOptionsMemo AnchorSideTop.Control = LinkerOptionsMemo
Left = 6 Left = 6
Height = 14 Height = 18
Top = 6 Top = 6
Width = 29 Width = 39
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'Linker' Caption = 'Linker'
ParentColor = False ParentColor = False
@ -175,9 +175,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideLeft.Control = AddOptionsGroupBox AnchorSideLeft.Control = AddOptionsGroupBox
AnchorSideTop.Control = CustomOptionsMemo AnchorSideTop.Control = CustomOptionsMemo
Left = 6 Left = 6
Height = 14 Height = 18
Top = 74 Top = 74
Width = 37 Width = 51
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'Custom' Caption = 'Custom'
ParentColor = False ParentColor = False
@ -187,10 +187,10 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideTop.Control = AddOptionsGroupBox AnchorSideTop.Control = AddOptionsGroupBox
AnchorSideRight.Control = AddOptionsGroupBox AnchorSideRight.Control = AddOptionsGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 53 Left = 67
Height = 62 Height = 62
Top = 6 Top = 6
Width = 445 Width = 437
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -206,10 +206,10 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = AddOptionsGroupBox AnchorSideBottom.Control = AddOptionsGroupBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 53 Left = 67
Height = 66 Height = 42
Top = 74 Top = 74
Width = 445 Width = 437
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 10 BorderSpacing.Left = 10
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -221,21 +221,21 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object ProjectGroupBox: TGroupBox object ProjectGroupBox: TGroupBox
Left = 6 Left = 6
Height = 47 Height = 53
Top = 322 Top = 316
Width = 508 Width = 514
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ProjectGroupBox' Caption = 'ProjectGroupBox'
ClientHeight = 29 ClientHeight = 34
ClientWidth = 504 ClientWidth = 510
TabOrder = 2 TabOrder = 2
object AddPackageUnitToProjectCheckBox: TCheckBox object AddPackageUnitToProjectCheckBox: TCheckBox
Left = 6 Left = 6
Height = 17 Height = 22
Top = 6 Top = 6
Width = 492 Width = 498
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'AddPackageUnitToProjectCheckBox' Caption = 'AddPackageUnitToProjectCheckBox'
@ -245,13 +245,13 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object Usage2Page: TPage object Usage2Page: TPage
Caption = 'Usage2' Caption = 'Usage2'
ClientWidth = 520 ClientWidth = 526
ClientHeight = 375 ClientHeight = 375
object ConditionalsGroupBox: TGroupBox object ConditionalsGroupBox: TGroupBox
Left = 0 Left = 0
Height = 199 Height = 199
Top = 0 Top = 0
Width = 520 Width = 526
Align = alTop Align = alTop
Caption = 'ConditionalsGroupBox' Caption = 'ConditionalsGroupBox'
TabOrder = 0 TabOrder = 0
@ -259,7 +259,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object DescriptionPage: TPage object DescriptionPage: TPage
Caption = 'Description' Caption = 'Description'
ClientWidth = 520 ClientWidth = 526
ClientHeight = 375 ClientHeight = 375
object DescriptionGroupBox: TGroupBox object DescriptionGroupBox: TGroupBox
AnchorSideLeft.Control = DescriptionPage AnchorSideLeft.Control = DescriptionPage
@ -269,12 +269,12 @@ object PackageOptionsDialog: TPackageOptionsDialog
Left = 6 Left = 6
Height = 96 Height = 96
Top = 6 Top = 6
Width = 508 Width = 514
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Description/Abstract' Caption = 'Description/Abstract'
ClientHeight = 78 ClientHeight = 77
ClientWidth = 504 ClientWidth = 510
TabOrder = 0 TabOrder = 0
object DescriptionMemo: TMemo object DescriptionMemo: TMemo
AnchorSideLeft.Control = DescriptionGroupBox AnchorSideLeft.Control = DescriptionGroupBox
@ -284,9 +284,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideBottom.Control = DescriptionGroupBox AnchorSideBottom.Control = DescriptionGroupBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 66 Height = 80
Top = 6 Top = 6
Width = 492 Width = 498
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth
@ -301,24 +301,24 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 53 Height = 58
Top = 108 Top = 108
Width = 508 Width = 514
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Author:' Caption = 'Author:'
ClientHeight = 35 ClientHeight = 39
ClientWidth = 504 ClientWidth = 510
TabOrder = 1 TabOrder = 1
object AuthorEdit: TEdit object AuthorEdit: TEdit
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = AuthorGroupBox AnchorSideBottom.Control = AuthorGroupBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 23 Height = 27
Top = 6 Top = 6
Width = 492 Width = 498
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
TabOrder = 0 TabOrder = 0
@ -332,14 +332,14 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = VersionGroupBox AnchorSideBottom.Control = VersionGroupBox
Left = 6 Left = 6
Height = 96 Height = 91
Top = 167 Top = 172
Width = 508 Width = 514
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'License:' Caption = 'License:'
ClientHeight = 78 ClientHeight = 72
ClientWidth = 504 ClientWidth = 510
TabOrder = 2 TabOrder = 2
object LicenseMemo: TMemo object LicenseMemo: TMemo
AnchorSideLeft.Control = LicenseGroupBox AnchorSideLeft.Control = LicenseGroupBox
@ -349,9 +349,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideBottom.Control = LicenseGroupBox AnchorSideBottom.Control = LicenseGroupBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 66 Height = 60
Top = 6 Top = 6
Width = 492 Width = 498
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth
@ -369,49 +369,49 @@ object PackageOptionsDialog: TPackageOptionsDialog
Left = 6 Left = 6
Height = 100 Height = 100
Top = 269 Top = 269
Width = 508 Width = 514
Align = alBottom Align = alBottom
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Version' Caption = 'Version'
ClientHeight = 82 ClientHeight = 81
ClientWidth = 504 ClientWidth = 510
TabOrder = 3 TabOrder = 3
object VersionMajorLabel: TLabel object VersionMajorLabel: TLabel
Left = 6 Left = 6
Height = 14 Height = 18
Top = 3 Top = 3
Width = 28 Width = 36
Caption = 'Major' Caption = 'Major'
ParentColor = False ParentColor = False
end end
object VersionMinorLabel: TLabel object VersionMinorLabel: TLabel
Left = 110 Left = 110
Height = 14 Height = 18
Top = 3 Top = 3
Width = 27 Width = 36
Caption = 'Minor' Caption = 'Minor'
ParentColor = False ParentColor = False
end end
object VersionReleaseLabel: TLabel object VersionReleaseLabel: TLabel
Left = 214 Left = 214
Height = 14 Height = 18
Top = 3 Top = 3
Width = 39 Width = 50
Caption = 'Release' Caption = 'Release'
ParentColor = False ParentColor = False
end end
object VersionBuildLabel: TLabel object VersionBuildLabel: TLabel
Left = 318 Left = 318
Height = 14 Height = 18
Top = 3 Top = 3
Width = 63 Width = 88
Caption = 'Build Number' Caption = 'Build Number'
ParentColor = False ParentColor = False
end end
object VersionMajorSpinEdit: TSpinEdit object VersionMajorSpinEdit: TSpinEdit
AnchorSideLeft.Control = VersionGroupBox AnchorSideLeft.Control = VersionGroupBox
Left = 6 Left = 6
Height = 23 Height = 27
Top = 20 Top = 20
Width = 68 Width = 68
BorderSpacing.Left = 6 BorderSpacing.Left = 6
@ -420,7 +420,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object VersionMinorSpinEdit: TSpinEdit object VersionMinorSpinEdit: TSpinEdit
Left = 110 Left = 110
Height = 23 Height = 27
Top = 20 Top = 20
Width = 68 Width = 68
MaxValue = 9999 MaxValue = 9999
@ -428,7 +428,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object VersionReleaseSpinEdit: TSpinEdit object VersionReleaseSpinEdit: TSpinEdit
Left = 214 Left = 214
Height = 23 Height = 27
Top = 20 Top = 20
Width = 68 Width = 68
MaxValue = 9999 MaxValue = 9999
@ -436,7 +436,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object VersionBuildSpinEdit: TSpinEdit object VersionBuildSpinEdit: TSpinEdit
Left = 318 Left = 318
Height = 23 Height = 27
Top = 20 Top = 20
Width = 68 Width = 68
MaxValue = 9999 MaxValue = 9999
@ -447,9 +447,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideTop.Control = VersionMajorSpinEdit AnchorSideTop.Control = VersionMajorSpinEdit
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 17 Height = 22
Top = 49 Top = 53
Width = 210 Width = 284
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'Automatically increment version on build' Caption = 'Automatically increment version on build'
Enabled = False Enabled = False
@ -459,7 +459,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object IDEPage: TPage object IDEPage: TPage
Caption = 'IDE Integration' Caption = 'IDE Integration'
ClientWidth = 520 ClientWidth = 526
ClientHeight = 375 ClientHeight = 375
object PkgTypeRadioGroup: TRadioGroup object PkgTypeRadioGroup: TRadioGroup
AnchorSideLeft.Control = IDEPage AnchorSideLeft.Control = IDEPage
@ -469,7 +469,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
Left = 6 Left = 6
Height = 116 Height = 116
Top = 6 Top = 6
Width = 508 Width = 514
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoFill = True AutoFill = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -482,8 +482,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1 ChildSizing.ControlsPerLine = 1
ClientHeight = 98 ClientHeight = 97
ClientWidth = 504 ClientWidth = 510
ItemIndex = 2 ItemIndex = 2
Items.Strings = ( Items.Strings = (
'Designtime only' 'Designtime only'
@ -502,7 +502,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
Left = 6 Left = 6
Height = 116 Height = 116
Top = 128 Top = 128
Width = 508 Width = 514
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoFill = True AutoFill = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -515,8 +515,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1 ChildSizing.ControlsPerLine = 1
ClientHeight = 98 ClientHeight = 97
ClientWidth = 504 ClientWidth = 510
ItemIndex = 0 ItemIndex = 0
Items.Strings = ( Items.Strings = (
'Automatically rebuild as needed' 'Automatically rebuild as needed'
@ -532,23 +532,23 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Control = IDEPage AnchorSideRight.Control = IDEPage
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 53 Height = 58
Top = 250 Top = 250
Width = 508 Width = 514
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'LazDoc - Lazarus documentation' Caption = 'LazDoc - Lazarus documentation'
ClientHeight = 35 ClientHeight = 39
ClientWidth = 504 ClientWidth = 510
TabOrder = 2 TabOrder = 2
object LazDocPathEdit: TEdit object LazDocPathEdit: TEdit
AnchorSideLeft.Control = LazDocGroupBox AnchorSideLeft.Control = LazDocGroupBox
AnchorSideTop.Control = LazDocGroupBox AnchorSideTop.Control = LazDocGroupBox
Left = 6 Left = 6
Height = 23 Height = 27
Top = 6 Top = 6
Width = 412 Width = 418
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
TabOrder = 0 TabOrder = 0
@ -557,7 +557,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object ProvidesPage: TPage object ProvidesPage: TPage
Caption = 'Provides' Caption = 'Provides'
ClientWidth = 520 ClientWidth = 526
ClientHeight = 375 ClientHeight = 375
object ProvidesGroupBox: TGroupBox object ProvidesGroupBox: TGroupBox
AnchorSideLeft.Control = ProvidesPage AnchorSideLeft.Control = ProvidesPage
@ -569,13 +569,13 @@ object PackageOptionsDialog: TPackageOptionsDialog
Left = 6 Left = 6
Height = 363 Height = 363
Top = 6 Top = 6
Width = 508 Width = 514
Align = alBottom Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'This package provides the same as the following packages:' Caption = 'This package provides the same as the following packages:'
ClientHeight = 345 ClientHeight = 344
ClientWidth = 504 ClientWidth = 510
TabOrder = 0 TabOrder = 0
object ProvidesMemo: TMemo object ProvidesMemo: TMemo
AnchorSideLeft.Control = ProvidesGroupBox AnchorSideLeft.Control = ProvidesGroupBox
@ -584,9 +584,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideBottom.Control = ProvidesGroupBox AnchorSideBottom.Control = ProvidesGroupBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 333 Height = 332
Top = 6 Top = 6
Width = 492 Width = 498
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
ScrollBars = ssAutoVertical ScrollBars = ssAutoVertical
@ -596,7 +596,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object i18n: TPage object i18n: TPage
Caption = 'i18n' Caption = 'i18n'
ClientWidth = 520 ClientWidth = 526
ClientHeight = 375 ClientHeight = 375
object I18NGroupBox: TGroupBox object I18NGroupBox: TGroupBox
AnchorSideLeft.Control = i18n AnchorSideLeft.Control = i18n
@ -605,23 +605,23 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Control = i18n AnchorSideRight.Control = i18n
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 73 Height = 84
Top = 30 Top = 35
Width = 508 Width = 514
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'i18n Options' Caption = 'i18n Options'
ClientHeight = 55 ClientHeight = 65
ClientWidth = 504 ClientWidth = 510
TabOrder = 0 TabOrder = 0
object PoOutDirLabel: TLabel object PoOutDirLabel: TLabel
AnchorSideLeft.Control = I18NGroupBox AnchorSideLeft.Control = I18NGroupBox
AnchorSideTop.Control = I18NGroupBox AnchorSideTop.Control = I18NGroupBox
Left = 6 Left = 6
Height = 14 Height = 18
Top = 6 Top = 6
Width = 103 Width = 132
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'PO Output Directory:' Caption = 'PO Output Directory:'
ParentColor = False ParentColor = False
@ -632,9 +632,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = POOutDirButton AnchorSideRight.Control = POOutDirButton
Left = 6 Left = 6
Height = 23 Height = 27
Top = 26 Top = 30
Width = 448 Width = 468
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
TabOrder = 0 TabOrder = 0
@ -645,10 +645,10 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = POOutDirEdit AnchorSideBottom.Control = POOutDirEdit
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 460 Left = 480
Height = 23 Height = 27
Top = 26 Top = 30
Width = 38 Width = 24
Anchors = [akTop, akRight, akBottom] Anchors = [akTop, akRight, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -659,9 +659,9 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object EnableI18NCheckBox: TCheckBox object EnableI18NCheckBox: TCheckBox
Left = 6 Left = 6
Height = 17 Height = 22
Top = 7 Top = 7
Width = 73 Width = 98
Caption = 'Enable i18n' Caption = 'Enable i18n'
OnChange = EnableI18NCheckBoxChange OnChange = EnableI18NCheckBoxChange
TabOrder = 1 TabOrder = 1
@ -670,8 +670,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object ButtonPanel1: TButtonPanel object ButtonPanel1: TButtonPanel
Left = 6 Left = 6
Height = 26 Height = 36
Top = 407 Top = 408
Width = 516 Width = 516
TabOrder = 1 TabOrder = 1
ShowButtons = [pbOK, pbCancel] ShowButtons = [pbOK, pbCancel]

View File

@ -2,236 +2,237 @@
LazarusResources.Add('TPackageOptionsDialog','FORMDATA',[ LazarusResources.Add('TPackageOptionsDialog','FORMDATA',[
'TPF0'#21'TPackageOptionsDialog'#20'PackageOptionsDialog'#4'Left'#3'M'#1#6'He' '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 +'ight'#3#194#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' +'Caption'#6#20'PackageOptionsDialog'#12'ClientHeight'#3#194#1#11'ClientWidth'
+#3#16#2#21'Constraints.MinHeight'#3#174#1#20'Constraints.MinWidth'#3#8#2#7'O' +#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' +'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 +'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#0#8'TabO'
+'rder'#2#0#0#5'TPage'#9'UsagePage'#7'Caption'#6#5'Usage'#11'ClientWidth'#3#8 +'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' +#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#140#0#3'Top'#2#6#5'Width' +'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#157#0#3'Top'#2#6#5'Width'
+#3#252#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Ca' +#3#2#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capt'
+'ption'#6'(Add paths to dependent packages/projects'#12'ClientHeight'#2'z'#11 +'ion'#6'(Add paths to dependent packages/projects'#12'ClientHeight'#3#138#0
+'ClientWidth'#3#248#1#8'TabOrder'#2#0#0#6'TLabel'#13'UnitPathLabel'#22'Ancho' +#11'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#6'TLabel'#13'UnitPathLabel'#22'An'
+'rSideLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#12'Un' +'chorSideLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#12
+'itPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14 +'UnitPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2
+#3'Top'#2#10#5'Width'#2#20#18'BorderSpacing.Left'#2#6#7'Caption'#6#4'Unit'#11 +#18#3'Top'#2#10#5'Width'#2#27#18'BorderSpacing.Left'#2#6#7'Caption'#6#4'Unit'
+'ParentColor'#8#0#0#6'TLabel'#16'IncludePathLabel'#22'AnchorSideLeft.Control' +#11'ParentColor'#8#0#0#6'TLabel'#16'IncludePathLabel'#22'AnchorSideLeft.Cont'
+#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#15'IncludePathEdit'#4'Le' +'rol'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#15'IncludePathEdit'
+'ft'#2#6#6'Height'#2#14#3'Top'#2'#'#5'Width'#2'$'#18'BorderSpacing.Left'#2#6 +#4'Left'#2#6#6'Height'#2#18#3'Top'#2''''#5'Width'#2'.'#18'BorderSpacing.Left'
+#7'Caption'#6#7'Include'#11'ParentColor'#8#0#0#6'TLabel'#15'ObjectPathLabel' +#2#6#7'Caption'#6#7'Include'#11'ParentColor'#8#0#0#6'TLabel'#15'ObjectPathLa'
+#22'AnchorSideLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control' +'bel'#22'AnchorSideLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Con'
+#7#14'ObjectPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'He' +'trol'#7#14'ObjectPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6
+'ight'#2#14#3'Top'#2'D'#5'Width'#2'!'#18'BorderSpacing.Left'#2#6#7'Caption'#6 +#6'Height'#2#18#3'Top'#2'L'#5'Width'#2'*'#18'BorderSpacing.Left'#2#6#7'Capti'
+#6'Object'#11'ParentColor'#8#0#0#6'TLabel'#16'LibraryPathLabel'#22'AnchorSid' +'on'#6#6'Object'#11'ParentColor'#8#0#0#6'TLabel'#16'LibraryPathLabel'#22'Anc'
+'eLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#15'Librar' +'horSideLeft.Control'#7#16'AddPathsGroupBox'#21'AnchorSideTop.Control'#7#15
+'yPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14 +'LibraryPathEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'
+#3'Top'#2'a'#5'Width'#2'"'#18'BorderSpacing.Left'#2#6#7'Caption'#6#7'Library' +#2#18#3'Top'#2'm'#5'Width'#2','#18'BorderSpacing.Left'#2#6#7'Caption'#6#7'Li'
+#11'ParentColor'#8#0#0#5'TEdit'#12'UnitPathEdit'#22'AnchorSideLeft.Control'#7 +'brary'#11'ParentColor'#8#0#0#5'TEdit'#12'UnitPathEdit'#22'AnchorSideLeft.Co'
+#15'LibraryPathEdit'#21'AnchorSideTop.Control'#7#16'AddPathsGroupBox'#23'Anc' +'ntrol'#7#15'LibraryPathEdit'#21'AnchorSideTop.Control'#7#16'AddPathsGroupBo'
+'horSideRight.Control'#7#16'AddPathsGroupBox'#20'AnchorSideRight.Side'#7#9'a' +'x'#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox'#20'AnchorSideRight.Si'
+'srBottom'#4'Left'#2'P'#6'Height'#2#23#3'Top'#2#6#5'Width'#3'v'#1#7'Anchors' +'de'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#27#3'Top'#2#6#5'Width'#3'|'#1#7
+#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpaci' +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'Bo'
+'ng.Right'#2'2'#8'TabOrder'#2#0#0#0#5'TEdit'#15'IncludePathEdit'#22'AnchorSi' +'rderSpacing.Right'#2'2'#8'TabOrder'#2#0#0#0#5'TEdit'#15'IncludePathEdit'#22
+'deLeft.Control'#7#15'LibraryPathEdit'#21'AnchorSideTop.Control'#7#12'UnitPa' +'AnchorSideLeft.Control'#7#15'LibraryPathEdit'#21'AnchorSideTop.Control'#7#12
+'thEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7 +'UnitPathEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Cont'
+#16'AddPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'#6 +'rol'#7#16'AddPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
+'Height'#2#23#3'Top'#2'#'#5'Width'#3'v'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7 +#2'P'#6'Height'#2#27#3'Top'#2''''#5'Width'#3'|'#1#7'Anchors'#11#5'akTop'#6'a'
+'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#8'TabOrde' +'kLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#8
+'r'#2#1#0#0#5'TEdit'#14'ObjectPathEdit'#22'AnchorSideLeft.Control'#7#15'Libr' +'TabOrder'#2#1#0#0#5'TEdit'#14'ObjectPathEdit'#22'AnchorSideLeft.Control'#7
+'aryPathEdit'#21'AnchorSideTop.Control'#7#15'IncludePathEdit'#18'AnchorSideT' +#15'LibraryPathEdit'#21'AnchorSideTop.Control'#7#15'IncludePathEdit'#18'Anch'
+'op.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox' +'orSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#16'AddPathsGro'
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#23#3'Top'#2 +'upBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#27#3
+'@'#5'Width'#3'v'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderS' +'Top'#2'H'#5'Width'#3'|'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17
+'pacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#8'TabOrder'#2#2#0#0#5'TEdit'#15 +'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#8'TabOrder'#2#2#0#0#5'T'
+'LibraryPathEdit'#22'AnchorSideLeft.Control'#7#16'AddPathsGroupBox'#21'Ancho' +'Edit'#15'LibraryPathEdit'#22'AnchorSideLeft.Control'#7#16'AddPathsGroupBox'
+'rSideTop.Control'#7#14'ObjectPathEdit'#18'AnchorSideTop.Side'#7#9'asrBottom' +#21'AnchorSideTop.Control'#7#14'ObjectPathEdit'#18'AnchorSideTop.Side'#7#9'a'
+#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox'#20'AnchorSideRight.Side' +'srBottom'#23'AnchorSideRight.Control'#7#16'AddPathsGroupBox'#20'AnchorSideR'
+#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#23#3'Top'#2']'#5'Width'#3'v'#1#7'An' +'ight.Side'#7#9'asrBottom'#4'Left'#2'P'#6'Height'#2#27#3'Top'#2'i'#5'Width'#3
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2'P'#17'Bo' +'|'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2
+'rderSpacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#20'BorderSpacing.Bottom'#2 +'P'#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2'2'#20'BorderSpacing.'
+#6#8'TabOrder'#2#3#0#0#0#9'TGroupBox'#18'AddOptionsGroupBox'#18'AnchorSideTo' +'Bottom'#2#6#8'TabOrder'#2#3#0#0#0#9'TGroupBox'#18'AddOptionsGroupBox'#18'An'
+'p.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSid' +'chorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#21
+'eBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#164#0#3'Top'#3#152#0#5 +'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#141#0#3'Top'#3
+'Width'#3#252#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Captio' +#169#0#5'Width'#3#2#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7
+'n'#6'.Add options to dependent packages and projects'#12'ClientHeight'#3#146 +'Caption'#6'.Add options to dependent packages and projects'#12'ClientHeight'
+#0#11'ClientWidth'#3#248#1#8'TabOrder'#2#1#0#6'TLabel'#18'LinkerOptionsLabel' +#2'z'#11'ClientWidth'#3#254#1#8'TabOrder'#2#1#0#6'TLabel'#18'LinkerOptionsLa'
+#22'AnchorSideLeft.Control'#7#18'AddOptionsGroupBox'#21'AnchorSideTop.Contro' +'bel'#22'AnchorSideLeft.Control'#7#18'AddOptionsGroupBox'#21'AnchorSideTop.C'
+'l'#7#17'LinkerOptionsMemo'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2 +'ontrol'#7#17'LinkerOptionsMemo'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Wid'
+#29#18'BorderSpacing.Left'#2#6#7'Caption'#6#6'Linker'#11'ParentColor'#8#0#0#6 +'th'#2''''#18'BorderSpacing.Left'#2#6#7'Caption'#6#6'Linker'#11'ParentColor'
+'TLabel'#18'CustomOptionsLabel'#22'AnchorSideLeft.Control'#7#18'AddOptionsGr' +#8#0#0#6'TLabel'#18'CustomOptionsLabel'#22'AnchorSideLeft.Control'#7#18'AddO'
+'oupBox'#21'AnchorSideTop.Control'#7#17'CustomOptionsMemo'#4'Left'#2#6#6'Hei' +'ptionsGroupBox'#21'AnchorSideTop.Control'#7#17'CustomOptionsMemo'#4'Left'#2
+'ght'#2#14#3'Top'#2'J'#5'Width'#2'%'#18'BorderSpacing.Left'#2#6#7'Caption'#6 +#6#6'Height'#2#18#3'Top'#2'J'#5'Width'#2'3'#18'BorderSpacing.Left'#2#6#7'Cap'
+#6'Custom'#11'ParentColor'#8#0#0#5'TMemo'#17'LinkerOptionsMemo'#22'AnchorSid' +'tion'#6#6'Custom'#11'ParentColor'#8#0#0#5'TMemo'#17'LinkerOptionsMemo'#22'A'
+'eLeft.Control'#7#17'CustomOptionsMemo'#21'AnchorSideTop.Control'#7#18'AddOp' +'nchorSideLeft.Control'#7#17'CustomOptionsMemo'#21'AnchorSideTop.Control'#7
,'tionsGroupBox'#23'AnchorSideRight.Control'#7#18'AddOptionsGroupBox'#20'Anch' ,#18'AddOptionsGroupBox'#23'AnchorSideRight.Control'#7#18'AddOptionsGroupBox'
+'orSideRight.Side'#7#9'asrBottom'#4'Left'#2'5'#6'Height'#2'>'#3'Top'#2#6#5'W' +#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'C'#6'Height'#2'>'#3'Top'#2
+'idth'#3#189#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacin' +#6#5'Width'#3#181#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderS'
+'g.Top'#2#6#19'BorderSpacing.Right'#2#6#10'ScrollBars'#7#14'ssAutoVertical'#8 +'pacing.Top'#2#6#19'BorderSpacing.Right'#2#6#10'ScrollBars'#7#14'ssAutoVerti'
+'TabOrder'#2#0#0#0#5'TMemo'#17'CustomOptionsMemo'#22'AnchorSideLeft.Control' +'cal'#8'TabOrder'#2#0#0#0#5'TMemo'#17'CustomOptionsMemo'#22'AnchorSideLeft.C'
+#7#18'CustomOptionsLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSi' +'ontrol'#7#18'CustomOptionsLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
+'deTop.Control'#7#17'LinkerOptionsMemo'#18'AnchorSideTop.Side'#7#9'asrBottom' +'AnchorSideTop.Control'#7#17'LinkerOptionsMemo'#18'AnchorSideTop.Side'#7#9'a'
+#23'AnchorSideRight.Control'#7#18'AddOptionsGroupBox'#20'AnchorSideRight.Sid' +'srBottom'#23'AnchorSideRight.Control'#7#18'AddOptionsGroupBox'#20'AnchorSid'
+'e'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'AddOptionsGroupBox'#21 +'eRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'AddOptionsGro'
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2'5'#6'Height'#2'B'#3'Top'#2 +'upBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2'C'#6'Height'#2'*'
+'J'#5'Width'#3#189#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom' +#3'Top'#2'J'#5'Width'#3#181#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
+#0#18'BorderSpacing.Left'#2#10#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Ri' +'akBottom'#0#18'BorderSpacing.Left'#2#10#17'BorderSpacing.Top'#2#6#19'Border'
+'ght'#2#6#20'BorderSpacing.Bottom'#2#6#10'ScrollBars'#7#14'ssAutoVertical'#8 +'Spacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ScrollBars'#7#14'ssAutoV'
+'TabOrder'#2#1#0#0#0#9'TGroupBox'#15'ProjectGroupBox'#4'Left'#2#6#6'Height'#2 +'ertical'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#15'ProjectGroupBox'#4'Left'#2#6
+'/'#3'Top'#3'B'#1#5'Width'#3#252#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#20'B' +#6'Height'#2'5'#3'Top'#3'<'#1#5'Width'#3#2#2#5'Align'#7#8'alBottom'#8'AutoSi'
+'orderSpacing.Around'#2#6#7'Caption'#6#15'ProjectGroupBox'#12'ClientHeight'#2 +'ze'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'ProjectGroupBox'#12'Clie'
+#29#11'ClientWidth'#3#248#1#8'TabOrder'#2#2#0#9'TCheckBox'#31'AddPackageUnit' +'ntHeight'#2'"'#11'ClientWidth'#3#254#1#8'TabOrder'#2#2#0#9'TCheckBox'#31'Ad'
+'ToProjectCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#236#1#5 +'dPackageUnitToProjectCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Widt'
+'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'AddPackageUn' +'h'#3#242#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31
+'itToProjectCheckBox'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#10'Usage2Page'#7'Capt' +'AddPackageUnitToProjectCheckBox'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#10'Usage2'
+'ion'#6#6'Usage2'#11'ClientWidth'#3#8#2#12'ClientHeight'#3'w'#1#0#9'TGroupBo' +'Page'#7'Caption'#6#6'Usage2'#11'ClientWidth'#3#14#2#12'ClientHeight'#3'w'#1
+'x'#20'ConditionalsGroupBox'#4'Left'#2#0#6'Height'#3#199#0#3'Top'#2#0#5'Widt' +#0#9'TGroupBox'#20'ConditionalsGroupBox'#4'Left'#2#0#6'Height'#3#199#0#3'Top'
+'h'#3#8#2#5'Align'#7#5'alTop'#7'Caption'#6#20'ConditionalsGroupBox'#8'TabOrd' +#2#0#5'Width'#3#14#2#5'Align'#7#5'alTop'#7'Caption'#6#20'ConditionalsGroupBo'
+'er'#2#0#0#0#0#5'TPage'#15'DescriptionPage'#7'Caption'#6#11'Description'#11 +'x'#8'TabOrder'#2#0#0#0#0#5'TPage'#15'DescriptionPage'#7'Caption'#6#11'Descr'
+'ClientWidth'#3#8#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#19'DescriptionGro' +'iption'#11'ClientWidth'#3#14#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#19'De'
+'upBox'#22'AnchorSideLeft.Control'#7#15'DescriptionPage'#21'AnchorSideTop.Co' +'scriptionGroupBox'#22'AnchorSideLeft.Control'#7#15'DescriptionPage'#21'Anch'
+'ntrol'#7#15'DescriptionPage'#23'AnchorSideRight.Control'#7#15'DescriptionPa' +'orSideTop.Control'#7#15'DescriptionPage'#23'AnchorSideRight.Control'#7#15'D'
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'`'#3'To' +'escriptionPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
+'p'#2#6#5'Width'#3#252#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Bo' +'t'#2'`'#3'Top'#2#6#5'Width'#3#2#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
+'rderSpacing.Around'#2#6#7'Caption'#6#20'Description/Abstract'#12'ClientHeig' +'t'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'Description/Abstract'#12
+'ht'#2'N'#11'ClientWidth'#3#248#1#8'TabOrder'#2#0#0#5'TMemo'#15'DescriptionM' +'ClientHeight'#2'M'#11'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#5'TMemo'#15'De'
+'emo'#22'AnchorSideLeft.Control'#7#19'DescriptionGroupBox'#21'AnchorSideTop.' +'scriptionMemo'#22'AnchorSideLeft.Control'#7#19'DescriptionGroupBox'#21'Anch'
+'Control'#7#19'DescriptionGroupBox'#23'AnchorSideRight.Control'#7#19'Descrip' +'orSideTop.Control'#7#19'DescriptionGroupBox'#23'AnchorSideRight.Control'#7
+'tionGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.C' +#19'DescriptionGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSi'
+'ontrol'#7#19'DescriptionGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4 +'deBottom.Control'#7#19'DescriptionGroupBox'#21'AnchorSideBottom.Side'#7#9'a'
+'Left'#2#6#6'Height'#2'B'#3'Top'#2#6#5'Width'#3#236#1#5'Align'#7#8'alClient' +'srBottom'#4'Left'#2#6#6'Height'#2'P'#3'Top'#2#6#5'Width'#3#242#1#5'Align'#7
+#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#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 +#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' +'TabOrder'#2#0#0#0#0#9'TGroupBox'#14'AuthorGroupBox'#22'AnchorSideLeft.Contr'
+'rol'#7#15'DescriptionPage'#21'AnchorSideTop.Control'#7#15'LicenseGroupBox' +'ol'#7#15'DescriptionPage'#21'AnchorSideTop.Control'#7#19'DescriptionGroupBo'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#15'Desc' +'x'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#15'D'
,'riptionPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Co' +'escriptionPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom'
+'ntrol'#7#15'DescriptionPage'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Lef' +'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2':'#3'Top'#2'l'#5'Width'#3#2#2
+'t'#2#6#6'Height'#2'd'#3'Top'#3#13#1#5'Width'#3#252#1#5'Align'#7#8'alBottom' +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacin'
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Version'#12'ClientHeight'#2'R' +'g.Around'#2#6#7'Caption'#6#7'Author:'#12'ClientHeight'#2''''#11'ClientWidth'
+#11'ClientWidth'#3#248#1#8'TabOrder'#2#3#0#6'TLabel'#17'VersionMajorLabel'#4 +#3#254#1#8'TabOrder'#2#1#0#5'TEdit'#10'AuthorEdit'#20'AnchorSideRight.Side'#7
+'Left'#2#6#6'Height'#2#14#3'Top'#2#3#5'Width'#2#28#7'Caption'#6#5'Major'#11 +#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 +'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' +#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#14#3'Top'#2#3#5 +'Label'#19'VersionReleaseLabel'#4'Left'#3#214#0#6'Height'#2#18#3'Top'#2#3#5
+'Width'#2''''#7'Caption'#6#7'Release'#11'ParentColor'#8#0#0#6'TLabel'#17'Ver' +'Width'#2'2'#7'Caption'#6#7'Release'#11'ParentColor'#8#0#0#6'TLabel'#17'Vers'
+'sionBuildLabel'#4'Left'#3'>'#1#6'Height'#2#14#3'Top'#2#3#5'Width'#2'?'#7'Ca' +'ionBuildLabel'#4'Left'#3'>'#1#6'Height'#2#18#3'Top'#2#3#5'Width'#2'X'#7'Cap'
+'ption'#6#12'Build Number'#11'ParentColor'#8#0#0#9'TSpinEdit'#20'VersionMajo' +'tion'#6#12'Build Number'#11'ParentColor'#8#0#0#9'TSpinEdit'#20'VersionMajor'
+'rSpinEdit'#22'AnchorSideLeft.Control'#7#15'VersionGroupBox'#4'Left'#2#6#6'H' +'SpinEdit'#22'AnchorSideLeft.Control'#7#15'VersionGroupBox'#4'Left'#2#6#6'He'
+'eight'#2#23#3'Top'#2#20#5'Width'#2'D'#18'BorderSpacing.Left'#2#6#8'MaxValue' +'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 +#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' +'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 +#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' +#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#23#3'Top'#2#20#5 +'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' +'Width'#2'D'#8'MaxValue'#3#15''''#8'TabOrder'#2#3#0#0#9'TCheckBox'#28'AutoIn'
+'crementOnBuildCheckBox'#22'AnchorSideLeft.Control'#7#20'VersionMajorSpinEdi' +'crementOnBuildCheckBox'#22'AnchorSideLeft.Control'#7#20'VersionMajorSpinEdi'
+'t'#21'AnchorSideTop.Control'#7#20'VersionMajorSpinEdit'#18'AnchorSideTop.Si' +'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 +'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'5'#5'Width'#3#28#1#17
+#17'BorderSpacing.Top'#2#6#7'Caption'#6'(Automatically increment version on ' +'BorderSpacing.Top'#2#6#7'Caption'#6'(Automatically increment version on bui'
+'build'#7'Enabled'#8#8'TabOrder'#2#4#0#0#0#0#5'TPage'#7'IDEPage'#7'Caption'#6 +'ld'#7'Enabled'#8#8'TabOrder'#2#4#0#0#0#0#5'TPage'#7'IDEPage'#7'Caption'#6#15
+#15'IDE Integration'#11'ClientWidth'#3#8#2#12'ClientHeight'#3'w'#1#0#11'TRad' +'IDE Integration'#11'ClientWidth'#3#14#2#12'ClientHeight'#3'w'#1#0#11'TRadio'
+'ioGroup'#17'PkgTypeRadioGroup'#22'AnchorSideLeft.Control'#7#7'IDEPage'#21'A' +'Group'#17'PkgTypeRadioGroup'#22'AnchorSideLeft.Control'#7#7'IDEPage'#21'Anc'
+'nchorSideTop.Control'#7#7'IDEPage'#23'AnchorSideRight.Control'#7#7'IDEPage' +'horSideTop.Control'#7#7'IDEPage'#23'AnchorSideRight.Control'#7#7'IDEPage'#20
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2't'#3'Top'#2 +'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2't'#3'Top'#2#6#5
+#6#5'Width'#3#252#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill' +'Width'#3#2#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#20
+#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'PackageType'#28'ChildSizing.' +'BorderSpacing.Around'#2#6#7'Caption'#6#11'PackageType'#28'ChildSizing.LeftR'
+'LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.E' +'ightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Enlarg'
+'nlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVert' +'eHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'
+'ical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14 +#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsSca'
+'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'Chil' +'leChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizin'
+'dSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Controls' +'g.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLin'
+'PerLine'#2#1#12'ClientHeight'#2'b'#11'ClientWidth'#3#248#1#9'ItemIndex'#2#2 +'e'#2#1#12'ClientHeight'#2'a'#11'ClientWidth'#3#254#1#9'ItemIndex'#2#2#13'It'
+#13'Items.Strings'#1#6#15'Designtime only'#6#12'Runtime only'#6#22'Designtim' +'ems.Strings'#1#6#15'Designtime only'#6#12'Runtime only'#6#22'Designtime and'
+'e and Runtime'#0#7'OnClick'#7#22'PkgTypeRadioGroupClick'#8'TabOrder'#2#0#0#0 +' Runtime'#0#7'OnClick'#7#22'PkgTypeRadioGroupClick'#8'TabOrder'#2#0#0#0#11
+#11'TRadioGroup'#16'UpdateRadioGroup'#22'AnchorSideLeft.Control'#7#7'IDEPage' +'TRadioGroup'#16'UpdateRadioGroup'#22'AnchorSideLeft.Control'#7#7'IDEPage'#21
+#21'AnchorSideTop.Control'#7#17'PkgTypeRadioGroup'#18'AnchorSideTop.Side'#7#9 +'AnchorSideTop.Control'#7#17'PkgTypeRadioGroup'#18'AnchorSideTop.Side'#7#9'a'
+'asrBottom'#23'AnchorSideRight.Control'#7#7'IDEPage'#20'AnchorSideRight.Side' +'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#252#1#7 +#7#9'asrBottom'#4'Left'#2#6#6'Height'#2't'#3'Top'#3#128#0#5'Width'#3#2#2#7'A'
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#20'BorderSpacing.' +'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#20'BorderSpacing.A'
+'Around'#2#6#7'Caption'#6#14'Update/Rebuild'#28'ChildSizing.LeftRightSpacing' +'round'#2#6#7'Caption'#6#14'Update/Rebuild'#28'ChildSizing.LeftRightSpacing'
+#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7 +#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7
+#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomoge' +#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomoge'
+'nousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'C' +'nousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'C'
+'hildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29 +'hildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29
+'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#12'Clien' +'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 +'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 +#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' +'(Manual compilation (never automatically)'#0#8'TabOrder'#2#1#0#0#9'TGroupBo'
+'x'#14'LazDocGroupBox'#22'AnchorSideLeft.Control'#7#7'IDEPage'#21'AnchorSide' +'x'#14'LazDocGroupBox'#22'AnchorSideLeft.Control'#7#7'IDEPage'#21'AnchorSide'
+'Top.Control'#7#16'UpdateRadioGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#23 +'Top.Control'#7#16'UpdateRadioGroup'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
+'AnchorSideRight.Control'#7#7'IDEPage'#20'AnchorSideRight.Side'#7#9'asrBotto' +'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 +'m'#4'Left'#2#6#6'Height'#2':'#3'Top'#3#250#0#5'Width'#3#2#2#7'Anchors'#11#5
+#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7 +'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' +'Caption'#6#30'LazDoc - Lazarus documentation'#12'ClientHeight'#2''''#11'Cli'
+'ntWidth'#3#248#1#8'TabOrder'#2#2#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSid' +'entWidth'#3#254#1#8'TabOrder'#2#2#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSi'
+'eLeft.Control'#7#14'LazDocGroupBox'#21'AnchorSideTop.Control'#7#14'LazDocGr' +'deLeft.Control'#7#14'LazDocGroupBox'#21'AnchorSideTop.Control'#7#14'LazDocG'
+'oupBox'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3#156#1#7'Anchors'#11 +'roupBox'#4'Left'#2#6#6'Height'#2#27#3'Top'#2#6#5'Width'#3#162#1#7'Anchors'
+#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0 +#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'
+#0#0#0#0#5'TPage'#12'ProvidesPage'#7'Caption'#6#8'Provides'#11'ClientWidth'#3 +#2#0#0#0#0#0#5'TPage'#12'ProvidesPage'#7'Caption'#6#8'Provides'#11'ClientWid'
,#8#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#16'ProvidesGroupBox'#22'AnchorSi' ,'th'#3#14#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#16'ProvidesGroupBox'#22'A'
+'deLeft.Control'#7#12'ProvidesPage'#21'AnchorSideTop.Control'#7#12'ProvidesP' +'nchorSideLeft.Control'#7#12'ProvidesPage'#21'AnchorSideTop.Control'#7#12'Pr'
+'age'#23'AnchorSideRight.Control'#7#12'ProvidesPage'#20'AnchorSideRight.Side' +'ovidesPage'#23'AnchorSideRight.Control'#7#12'ProvidesPage'#20'AnchorSideRig'
+#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'ProvidesPage'#21'AnchorSid' +'ht.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'ProvidesPage'#21
+'eBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'k'#1#3'Top'#2#6#5'Widt' +'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'k'#1#3'Top'#2
+'h'#3#252#1#5'Align'#7#8'alBottom'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' +#6#5'Width'#3#2#2#5'Align'#7#8'alBottom'#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'t'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6'9This package pr' +'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6'9This pack'
+'ovides the same as the following packages:'#12'ClientHeight'#3'Y'#1#11'Clie' +'age provides the same as the following packages:'#12'ClientHeight'#3'X'#1#11
+'ntWidth'#3#248#1#8'TabOrder'#2#0#0#5'TMemo'#12'ProvidesMemo'#22'AnchorSideL' +'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#5'TMemo'#12'ProvidesMemo'#22'AnchorS'
+'eft.Control'#7#16'ProvidesGroupBox'#21'AnchorSideTop.Control'#7#16'Provides' +'ideLeft.Control'#7#16'ProvidesGroupBox'#21'AnchorSideTop.Control'#7#16'Prov'
+'GroupBox'#23'AnchorSideRight.Control'#7#16'ProvidesGroupBox'#24'AnchorSideB' +'idesGroupBox'#23'AnchorSideRight.Control'#7#16'ProvidesGroupBox'#24'AnchorS'
+'ottom.Control'#7#16'ProvidesGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBott' +'ideBottom.Control'#7#16'ProvidesGroupBox'#21'AnchorSideBottom.Side'#7#9'asr'
+'om'#4'Left'#2#6#6'Height'#3'M'#1#3'Top'#2#6#5'Width'#3#236#1#5'Align'#7#8'a' +'Bottom'#4'Left'#2#6#6'Height'#3'L'#1#3'Top'#2#6#5'Width'#3#242#1#5'Align'#7
+'lClient'#20'BorderSpacing.Around'#2#6#10'ScrollBars'#7#14'ssAutoVertical'#8 +#8'alClient'#20'BorderSpacing.Around'#2#6#10'ScrollBars'#7#14'ssAutoVertical'
+'TabOrder'#2#0#0#0#0#0#5'TPage'#4'i18n'#7'Caption'#6#4'i18n'#11'ClientWidth' +#8'TabOrder'#2#0#0#0#0#0#5'TPage'#4'i18n'#7'Caption'#6#4'i18n'#11'ClientWidt'
+#3#8#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSide' +'h'#3#14#2#12'ClientHeight'#3'w'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'Anchor'
+'Left.Control'#7#4'i18n'#21'AnchorSideTop.Control'#7#18'EnableI18NCheckBox' +'SideLeft.Control'#7#4'i18n'#21'AnchorSideTop.Control'#7#18'EnableI18NCheckB'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#4'i18n' +'ox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#4'i'
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'I'#3'Top'#2 +'18n'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'T'#3'T'
+#30#5'Width'#3#252#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSiz' +'op'#2'#'#5'Width'#3#2#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'Aut'
+'e'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHe' +'oSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'Clie'
+'ight'#2'7'#11'ClientWidth'#3#248#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirL' +'ntHeight'#2'A'#11'ClientWidth'#3#254#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOut'
+'abel'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Contro' +'DirLabel'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Co'
+'l'#7#12'I18NGroupBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'g'#20 +'ntrol'#7#12'I18NGroupBox'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3
+'BorderSpacing.Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11'ParentCo' +#132#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11
+'lor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGr' +'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12
+'oupBox'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side' +'I18NGroupBox'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTo'
+#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4'Left'#2#6 +'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4'L'
+#6'Height'#2#23#3'Top'#2#26#5'Width'#3#192#1#7'Anchors'#11#5'akTop'#6'akLeft' +'eft'#2#6#6'Height'#2#27#3'Top'#2#30#5'Width'#3#212#1#7'Anchors'#11#5'akTop'
+#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#7'TButton'#14 +#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#7'T'
+'POOutDirButton'#21'AnchorSideTop.Control'#7#12'POOutDirEdit'#23'AnchorSideR' +'Button'#14'POOutDirButton'#21'AnchorSideTop.Control'#7#12'POOutDirEdit'#23
+'ight.Control'#7#12'I18NGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24 +'AnchorSideRight.Control'#7#12'I18NGroupBox'#20'AnchorSideRight.Side'#7#9'as'
+'AnchorSideBottom.Control'#7#12'POOutDirEdit'#21'AnchorSideBottom.Side'#7#9 +'rBottom'#24'AnchorSideBottom.Control'#7#12'POOutDirEdit'#21'AnchorSideBotto'
+'asrBottom'#4'Left'#3#204#1#6'Height'#2#23#3'Top'#2#26#5'Width'#2'&'#7'Ancho' +'m.Side'#7#9'asrBottom'#4'Left'#3#224#1#6'Height'#2#27#3'Top'#2#30#5'Width'#2
+'rs'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#19'BorderSpacing.Rig' +#24#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#19'BorderS'
+'ht'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#28'POOutputDirectoryButtonClick'#8 +'pacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#28'POOutputDirectoryButt'
+'TabOrder'#2#1#0#0#0#9'TCheckBox'#18'EnableI18NCheckBox'#4'Left'#2#6#6'Heigh' +'onClick'#8'TabOrder'#2#1#0#0#0#9'TCheckBox'#18'EnableI18NCheckBox'#4'Left'#2
+'t'#2#17#3'Top'#2#7#5'Width'#2'I'#7'Caption'#6#11'Enable i18n'#8'OnChange'#7 +#6#6'Height'#2#22#3'Top'#2#7#5'Width'#2'b'#7'Caption'#6#11'Enable i18n'#8'On'
+#24'EnableI18NCheckBoxChange'#8'TabOrder'#2#1#0#0#0#0#12'TButtonPanel'#12'Bu' +'Change'#7#24'EnableI18NCheckBoxChange'#8'TabOrder'#2#1#0#0#0#0#12'TButtonPa'
+'ttonPanel1'#4'Left'#2#6#6'Height'#2#26#3'Top'#3#151#1#5'Width'#3#4#2#8'TabO' +'nel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2'$'#3'Top'#3#152#1#5'Width'#3#4
+'rder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#9'ShowBevel'#8#0#0#0 +#2#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#9'ShowBevel'#8#0
+#0#0
]); ]);