mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 06:09:29 +02:00
IDE: improved layout (bug #10809) from Ales Katona
git-svn-id: trunk@14120 -
This commit is contained in:
parent
11cb3a860e
commit
ebfeea36ca
@ -1,47 +1,47 @@
|
||||
object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 262
|
||||
Height = 417
|
||||
Height = 432
|
||||
Top = 209
|
||||
Width = 474
|
||||
HorzScrollBar.Page = 473
|
||||
VertScrollBar.Page = 416
|
||||
Width = 473
|
||||
HorzScrollBar.Page = 472
|
||||
VertScrollBar.Page = 431
|
||||
ActiveControl = Notebook
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'ProjectOptionsDialog'
|
||||
ClientHeight = 417
|
||||
ClientWidth = 474
|
||||
ClientHeight = 432
|
||||
ClientWidth = 473
|
||||
Constraints.MinHeight = 400
|
||||
Constraints.MinWidth = 400
|
||||
OnClose = ProjectOptionsClose
|
||||
Position = poScreenCenter
|
||||
object Notebook: TNotebook
|
||||
AnchorSideBottom.Control = PODBtnPanel
|
||||
Height = 379
|
||||
Width = 474
|
||||
Height = 386
|
||||
Width = 473
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
PageIndex = 0
|
||||
TabOrder = 0
|
||||
object ApplicationPage: TPage
|
||||
Caption = 'ApplicationPage'
|
||||
ClientWidth = 466
|
||||
ClientHeight = 353
|
||||
ClientWidth = 469
|
||||
ClientHeight = 355
|
||||
object AppSettingsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 166
|
||||
Top = 6
|
||||
Width = 454
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AppSettingsGroupBox'
|
||||
ClientHeight = 148
|
||||
ClientWidth = 450
|
||||
ClientHeight = 147
|
||||
ClientWidth = 453
|
||||
TabOrder = 0
|
||||
object TitleLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 20
|
||||
Top = 6
|
||||
Width = 438
|
||||
Width = 441
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -52,8 +52,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
object TitleEdit: TEdit
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 20
|
||||
Width = 438
|
||||
Top = 26
|
||||
Width = 441
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -64,7 +64,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 52
|
||||
Width = 438
|
||||
Width = 441
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
Caption = 'UseAppBundleCheckBox'
|
||||
@ -74,7 +74,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 118
|
||||
Width = 438
|
||||
Width = 441
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
Caption = 'UseXPManifestCheckBox'
|
||||
@ -82,9 +82,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object CreateAppBundleButton: TButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Height = 29
|
||||
Top = 82
|
||||
Width = 140
|
||||
Width = 167
|
||||
AutoSize = True
|
||||
Caption = 'CreateAppBundleButton'
|
||||
OnClick = CreateAppBundleButtonClick
|
||||
@ -93,21 +93,21 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object OutputSettingsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 67
|
||||
Height = 74
|
||||
Top = 178
|
||||
Width = 454
|
||||
Width = 457
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'OutputSettingsGroupBox'
|
||||
ClientHeight = 49
|
||||
ClientWidth = 450
|
||||
ClientHeight = 55
|
||||
ClientWidth = 453
|
||||
TabOrder = 1
|
||||
object TargetFileLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 20
|
||||
Top = 6
|
||||
Width = 438
|
||||
Width = 441
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -118,8 +118,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
object TargetFileEdit: TEdit
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 20
|
||||
Width = 438
|
||||
Top = 26
|
||||
Width = 441
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -131,24 +131,24 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object FormsPage: TPage
|
||||
Caption = 'FormsPage'
|
||||
ClientWidth = 466
|
||||
ClientHeight = 353
|
||||
ClientWidth = 469
|
||||
ClientHeight = 355
|
||||
OnContextPopup = FormsPageContextPopup
|
||||
OnResize = FormsPageResize
|
||||
object FormsAutoCreatedLabel: TLabel
|
||||
Left = 36
|
||||
Height = 14
|
||||
Height = 20
|
||||
Top = 10
|
||||
Width = 117
|
||||
Width = 156
|
||||
Caption = 'FormsAutoCreatedLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object FormsAvailFormsLabel: TLabel
|
||||
AnchorSideLeft.Control = FormsAvailFormsListBox
|
||||
Left = 266
|
||||
Height = 14
|
||||
Height = 20
|
||||
Top = 10
|
||||
Width = 107
|
||||
Width = 144
|
||||
Caption = 'FormsAvailFormsLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -157,13 +157,14 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
||||
Left = 36
|
||||
Height = 290
|
||||
Height = 289
|
||||
Top = 32
|
||||
Width = 194
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
MultiSelect = True
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object FormsAvailFormsListBox: TListBox
|
||||
AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
|
||||
@ -172,13 +173,14 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
||||
Left = 266
|
||||
Height = 290
|
||||
Height = 289
|
||||
Top = 32
|
||||
Width = 194
|
||||
Width = 197
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
MultiSelect = True
|
||||
TabOrder = 1
|
||||
TopIndex = -1
|
||||
end
|
||||
object FormsMoveAutoCreatedFormUpBtn: TArrow
|
||||
Left = 6
|
||||
@ -217,9 +219,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object FormsAutoCreateNewFormsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 328
|
||||
Width = 454
|
||||
Height = 22
|
||||
Top = 327
|
||||
Width = 457
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'FormsAutoCreateNewFormsCheckBox'
|
||||
@ -228,15 +230,15 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object MiscPage: TPage
|
||||
Caption = 'MiscPage'
|
||||
ClientWidth = 466
|
||||
ClientHeight = 353
|
||||
ClientWidth = 469
|
||||
ClientHeight = 355
|
||||
object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox
|
||||
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 31
|
||||
Width = 454
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
|
||||
@ -246,9 +248,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 56
|
||||
Width = 454
|
||||
Height = 22
|
||||
Top = 62
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
|
||||
@ -256,9 +258,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object MainUnitIsPascalSourceCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 19
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 454
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitIsPascalSourceCheckBox'
|
||||
@ -268,9 +270,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 81
|
||||
Width = 454
|
||||
Height = 22
|
||||
Top = 90
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasTitleStatementCheckBox'
|
||||
@ -280,9 +282,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 112
|
||||
Width = 454
|
||||
Height = 22
|
||||
Top = 124
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Around = 6
|
||||
@ -293,9 +295,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = RunnableCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 137
|
||||
Width = 454
|
||||
Height = 22
|
||||
Top = 152
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AlwaysBuildCheckBox'
|
||||
@ -304,38 +306,39 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object LazDocPage: TPage
|
||||
Caption = 'LazDocPage'
|
||||
ClientWidth = 466
|
||||
ClientHeight = 353
|
||||
ClientWidth = 469
|
||||
ClientHeight = 355
|
||||
object LazDocPathsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 196
|
||||
Height = 203
|
||||
Top = 6
|
||||
Width = 454
|
||||
Width = 457
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocPathsGroupBox'
|
||||
ClientHeight = 196
|
||||
ClientWidth = 454
|
||||
ClientHeight = 184
|
||||
ClientWidth = 453
|
||||
TabOrder = 0
|
||||
object LazDocListBox: TListBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 108
|
||||
Top = 6
|
||||
Width = 438
|
||||
Width = 441
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object LazDocAddPathButton: TButton
|
||||
AnchorSideLeft.Control = LazDocPathsGroupBox
|
||||
AnchorSideTop.Control = LazDocListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Height = 29
|
||||
Top = 120
|
||||
Width = 135
|
||||
Width = 155
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocAddPathButton'
|
||||
@ -347,10 +350,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LazDocListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 147
|
||||
Height = 23
|
||||
Left = 167
|
||||
Height = 29
|
||||
Top = 120
|
||||
Width = 147
|
||||
Width = 172
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocDeletePathButton'
|
||||
@ -364,8 +367,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = LazDocBrowseButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 149
|
||||
Width = 408
|
||||
Top = 155
|
||||
Width = 411
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 3
|
||||
@ -376,9 +379,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = LazDocPathsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 420
|
||||
Left = 423
|
||||
Height = 23
|
||||
Top = 149
|
||||
Top = 155
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
@ -390,13 +393,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object SavePage: TPage
|
||||
Caption = 'SavePage'
|
||||
ClientWidth = 474
|
||||
ClientHeight = 379
|
||||
ClientWidth = 469
|
||||
ClientHeight = 355
|
||||
object SaveClosedUnitInfoCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 462
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SaveClosedUnitInfoCheckBox'
|
||||
@ -408,7 +411,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 462
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SaveOnlyProjectUnitInfoCheckBox'
|
||||
@ -422,7 +425,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 117
|
||||
Top = 68
|
||||
Width = 462
|
||||
Width = 457
|
||||
Align = alTop
|
||||
AutoFill = True
|
||||
BorderSpacing.Top = 6
|
||||
@ -441,30 +444,30 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object VersionInfoPage: TPage
|
||||
Caption = 'VersionInfoPage'
|
||||
ClientWidth = 470
|
||||
ClientHeight = 347
|
||||
ClientWidth = 469
|
||||
ClientHeight = 355
|
||||
object VersionInfoGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = LanguageSettingsGroupBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 100
|
||||
Top = 32
|
||||
Width = 458
|
||||
Height = 111
|
||||
Top = 34
|
||||
Width = 457
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Version Numbering'
|
||||
ClientHeight = 100
|
||||
ClientWidth = 458
|
||||
ClientHeight = 92
|
||||
ClientWidth = 453
|
||||
TabOrder = 0
|
||||
object VersionLabel: TLabel
|
||||
AnchorSideLeft.Control = VersionInfoGroupBox
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 6
|
||||
Width = 47
|
||||
Width = 52
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Version:'
|
||||
ParentColor = False
|
||||
@ -474,9 +477,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 106
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 6
|
||||
Width = 88
|
||||
Width = 95
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Major Revision:'
|
||||
@ -487,9 +490,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 206
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 6
|
||||
Width = 88
|
||||
Width = 95
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Minor Revision:'
|
||||
@ -500,9 +503,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 306
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 6
|
||||
Width = 32
|
||||
Width = 36
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Build:'
|
||||
@ -514,7 +517,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 306
|
||||
Height = 20
|
||||
Top = 25
|
||||
Top = 32
|
||||
Width = 70
|
||||
TabOrder = 0
|
||||
Text = '0'
|
||||
@ -525,7 +528,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 25
|
||||
Top = 32
|
||||
Width = 70
|
||||
TabOrder = 1
|
||||
end
|
||||
@ -535,7 +538,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 106
|
||||
Height = 20
|
||||
Top = 25
|
||||
Top = 32
|
||||
Width = 70
|
||||
TabOrder = 2
|
||||
end
|
||||
@ -545,7 +548,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 206
|
||||
Height = 20
|
||||
Top = 25
|
||||
Top = 32
|
||||
Width = 70
|
||||
TabOrder = 3
|
||||
end
|
||||
@ -554,9 +557,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = VersionSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 57
|
||||
Width = 183
|
||||
Height = 22
|
||||
Top = 64
|
||||
Width = 204
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Automatically increase Build'
|
||||
@ -565,9 +568,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object UseVersionInfoCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 20
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 458
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Include Version Info in executable'
|
||||
@ -578,23 +581,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 69
|
||||
Top = 138
|
||||
Width = 458
|
||||
Height = 86
|
||||
Top = 151
|
||||
Width = 457
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Language Options'
|
||||
ClientHeight = 69
|
||||
ClientWidth = 458
|
||||
ClientHeight = 67
|
||||
ClientWidth = 453
|
||||
TabOrder = 2
|
||||
object LanguageSelectionLabel: TLabel
|
||||
AnchorSideLeft.Control = LanguageSettingsGroupBox
|
||||
AnchorSideTop.Control = LanguageSettingsGroupBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 6
|
||||
Width = 116
|
||||
Width = 131
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Language Selection:'
|
||||
ParentColor = False
|
||||
@ -604,9 +607,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LanguageSettingsGroupBox
|
||||
Left = 260
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 6
|
||||
Width = 81
|
||||
Width = 94
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Character Set:'
|
||||
ParentColor = False
|
||||
@ -616,8 +619,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = LanguageSelectionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 25
|
||||
Height = 29
|
||||
Top = 32
|
||||
Width = 248
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Top = 2
|
||||
@ -632,9 +635,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = LanguageSettingsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 260
|
||||
Height = 21
|
||||
Top = 25
|
||||
Width = 188
|
||||
Height = 29
|
||||
Top = 32
|
||||
Width = 187
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Right = 6
|
||||
@ -648,46 +651,24 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 103
|
||||
Top = 213
|
||||
Width = 458
|
||||
Height = 108
|
||||
Top = 243
|
||||
Width = 457
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Other Info'
|
||||
ClientHeight = 103
|
||||
ClientWidth = 458
|
||||
ClientHeight = 89
|
||||
ClientWidth = 453
|
||||
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
|
||||
AnchorSideLeft.Control = DescriptionLabel
|
||||
AnchorSideLeft.Control = PanelOtherLabels
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 79
|
||||
Left = 90
|
||||
Height = 21
|
||||
Width = 369
|
||||
Width = 357
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -699,10 +680,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 79
|
||||
Left = 90
|
||||
Height = 21
|
||||
Top = 27
|
||||
Width = 369
|
||||
Width = 357
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -714,10 +695,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 362
|
||||
Height = 26
|
||||
Left = 345
|
||||
Height = 29
|
||||
Top = 54
|
||||
Width = 86
|
||||
Width = 102
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -725,12 +706,41 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
OnClick = AdditionalInfoButtonClick
|
||||
TabOrder = 2
|
||||
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
|
||||
object i18nPage: TPage
|
||||
Caption = 'i18n'
|
||||
ClientWidth = 474
|
||||
ClientHeight = 379
|
||||
ClientWidth = 469
|
||||
ClientHeight = 355
|
||||
object I18NGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = OtherInfoGroupBox
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
@ -738,18 +748,20 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 74
|
||||
Height = 80
|
||||
Top = 34
|
||||
Width = 462
|
||||
Width = 457
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'i18n Options'
|
||||
ClientHeight = 74
|
||||
ClientWidth = 462
|
||||
ClientHeight = 61
|
||||
ClientWidth = 453
|
||||
TabOrder = 0
|
||||
object PoOutDirLabel: TLabel
|
||||
Left = 6
|
||||
Height = 20
|
||||
Top = 6
|
||||
Width = 132
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'PO Output Directory:'
|
||||
@ -762,8 +774,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = POOutDirButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 26
|
||||
Width = 416
|
||||
Top = 32
|
||||
Width = 411
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
@ -775,9 +787,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = I18NGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 428
|
||||
Left = 423
|
||||
Height = 23
|
||||
Top = 26
|
||||
Top = 32
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
@ -790,7 +802,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 462
|
||||
Width = 457
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Enable i18n'
|
||||
@ -800,19 +812,19 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
end
|
||||
object PODBtnPanel: TPanel
|
||||
Height = 38
|
||||
Top = 379
|
||||
Width = 474
|
||||
Height = 46
|
||||
Top = 386
|
||||
Width = 473
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 38
|
||||
ClientWidth = 474
|
||||
ClientHeight = 46
|
||||
ClientWidth = 473
|
||||
TabOrder = 1
|
||||
object OKButton: TBitBtn
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 309
|
||||
Height = 26
|
||||
Left = 306
|
||||
Height = 34
|
||||
Top = 6
|
||||
Width = 75
|
||||
Align = alRight
|
||||
@ -830,10 +842,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
object CancelButton: TBitBtn
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 390
|
||||
Height = 26
|
||||
Left = 387
|
||||
Height = 34
|
||||
Top = 6
|
||||
Width = 78
|
||||
Width = 80
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -849,7 +861,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
object HelpButton: TBitBtn
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 26
|
||||
Height = 34
|
||||
Top = 6
|
||||
Width = 75
|
||||
Align = alLeft
|
||||
|
@ -2,143 +2,144 @@
|
||||
|
||||
LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
'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
|
||||
+#18'VertScrollBar.Page'#3#160#1#13'ActiveControl'#7#8'Notebook'#11'BorderIco'
|
||||
+'ght'#3#176#1#3'Top'#3#209#0#5'Width'#3#217#1#18'HorzScrollBar.Page'#3#216#1
|
||||
+#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'
|
||||
+'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'
|
||||
+'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'
|
||||
+'p'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2
|
||||
+'trol'#7#11'PODBtnPanel'#6'Height'#3#130#1#5'Width'#3#217#1#5'Align'#7#5'alT'
|
||||
+'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'
|
||||
+'nPage'#11'ClientWidth'#3#210#1#12'ClientHeight'#3'a'#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
|
||||
+'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#201#1
|
||||
+#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
|
||||
+#0#6'TLabel'#10'TitleLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#3
|
||||
+#182#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2
|
||||
+'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#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#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
|
||||
+#182#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'
|
||||
+#0#0#5'TEdit'#9'TitleEdit'#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#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'
|
||||
+'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
|
||||
+'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
|
||||
+#0#9'TGroupBox'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2'C'#3'Top'
|
||||
+#3#178#0#5'Width'#3#198#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing'
|
||||
+'.Around'#2#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHeight'#2'1'
|
||||
+#11'ClientWidth'#3#194#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
|
||||
+#0#9'TGroupBox'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2'J'#3'Top'
|
||||
+#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'7'
|
||||
+#11'ClientWidth'#3#197#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFileLabel'#4'L'
|
||||
+'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
|
||||
+#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'
|
||||
+'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'
|
||||
+'ntHeight'#3'a'#1#14'OnContextPopup'#7#21'FormsPageContextPopup'#8'OnResize'
|
||||
+'age'#9'FormsPage'#7'Caption'#6#9'FormsPage'#11'ClientWidth'#3#213#1#12'Clie'
|
||||
+'ntHeight'#3'c'#1#14'OnContextPopup'#7#21'FormsPageContextPopup'#8'OnResize'
|
||||
+#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'
|
||||
+'l'#11'ParentColor'#8#0#0#6'TLabel'#20'FormsAvailFormsLabel'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#22'FormsAvailFormsListBox'#4'Left'#3#10#1#6'Height'#2#14#3'To'
|
||||
+'p'#2#10#5'Width'#2'k'#7'Caption'#6#20'FormsAvailFormsLabel'#11'ParentColor'
|
||||
+#8#0#0#8'TListBox'#23'FormsAutoCreatedListBox'#22'AnchorSideLeft.Control'#7
|
||||
+#29'FormsMoveAutoCreatedFormUpBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2'$'
|
||||
+#6'Height'#3'"'#1#3'Top'#2' '#5'Width'#3#194#0#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'MultiSelect'#9#8'TabOrder'
|
||||
+#2#0#0#0#8'TListBox'#22'FormsAvailFormsListBox'#22'AnchorSideLeft.Control'#7
|
||||
+#29'FormsAddToAutoCreatedFormsBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#9'FormsPage'#20'AnchorSideRight.Side'#7#9'asrBot'
|
||||
+'tom'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'L'
|
||||
+'eft'#3#10#1#6'Height'#3'"'#1#3'Top'#2' '#5'Width'#3#194#0#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'Mu'
|
||||
+'ltiSelect'#9#8'TabOrder'#2#1#0#0#6'TArrow'#29'FormsMoveAutoCreatedFormUpBtn'
|
||||
+#4'Left'#2#6#6'Height'#2#24#3'Top'#2' '#5'Width'#2#24#9'ArrowType'#7#4'atUp'
|
||||
+#7'OnClick'#7'"FormsMoveAutoCreatedFormUpBtnClick'#0#0#6'TArrow FormsMoveAut'
|
||||
+'oCreatedFormsDownBtn'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'<'#5'Width'#2#24#9
|
||||
+'ArrowType'#7#6'atDown'#7'OnClick'#7'$FormsMoveAutoCreatedFormDownBtnClick'#0
|
||||
+#0#6'TArrow"FormsRemoveFromAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7
|
||||
+#23'FormsAutoCreatedListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#236#0#6'Height'#2#24#3'Top'#2' '#5'Width'#2#24#9'ArrowType'#7#7'atRight'#20
|
||||
,'BorderSpacing.Around'#2#6#7'OnClick'#7'''FormsRemoveFromAutoCreatedFormsBtn'
|
||||
+'Click'#0#0#6'TArrow'#29'FormsAddToAutoCreatedFormsBtn'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7'"FormsRemoveFromAutoCreatedFormsBtn'#4'Left'#3#236#0#6'Height'#2#24
|
||||
+#3'Top'#2'<'#5'Width'#2#24#7'OnClick'#7'"FormsAddToAutoCreatedFormsBtnClick'
|
||||
+#0#0#9'TCheckBox'#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2#6#6'Height'#2
|
||||
+#19#3'Top'#3'H'#1#5'Width'#3#198#1#5'Align'#7#8'alBottom'#20'BorderSpacing.A'
|
||||
+'round'#2#6#7'Caption'#6#31'FormsAutoCreateNewFormsCheckBox'#8'TabOrder'#2#2
|
||||
+#0#0#0#5'TPage'#8'MiscPage'#7'Caption'#6#8'MiscPage'#11'ClientWidth'#3#210#1
|
||||
+#12'ClientHeight'#3'a'#1#0#9'TCheckBox)MainUnitHasUsesSectionForAllUnitsChec'
|
||||
+'kBox'#21'AnchorSideTop.Control'#7#30'MainUnitIsPascalSourceCheckBox'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#31#5'Wi'
|
||||
+'dth'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+')MainUnitHasUsesSectionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'
|
||||
+'''MainUnitHasCreateFormStatementsCheckBox'#21'AnchorSideTop.Control'#7')Mai'
|
||||
+'nUnitHasUsesSectionForAllUnitsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'8'#5'Width'#3#198#1#5'Align'#7#5'alT'
|
||||
+'op'#20'BorderSpacing.Around'#2#6#7'Caption'#6'''MainUnitHasCreateFormStatem'
|
||||
+'entsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'MainUnitIsPascalSourceChe'
|
||||
+'ckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'Width'#3#198#1#5'Align'#7#5
|
||||
+'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceC'
|
||||
+'heckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'
|
||||
+#21'AnchorSideTop.Control'#7'''MainUnitHasCreateFormStatementsCheckBox'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'Q'#5
|
||||
+'Width'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+'!MainUnitHasTitleStatementCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#16'Run'
|
||||
+'nableCheckBox'#21'AnchorSideTop.Control'#7'!MainUnitHasTitleStatementCheckB'
|
||||
+'ox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'
|
||||
+#2'p'#5'Width'#3#198#1#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'Bord'
|
||||
+'erSpacing.Around'#2#6#7'Caption'#6#16'RunnableCheckBox'#8'TabOrder'#2#3#0#0
|
||||
+#9'TCheckBox'#19'AlwaysBuildCheckBox'#21'AnchorSideTop.Control'#7#16'Runnabl'
|
||||
+'eCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19
|
||||
+#3'Top'#3#137#0#5'Width'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#19'AlwaysBuildCheckBox'#8'TabOrder'#2#4#0#0#0#5'TPage'#10
|
||||
+'LazDocPage'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'#3#210#1#12'ClientHe'
|
||||
+'ight'#3'a'#1#0#9'TGroupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3
|
||||
+#196#0#3'Top'#2#6#5'Width'#3#198#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Bord'
|
||||
+'erSpacing.Around'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'
|
||||
+#3#196#0#11'ClientWidth'#3#198#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocList'
|
||||
+'Box'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'l'#3'T'
|
||||
+'op'#2#6#5'Width'#3#182#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8
|
||||
+'TabOrder'#2#0#0#0#7'TButton'#19'LazDocAddPathButton'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'LazDocListBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'x'
|
||||
+#5'Width'#3#135#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19
|
||||
+'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2
|
||||
+#1#0#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19
|
||||
+'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
||||
+'p.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#3#147#0#6'Height'#2#23#3'Top'#2'x'#5'Width'#3#147#0#8'AutoSize'#9#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27
|
||||
+'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#5'TEdit'#14'LazDocPathEdit'
|
||||
+'Height'#2#20#3'Top'#2#10#5'Width'#3#156#0#7'Caption'#6#21'FormsAutoCreatedL'
|
||||
+'abel'#11'ParentColor'#8#0#0#6'TLabel'#20'FormsAvailFormsLabel'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#22'FormsAvailFormsListBox'#4'Left'#3#10#1#6'Height'#2#20#3
|
||||
+'Top'#2#10#5'Width'#3#144#0#7'Caption'#6#20'FormsAvailFormsLabel'#11'ParentC'
|
||||
+'olor'#8#0#0#8'TListBox'#23'FormsAutoCreatedListBox'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#29'FormsMoveAutoCreatedFormUpBtn'#19'AnchorSideLeft.Side'#7#9'asrBott'
|
||||
+'om'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Le'
|
||||
+'ft'#2'$'#6'Height'#3'!'#1#3'Top'#2' '#5'Width'#3#194#0#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'MultiSelect'#9#8
|
||||
+'TabOrder'#2#0#8'TopIndex'#2#255#0#0#8'TListBox'#22'FormsAvailFormsListBox'
|
||||
+#22'AnchorSideLeft.Control'#7#29'FormsAddToAutoCreatedFormsBtn'#19'AnchorSid'
|
||||
+'eLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'FormsPage'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'FormsA'
|
||||
+'utoCreateNewFormsCheckBox'#4'Left'#3#10#1#6'Height'#3'!'#1#3'Top'#2' '#5'Wi'
|
||||
+'dth'#3#197#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'B'
|
||||
+'orderSpacing.Around'#2#6#11'MultiSelect'#9#8'TabOrder'#2#1#8'TopIndex'#2#255
|
||||
+#0#0#6'TArrow'#29'FormsMoveAutoCreatedFormUpBtn'#4'Left'#2#6#6'Height'#2#24#3
|
||||
+'Top'#2' '#5'Width'#2#24#9'ArrowType'#7#4'atUp'#7'OnClick'#7'"FormsMoveAutoC'
|
||||
+'reatedFormUpBtnClick'#0#0#6'TArrow FormsMoveAutoCreatedFormsDownBtn'#4'Left'
|
||||
+#2#6#6'Height'#2#24#3'Top'#2'<'#5'Width'#2#24#9'ArrowType'#7#6'atDown'#7'OnC'
|
||||
+'lick'#7'$FormsMoveAutoCreatedFormDownBtnClick'#0#0#6'TArrow"FormsRemoveFrom'
|
||||
+'AutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAutoCreatedListBo'
|
||||
+'x'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#236#0#6'Height'#2#24#3
|
||||
,'Top'#2' '#5'Width'#2#24#9'ArrowType'#7#7'atRight'#20'BorderSpacing.Around'#2
|
||||
+#6#7'OnClick'#7'''FormsRemoveFromAutoCreatedFormsBtnClick'#0#0#6'TArrow'#29
|
||||
+'FormsAddToAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7'"FormsRemoveFro'
|
||||
+'mAutoCreatedFormsBtn'#4'Left'#3#236#0#6'Height'#2#24#3'Top'#2'<'#5'Width'#2
|
||||
+#24#7'OnClick'#7'"FormsAddToAutoCreatedFormsBtnClick'#0#0#9'TCheckBox'#31'Fo'
|
||||
+'rmsAutoCreateNewFormsCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3'G'#1#5'W'
|
||||
+'idth'#3#201#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#31'FormsAutoCreateNewFormsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPage'#8'Misc'
|
||||
+'Page'#7'Caption'#6#8'MiscPage'#11'ClientWidth'#3#213#1#12'ClientHeight'#3'c'
|
||||
+#1#0#9'TCheckBox)MainUnitHasUsesSectionForAllUnitsCheckBox'#21'AnchorSideTop'
|
||||
+'.Control'#7#30'MainUnitIsPascalSourceCheckBox'#18'AnchorSideTop.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#201#1#5'Align'#7
|
||||
+#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6')MainUnitHasUsesSectionF'
|
||||
+'orAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox''MainUnitHasCreateFormS'
|
||||
+'tatementsCheckBox'#21'AnchorSideTop.Control'#7')MainUnitHasUsesSectionForAl'
|
||||
+'lUnitsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#22#3'Top'#2'>'#5'Width'#3#201#1#5'Align'#7#5'alTop'#20'BorderSpacing.Arou'
|
||||
+'nd'#2#6#7'Caption'#6'''MainUnitHasCreateFormStatementsCheckBox'#8'TabOrder'
|
||||
+#2#1#0#0#9'TCheckBox'#30'MainUnitIsPascalSourceCheckBox'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#22#3'Top'#2#6#5'Width'#3#201#1#5'Align'#7#5'alTop'#20'BorderSpacing.Ar'
|
||||
+'ound'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceCheckBox'#8'TabOrder'#2#2#0
|
||||
+#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'#21'AnchorSideTop.Control'#7
|
||||
+'''MainUnitHasCreateFormStatementsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'Z'#5'Width'#3#201#1#5'Align'#7#5
|
||||
+'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6'!MainUnitHasTitleStatement'
|
||||
+'CheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#16'RunnableCheckBox'#21'AnchorSi'
|
||||
+'deTop.Control'#7'!MainUnitHasTitleStatementCheckBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'|'#5'Width'#3#201#1#5'Al'
|
||||
+'ign'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Ca'
|
||||
+'ption'#6#16'RunnableCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#19'AlwaysBui'
|
||||
+'ldCheckBox'#21'AnchorSideTop.Control'#7#16'RunnableCheckBox'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152#0#5'Width'#3
|
||||
+#201#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Alwa'
|
||||
+'ysBuildCheckBox'#8'TabOrder'#2#4#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6
|
||||
+#10'LazDocPage'#11'ClientWidth'#3#213#1#12'ClientHeight'#3'c'#1#0#9'TGroupBo'
|
||||
+'x'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3#203#0#3'Top'#2#6#5'Width'
|
||||
+#3#201#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Ca'
|
||||
+'ption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#184#0#11'ClientWidth'#3
|
||||
+#197#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#185#1#5
|
||||
+'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#8'TopIndex'#2
|
||||
+#255#0#0#7'TButton'#19'LazDocAddPathButton'#22'AnchorSideLeft.Control'#7#19
|
||||
+'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'LazDocListBox'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'x'#5'Widt'
|
||||
+'h'#3#155#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'LazDo'
|
||||
+'cAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1#0
|
||||
+#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19'Laz'
|
||||
+'DocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#167#0#6'Height'#2#29#3'Top'#2'x'#5'Width'#3#172#0#8'AutoSize'#9#20'BorderSp'
|
||||
+'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'
|
||||
+'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
|
||||
+'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
|
||||
+#0#7'TButton'#18'LazDocBrowseButton'#21'AnchorSideTop.Control'#7#19'LazDocAd'
|
||||
+'dPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
|
||||
+'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'
|
||||
+#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
|
||||
+'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'
|
||||
+'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'
|
||||
+#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
|
||||
+'SaveOnlyProjectUnitInfoCheckBox'#21'AnchorSideTop.Control'#7#26'SaveClosedU'
|
||||
+'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
|
||||
+#11'TRadioGroup'#29'SaveSessionLocationRadioGroup'#21'AnchorSideTop.Control'
|
||||
+#7#31'SaveOnlyProjectUnitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#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
|
||||
+#7'Caption'#6#29'SaveSessionLocationRadioGroup'#28'ChildSizing.LeftRightSpac'
|
||||
+'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'
|
||||
+'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'
|
||||
+'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'
|
||||
+#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'
|
||||
+'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'
|
||||
+#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'
|
||||
+'Left.Control'#7#15'VersionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#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'
|
||||
+#18'MinorRevisionLabel'#22'AnchorSideLeft.Control'#7#21'MajorRevisionSpinEdi'
|
||||
+'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'
|
||||
+'nor Revision:'#11'ParentColor'#8#0#0#6'TLabel'#10'BuildLabel'#22'AnchorSide'
|
||||
+'Left.Control'#7#21'MinorRevisionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBo'
|
||||
+'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
|
||||
+'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
|
||||
+#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'
|
||||
+'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
|
||||
+#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'
|
||||
+'nchorSideLeft.Control'#7#18'MinorRevisionLabel'#21'AnchorSideTop.Control'#7
|
||||
+#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'
|
||||
+'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'
|
||||
+'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'
|
||||
+'nfo in executable'#8'OnChange'#7#28'UseVersionInfoCheckBoxChange'#8'TabOrde'
|
||||
+'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'
|
||||
,#2'E'#3'Top'#3#138#0#5'Width'#3#202#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'B'
|
||||
,#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#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'
|
||||
+#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'
|
||||
+'rSideTop.Control'#7#24'LanguageSettingsGroupBox'#4'Left'#2#6#6'Height'#2#13
|
||||
+#3'Top'#2#6#5'Width'#2't'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Langu'
|
||||
+'age Selection:'#11'ParentColor'#8#0#0#6'TLabel'#17'CharacterSetLabel'#22'An'
|
||||
+'chorSideLeft.Control'#7#25'LanguageSelectionComboBox'#19'AnchorSideLeft.Sid'
|
||||
+'e'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'LanguageSettingsGroupBox'#4
|
||||
+'Left'#3#4#1#6'Height'#2#13#3'Top'#2#6#5'Width'#2'Q'#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#14'Character Set:'#11'ParentColor'#8#0#0#9'TComboBox'#25'L'
|
||||
+'anguageSelectionComboBox'#22'AnchorSideLeft.Control'#7#22'LanguageSelection'
|
||||
+'Label'#21'AnchorSideTop.Control'#7#22'LanguageSelectionLabel'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#25#5'Width'#3
|
||||
+#248#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAsce'
|
||||
+'nding'#0#17'BorderSpacing.Top'#2#2#20'BorderSpacing.Bottom'#2#6#9'MaxLength'
|
||||
+#2#0#8'TabOrder'#2#0#4'Text'#6#12'U.S. English'#0#0#9'TComboBox'#20'Characte'
|
||||
+'rSetComboBox'#22'AnchorSideLeft.Control'#7#17'CharacterSetLabel'#21'AnchorS'
|
||||
+'ideTop.Control'#7#25'LanguageSelectionComboBox'#23'AnchorSideRight.Control'
|
||||
+#7#24'LanguageSettingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#3#4#1#6'Height'#2#21#3'Top'#2#25#5'Width'#3#188#0#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||
+'cbactSearchAscending'#0#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'
|
||||
+#2#6#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#12'Multilingual'#0#0#0#9'TGr'
|
||||
+'oupBox'#17'OtherInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'Anch'
|
||||
+'orSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'g'#3'Top'#3#213#0#5
|
||||
+'Width'#3#202#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#10'Other Info'#12'ClientHeight'#2'g'#11'ClientWidth'#3#202#1
|
||||
+#8'TabOrder'#2#3#0#6'TLabel'#16'DescriptionLabel'#21'AnchorSideTop.Control'#7
|
||||
+#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#13#3'Top'#2#4#5'Width'#2'C'#18'BorderSpacing.Left'#2#6#7'Caption'#6
|
||||
+#12'Description:'#11'ParentColor'#8#0#0#6'TLabel'#14'CopyrightLabel'#22'Anch'
|
||||
+'orSideLeft.Control'#7#16'DescriptionLabel'#21'AnchorSideTop.Control'#7#13'C'
|
||||
+'opyrightEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2
|
||||
+#13#3'Top'#2#31#5'Width'#2':'#7'Caption'#6#10'Copyright:'#11'ParentColor'#8#0
|
||||
+#0#5'TEdit'#15'DescriptionEdit'#22'AnchorSideLeft.Control'#7#16'DescriptionL'
|
||||
+'abel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
|
||||
+#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'O'#6
|
||||
+'Height'#2#21#5'Width'#3'q'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#5
|
||||
+'TEdit'#13'CopyrightEdit'#22'AnchorSideLeft.Control'#7#15'DescriptionEdit'#21
|
||||
+'AnchorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
+'Bottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#4'Left'#2'O'#6'Height'#2#21#3'Top'#2#27#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'TButton'#20'AdditionalInf'
|
||||
+'oButton'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3'j'#1#6'Height'#2#26#3'Top'#2'6'#5'Width'#2'V'#7'Anchors'#11#5'akT'
|
||||
+'op'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15
|
||||
+'Additional Info'#7'OnClick'#7#25'AdditionalInfoButtonClick'#8'TabOrder'#2#2
|
||||
+#0#0#0#0#5'TPage'#8'i18nPage'#7'Caption'#6#4'i18n'#11'ClientWidth'#3#218#1#12
|
||||
+'ClientHeight'#3'{'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#17'OtherInfoGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInfoGrou'
|
||||
+'pBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17
|
||||
+'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'He'
|
||||
+'ight'#2'J'#3'Top'#2'"'#5'Width'#3#206#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHeight'#2
|
||||
+'J'#11'ClientWidth'#3#206#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabel'#6
|
||||
+'Height'#2#20#5'Width'#3#132#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20
|
||||
+'PO Output Directory:'#11'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'An'
|
||||
+'chorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Control'#7#13'PoO'
|
||||
+'utDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contro'
|
||||
,'l'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#26#5'Width'#3
|
||||
+#160#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'
|
||||
+#2#6#8'TabOrder'#2#0#4'Text'#6#12'POOutDirEdit'#0#0#7'TButton'#14'POOutDirBu'
|
||||
+'tton'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#23'AnchorSideRight.Control'#7#12'I18NGroupBox'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#172#1#6'Height'#2#23#3'Top'#2#26#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akR'
|
||||
+'ight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#19'PO'
|
||||
+'OutDirButtonClick'#8'TabOrder'#2#1#0#0#0#9'TCheckBox'#18'EnableI18NCheckBox'
|
||||
+#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'Caption'#6#11'Enable i18n'#8'OnChange'#7#24
|
||||
+'EnableI18NCheckBoxChange'#8'TabOrder'#2#1#0#0#0#0#6'TPanel'#11'PODBtnPanel'
|
||||
+#6'Height'#2'&'#3'Top'#3'{'#1#5'Width'#3#218#1#5'Align'#7#8'alBottom'#8'Auto'
|
||||
+'Size'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'&'#11'ClientWidth'#3
|
||||
+#218#1#8'TabOrder'#2#1#0#7'TBitBtn'#8'OKButton'#21'AnchorSideBottom.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3'5'#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'K'#5'Align'#7
|
||||
+#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'&OK'#21
|
||||
+'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Default'#9#4'Ki'
|
||||
+'nd'#7#4'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0#7'TB'
|
||||
+'itBtn'#12'CancelButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSi'
|
||||
+'deBottom.Side'#7#9'asrBottom'#4'Left'#3#134#1#6'Height'#2#26#3'Top'#2#6#5'W'
|
||||
+'idth'#2'N'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
|
||||
+#6'Cancel'#9#7'Caption'#6#6'Cancel'#21'Constraints.MinHeight'#2#25#20'Constr'
|
||||
+'aints.MinWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'
|
||||
+#2#0#8'TabOrder'#2#1#0#0#7'TBitBtn'#10'HelpButton'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#26#3'Top'#2#6#5'Width'#2'K'#5'Align'
|
||||
+#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#5'&Help'
|
||||
+#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#6'bk'
|
||||
+'Help'#9'NumGlyphs'#2#0#7'OnClick'#7#15'HelpButtonClick'#8'TabOrder'#2#2#0#0
|
||||
+#0#22'TSelectDirectoryDialog'#21'SelectDirectoryDialog'#11'FilterIndex'#2#0#4
|
||||
+'left'#2'X'#3'top'#3'p'#1#0#0#0
|
||||
+'rSideTop.Control'#7#24'LanguageSettingsGroupBox'#4'Left'#2#6#6'Height'#2#20
|
||||
+#3'Top'#2#6#5'Width'#3#131#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'La'
|
||||
+'nguage Selection:'#11'ParentColor'#8#0#0#6'TLabel'#17'CharacterSetLabel'#22
|
||||
+'AnchorSideLeft.Control'#7#25'LanguageSelectionComboBox'#19'AnchorSideLeft.S'
|
||||
+'ide'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'LanguageSettingsGroupBox'
|
||||
+#4'Left'#3#4#1#6'Height'#2#20#3'Top'#2#6#5'Width'#2'^'#20'BorderSpacing.Arou'
|
||||
+'nd'#2#6#7'Caption'#6#14'Character Set:'#11'ParentColor'#8#0#0#9'TComboBox'
|
||||
+#25'LanguageSelectionComboBox'#22'AnchorSideLeft.Control'#7#22'LanguageSelec'
|
||||
+'tionLabel'#21'AnchorSideTop.Control'#7#22'LanguageSelectionLabel'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2' '#5'Width'
|
||||
+#3#248#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAs'
|
||||
+'cending'#0#17'BorderSpacing.Top'#2#2#20'BorderSpacing.Bottom'#2#6#9'MaxLeng'
|
||||
+'th'#2#0#8'TabOrder'#2#0#4'Text'#6#12'U.S. English'#0#0#9'TComboBox'#20'Char'
|
||||
+'acterSetComboBox'#22'AnchorSideLeft.Control'#7#17'CharacterSetLabel'#21'Anc'
|
||||
+'horSideTop.Control'#7#25'LanguageSelectionComboBox'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#24'LanguageSettingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3#4#1#6'Height'#2#29#3'Top'#2' '#5'Width'#3#187#0#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineCompl'
|
||||
+'ete'#20'cbactSearchAscending'#0#19'BorderSpacing.Right'#2#6#20'BorderSpacin'
|
||||
+'g.Bottom'#2#6#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#12'Multilingual'#0
|
||||
+#0#0#9'TGroupBox'#17'OtherInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'l'#3'Top'#3
|
||||
+#243#0#5'Width'#3#201#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.A'
|
||||
+'round'#2#6#7'Caption'#6#10'Other Info'#12'ClientHeight'#2'Y'#11'ClientWidth'
|
||||
+#3#197#1#8'TabOrder'#2#3#0#5'TEdit'#15'DescriptionEdit'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#16'PanelOtherLabels'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'Anc'
|
||||
+'horSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2'Z'#6'Height'#2#21#5'Width'#3'e'#1#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'
|
||||
+#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#13'CopyrightEdit'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#15'DescriptionEdit'#21'AnchorSideTop.Control'#7#15'DescriptionEdit'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherIn'
|
||||
+'foGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'Z'#6'Height'#2
|
||||
+#21#3'Top'#2#27#5'Width'#3'e'#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
|
||||
+'TButton'#20'AdditionalInfoButton'#21'AnchorSideTop.Control'#7#13'CopyrightE'
|
||||
+'dit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17
|
||||
+'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBot'
|
||||
+'tom.Side'#7#9'asrBottom'#4'Left'#3'Y'#1#6'Height'#2#29#3'Top'#2'6'#5'Width'
|
||||
+#2'f'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Aro'
|
||||
+'und'#2#6#7'Caption'#6#15'Additional Info'#7'OnClick'#7#25'AdditionalInfoBut'
|
||||
+'tonClick'#8'TabOrder'#2#2#0#0#6'TPanel'#16'PanelOtherLabels'#6'Height'#2'/'
|
||||
+#5'Width'#2'T'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'/'
|
||||
+#11'ClientWidth'#2'T'#8'TabOrder'#2#3#0#6'TLabel'#14'CopyrightLabel'#22'Anch'
|
||||
+'orSideLeft.Control'#7#16'DescriptionLabel'#18'AnchorSideTop.Side'#7#9'asrCe'
|
||||
+'nter'#4'Left'#2#7#6'Height'#2#20#3'Top'#2#27#5'Width'#2'B'#7'Caption'#6#10
|
||||
+'Copyright:'#11'ParentColor'#8#0#0#6'TLabel'#16'DescriptionLabel'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrCenter'#4'Left'#2#7#6'Height'#2#20#3'Top'#2#1#5'Width'#2
|
||||
+'M'#18'BorderSpacing.Left'#2#6#7'Caption'#6#12'Description:'#11'ParentColor'
|
||||
+#8#0#0#0#0#0#5'TPage'#8'i18nPage'#7'Caption'#6#4'i18n'#11'ClientWidth'#3#213
|
||||
+#1#12'ClientHeight'#3'c'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSideLeft'
|
||||
+'.Control'#7#17'OtherInfoGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInf'
|
||||
+'oGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2'P'#3'Top'#2'"'#5'Width'#3#201#1#5'Align'#7#5'alTop'#8'AutoSize'
|
||||
+#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHeigh'
|
||||
+'t'#2'='#11'ClientWidth'#3#197#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabe'
|
||||
+'l'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#132#0#20'BorderSpacing.'
|
||||
+'Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11'ParentColor'#8#0#0#5'T'
|
||||
,'Edit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'Anc'
|
||||
+'horSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2
|
||||
+#23#3'Top'#2' '#5'Width'#3#155#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#12'POOutDirEdit'#0
|
||||
+#0#7'TButton'#14'POOutDirButton'#21'AnchorSideTop.Control'#7#13'PoOutDirLabe'
|
||||
+'l'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#12'I'
|
||||
+'18NGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#3#167#1#6'Height'#2#23#3'Top'#2' '#5'Width'#2#24
|
||||
+#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#3'...'#7'OnClick'#7#19'POOutDirButtonClick'#8'TabOrder'#2#1#0#0#0#9'TChec'
|
||||
+'kBox'#18'EnableI18NCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'
|
||||
+#3#201#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'En'
|
||||
+'able i18n'#8'OnChange'#7#24'EnableI18NCheckBoxChange'#8'TabOrder'#2#1#0#0#0
|
||||
+#0#6'TPanel'#11'PODBtnPanel'#6'Height'#2'.'#3'Top'#3#130#1#5'Width'#3#217#1#5
|
||||
+'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeig'
|
||||
+'ht'#2'.'#11'ClientWidth'#3#217#1#8'TabOrder'#2#1#0#7'TBitBtn'#8'OKButton'#21
|
||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'2'#1#6'Height'#2'"'#3'Top'#2
|
||||
+#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#3'&OK'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWi'
|
||||
+'dth'#2'K'#7'Default'#9#4'Kind'#7#4'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2
|
||||
+#0#8'TabOrder'#2#0#0#0#7'TBitBtn'#12'CancelButton'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#131#1#6'Hei'
|
||||
+'ght'#2'"'#3'Top'#2#6#5'Width'#2'P'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'B'
|
||||
+'orderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#21'Constraints.'
|
||||
+'MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'Moda'
|
||||
+'lResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#7'TBitBtn'#10'HelpButton'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'"'#3'Top'#2
|
||||
+#6#5'Width'#2'K'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#5'&Help'#21'Constraints.MinHeight'#2#25#20'Constraints.Min'
|
||||
+'Width'#2'K'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnClick'#7#15'HelpButton'
|
||||
+'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
|
||||
]);
|
||||
|
@ -51,6 +51,7 @@ type
|
||||
CreateAppBundleButton: TButton;
|
||||
EnableI18NCheckBox: TCheckBox;
|
||||
I18NGroupBox: TGroupBox;
|
||||
PanelOtherLabels: TPanel;
|
||||
PODBtnPanel: TPanel;
|
||||
PoOutDirLabel: TLabel;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user