IDE: improved layout (bug #10809) from Ales Katona

git-svn-id: trunk@14120 -
This commit is contained in:
vincents 2008-02-13 14:43:31 +00:00
parent 11cb3a860e
commit ebfeea36ca
3 changed files with 402 additions and 387 deletions

View File

@ -1,47 +1,47 @@
object ProjectOptionsDialog: TProjectOptionsDialog object ProjectOptionsDialog: TProjectOptionsDialog
Left = 262 Left = 262
Height = 417 Height = 432
Top = 209 Top = 209
Width = 474 Width = 473
HorzScrollBar.Page = 473 HorzScrollBar.Page = 472
VertScrollBar.Page = 416 VertScrollBar.Page = 431
ActiveControl = Notebook ActiveControl = Notebook
BorderIcons = [biSystemMenu] BorderIcons = [biSystemMenu]
Caption = 'ProjectOptionsDialog' Caption = 'ProjectOptionsDialog'
ClientHeight = 417 ClientHeight = 432
ClientWidth = 474 ClientWidth = 473
Constraints.MinHeight = 400 Constraints.MinHeight = 400
Constraints.MinWidth = 400 Constraints.MinWidth = 400
OnClose = ProjectOptionsClose OnClose = ProjectOptionsClose
Position = poScreenCenter Position = poScreenCenter
object Notebook: TNotebook object Notebook: TNotebook
AnchorSideBottom.Control = PODBtnPanel AnchorSideBottom.Control = PODBtnPanel
Height = 379 Height = 386
Width = 474 Width = 473
Align = alTop Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
PageIndex = 0 PageIndex = 0
TabOrder = 0 TabOrder = 0
object ApplicationPage: TPage object ApplicationPage: TPage
Caption = 'ApplicationPage' Caption = 'ApplicationPage'
ClientWidth = 466 ClientWidth = 469
ClientHeight = 353 ClientHeight = 355
object AppSettingsGroupBox: TGroupBox object AppSettingsGroupBox: TGroupBox
Left = 6 Left = 6
Height = 166 Height = 166
Top = 6 Top = 6
Width = 454 Width = 457
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'AppSettingsGroupBox' Caption = 'AppSettingsGroupBox'
ClientHeight = 148 ClientHeight = 147
ClientWidth = 450 ClientWidth = 453
TabOrder = 0 TabOrder = 0
object TitleLabel: TLabel object TitleLabel: TLabel
Left = 6 Left = 6
Height = 14 Height = 20
Top = 6 Top = 6
Width = 438 Width = 441
Align = alTop Align = alTop
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -52,8 +52,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
object TitleEdit: TEdit object TitleEdit: TEdit
Left = 6 Left = 6
Height = 23 Height = 23
Top = 20 Top = 26
Width = 438 Width = 441
Align = alTop Align = alTop
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -64,7 +64,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Left = 6 Left = 6
Height = 24 Height = 24
Top = 52 Top = 52
Width = 438 Width = 441
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = False AutoSize = False
Caption = 'UseAppBundleCheckBox' Caption = 'UseAppBundleCheckBox'
@ -74,7 +74,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Left = 6 Left = 6
Height = 24 Height = 24
Top = 118 Top = 118
Width = 438 Width = 441
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = False AutoSize = False
Caption = 'UseXPManifestCheckBox' Caption = 'UseXPManifestCheckBox'
@ -82,9 +82,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
object CreateAppBundleButton: TButton object CreateAppBundleButton: TButton
Left = 6 Left = 6
Height = 23 Height = 29
Top = 82 Top = 82
Width = 140 Width = 167
AutoSize = True AutoSize = True
Caption = 'CreateAppBundleButton' Caption = 'CreateAppBundleButton'
OnClick = CreateAppBundleButtonClick OnClick = CreateAppBundleButtonClick
@ -93,21 +93,21 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
object OutputSettingsGroupBox: TGroupBox object OutputSettingsGroupBox: TGroupBox
Left = 6 Left = 6
Height = 67 Height = 74
Top = 178 Top = 178
Width = 454 Width = 457
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'OutputSettingsGroupBox' Caption = 'OutputSettingsGroupBox'
ClientHeight = 49 ClientHeight = 55
ClientWidth = 450 ClientWidth = 453
TabOrder = 1 TabOrder = 1
object TargetFileLabel: TLabel object TargetFileLabel: TLabel
Left = 6 Left = 6
Height = 14 Height = 20
Top = 6 Top = 6
Width = 438 Width = 441
Align = alTop Align = alTop
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -118,8 +118,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
object TargetFileEdit: TEdit object TargetFileEdit: TEdit
Left = 6 Left = 6
Height = 23 Height = 23
Top = 20 Top = 26
Width = 438 Width = 441
Align = alTop Align = alTop
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -131,24 +131,24 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
object FormsPage: TPage object FormsPage: TPage
Caption = 'FormsPage' Caption = 'FormsPage'
ClientWidth = 466 ClientWidth = 469
ClientHeight = 353 ClientHeight = 355
OnContextPopup = FormsPageContextPopup OnContextPopup = FormsPageContextPopup
OnResize = FormsPageResize OnResize = FormsPageResize
object FormsAutoCreatedLabel: TLabel object FormsAutoCreatedLabel: TLabel
Left = 36 Left = 36
Height = 14 Height = 20
Top = 10 Top = 10
Width = 117 Width = 156
Caption = 'FormsAutoCreatedLabel' Caption = 'FormsAutoCreatedLabel'
ParentColor = False ParentColor = False
end end
object FormsAvailFormsLabel: TLabel object FormsAvailFormsLabel: TLabel
AnchorSideLeft.Control = FormsAvailFormsListBox AnchorSideLeft.Control = FormsAvailFormsListBox
Left = 266 Left = 266
Height = 14 Height = 20
Top = 10 Top = 10
Width = 107 Width = 144
Caption = 'FormsAvailFormsLabel' Caption = 'FormsAvailFormsLabel'
ParentColor = False ParentColor = False
end end
@ -157,13 +157,14 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
Left = 36 Left = 36
Height = 290 Height = 289
Top = 32 Top = 32
Width = 194 Width = 194
Anchors = [akTop, akLeft, akBottom] Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
MultiSelect = True MultiSelect = True
TabOrder = 0 TabOrder = 0
TopIndex = -1
end end
object FormsAvailFormsListBox: TListBox object FormsAvailFormsListBox: TListBox
AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
@ -172,13 +173,14 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
Left = 266 Left = 266
Height = 290 Height = 289
Top = 32 Top = 32
Width = 194 Width = 197
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
MultiSelect = True MultiSelect = True
TabOrder = 1 TabOrder = 1
TopIndex = -1
end end
object FormsMoveAutoCreatedFormUpBtn: TArrow object FormsMoveAutoCreatedFormUpBtn: TArrow
Left = 6 Left = 6
@ -217,9 +219,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
object FormsAutoCreateNewFormsCheckBox: TCheckBox object FormsAutoCreateNewFormsCheckBox: TCheckBox
Left = 6 Left = 6
Height = 19 Height = 22
Top = 328 Top = 327
Width = 454 Width = 457
Align = alBottom Align = alBottom
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'FormsAutoCreateNewFormsCheckBox' Caption = 'FormsAutoCreateNewFormsCheckBox'
@ -228,15 +230,15 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
object MiscPage: TPage object MiscPage: TPage
Caption = 'MiscPage' Caption = 'MiscPage'
ClientWidth = 466 ClientWidth = 469
ClientHeight = 353 ClientHeight = 355
object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 31 Top = 34
Width = 454 Width = 457
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox' Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
@ -246,9 +248,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 56 Top = 62
Width = 454 Width = 457
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'MainUnitHasCreateFormStatementsCheckBox' Caption = 'MainUnitHasCreateFormStatementsCheckBox'
@ -256,9 +258,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
object MainUnitIsPascalSourceCheckBox: TCheckBox object MainUnitIsPascalSourceCheckBox: TCheckBox
Left = 6 Left = 6
Height = 19 Height = 22
Top = 6 Top = 6
Width = 454 Width = 457
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'MainUnitIsPascalSourceCheckBox' Caption = 'MainUnitIsPascalSourceCheckBox'
@ -268,9 +270,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 81 Top = 90
Width = 454 Width = 457
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'MainUnitHasTitleStatementCheckBox' Caption = 'MainUnitHasTitleStatementCheckBox'
@ -280,9 +282,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 112 Top = 124
Width = 454 Width = 457
Align = alTop Align = alTop
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -293,9 +295,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = RunnableCheckBox AnchorSideTop.Control = RunnableCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 19 Height = 22
Top = 137 Top = 152
Width = 454 Width = 457
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'AlwaysBuildCheckBox' Caption = 'AlwaysBuildCheckBox'
@ -304,38 +306,39 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
object LazDocPage: TPage object LazDocPage: TPage
Caption = 'LazDocPage' Caption = 'LazDocPage'
ClientWidth = 466 ClientWidth = 469
ClientHeight = 353 ClientHeight = 355
object LazDocPathsGroupBox: TGroupBox object LazDocPathsGroupBox: TGroupBox
Left = 6 Left = 6
Height = 196 Height = 203
Top = 6 Top = 6
Width = 454 Width = 457
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'LazDocPathsGroupBox' Caption = 'LazDocPathsGroupBox'
ClientHeight = 196 ClientHeight = 184
ClientWidth = 454 ClientWidth = 453
TabOrder = 0 TabOrder = 0
object LazDocListBox: TListBox object LazDocListBox: TListBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 108 Height = 108
Top = 6 Top = 6
Width = 438 Width = 441
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
TabOrder = 0 TabOrder = 0
TopIndex = -1
end end
object LazDocAddPathButton: TButton object LazDocAddPathButton: TButton
AnchorSideLeft.Control = LazDocPathsGroupBox AnchorSideLeft.Control = LazDocPathsGroupBox
AnchorSideTop.Control = LazDocListBox AnchorSideTop.Control = LazDocListBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 23 Height = 29
Top = 120 Top = 120
Width = 135 Width = 155
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'LazDocAddPathButton' Caption = 'LazDocAddPathButton'
@ -347,10 +350,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LazDocListBox AnchorSideTop.Control = LazDocListBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 147 Left = 167
Height = 23 Height = 29
Top = 120 Top = 120
Width = 147 Width = 172
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'LazDocDeletePathButton' Caption = 'LazDocDeletePathButton'
@ -364,8 +367,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Control = LazDocBrowseButton AnchorSideRight.Control = LazDocBrowseButton
Left = 6 Left = 6
Height = 23 Height = 23
Top = 149 Top = 155
Width = 408 Width = 411
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
TabOrder = 3 TabOrder = 3
@ -376,9 +379,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LazDocPathsGroupBox AnchorSideRight.Control = LazDocPathsGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 420 Left = 423
Height = 23 Height = 23
Top = 149 Top = 155
Width = 24 Width = 24
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -390,13 +393,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
object SavePage: TPage object SavePage: TPage
Caption = 'SavePage' Caption = 'SavePage'
ClientWidth = 474 ClientWidth = 469
ClientHeight = 379 ClientHeight = 355
object SaveClosedUnitInfoCheckBox: TCheckBox object SaveClosedUnitInfoCheckBox: TCheckBox
Left = 6 Left = 6
Height = 22 Height = 22
Top = 6 Top = 6
Width = 462 Width = 457
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'SaveClosedUnitInfoCheckBox' Caption = 'SaveClosedUnitInfoCheckBox'
@ -408,7 +411,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Left = 6 Left = 6
Height = 22 Height = 22
Top = 34 Top = 34
Width = 462 Width = 457
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'SaveOnlyProjectUnitInfoCheckBox' Caption = 'SaveOnlyProjectUnitInfoCheckBox'
@ -422,7 +425,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Left = 6 Left = 6
Height = 117 Height = 117
Top = 68 Top = 68
Width = 462 Width = 457
Align = alTop Align = alTop
AutoFill = True AutoFill = True
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -441,30 +444,30 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
object VersionInfoPage: TPage object VersionInfoPage: TPage
Caption = 'VersionInfoPage' Caption = 'VersionInfoPage'
ClientWidth = 470 ClientWidth = 469
ClientHeight = 347 ClientHeight = 355
object VersionInfoGroupBox: TGroupBox object VersionInfoGroupBox: TGroupBox
AnchorSideLeft.Control = LanguageSettingsGroupBox AnchorSideLeft.Control = LanguageSettingsGroupBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 100 Height = 111
Top = 32 Top = 34
Width = 458 Width = 457
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Version Numbering' Caption = 'Version Numbering'
ClientHeight = 100 ClientHeight = 92
ClientWidth = 458 ClientWidth = 453
TabOrder = 0 TabOrder = 0
object VersionLabel: TLabel object VersionLabel: TLabel
AnchorSideLeft.Control = VersionInfoGroupBox AnchorSideLeft.Control = VersionInfoGroupBox
AnchorSideTop.Control = VersionInfoGroupBox AnchorSideTop.Control = VersionInfoGroupBox
Left = 6 Left = 6
Height = 13 Height = 20
Top = 6 Top = 6
Width = 47 Width = 52
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Version:' Caption = 'Version:'
ParentColor = False ParentColor = False
@ -474,9 +477,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox AnchorSideTop.Control = VersionInfoGroupBox
Left = 106 Left = 106
Height = 13 Height = 20
Top = 6 Top = 6
Width = 88 Width = 95
BorderSpacing.Left = 24 BorderSpacing.Left = 24
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Major Revision:' Caption = 'Major Revision:'
@ -487,9 +490,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox AnchorSideTop.Control = VersionInfoGroupBox
Left = 206 Left = 206
Height = 13 Height = 20
Top = 6 Top = 6
Width = 88 Width = 95
BorderSpacing.Left = 24 BorderSpacing.Left = 24
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Minor Revision:' Caption = 'Minor Revision:'
@ -500,9 +503,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox AnchorSideTop.Control = VersionInfoGroupBox
Left = 306 Left = 306
Height = 13 Height = 20
Top = 6 Top = 6
Width = 32 Width = 36
BorderSpacing.Left = 24 BorderSpacing.Left = 24
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Build:' Caption = 'Build:'
@ -514,7 +517,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 306 Left = 306
Height = 20 Height = 20
Top = 25 Top = 32
Width = 70 Width = 70
TabOrder = 0 TabOrder = 0
Text = '0' Text = '0'
@ -525,7 +528,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 20 Height = 20
Top = 25 Top = 32
Width = 70 Width = 70
TabOrder = 1 TabOrder = 1
end end
@ -535,7 +538,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 106 Left = 106
Height = 20 Height = 20
Top = 25 Top = 32
Width = 70 Width = 70
TabOrder = 2 TabOrder = 2
end end
@ -545,7 +548,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 206 Left = 206
Height = 20 Height = 20
Top = 25 Top = 32
Width = 70 Width = 70
TabOrder = 3 TabOrder = 3
end end
@ -554,9 +557,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = VersionSpinEdit AnchorSideTop.Control = VersionSpinEdit
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 20 Height = 22
Top = 57 Top = 64
Width = 183 Width = 204
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Automatically increase Build' Caption = 'Automatically increase Build'
@ -565,9 +568,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
object UseVersionInfoCheckBox: TCheckBox object UseVersionInfoCheckBox: TCheckBox
Left = 6 Left = 6
Height = 20 Height = 22
Top = 6 Top = 6
Width = 458 Width = 457
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Include Version Info in executable' Caption = 'Include Version Info in executable'
@ -578,23 +581,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 69 Height = 86
Top = 138 Top = 151
Width = 458 Width = 457
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Language Options' Caption = 'Language Options'
ClientHeight = 69 ClientHeight = 67
ClientWidth = 458 ClientWidth = 453
TabOrder = 2 TabOrder = 2
object LanguageSelectionLabel: TLabel object LanguageSelectionLabel: TLabel
AnchorSideLeft.Control = LanguageSettingsGroupBox AnchorSideLeft.Control = LanguageSettingsGroupBox
AnchorSideTop.Control = LanguageSettingsGroupBox AnchorSideTop.Control = LanguageSettingsGroupBox
Left = 6 Left = 6
Height = 13 Height = 20
Top = 6 Top = 6
Width = 116 Width = 131
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Language Selection:' Caption = 'Language Selection:'
ParentColor = False ParentColor = False
@ -604,9 +607,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LanguageSettingsGroupBox AnchorSideTop.Control = LanguageSettingsGroupBox
Left = 260 Left = 260
Height = 13 Height = 20
Top = 6 Top = 6
Width = 81 Width = 94
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Character Set:' Caption = 'Character Set:'
ParentColor = False ParentColor = False
@ -616,8 +619,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = LanguageSelectionLabel AnchorSideTop.Control = LanguageSelectionLabel
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 21 Height = 29
Top = 25 Top = 32
Width = 248 Width = 248
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Top = 2 BorderSpacing.Top = 2
@ -632,9 +635,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Control = LanguageSettingsGroupBox AnchorSideRight.Control = LanguageSettingsGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 260 Left = 260
Height = 21 Height = 29
Top = 25 Top = 32
Width = 188 Width = 187
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -648,46 +651,24 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 103 Height = 108
Top = 213 Top = 243
Width = 458 Width = 457
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Other Info' Caption = 'Other Info'
ClientHeight = 103 ClientHeight = 89
ClientWidth = 458 ClientWidth = 453
TabOrder = 3 TabOrder = 3
object DescriptionLabel: TLabel
AnchorSideTop.Control = DescriptionEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 13
Top = 4
Width = 67
BorderSpacing.Left = 6
Caption = 'Description:'
ParentColor = False
end
object CopyrightLabel: TLabel
AnchorSideLeft.Control = DescriptionLabel
AnchorSideTop.Control = CopyrightEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 13
Top = 31
Width = 58
Caption = 'Copyright:'
ParentColor = False
end
object DescriptionEdit: TEdit object DescriptionEdit: TEdit
AnchorSideLeft.Control = DescriptionLabel AnchorSideLeft.Control = PanelOtherLabels
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = OtherInfoGroupBox AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 79 Left = 90
Height = 21 Height = 21
Width = 369 Width = 357
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -699,10 +680,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OtherInfoGroupBox AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 79 Left = 90
Height = 21 Height = 21
Top = 27 Top = 27
Width = 369 Width = 357
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -714,10 +695,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Control = OtherInfoGroupBox AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 362 Left = 345
Height = 26 Height = 29
Top = 54 Top = 54
Width = 86 Width = 102
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -725,12 +706,41 @@ object ProjectOptionsDialog: TProjectOptionsDialog
OnClick = AdditionalInfoButtonClick OnClick = AdditionalInfoButtonClick
TabOrder = 2 TabOrder = 2
end end
object PanelOtherLabels: TPanel
Height = 47
Width = 84
AutoSize = True
BevelOuter = bvNone
ClientHeight = 47
ClientWidth = 84
TabOrder = 3
object CopyrightLabel: TLabel
AnchorSideLeft.Control = DescriptionLabel
AnchorSideTop.Side = asrCenter
Left = 7
Height = 20
Top = 27
Width = 66
Caption = 'Copyright:'
ParentColor = False
end
object DescriptionLabel: TLabel
AnchorSideTop.Side = asrCenter
Left = 7
Height = 20
Top = 1
Width = 77
BorderSpacing.Left = 6
Caption = 'Description:'
ParentColor = False
end
end
end end
end end
object i18nPage: TPage object i18nPage: TPage
Caption = 'i18n' Caption = 'i18n'
ClientWidth = 474 ClientWidth = 469
ClientHeight = 379 ClientHeight = 355
object I18NGroupBox: TGroupBox object I18NGroupBox: TGroupBox
AnchorSideLeft.Control = OtherInfoGroupBox AnchorSideLeft.Control = OtherInfoGroupBox
AnchorSideTop.Control = VersionInfoGroupBox AnchorSideTop.Control = VersionInfoGroupBox
@ -738,18 +748,20 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Control = OtherInfoGroupBox AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 74 Height = 80
Top = 34 Top = 34
Width = 462 Width = 457
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'i18n Options' Caption = 'i18n Options'
ClientHeight = 74 ClientHeight = 61
ClientWidth = 462 ClientWidth = 453
TabOrder = 0 TabOrder = 0
object PoOutDirLabel: TLabel object PoOutDirLabel: TLabel
Left = 6
Height = 20 Height = 20
Top = 6
Width = 132 Width = 132
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'PO Output Directory:' Caption = 'PO Output Directory:'
@ -762,8 +774,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Control = POOutDirButton AnchorSideRight.Control = POOutDirButton
Left = 6 Left = 6
Height = 23 Height = 23
Top = 26 Top = 32
Width = 416 Width = 411
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
TabOrder = 0 TabOrder = 0
@ -775,9 +787,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Control = I18NGroupBox AnchorSideRight.Control = I18NGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 428 Left = 423
Height = 23 Height = 23
Top = 26 Top = 32
Width = 24 Width = 24
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -790,7 +802,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Left = 6 Left = 6
Height = 22 Height = 22
Top = 6 Top = 6
Width = 462 Width = 457
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Enable i18n' Caption = 'Enable i18n'
@ -800,19 +812,19 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end end
end end
object PODBtnPanel: TPanel object PODBtnPanel: TPanel
Height = 38 Height = 46
Top = 379 Top = 386
Width = 474 Width = 473
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 38 ClientHeight = 46
ClientWidth = 474 ClientWidth = 473
TabOrder = 1 TabOrder = 1
object OKButton: TBitBtn object OKButton: TBitBtn
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 309 Left = 306
Height = 26 Height = 34
Top = 6 Top = 6
Width = 75 Width = 75
Align = alRight Align = alRight
@ -830,10 +842,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
object CancelButton: TBitBtn object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 390 Left = 387
Height = 26 Height = 34
Top = 6 Top = 6
Width = 78 Width = 80
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -849,7 +861,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
object HelpButton: TBitBtn object HelpButton: TBitBtn
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 26 Height = 34
Top = 6 Top = 6
Width = 75 Width = 75
Align = alLeft Align = alLeft

View File

@ -2,143 +2,144 @@
LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
'TPF0'#21'TProjectOptionsDialog'#20'ProjectOptionsDialog'#4'Left'#3#6#1#6'Hei' 'TPF0'#21'TProjectOptionsDialog'#20'ProjectOptionsDialog'#4'Left'#3#6#1#6'Hei'
+'ght'#3#161#1#3'Top'#3#209#0#5'Width'#3#218#1#18'HorzScrollBar.Page'#3#217#1 +'ght'#3#176#1#3'Top'#3#209#0#5'Width'#3#217#1#18'HorzScrollBar.Page'#3#216#1
+#18'VertScrollBar.Page'#3#160#1#13'ActiveControl'#7#8'Notebook'#11'BorderIco' +#18'VertScrollBar.Page'#3#175#1#13'ActiveControl'#7#8'Notebook'#11'BorderIco'
+'ns'#11#12'biSystemMenu'#0#7'Caption'#6#20'ProjectOptionsDialog'#12'ClientHe' +'ns'#11#12'biSystemMenu'#0#7'Caption'#6#20'ProjectOptionsDialog'#12'ClientHe'
+'ight'#3#161#1#11'ClientWidth'#3#218#1#21'Constraints.MinHeight'#3#144#1#20 +'ight'#3#176#1#11'ClientWidth'#3#217#1#21'Constraints.MinHeight'#3#144#1#20
+'Constraints.MinWidth'#3#144#1#7'OnClose'#7#19'ProjectOptionsClose'#8'Positi' +'Constraints.MinWidth'#3#144#1#7'OnClose'#7#19'ProjectOptionsClose'#8'Positi'
+'on'#7#14'poScreenCenter'#0#9'TNotebook'#8'Notebook'#24'AnchorSideBottom.Con' +'on'#7#14'poScreenCenter'#0#9'TNotebook'#8'Notebook'#24'AnchorSideBottom.Con'
+'trol'#7#11'PODBtnPanel'#6'Height'#3'{'#1#5'Width'#3#218#1#5'Align'#7#5'alTo' +'trol'#7#11'PODBtnPanel'#6'Height'#3#130#1#5'Width'#3#217#1#5'Align'#7#5'alT'
+'p'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2 +'op'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2
+#0#8'TabOrder'#2#0#0#5'TPage'#15'ApplicationPage'#7'Caption'#6#15'Applicatio' +#0#8'TabOrder'#2#0#0#5'TPage'#15'ApplicationPage'#7'Caption'#6#15'Applicatio'
+'nPage'#11'ClientWidth'#3#210#1#12'ClientHeight'#3'a'#1#0#9'TGroupBox'#19'Ap' +'nPage'#11'ClientWidth'#3#213#1#12'ClientHeight'#3'c'#1#0#9'TGroupBox'#19'Ap'
+'pSettingsGroupBox'#4'Left'#2#6#6'Height'#3#166#0#3'Top'#2#6#5'Width'#3#198#1 +'pSettingsGroupBox'#4'Left'#2#6#6'Height'#3#166#0#3'Top'#2#6#5'Width'#3#201#1
+#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AppSetting' +#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AppSetting'
+'sGroupBox'#12'ClientHeight'#3#148#0#11'ClientWidth'#3#194#1#8'TabOrder'#2#0 +'sGroupBox'#12'ClientHeight'#3#147#0#11'ClientWidth'#3#197#1#8'TabOrder'#2#0
+#0#6'TLabel'#10'TitleLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#3 +#0#6'TLabel'#10'TitleLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3
+#182#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2 +#185#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2
+#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#10'TitleLabel'#11'ParentColor'#8 +#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#10'TitleLabel'#11'ParentColor'#8
+#0#0#5'TEdit'#9'TitleEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#20#5'Width'#3 +#0#0#5'TEdit'#9'TitleEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#26#5'Width'#3
+#182#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right' +#185#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'
+#2#6#8'TabOrder'#2#0#4'Text'#6#9'TitleEdit'#0#0#9'TCheckBox'#20'UseAppBundle' +#2#6#8'TabOrder'#2#0#4'Text'#6#9'TitleEdit'#0#0#9'TCheckBox'#20'UseAppBundle'
+'CheckBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'4'#5'Width'#3#182#1#7'Anchors' +'CheckBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'4'#5'Width'#3#185#1#7'Anchors'
+#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#20'UseAppBund' +#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#20'UseAppBund'
+'leCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'UseXPManifestCheckBox'#4'Le' +'leCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'UseXPManifestCheckBox'#4'Le'
+'ft'#2#6#6'Height'#2#24#3'Top'#2'v'#5'Width'#3#182#1#7'Anchors'#11#5'akTop'#6 +'ft'#2#6#6'Height'#2#24#3'Top'#2'v'#5'Width'#3#185#1#7'Anchors'#11#5'akTop'#6
+'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#21'UseXPManifestCheckBox'#8 +'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#21'UseXPManifestCheckBox'#8
+'TabOrder'#2#2#0#0#7'TButton'#21'CreateAppBundleButton'#4'Left'#2#6#6'Height' +'TabOrder'#2#2#0#0#7'TButton'#21'CreateAppBundleButton'#4'Left'#2#6#6'Height'
+#2#23#3'Top'#2'R'#5'Width'#3#140#0#8'AutoSize'#9#7'Caption'#6#21'CreateAppBu' +#2#29#3'Top'#2'R'#5'Width'#3#167#0#8'AutoSize'#9#7'Caption'#6#21'CreateAppBu'
+'ndleButton'#7'OnClick'#7#26'CreateAppBundleButtonClick'#8'TabOrder'#2#3#0#0 +'ndleButton'#7'OnClick'#7#26'CreateAppBundleButtonClick'#8'TabOrder'#2#3#0#0
+#0#9'TGroupBox'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2'C'#3'Top' +#0#9'TGroupBox'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2'J'#3'Top'
+#3#178#0#5'Width'#3#198#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing' +#3#178#0#5'Width'#3#201#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing'
+'.Around'#2#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHeight'#2'1' +'.Around'#2#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHeight'#2'7'
+#11'ClientWidth'#3#194#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFileLabel'#4'L' +#11'ClientWidth'#3#197#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFileLabel'#4'L'
+'eft'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#3#182#1#5'Align'#7#5'alTop'#18 +'eft'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#185#1#5'Align'#7#5'alTop'#18
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2 +'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
+#6#7'Caption'#6#15'TargetFileLabel'#11'ParentColor'#8#0#0#5'TEdit'#14'Target' +#6#7'Caption'#6#15'TargetFileLabel'#11'ParentColor'#8#0#0#5'TEdit'#14'Target'
+'FileEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#20#5'Width'#3#182#1#5'Align'#7 +'FileEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#26#5'Width'#3#185#1#5'Align'#7
+#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSp' +#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSp'
+'acing.Bottom'#2#6#8'TabOrder'#2#0#4'Text'#6#14'TargetFileEdit'#0#0#0#0#5'TP' +'acing.Bottom'#2#6#8'TabOrder'#2#0#4'Text'#6#14'TargetFileEdit'#0#0#0#0#5'TP'
+'age'#9'FormsPage'#7'Caption'#6#9'FormsPage'#11'ClientWidth'#3#210#1#12'Clie' +'age'#9'FormsPage'#7'Caption'#6#9'FormsPage'#11'ClientWidth'#3#213#1#12'Clie'
+'ntHeight'#3'a'#1#14'OnContextPopup'#7#21'FormsPageContextPopup'#8'OnResize' +'ntHeight'#3'c'#1#14'OnContextPopup'#7#21'FormsPageContextPopup'#8'OnResize'
+#7#15'FormsPageResize'#0#6'TLabel'#21'FormsAutoCreatedLabel'#4'Left'#2'$'#6 +#7#15'FormsPageResize'#0#6'TLabel'#21'FormsAutoCreatedLabel'#4'Left'#2'$'#6
+'Height'#2#14#3'Top'#2#10#5'Width'#2'u'#7'Caption'#6#21'FormsAutoCreatedLabe' +'Height'#2#20#3'Top'#2#10#5'Width'#3#156#0#7'Caption'#6#21'FormsAutoCreatedL'
+'l'#11'ParentColor'#8#0#0#6'TLabel'#20'FormsAvailFormsLabel'#22'AnchorSideLe' +'abel'#11'ParentColor'#8#0#0#6'TLabel'#20'FormsAvailFormsLabel'#22'AnchorSid'
+'ft.Control'#7#22'FormsAvailFormsListBox'#4'Left'#3#10#1#6'Height'#2#14#3'To' +'eLeft.Control'#7#22'FormsAvailFormsListBox'#4'Left'#3#10#1#6'Height'#2#20#3
+'p'#2#10#5'Width'#2'k'#7'Caption'#6#20'FormsAvailFormsLabel'#11'ParentColor' +'Top'#2#10#5'Width'#3#144#0#7'Caption'#6#20'FormsAvailFormsLabel'#11'ParentC'
+#8#0#0#8'TListBox'#23'FormsAutoCreatedListBox'#22'AnchorSideLeft.Control'#7 +'olor'#8#0#0#8'TListBox'#23'FormsAutoCreatedListBox'#22'AnchorSideLeft.Contr'
+#29'FormsMoveAutoCreatedFormUpBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24 +'ol'#7#29'FormsMoveAutoCreatedFormUpBtn'#19'AnchorSideLeft.Side'#7#9'asrBott'
+'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2'$' +'om'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Le'
+#6'Height'#3'"'#1#3'Top'#2' '#5'Width'#3#194#0#7'Anchors'#11#5'akTop'#6'akLe' +'ft'#2'$'#6'Height'#3'!'#1#3'Top'#2' '#5'Width'#3#194#0#7'Anchors'#11#5'akTo'
+'ft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'MultiSelect'#9#8'TabOrder' +'p'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'MultiSelect'#9#8
+#2#0#0#0#8'TListBox'#22'FormsAvailFormsListBox'#22'AnchorSideLeft.Control'#7 +'TabOrder'#2#0#8'TopIndex'#2#255#0#0#8'TListBox'#22'FormsAvailFormsListBox'
+#29'FormsAddToAutoCreatedFormsBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23 +#22'AnchorSideLeft.Control'#7#29'FormsAddToAutoCreatedFormsBtn'#19'AnchorSid'
+'AnchorSideRight.Control'#7#9'FormsPage'#20'AnchorSideRight.Side'#7#9'asrBot' +'eLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'FormsPage'#20'An'
+'tom'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'L' +'chorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'FormsA'
+'eft'#3#10#1#6'Height'#3'"'#1#3'Top'#2' '#5'Width'#3#194#0#7'Anchors'#11#5'a' +'utoCreateNewFormsCheckBox'#4'Left'#3#10#1#6'Height'#3'!'#1#3'Top'#2' '#5'Wi'
+'kTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'Mu' +'dth'#3#197#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'B'
+'ltiSelect'#9#8'TabOrder'#2#1#0#0#6'TArrow'#29'FormsMoveAutoCreatedFormUpBtn' +'orderSpacing.Around'#2#6#11'MultiSelect'#9#8'TabOrder'#2#1#8'TopIndex'#2#255
+#4'Left'#2#6#6'Height'#2#24#3'Top'#2' '#5'Width'#2#24#9'ArrowType'#7#4'atUp' +#0#0#6'TArrow'#29'FormsMoveAutoCreatedFormUpBtn'#4'Left'#2#6#6'Height'#2#24#3
+#7'OnClick'#7'"FormsMoveAutoCreatedFormUpBtnClick'#0#0#6'TArrow FormsMoveAut' +'Top'#2' '#5'Width'#2#24#9'ArrowType'#7#4'atUp'#7'OnClick'#7'"FormsMoveAutoC'
+'oCreatedFormsDownBtn'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'<'#5'Width'#2#24#9 +'reatedFormUpBtnClick'#0#0#6'TArrow FormsMoveAutoCreatedFormsDownBtn'#4'Left'
+'ArrowType'#7#6'atDown'#7'OnClick'#7'$FormsMoveAutoCreatedFormDownBtnClick'#0 +#2#6#6'Height'#2#24#3'Top'#2'<'#5'Width'#2#24#9'ArrowType'#7#6'atDown'#7'OnC'
+#0#6'TArrow"FormsRemoveFromAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7 +'lick'#7'$FormsMoveAutoCreatedFormDownBtnClick'#0#0#6'TArrow"FormsRemoveFrom'
+#23'FormsAutoCreatedListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3 +'AutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAutoCreatedListBo'
+#236#0#6'Height'#2#24#3'Top'#2' '#5'Width'#2#24#9'ArrowType'#7#7'atRight'#20 +'x'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#236#0#6'Height'#2#24#3
,'BorderSpacing.Around'#2#6#7'OnClick'#7'''FormsRemoveFromAutoCreatedFormsBtn' ,'Top'#2' '#5'Width'#2#24#9'ArrowType'#7#7'atRight'#20'BorderSpacing.Around'#2
+'Click'#0#0#6'TArrow'#29'FormsAddToAutoCreatedFormsBtn'#22'AnchorSideLeft.Co' +#6#7'OnClick'#7'''FormsRemoveFromAutoCreatedFormsBtnClick'#0#0#6'TArrow'#29
+'ntrol'#7'"FormsRemoveFromAutoCreatedFormsBtn'#4'Left'#3#236#0#6'Height'#2#24 +'FormsAddToAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7'"FormsRemoveFro'
+#3'Top'#2'<'#5'Width'#2#24#7'OnClick'#7'"FormsAddToAutoCreatedFormsBtnClick' +'mAutoCreatedFormsBtn'#4'Left'#3#236#0#6'Height'#2#24#3'Top'#2'<'#5'Width'#2
+#0#0#9'TCheckBox'#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2#6#6'Height'#2 +#24#7'OnClick'#7'"FormsAddToAutoCreatedFormsBtnClick'#0#0#9'TCheckBox'#31'Fo'
+#19#3'Top'#3'H'#1#5'Width'#3#198#1#5'Align'#7#8'alBottom'#20'BorderSpacing.A' +'rmsAutoCreateNewFormsCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3'G'#1#5'W'
+'round'#2#6#7'Caption'#6#31'FormsAutoCreateNewFormsCheckBox'#8'TabOrder'#2#2 +'idth'#3#201#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'
+#0#0#0#5'TPage'#8'MiscPage'#7'Caption'#6#8'MiscPage'#11'ClientWidth'#3#210#1 +#6#31'FormsAutoCreateNewFormsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPage'#8'Misc'
+#12'ClientHeight'#3'a'#1#0#9'TCheckBox)MainUnitHasUsesSectionForAllUnitsChec' +'Page'#7'Caption'#6#8'MiscPage'#11'ClientWidth'#3#213#1#12'ClientHeight'#3'c'
+'kBox'#21'AnchorSideTop.Control'#7#30'MainUnitIsPascalSourceCheckBox'#18'Anc' +#1#0#9'TCheckBox)MainUnitHasUsesSectionForAllUnitsCheckBox'#21'AnchorSideTop'
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#31#5'Wi' +'.Control'#7#30'MainUnitIsPascalSourceCheckBox'#18'AnchorSideTop.Side'#7#9'a'
+'dth'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6 +'srBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#201#1#5'Align'#7
+')MainUnitHasUsesSectionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox' +#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6')MainUnitHasUsesSectionF'
+'''MainUnitHasCreateFormStatementsCheckBox'#21'AnchorSideTop.Control'#7')Mai' +'orAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox''MainUnitHasCreateFormS'
+'nUnitHasUsesSectionForAllUnitsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBotto' +'tatementsCheckBox'#21'AnchorSideTop.Control'#7')MainUnitHasUsesSectionForAl'
+'m'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'8'#5'Width'#3#198#1#5'Align'#7#5'alT' +'lUnitsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
+'op'#20'BorderSpacing.Around'#2#6#7'Caption'#6'''MainUnitHasCreateFormStatem' +#2#22#3'Top'#2'>'#5'Width'#3#201#1#5'Align'#7#5'alTop'#20'BorderSpacing.Arou'
+'entsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'MainUnitIsPascalSourceChe' +'nd'#2#6#7'Caption'#6'''MainUnitHasCreateFormStatementsCheckBox'#8'TabOrder'
+'ckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'Width'#3#198#1#5'Align'#7#5 +#2#1#0#0#9'TCheckBox'#30'MainUnitIsPascalSourceCheckBox'#4'Left'#2#6#6'Heigh'
+'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceC' +'t'#2#22#3'Top'#2#6#5'Width'#3#201#1#5'Align'#7#5'alTop'#20'BorderSpacing.Ar'
+'heckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox' +'ound'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceCheckBox'#8'TabOrder'#2#2#0
+#21'AnchorSideTop.Control'#7'''MainUnitHasCreateFormStatementsCheckBox'#18'A' +#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'#21'AnchorSideTop.Control'#7
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'Q'#5 +'''MainUnitHasCreateFormStatementsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBo'
+'Width'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6 +'ttom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'Z'#5'Width'#3#201#1#5'Align'#7#5
+'!MainUnitHasTitleStatementCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#16'Run' +'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6'!MainUnitHasTitleStatement'
+'nableCheckBox'#21'AnchorSideTop.Control'#7'!MainUnitHasTitleStatementCheckB' +'CheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#16'RunnableCheckBox'#21'AnchorSi'
+'ox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top' +'deTop.Control'#7'!MainUnitHasTitleStatementCheckBox'#18'AnchorSideTop.Side'
+#2'p'#5'Width'#3#198#1#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'Bord' +#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'|'#5'Width'#3#201#1#5'Al'
+'erSpacing.Around'#2#6#7'Caption'#6#16'RunnableCheckBox'#8'TabOrder'#2#3#0#0 +'ign'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Ca'
+#9'TCheckBox'#19'AlwaysBuildCheckBox'#21'AnchorSideTop.Control'#7#16'Runnabl' +'ption'#6#16'RunnableCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#19'AlwaysBui'
+'eCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19 +'ldCheckBox'#21'AnchorSideTop.Control'#7#16'RunnableCheckBox'#18'AnchorSideT'
+#3'Top'#3#137#0#5'Width'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around' +'op.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152#0#5'Width'#3
+#2#6#7'Caption'#6#19'AlwaysBuildCheckBox'#8'TabOrder'#2#4#0#0#0#5'TPage'#10 +#201#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Alwa'
+'LazDocPage'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'#3#210#1#12'ClientHe' +'ysBuildCheckBox'#8'TabOrder'#2#4#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6
+'ight'#3'a'#1#0#9'TGroupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3 +#10'LazDocPage'#11'ClientWidth'#3#213#1#12'ClientHeight'#3'c'#1#0#9'TGroupBo'
+#196#0#3'Top'#2#6#5'Width'#3#198#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Bord' +'x'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3#203#0#3'Top'#2#6#5'Width'
+'erSpacing.Around'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight' +#3#201#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Ca'
+#3#196#0#11'ClientWidth'#3#198#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocList' +'ption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#184#0#11'ClientWidth'#3
+'Box'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'l'#3'T' +#197#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#20'AnchorSideRight.Si'
+'op'#2#6#5'Width'#3#182#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8 +'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#185#1#5
+'TabOrder'#2#0#0#0#7'TButton'#19'LazDocAddPathButton'#22'AnchorSideLeft.Cont' +'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#8'TopIndex'#2
+'rol'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'LazDocListBox' +#255#0#0#7'TButton'#19'LazDocAddPathButton'#22'AnchorSideLeft.Control'#7#19
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'x' +'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'LazDocListBox'#18'Ancho'
+#5'Width'#3#135#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19 +'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'x'#5'Widt'
+'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2 +'h'#3#155#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'LazDo'
+#1#0#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19 +'cAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1#0
+'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo' +#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19'Laz'
+'p.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left' +'DocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.C'
+#3#147#0#6'Height'#2#23#3'Top'#2'x'#5'Width'#3#147#0#8'AutoSize'#9#20'Border' +'ontrol'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3
+'Spacing.Around'#2#6#7'Caption'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27 +#167#0#6'Height'#2#29#3'Top'#2'x'#5'Width'#3#172#0#8'AutoSize'#9#20'BorderSp'
+'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#5'TEdit'#14'LazDocPathEdit' +'acing.Around'#2#6#7'Caption'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27'L'
+'azDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#5'TEdit'#14'LazDocPathEdit'
+#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Contr' +#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Contr'
+'ol'#7#19'LazDocAddPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch' +'ol'#7#19'LazDocAddPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
+'orSideRight.Control'#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3 +'orSideRight.Control'#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3
+'Top'#3#149#0#5'Width'#3#152#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 +'Top'#3#155#0#5'Width'#3#155#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
+#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#0 +#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#0
+#0#7'TButton'#18'LazDocBrowseButton'#21'AnchorSideTop.Control'#7#19'LazDocAd' +#0#7'TButton'#18'LazDocBrowseButton'#21'AnchorSideTop.Control'#7#19'LazDocAd'
+'dPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr' +'dPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
+'ol'#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Lef' +'ol'#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Lef'
+'t'#3#164#1#6'Height'#2#23#3'Top'#3#149#0#5'Width'#2#24#7'Anchors'#11#5'akTo' +'t'#3#167#1#6'Height'#2#23#3'Top'#3#155#0#5'Width'#2#24#7'Anchors'#11#5'akTo'
+'p'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick' +'p'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'
+#7#23'LazDocBrowseButtonClick'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7 +#7#23'LazDocBrowseButtonClick'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7
+'Caption'#6#8'SavePage'#11'ClientWidth'#3#218#1#12'ClientHeight'#3'{'#1#0#9 +'Caption'#6#8'SavePage'#11'ClientWidth'#3#213#1#12'ClientHeight'#3'c'#1#0#9
+'TCheckBox'#26'SaveClosedUnitInfoCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top' ,'TCheckBox'#26'SaveClosedUnitInfoCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'
,#2#6#5'Width'#3#206#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Cap' +#2#6#5'Width'#3#201#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Cap'
+'tion'#6#26'SaveClosedUnitInfoCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#31 +'tion'#6#26'SaveClosedUnitInfoCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#31
+'SaveOnlyProjectUnitInfoCheckBox'#21'AnchorSideTop.Control'#7#26'SaveClosedU' +'SaveOnlyProjectUnitInfoCheckBox'#21'AnchorSideTop.Control'#7#26'SaveClosedU'
+'nitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height' +'nitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
+#2#22#3'Top'#2'"'#5'Width'#3#206#1#5'Align'#7#5'alTop'#20'BorderSpacing.Arou' +#2#22#3'Top'#2'"'#5'Width'#3#201#1#5'Align'#7#5'alTop'#20'BorderSpacing.Arou'
+'nd'#2#6#7'Caption'#6#31'SaveOnlyProjectUnitInfoCheckBox'#8'TabOrder'#2#1#0#0 +'nd'#2#6#7'Caption'#6#31'SaveOnlyProjectUnitInfoCheckBox'#8'TabOrder'#2#1#0#0
+#11'TRadioGroup'#29'SaveSessionLocationRadioGroup'#21'AnchorSideTop.Control' +#11'TRadioGroup'#29'SaveSessionLocationRadioGroup'#21'AnchorSideTop.Control'
+#7#31'SaveOnlyProjectUnitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom' +#7#31'SaveOnlyProjectUnitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
+#23'AnchorSideRight.Control'#7#8'SavePage'#20'AnchorSideRight.Side'#7#9'asrB' +#23'AnchorSideRight.Control'#7#8'SavePage'#20'AnchorSideRight.Side'#7#9'asrB'
+'ottom'#4'Left'#2#6#6'Height'#2'u'#3'Top'#2'D'#5'Width'#3#206#1#5'Align'#7#5 +'ottom'#4'Left'#2#6#6'Height'#2'u'#3'Top'#2'D'#5'Width'#3#201#1#5'Align'#7#5
+'alTop'#8'AutoFill'#9#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6 +'alTop'#8'AutoFill'#9#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#29'SaveSessionLocationRadioGroup'#28'ChildSizing.LeftRightSpac' +#7'Caption'#6#29'SaveSessionLocationRadioGroup'#28'ChildSizing.LeftRightSpac'
+'ing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizon' +'ing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizon'
@ -147,145 +148,146 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
+'s'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layou' +'s'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layou'
+'t'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8 +'t'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8
+'TabOrder'#2#2#0#0#0#5'TPage'#15'VersionInfoPage'#7'Caption'#6#15'VersionInf' +'TabOrder'#2#2#0#0#0#5'TPage'#15'VersionInfoPage'#7'Caption'#6#15'VersionInf'
+'oPage'#11'ClientWidth'#3#214#1#12'ClientHeight'#3'['#1#0#9'TGroupBox'#19'Ve' +'oPage'#11'ClientWidth'#3#213#1#12'ClientHeight'#3'c'#1#0#9'TGroupBox'#19'Ve'
+'rsionInfoGroupBox'#22'AnchorSideLeft.Control'#7#24'LanguageSettingsGroupBox' +'rsionInfoGroupBox'#22'AnchorSideLeft.Control'#7#24'LanguageSettingsGroupBox'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBotto' +#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBotto'
+'m'#4'Left'#2#6#6'Height'#2'd'#3'Top'#2' '#5'Width'#3#202#1#5'Align'#7#5'alT' +'m'#4'Left'#2#6#6'Height'#2'o'#3'Top'#2'"'#5'Width'#3#201#1#5'Align'#7#5'alT'
+'op'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'Version Numb' +'op'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'Version Numb'
+'ering'#12'ClientHeight'#2'd'#11'ClientWidth'#3#202#1#8'TabOrder'#2#0#0#6'TL' +'ering'#12'ClientHeight'#2'\'#11'ClientWidth'#3#197#1#8'TabOrder'#2#0#0#6'TL'
+'abel'#12'VersionLabel'#22'AnchorSideLeft.Control'#7#19'VersionInfoGroupBox' +'abel'#12'VersionLabel'#22'AnchorSideLeft.Control'#7#19'VersionInfoGroupBox'
+#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2#6#6'Height'#2 +#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2#6#6'Height'#2
+#13#3'Top'#2#6#5'Width'#2'/'#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'Ver' +#20#3'Top'#2#6#5'Width'#2'4'#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'Ver'
+'sion:'#11'ParentColor'#8#0#0#6'TLabel'#18'MajorRevisionLabel'#22'AnchorSide' +'sion:'#11'ParentColor'#8#0#0#6'TLabel'#18'MajorRevisionLabel'#22'AnchorSide'
+'Left.Control'#7#15'VersionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom' +'Left.Control'#7#15'VersionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'
+#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2'j'#6'Height'#2 +#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2'j'#6'Height'#2
+#13#3'Top'#2#6#5'Width'#2'X'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Ar' +#20#3'Top'#2#6#5'Width'#2'_'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Ar'
+'ound'#2#6#7'Caption'#6#15'Major Revision:'#11'ParentColor'#8#0#0#6'TLabel' +'ound'#2#6#7'Caption'#6#15'Major Revision:'#11'ParentColor'#8#0#0#6'TLabel'
+#18'MinorRevisionLabel'#22'AnchorSideLeft.Control'#7#21'MajorRevisionSpinEdi' +#18'MinorRevisionLabel'#22'AnchorSideLeft.Control'#7#21'MajorRevisionSpinEdi'
+'t'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'Ve' +'t'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'Ve'
+'rsionInfoGroupBox'#4'Left'#3#206#0#6'Height'#2#13#3'Top'#2#6#5'Width'#2'X' +'rsionInfoGroupBox'#4'Left'#3#206#0#6'Height'#2#20#3'Top'#2#6#5'Width'#2'_'
+#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Mi' +#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Mi'
+'nor Revision:'#11'ParentColor'#8#0#0#6'TLabel'#10'BuildLabel'#22'AnchorSide' +'nor Revision:'#11'ParentColor'#8#0#0#6'TLabel'#10'BuildLabel'#22'AnchorSide'
+'Left.Control'#7#21'MinorRevisionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBo' +'Left.Control'#7#21'MinorRevisionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBo'
+'ttom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#3'2'#1#6 +'ttom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#3'2'#1#6
+'Height'#2#13#3'Top'#2#6#5'Width'#2' '#18'BorderSpacing.Left'#2#24#20'Border' +'Height'#2#20#3'Top'#2#6#5'Width'#2'$'#18'BorderSpacing.Left'#2#24#20'Border'
+'Spacing.Around'#2#6#7'Caption'#6#6'Build:'#11'ParentColor'#8#0#0#5'TEdit'#9 +'Spacing.Around'#2#6#7'Caption'#6#6'Build:'#11'ParentColor'#8#0#0#5'TEdit'#9
+'BuildEdit'#22'AnchorSideLeft.Control'#7#10'BuildLabel'#21'AnchorSideTop.Con' +'BuildEdit'#22'AnchorSideLeft.Control'#7#10'BuildLabel'#21'AnchorSideTop.Con'
+'trol'#7#10'BuildLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3'2'#1 +'trol'#7#10'BuildLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3'2'#1
+#6'Height'#2#20#3'Top'#2#25#5'Width'#2'F'#8'TabOrder'#2#0#4'Text'#6#1'0'#0#0 +#6'Height'#2#20#3'Top'#2' '#5'Width'#2'F'#8'TabOrder'#2#0#4'Text'#6#1'0'#0#0
+#9'TSpinEdit'#15'VersionSpinEdit'#22'AnchorSideLeft.Control'#7#12'VersionLab' +#9'TSpinEdit'#15'VersionSpinEdit'#22'AnchorSideLeft.Control'#7#12'VersionLab'
+'el'#21'AnchorSideTop.Control'#7#12'VersionLabel'#18'AnchorSideTop.Side'#7#9 +'el'#21'AnchorSideTop.Control'#7#12'VersionLabel'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#25#5'Width'#2'F'#8'TabOrder' +'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2' '#5'Width'#2'F'#8'TabOrder'
+#2#1#0#0#9'TSpinEdit'#21'MajorRevisionSpinEdit'#22'AnchorSideLeft.Control'#7 +#2#1#0#0#9'TSpinEdit'#21'MajorRevisionSpinEdit'#22'AnchorSideLeft.Control'#7
+#18'MajorRevisionLabel'#21'AnchorSideTop.Control'#7#18'MajorRevisionLabel'#18 +#18'MajorRevisionLabel'#21'AnchorSideTop.Control'#7#18'MajorRevisionLabel'#18
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2#20#3'Top'#2#25#5 +'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2#20#3'Top'#2' '#5
+'Width'#2'F'#8'TabOrder'#2#2#0#0#9'TSpinEdit'#21'MinorRevisionSpinEdit'#22'A' +'Width'#2'F'#8'TabOrder'#2#2#0#0#9'TSpinEdit'#21'MinorRevisionSpinEdit'#22'A'
+'nchorSideLeft.Control'#7#18'MinorRevisionLabel'#21'AnchorSideTop.Control'#7 +'nchorSideLeft.Control'#7#18'MinorRevisionLabel'#21'AnchorSideTop.Control'#7
+#18'MinorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#206#0 +#18'MinorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#206#0
+#6'Height'#2#20#3'Top'#2#25#5'Width'#2'F'#8'TabOrder'#2#3#0#0#9'TCheckBox"Au' +#6'Height'#2#20#3'Top'#2' '#5'Width'#2'F'#8'TabOrder'#2#3#0#0#9'TCheckBox"Au'
+'tomaticallyIncreaseBuildCheckBox'#22'AnchorSideLeft.Control'#7#19'VersionIn' +'tomaticallyIncreaseBuildCheckBox'#22'AnchorSideLeft.Control'#7#19'VersionIn'
+'foGroupBox'#21'AnchorSideTop.Control'#7#15'VersionSpinEdit'#18'AnchorSideTo' +'foGroupBox'#21'AnchorSideTop.Control'#7#15'VersionSpinEdit'#18'AnchorSideTo'
+'p.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'9'#5'Width'#3#183 +'p.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'@'#5'Width'#3#204
+#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'Au' +#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'Au'
+'tomatically increase Build'#8'TabOrder'#2#4#0#0#0#9'TCheckBox'#22'UseVersio' +'tomatically increase Build'#8'TabOrder'#2#4#0#0#0#9'TCheckBox'#22'UseVersio'
+'nInfoCheckBox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#202#1#5'Ali' +'nInfoCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#201#1#5'Ali'
+'gn'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6'"Include Version I' +'gn'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6'"Include Version I'
+'nfo in executable'#8'OnChange'#7#28'UseVersionInfoCheckBoxChange'#8'TabOrde' +'nfo in executable'#8'OnChange'#7#28'UseVersionInfoCheckBoxChange'#8'TabOrde'
+'r'#2#1#0#0#9'TGroupBox'#24'LanguageSettingsGroupBox'#18'AnchorSideTop.Side' +'r'#2#1#0#0#9'TGroupBox'#24'LanguageSettingsGroupBox'#18'AnchorSideTop.Side'
+#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height' ,#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
,#2'E'#3'Top'#3#138#0#5'Width'#3#202#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'B' +#2'V'#3'Top'#3#151#0#5'Width'#3#201#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'B'
+'orderSpacing.Around'#2#6#7'Caption'#6#16'Language Options'#12'ClientHeight' +'orderSpacing.Around'#2#6#7'Caption'#6#16'Language Options'#12'ClientHeight'
+#2'E'#11'ClientWidth'#3#202#1#8'TabOrder'#2#2#0#6'TLabel'#22'LanguageSelecti' +#2'C'#11'ClientWidth'#3#197#1#8'TabOrder'#2#2#0#6'TLabel'#22'LanguageSelecti'
+'onLabel'#22'AnchorSideLeft.Control'#7#24'LanguageSettingsGroupBox'#21'Ancho' +'onLabel'#22'AnchorSideLeft.Control'#7#24'LanguageSettingsGroupBox'#21'Ancho'
+'rSideTop.Control'#7#24'LanguageSettingsGroupBox'#4'Left'#2#6#6'Height'#2#13 +'rSideTop.Control'#7#24'LanguageSettingsGroupBox'#4'Left'#2#6#6'Height'#2#20
+#3'Top'#2#6#5'Width'#2't'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Langu' +#3'Top'#2#6#5'Width'#3#131#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'La'
+'age Selection:'#11'ParentColor'#8#0#0#6'TLabel'#17'CharacterSetLabel'#22'An' +'nguage Selection:'#11'ParentColor'#8#0#0#6'TLabel'#17'CharacterSetLabel'#22
+'chorSideLeft.Control'#7#25'LanguageSelectionComboBox'#19'AnchorSideLeft.Sid' +'AnchorSideLeft.Control'#7#25'LanguageSelectionComboBox'#19'AnchorSideLeft.S'
+'e'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'LanguageSettingsGroupBox'#4 +'ide'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'LanguageSettingsGroupBox'
+'Left'#3#4#1#6'Height'#2#13#3'Top'#2#6#5'Width'#2'Q'#20'BorderSpacing.Around' +#4'Left'#3#4#1#6'Height'#2#20#3'Top'#2#6#5'Width'#2'^'#20'BorderSpacing.Arou'
+#2#6#7'Caption'#6#14'Character Set:'#11'ParentColor'#8#0#0#9'TComboBox'#25'L' +'nd'#2#6#7'Caption'#6#14'Character Set:'#11'ParentColor'#8#0#0#9'TComboBox'
+'anguageSelectionComboBox'#22'AnchorSideLeft.Control'#7#22'LanguageSelection' +#25'LanguageSelectionComboBox'#22'AnchorSideLeft.Control'#7#22'LanguageSelec'
+'Label'#21'AnchorSideTop.Control'#7#22'LanguageSelectionLabel'#18'AnchorSide' +'tionLabel'#21'AnchorSideTop.Control'#7#22'LanguageSelectionLabel'#18'Anchor'
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#25#5'Width'#3 +'SideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2' '#5'Width'
+#248#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAsce' +#3#248#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAs'
+'nding'#0#17'BorderSpacing.Top'#2#2#20'BorderSpacing.Bottom'#2#6#9'MaxLength' +'cending'#0#17'BorderSpacing.Top'#2#2#20'BorderSpacing.Bottom'#2#6#9'MaxLeng'
+#2#0#8'TabOrder'#2#0#4'Text'#6#12'U.S. English'#0#0#9'TComboBox'#20'Characte' +'th'#2#0#8'TabOrder'#2#0#4'Text'#6#12'U.S. English'#0#0#9'TComboBox'#20'Char'
+'rSetComboBox'#22'AnchorSideLeft.Control'#7#17'CharacterSetLabel'#21'AnchorS' +'acterSetComboBox'#22'AnchorSideLeft.Control'#7#17'CharacterSetLabel'#21'Anc'
+'ideTop.Control'#7#25'LanguageSelectionComboBox'#23'AnchorSideRight.Control' +'horSideTop.Control'#7#25'LanguageSelectionComboBox'#23'AnchorSideRight.Cont'
+#7#24'LanguageSettingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le' +'rol'#7#24'LanguageSettingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
+'ft'#3#4#1#6'Height'#2#21#3'Top'#2#25#5'Width'#3#188#0#7'Anchors'#11#5'akTop' +#4'Left'#3#4#1#6'Height'#2#29#3'Top'#2' '#5'Width'#3#187#0#7'Anchors'#11#5'a'
+#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20 +'kTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineCompl'
+'cbactSearchAscending'#0#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom' +'ete'#20'cbactSearchAscending'#0#19'BorderSpacing.Right'#2#6#20'BorderSpacin'
+#2#6#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#12'Multilingual'#0#0#0#9'TGr' +'g.Bottom'#2#6#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#12'Multilingual'#0
+'oupBox'#17'OtherInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'Anch' +#0#0#9'TGroupBox'#17'OtherInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
+'orSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'g'#3'Top'#3#213#0#5 +#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'l'#3'Top'#3
+'Width'#3#202#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2 +#243#0#5'Width'#3#201#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.A'
+#6#7'Caption'#6#10'Other Info'#12'ClientHeight'#2'g'#11'ClientWidth'#3#202#1 +'round'#2#6#7'Caption'#6#10'Other Info'#12'ClientHeight'#2'Y'#11'ClientWidth'
+#8'TabOrder'#2#3#0#6'TLabel'#16'DescriptionLabel'#21'AnchorSideTop.Control'#7 +#3#197#1#8'TabOrder'#2#3#0#5'TEdit'#15'DescriptionEdit'#22'AnchorSideLeft.Co'
+#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Hei' +'ntrol'#7#16'PanelOtherLabels'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'Anc'
+'ght'#2#13#3'Top'#2#4#5'Width'#2'C'#18'BorderSpacing.Left'#2#6#7'Caption'#6 +'horSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9
+#12'Description:'#11'ParentColor'#8#0#0#6'TLabel'#14'CopyrightLabel'#22'Anch' +'asrBottom'#4'Left'#2'Z'#6'Height'#2#21#5'Width'#3'e'#1#7'Anchors'#11#5'akTo'
+'orSideLeft.Control'#7#16'DescriptionLabel'#21'AnchorSideTop.Control'#7#13'C' +'p'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'
+'opyrightEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2 +#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#13'CopyrightEdit'#22'AnchorSideLeft.Contro'
+#13#3'Top'#2#31#5'Width'#2':'#7'Caption'#6#10'Copyright:'#11'ParentColor'#8#0 +'l'#7#15'DescriptionEdit'#21'AnchorSideTop.Control'#7#15'DescriptionEdit'#18
+#0#5'TEdit'#15'DescriptionEdit'#22'AnchorSideLeft.Control'#7#16'DescriptionL' +'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherIn'
+'abel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7 +'foGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'Z'#6'Height'#2
+#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'O'#6 +#21#3'Top'#2#27#5'Width'#3'e'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
+'Height'#2#21#5'Width'#3'q'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 +#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#1#0#0#7
+#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#5 +'TButton'#20'AdditionalInfoButton'#21'AnchorSideTop.Control'#7#13'CopyrightE'
+'TEdit'#13'CopyrightEdit'#22'AnchorSideLeft.Control'#7#15'DescriptionEdit'#21 +'dit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17
+'AnchorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asr' +'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBot'
+'Bottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRi' +'tom.Side'#7#9'asrBottom'#4'Left'#3'Y'#1#6'Height'#2#29#3'Top'#2'6'#5'Width'
+'ght.Side'#7#9'asrBottom'#4'Left'#2'O'#6'Height'#2#21#3'Top'#2#27#5'Width'#3 +#2'f'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Aro'
+'q'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6 +'und'#2#6#7'Caption'#6#15'Additional Info'#7'OnClick'#7#25'AdditionalInfoBut'
+#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#1#0#0#7'TButton'#20'AdditionalInf' +'tonClick'#8'TabOrder'#2#2#0#0#6'TPanel'#16'PanelOtherLabels'#6'Height'#2'/'
+'oButton'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Sid' +#5'Width'#2'T'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'/'
+'e'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'An' +#11'ClientWidth'#2'T'#8'TabOrder'#2#3#0#6'TLabel'#14'CopyrightLabel'#22'Anch'
+'chorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom' +'orSideLeft.Control'#7#16'DescriptionLabel'#18'AnchorSideTop.Side'#7#9'asrCe'
+#4'Left'#3'j'#1#6'Height'#2#26#3'Top'#2'6'#5'Width'#2'V'#7'Anchors'#11#5'akT' +'nter'#4'Left'#2#7#6'Height'#2#20#3'Top'#2#27#5'Width'#2'B'#7'Caption'#6#10
+'op'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15 +'Copyright:'#11'ParentColor'#8#0#0#6'TLabel'#16'DescriptionLabel'#18'AnchorS'
+'Additional Info'#7'OnClick'#7#25'AdditionalInfoButtonClick'#8'TabOrder'#2#2 +'ideTop.Side'#7#9'asrCenter'#4'Left'#2#7#6'Height'#2#20#3'Top'#2#1#5'Width'#2
+#0#0#0#0#5'TPage'#8'i18nPage'#7'Caption'#6#4'i18n'#11'ClientWidth'#3#218#1#12 +'M'#18'BorderSpacing.Left'#2#6#7'Caption'#6#12'Description:'#11'ParentColor'
+'ClientHeight'#3'{'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSideLeft.Cont' +#8#0#0#0#0#0#5'TPage'#8'i18nPage'#7'Caption'#6#4'i18n'#11'ClientWidth'#3#213
+'rol'#7#17'OtherInfoGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInfoGrou' +#1#12'ClientHeight'#3'c'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSideLeft'
+'pBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17 +'.Control'#7#17'OtherInfoGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInf'
+'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'He' +'oGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
+'ight'#2'J'#3'Top'#2'"'#5'Width'#3#206#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20 +#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
+'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHeight'#2 +#6'Height'#2'P'#3'Top'#2'"'#5'Width'#3#201#1#5'Align'#7#5'alTop'#8'AutoSize'
+'J'#11'ClientWidth'#3#206#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabel'#6 +#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHeigh'
+'Height'#2#20#5'Width'#3#132#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20 +'t'#2'='#11'ClientWidth'#3#197#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabe'
+'PO Output Directory:'#11'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'An' +'l'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#132#0#20'BorderSpacing.'
+'chorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Control'#7#13'PoO' +'Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11'ParentColor'#8#0#0#5'T'
+'utDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contro' ,'Edit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'Anc'
,'l'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#26#5'Width'#3 +'horSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBotto'
+#160#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around' +'m'#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2
+#2#6#8'TabOrder'#2#0#4'Text'#6#12'POOutDirEdit'#0#0#7'TButton'#14'POOutDirBu' +#23#3'Top'#2' '#5'Width'#3#155#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
+'tton'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7 +#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#12'POOutDirEdit'#0
+#9'asrBottom'#23'AnchorSideRight.Control'#7#12'I18NGroupBox'#20'AnchorSideRi' +#0#7'TButton'#14'POOutDirButton'#21'AnchorSideTop.Control'#7#13'PoOutDirLabe'
+'ght.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3 +'l'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#12'I'
+#172#1#6'Height'#2#23#3'Top'#2#26#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akR' +'18NGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Si'
+'ight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#19'PO' +'de'#7#9'asrBottom'#4'Left'#3#167#1#6'Height'#2#23#3'Top'#2' '#5'Width'#2#24
+'OutDirButtonClick'#8'TabOrder'#2#1#0#0#0#9'TCheckBox'#18'EnableI18NCheckBox' +#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'
+#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#206#1#5'Align'#7#5'alTop' +#6#3'...'#7'OnClick'#7#19'POOutDirButtonClick'#8'TabOrder'#2#1#0#0#0#9'TChec'
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'Enable i18n'#8'OnChange'#7#24 +'kBox'#18'EnableI18NCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'
+'EnableI18NCheckBoxChange'#8'TabOrder'#2#1#0#0#0#0#6'TPanel'#11'PODBtnPanel' +#3#201#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'En'
+#6'Height'#2'&'#3'Top'#3'{'#1#5'Width'#3#218#1#5'Align'#7#8'alBottom'#8'Auto' +'able i18n'#8'OnChange'#7#24'EnableI18NCheckBoxChange'#8'TabOrder'#2#1#0#0#0
+'Size'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'&'#11'ClientWidth'#3 +#0#6'TPanel'#11'PODBtnPanel'#6'Height'#2'.'#3'Top'#3#130#1#5'Width'#3#217#1#5
+#218#1#8'TabOrder'#2#1#0#7'TBitBtn'#8'OKButton'#21'AnchorSideBottom.Side'#7#9 +'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeig'
+'asrBottom'#4'Left'#3'5'#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'K'#5'Align'#7 +'ht'#2'.'#11'ClientWidth'#3#217#1#8'TabOrder'#2#1#0#7'TBitBtn'#8'OKButton'#21
+#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'&OK'#21 +'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'2'#1#6'Height'#2'"'#3'Top'#2
+'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Default'#9#4'Ki' +#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'
+'nd'#7#4'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0#7'TB' +#2#6#7'Caption'#6#3'&OK'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWi'
+'itBtn'#12'CancelButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSi' +'dth'#2'K'#7'Default'#9#4'Kind'#7#4'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2
+'deBottom.Side'#7#9'asrBottom'#4'Left'#3#134#1#6'Height'#2#26#3'Top'#2#6#5'W' +#0#8'TabOrder'#2#0#0#0#7'TBitBtn'#12'CancelButton'#20'AnchorSideRight.Side'#7
+'idth'#2'N'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6 +#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#131#1#6'Hei'
+#6'Cancel'#9#7'Caption'#6#6'Cancel'#21'Constraints.MinHeight'#2#25#20'Constr' +'ght'#2'"'#3'Top'#2#6#5'Width'#2'P'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'B'
+'aints.MinWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs' +'orderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#21'Constraints.'
+#2#0#8'TabOrder'#2#1#0#0#7'TBitBtn'#10'HelpButton'#21'AnchorSideBottom.Side' +'MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'Moda'
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#26#3'Top'#2#6#5'Width'#2'K'#5'Align' +'lResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#7'TBitBtn'#10'HelpButton'
+#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#5'&Help' +#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'"'#3'Top'#2
+#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#6'bk' +#6#5'Width'#2'K'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around'
+'Help'#9'NumGlyphs'#2#0#7'OnClick'#7#15'HelpButtonClick'#8'TabOrder'#2#2#0#0 +#2#6#7'Caption'#6#5'&Help'#21'Constraints.MinHeight'#2#25#20'Constraints.Min'
+#0#22'TSelectDirectoryDialog'#21'SelectDirectoryDialog'#11'FilterIndex'#2#0#4 +'Width'#2'K'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnClick'#7#15'HelpButton'
+'left'#2'X'#3'top'#3'p'#1#0#0#0 +'Click'#8'TabOrder'#2#2#0#0#0#22'TSelectDirectoryDialog'#21'SelectDirectoryD'
+'ialog'#11'FilterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0#0
]); ]);

View File

@ -51,6 +51,7 @@ type
CreateAppBundleButton: TButton; CreateAppBundleButton: TButton;
EnableI18NCheckBox: TCheckBox; EnableI18NCheckBox: TCheckBox;
I18NGroupBox: TGroupBox; I18NGroupBox: TGroupBox;
PanelOtherLabels: TPanel;
PODBtnPanel: TPanel; PODBtnPanel: TPanel;
PoOutDirLabel: TLabel; PoOutDirLabel: TLabel;