mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 14:29:34 +02:00
IDE: project options: moved misc options to the end
git-svn-id: trunk@21087 -
This commit is contained in:
parent
ffa0361690
commit
3914c05c4d
@ -1,13 +1,13 @@
|
||||
object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 383
|
||||
Height = 495
|
||||
Top = 105
|
||||
Width = 512
|
||||
Left = 398
|
||||
Height = 501
|
||||
Top = 177
|
||||
Width = 517
|
||||
ActiveControl = Notebook
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'ProjectOptionsDialog'
|
||||
ClientHeight = 495
|
||||
ClientWidth = 512
|
||||
ClientHeight = 501
|
||||
ClientWidth = 517
|
||||
Constraints.MinHeight = 490
|
||||
Constraints.MinWidth = 510
|
||||
OnClose = ProjectOptionsClose
|
||||
@ -15,28 +15,28 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
LCLVersion = '0.9.27'
|
||||
object Notebook: TNotebook
|
||||
Left = 0
|
||||
Height = 447
|
||||
Height = 453
|
||||
Top = 0
|
||||
Width = 512
|
||||
Width = 517
|
||||
Align = alClient
|
||||
BorderSpacing.Bottom = 6
|
||||
PageIndex = 3
|
||||
PageIndex = 4
|
||||
TabOrder = 0
|
||||
object ApplicationPage: TPage
|
||||
Caption = 'ApplicationPage'
|
||||
ClientWidth = 508
|
||||
ClientHeight = 416
|
||||
ClientWidth = 513
|
||||
ClientHeight = 422
|
||||
object AppSettingsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 286
|
||||
Top = 6
|
||||
Width = 496
|
||||
Width = 501
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AppSettingsGroupBox'
|
||||
ClientHeight = 267
|
||||
ClientWidth = 492
|
||||
ClientWidth = 497
|
||||
TabOrder = 0
|
||||
object TitleLabel: TLabel
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
@ -81,7 +81,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 106
|
||||
Height = 27
|
||||
Top = 6
|
||||
Width = 380
|
||||
Width = 385
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 100
|
||||
BorderSpacing.Around = 6
|
||||
@ -131,9 +131,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
TabOrder = 3
|
||||
object IconImage: TImage
|
||||
Left = 1
|
||||
Height = 124
|
||||
Height = 122
|
||||
Top = 1
|
||||
Width = 124
|
||||
Width = 122
|
||||
Align = alClient
|
||||
Center = True
|
||||
OnPictureChanged = IconImagePictureChanged
|
||||
@ -207,13 +207,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 82
|
||||
Top = 298
|
||||
Width = 496
|
||||
Width = 501
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'OutputSettingsGroupBox'
|
||||
ClientHeight = 63
|
||||
ClientWidth = 492
|
||||
ClientWidth = 497
|
||||
TabOrder = 1
|
||||
object TargetFileLabel: TLabel
|
||||
AnchorSideLeft.Control = OutputSettingsGroupBox
|
||||
@ -235,7 +235,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 480
|
||||
Width = 485
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
@ -260,8 +260,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object FormsPage: TPage
|
||||
Caption = 'FormsPage'
|
||||
ClientWidth = 508
|
||||
ClientHeight = 426
|
||||
ClientWidth = 513
|
||||
ClientHeight = 422
|
||||
OnResize = FormsPageResize
|
||||
object FormsAutoCreatedLabel: TLabel
|
||||
Left = 36
|
||||
@ -337,7 +337,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
||||
Left = 36
|
||||
Height = 367
|
||||
Height = 363
|
||||
Top = 30
|
||||
Width = 194
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
@ -356,9 +356,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
||||
Left = 266
|
||||
Height = 367
|
||||
Height = 363
|
||||
Top = 30
|
||||
Width = 236
|
||||
Width = 241
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
@ -371,129 +371,29 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = FormsAutoCreatedListBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 403
|
||||
Width = 496
|
||||
Top = 399
|
||||
Width = 501
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'FormsAutoCreateNewFormsCheckBox'
|
||||
TabOrder = 2
|
||||
end
|
||||
end
|
||||
object MiscPage: TPage
|
||||
Caption = 'MiscPage'
|
||||
ClientWidth = 508
|
||||
ClientHeight = 426
|
||||
object Bevel1: TBevel
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = MiscPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 3
|
||||
Top = 98
|
||||
Width = 496
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
end
|
||||
object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 29
|
||||
Width = 238
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
object MainUnitHasCreateFormStatementsCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 52
|
||||
Width = 235
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
|
||||
TabOrder = 1
|
||||
end
|
||||
object MainUnitIsPascalSourceCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MiscPage
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 183
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitIsPascalSourceCheckBox'
|
||||
TabOrder = 2
|
||||
end
|
||||
object MainUnitHasTitleStatementCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 75
|
||||
Width = 196
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasTitleStatementCheckBox'
|
||||
TabOrder = 5
|
||||
end
|
||||
object RunnableCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = Bevel1
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 104
|
||||
Width = 113
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'RunnableCheckBox'
|
||||
TabOrder = 3
|
||||
end
|
||||
object AlwaysBuildCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = RunnableCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 127
|
||||
Width = 123
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AlwaysBuildCheckBox'
|
||||
TabOrder = 4
|
||||
end
|
||||
object LRSInOutputDirCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = AlwaysBuildCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 150
|
||||
Width = 142
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LRSInOutputDirCheckBox'
|
||||
TabOrder = 6
|
||||
end
|
||||
end
|
||||
object LazDocPage: TPage
|
||||
Caption = 'LazDocPage'
|
||||
ClientWidth = 508
|
||||
ClientHeight = 416
|
||||
ClientWidth = 513
|
||||
ClientHeight = 422
|
||||
object LazDocPathsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 207
|
||||
Height = 192
|
||||
Top = 6
|
||||
Width = 496
|
||||
Width = 501
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocPathsGroupBox'
|
||||
ClientHeight = 188
|
||||
ClientWidth = 492
|
||||
ClientHeight = 173
|
||||
ClientWidth = 497
|
||||
TabOrder = 0
|
||||
object LazDocListBox: TListBox
|
||||
AnchorSideLeft.Control = LazDocPathsGroupBox
|
||||
@ -503,7 +403,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 108
|
||||
Top = 6
|
||||
Width = 480
|
||||
Width = 485
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
@ -518,7 +418,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 27
|
||||
Top = 120
|
||||
Width = 456
|
||||
Width = 461
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -534,7 +434,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = LazDocPathEdit
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 462
|
||||
Left = 467
|
||||
Height = 27
|
||||
Top = 120
|
||||
Width = 24
|
||||
@ -579,13 +479,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object SavePage: TPage
|
||||
Caption = 'SavePage'
|
||||
ClientWidth = 508
|
||||
ClientHeight = 426
|
||||
ClientWidth = 513
|
||||
ClientHeight = 422
|
||||
object SaveClosedUnitInfoCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 496
|
||||
Width = 501
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SaveClosedUnitInfoCheckBox'
|
||||
@ -597,7 +497,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 29
|
||||
Width = 496
|
||||
Width = 501
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SaveOnlyProjectUnitInfoCheckBox'
|
||||
@ -611,7 +511,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 4
|
||||
Top = 58
|
||||
Width = 496
|
||||
Width = 501
|
||||
Align = alTop
|
||||
AutoFill = True
|
||||
AutoSize = True
|
||||
@ -631,30 +531,30 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object VersionInfoPage: TPage
|
||||
Caption = 'VersionInfoPage'
|
||||
ClientWidth = 508
|
||||
ClientHeight = 426
|
||||
ClientWidth = 513
|
||||
ClientHeight = 422
|
||||
object VersionInfoGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = LanguageSettingsGroupBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 102
|
||||
Top = 29
|
||||
Width = 496
|
||||
Height = 116
|
||||
Top = 34
|
||||
Width = 501
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Version Numbering'
|
||||
ClientHeight = 83
|
||||
ClientWidth = 492
|
||||
ClientHeight = 97
|
||||
ClientWidth = 497
|
||||
TabOrder = 1
|
||||
object VersionLabel: TLabel
|
||||
AnchorSideLeft.Control = VersionInfoGroupBox
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 40
|
||||
Width = 52
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Version:'
|
||||
ParentColor = False
|
||||
@ -664,9 +564,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 106
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 75
|
||||
Width = 95
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Major Revision:'
|
||||
@ -677,9 +577,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 206
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 74
|
||||
Width = 95
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Minor Revision:'
|
||||
@ -690,9 +590,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 306
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 27
|
||||
Width = 36
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Build:'
|
||||
@ -703,8 +603,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = VersionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 26
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 70
|
||||
MaxValue = 65535
|
||||
TabOrder = 0
|
||||
@ -714,8 +614,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MajorRevisionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 106
|
||||
Height = 23
|
||||
Top = 26
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 70
|
||||
MaxValue = 65535
|
||||
TabOrder = 1
|
||||
@ -725,8 +625,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MinorRevisionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 206
|
||||
Height = 23
|
||||
Top = 26
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 70
|
||||
MaxValue = 65535
|
||||
TabOrder = 2
|
||||
@ -736,9 +636,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = VersionSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 61
|
||||
Width = 149
|
||||
Height = 22
|
||||
Top = 69
|
||||
Width = 204
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Automatically increase Build'
|
||||
@ -749,8 +649,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = BuildLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 306
|
||||
Height = 23
|
||||
Top = 26
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 70
|
||||
MaxValue = 65535
|
||||
TabOrder = 3
|
||||
@ -758,9 +658,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object UseVersionInfoCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 496
|
||||
Width = 501
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Include Version Info in executable'
|
||||
@ -771,23 +671,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 71
|
||||
Top = 137
|
||||
Width = 496
|
||||
Height = 84
|
||||
Top = 156
|
||||
Width = 501
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Language Options'
|
||||
ClientHeight = 52
|
||||
ClientWidth = 492
|
||||
ClientHeight = 65
|
||||
ClientWidth = 497
|
||||
TabOrder = 2
|
||||
object LanguageSelectionLabel: TLabel
|
||||
AnchorSideLeft.Control = LanguageSettingsGroupBox
|
||||
AnchorSideTop.Control = LanguageSettingsGroupBox
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 98
|
||||
Width = 131
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Language Selection:'
|
||||
ParentColor = False
|
||||
@ -797,9 +697,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LanguageSettingsGroupBox
|
||||
Left = 260
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 72
|
||||
Width = 94
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Character Set:'
|
||||
ParentColor = False
|
||||
@ -809,8 +709,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = LanguageSelectionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 26
|
||||
Height = 29
|
||||
Top = 30
|
||||
Width = 248
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -824,9 +724,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = LanguageSettingsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 260
|
||||
Height = 21
|
||||
Top = 26
|
||||
Width = 226
|
||||
Height = 29
|
||||
Top = 30
|
||||
Width = 231
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -839,23 +739,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 105
|
||||
Top = 214
|
||||
Width = 496
|
||||
Height = 126
|
||||
Top = 246
|
||||
Width = 501
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Other Info'
|
||||
ClientHeight = 86
|
||||
ClientWidth = 492
|
||||
ClientHeight = 107
|
||||
ClientWidth = 497
|
||||
TabOrder = 3
|
||||
object DescriptionLabel: TLabel
|
||||
AnchorSideTop.Control = DescriptionEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 4
|
||||
Width = 58
|
||||
Height = 18
|
||||
Top = 10
|
||||
Width = 77
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Description:'
|
||||
ParentColor = False
|
||||
@ -865,23 +765,25 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = CopyrightEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 33
|
||||
Width = 52
|
||||
Height = 18
|
||||
Top = 43
|
||||
Width = 66
|
||||
Caption = 'Copyright:'
|
||||
ParentColor = False
|
||||
end
|
||||
object DescriptionEdit: TEdit
|
||||
AnchorSideLeft.Control = DescriptionLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 74
|
||||
Height = 23
|
||||
Top = 0
|
||||
Width = 412
|
||||
Left = 93
|
||||
Height = 27
|
||||
Top = 6
|
||||
Width = 398
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 10
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
TabOrder = 0
|
||||
end
|
||||
@ -891,10 +793,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 74
|
||||
Height = 23
|
||||
Top = 29
|
||||
Width = 412
|
||||
Left = 93
|
||||
Height = 27
|
||||
Top = 39
|
||||
Width = 398
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -906,10 +808,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 390
|
||||
Height = 23
|
||||
Top = 58
|
||||
Width = 96
|
||||
Left = 386
|
||||
Height = 29
|
||||
Top = 72
|
||||
Width = 105
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -922,8 +824,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object i18nPage: TPage
|
||||
Caption = 'i18n'
|
||||
ClientWidth = 508
|
||||
ClientHeight = 426
|
||||
ClientWidth = 513
|
||||
ClientHeight = 422
|
||||
object I18NGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = OtherInfoGroupBox
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
@ -931,21 +833,21 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 73
|
||||
Top = 29
|
||||
Width = 496
|
||||
Height = 84
|
||||
Top = 34
|
||||
Width = 501
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'i18n Options'
|
||||
ClientHeight = 54
|
||||
ClientWidth = 492
|
||||
ClientHeight = 65
|
||||
ClientWidth = 497
|
||||
TabOrder = 0
|
||||
object PoOutDirLabel: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 103
|
||||
Width = 132
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'PO Output Directory:'
|
||||
ParentColor = False
|
||||
@ -956,9 +858,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = POOutDirButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 26
|
||||
Width = 456
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 461
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -972,9 +874,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = POOutDirEdit
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 462
|
||||
Height = 23
|
||||
Top = 26
|
||||
Left = 467
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
BorderSpacing.Right = 6
|
||||
@ -985,9 +887,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object EnableI18NCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 496
|
||||
Width = 501
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Enable i18n'
|
||||
@ -995,12 +897,112 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
object MiscPage: TPage
|
||||
Caption = 'MiscPage'
|
||||
ClientWidth = 513
|
||||
ClientHeight = 422
|
||||
object Bevel1: TBevel
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = MiscPage
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 3
|
||||
Top = 118
|
||||
Width = 501
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
end
|
||||
object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 316
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
object MainUnitHasCreateFormStatementsCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 62
|
||||
Width = 320
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
|
||||
TabOrder = 1
|
||||
end
|
||||
object MainUnitIsPascalSourceCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MiscPage
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 238
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitIsPascalSourceCheckBox'
|
||||
TabOrder = 2
|
||||
end
|
||||
object MainUnitHasTitleStatementCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 90
|
||||
Width = 263
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasTitleStatementCheckBox'
|
||||
TabOrder = 5
|
||||
end
|
||||
object RunnableCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = Bevel1
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 124
|
||||
Width = 145
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'RunnableCheckBox'
|
||||
TabOrder = 3
|
||||
end
|
||||
object AlwaysBuildCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = RunnableCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 152
|
||||
Width = 161
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AlwaysBuildCheckBox'
|
||||
TabOrder = 4
|
||||
end
|
||||
object LRSInOutputDirCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = AlwaysBuildCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 180
|
||||
Width = 184
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LRSInOutputDirCheckBox'
|
||||
TabOrder = 6
|
||||
end
|
||||
end
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 36
|
||||
Top = 453
|
||||
Width = 500
|
||||
Top = 459
|
||||
Width = 505
|
||||
TabOrder = 1
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowBevel = False
|
||||
|
@ -1,19 +1,19 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
'TPF0'#21'TProjectOptionsDialog'#20'ProjectOptionsDialog'#4'Left'#3''#1#6'He'
|
||||
+'ight'#3#239#1#3'Top'#2'i'#5'Width'#3#0#2#13'ActiveControl'#7#8'Notebook'#11
|
||||
+'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#20'ProjectOptionsDialog'#12
|
||||
+'ClientHeight'#3#239#1#11'ClientWidth'#3#0#2#21'Constraints.MinHeight'#3#234
|
||||
+#1#20'Constraints.MinWidth'#3#254#1#7'OnClose'#7#19'ProjectOptionsClose'#8'P'
|
||||
+'osition'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TNotebook'#8'N'
|
||||
+'otebook'#4'Left'#2#0#6'Height'#3#191#1#3'Top'#2#0#5'Width'#3#0#2#5'Align'#7
|
||||
+#8'alClient'#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2#3#8'TabOrder'#2#0#0
|
||||
'TPF0'#21'TProjectOptionsDialog'#20'ProjectOptionsDialog'#4'Left'#3#142#1#6'H'
|
||||
+'eight'#3#245#1#3'Top'#3#177#0#5'Width'#3#5#2#13'ActiveControl'#7#8'Notebook'
|
||||
+#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#20'ProjectOptionsDialog'
|
||||
+#12'ClientHeight'#3#245#1#11'ClientWidth'#3#5#2#21'Constraints.MinHeight'#3
|
||||
+#234#1#20'Constraints.MinWidth'#3#254#1#7'OnClose'#7#19'ProjectOptionsClose'
|
||||
+#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TNotebook'#8
|
||||
+'Notebook'#4'Left'#2#0#6'Height'#3#197#1#3'Top'#2#0#5'Width'#3#5#2#5'Align'#7
|
||||
+#8'alClient'#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2#4#8'TabOrder'#2#0#0
|
||||
+#5'TPage'#15'ApplicationPage'#7'Caption'#6#15'ApplicationPage'#11'ClientWidt'
|
||||
+'h'#3#252#1#12'ClientHeight'#3#160#1#0#9'TGroupBox'#19'AppSettingsGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#3#30#1#3'Top'#2#6#5'Width'#3#240#1#5'Align'#7#5'alTop'#8
|
||||
+'h'#3#1#2#12'ClientHeight'#3#166#1#0#9'TGroupBox'#19'AppSettingsGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#3#30#1#3'Top'#2#6#5'Width'#3#245#1#5'Align'#7#5'alTop'#8
|
||||
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AppSettingsGroupBo'
|
||||
+'x'#12'ClientHeight'#3#11#1#11'ClientWidth'#3#236#1#8'TabOrder'#2#0#0#6'TLab'
|
||||
+'x'#12'ClientHeight'#3#11#1#11'ClientWidth'#3#241#1#8'TabOrder'#2#0#0#6'TLab'
|
||||
+'el'#10'TitleLabel'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#9'TitleEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
||||
+#4'Left'#2#6#6'Height'#2#18#3'Top'#2#10#5'Width'#2'='#18'BorderSpacing.Left'
|
||||
@ -27,7 +27,7 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
+'k'#4'Left'#3#240#0#6'Height'#2#18#3'Top'#3#177#0#5'Width'#2']'#18'BorderSpa'
|
||||
+'cing.Left'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#14'IconTrackLabel'
|
||||
+#11'ParentColor'#8#0#0#5'TEdit'#9'TitleEdit'#19'AnchorSideLeft.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2'j'#6'Height'#2#27#3'Top'#2#6#5'Width'#3'|'#1#5'Align'#7#5
|
||||
+'Bottom'#4'Left'#2'j'#6'Height'#2#27#3'Top'#2#6#5'Width'#3#129#1#5'Align'#7#5
|
||||
+'alTop'#18'BorderSpacing.Left'#2'd'#20'BorderSpacing.Around'#2#6#8'TabOrder'
|
||||
+#2#0#4'Text'#6#9'TitleEdit'#0#0#9'TCheckBox'#20'UseAppBundleCheckBox'#22'Anc'
|
||||
+'horSideLeft.Control'#7#19'AppSettingsGroupBox'#21'AnchorSideTop.Control'#7#9
|
||||
@ -44,7 +44,7 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
+'.Left'#2'j'#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#10'BevelO'
|
||||
+'uter'#7#6'bvNone'#11'BorderWidth'#2#1#11'BorderStyle'#7#8'bsSingle'#12'Clie'
|
||||
+'ntHeight'#2'~'#11'ClientWidth'#2'~'#8'TabOrder'#2#3#0#6'TImage'#9'IconImage'
|
||||
+#4'Left'#2#1#6'Height'#2'|'#3'Top'#2#1#5'Width'#2'|'#5'Align'#7#8'alClient'#6
|
||||
+#4'Left'#2#1#6'Height'#2'z'#3'Top'#2#1#5'Width'#2'z'#5'Align'#7#8'alClient'#6
|
||||
+'Center'#9#16'OnPictureChanged'#7#23'IconImagePictureChanged'#0#0#0#7'TBitBt'
|
||||
+'n'#14'LoadIconButton'#22'AnchorSideLeft.Control'#7#9'IconPanel'#19'AnchorSi'
|
||||
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'IconPanel'#24'Anc'
|
||||
@ -68,9 +68,9 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
,#167#0#5'Width'#3#128#0#3'Max'#2#0#8'OnChange'#7#15'IconTrackChange'#8'Posit'
|
||||
+'ion'#2#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'TabOrder'#2#7#0#0#0
|
||||
+#9'TGroupBox'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2'R'#3'Top'#3
|
||||
+'*'#1#5'Width'#3#240#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Ar'
|
||||
+'*'#1#5'Width'#3#245#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Ar'
|
||||
+'ound'#2#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHeight'#2'?'#11
|
||||
+'ClientWidth'#3#236#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFileLabel'#22'Anc'
|
||||
+'ClientWidth'#3#241#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFileLabel'#22'Anc'
|
||||
+'horSideLeft.Control'#7#22'OutputSettingsGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'
|
||||
+#2'^'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'TargetFileLabel'#11'Paren'
|
||||
@ -78,7 +78,7 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
+'utputSettingsGroupBox'#21'AnchorSideTop.Control'#7#15'TargetFileLabel'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#22'OutputSe'
|
||||
+'ttingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#27#3'Top'#2#30#5'Width'#3#224#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'t'#2#27#3'Top'#2#30#5'Width'#3#229#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#14'TargetFil'
|
||||
+'eEdit'#0#0#0#7'TBitBtn'#21'CreateAppBundleButton'#22'AnchorSideLeft.Control'
|
||||
+#7#15'ApplicationPage'#21'AnchorSideTop.Control'#7#22'OutputSettingsGroupBox'
|
||||
@ -86,12 +86,12 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
+#130#1#5'Width'#3#170#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#21'CreateAppBundleButton'#9'NumGlyphs'#2#0#7'OnClick'#7#26'CreateAppBundl'
|
||||
+'eButtonClick'#8'TabOrder'#2#2#0#0#0#5'TPage'#9'FormsPage'#7'Caption'#6#9'Fo'
|
||||
+'rmsPage'#11'ClientWidth'#3#252#1#12'ClientHeight'#3#170#1#8'OnResize'#7#15
|
||||
+'FormsPageResize'#0#6'TLabel'#21'FormsAutoCreatedLabel'#4'Left'#2'$'#6'Heigh'
|
||||
+'t'#2#14#3'Top'#2#10#5'Width'#2'u'#7'Caption'#6#21'FormsAutoCreatedLabel'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#20'FormsAvailFormsLabel'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#22'FormsAvailFormsListBox'#4'Left'#3#10#1#6'Height'#2#14#3'Top'#2#10
|
||||
+#5'Width'#2'k'#7'Caption'#6#20'FormsAvailFormsLabel'#11'ParentColor'#8#0#0#12
|
||||
+'rmsPage'#11'ClientWidth'#3#1#2#12'ClientHeight'#3#166#1#8'OnResize'#7#15'Fo'
|
||||
+'rmsPageResize'#0#6'TLabel'#21'FormsAutoCreatedLabel'#4'Left'#2'$'#6'Height'
|
||||
+#2#14#3'Top'#2#10#5'Width'#2'u'#7'Caption'#6#21'FormsAutoCreatedLabel'#11'Pa'
|
||||
+'rentColor'#8#0#0#6'TLabel'#20'FormsAvailFormsLabel'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#22'FormsAvailFormsListBox'#4'Left'#3#10#1#6'Height'#2#14#3'Top'#2#10#5
|
||||
+'Width'#2'k'#7'Caption'#6#20'FormsAvailFormsLabel'#11'ParentColor'#8#0#0#12
|
||||
+'TSpeedButton'#29'FormsMoveAutoCreatedFormUpBtn'#22'AnchorSideLeft.Control'#7
|
||||
+#9'FormsPage'#21'AnchorSideTop.Control'#7#23'FormsAutoCreatedListBox'#4'Left'
|
||||
+#2#6#6'Height'#2#24#3'Top'#2'$'#5'Width'#2#24#20'BorderSpacing.Around'#2#6#5
|
||||
@ -115,7 +115,7 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
+'tBox'#22'AnchorSideLeft.Control'#7' FormsMoveAutoCreatedFormsDownBtn'#19'An'
|
||||
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'FormsAutoC'
|
||||
+'reatedLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#24'AnchorSideBottom.Cont'
|
||||
+'rol'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2'$'#6'Height'#3'o'#1#3
|
||||
+'rol'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2'$'#6'Height'#3'k'#1#3
|
||||
+'Top'#2#30#5'Width'#3#194#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20
|
||||
+'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#11'MultiSelect'#9#8'TabOrder'#2
|
||||
+#0#8'TopIndex'#2#255#0#0#8'TListBox'#22'FormsAvailFormsListBox'#22'AnchorSid'
|
||||
@ -123,233 +123,234 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
+#9'asrBottom'#21'AnchorSideTop.Control'#7#20'FormsAvailFormsLabel'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'FormsPage'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'Form'
|
||||
+'sAutoCreateNewFormsCheckBox'#4'Left'#3#10#1#6'Height'#3'o'#1#3'Top'#2#30#5
|
||||
+'Width'#3#236#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20
|
||||
+'sAutoCreateNewFormsCheckBox'#4'Left'#3#10#1#6'Height'#3'k'#1#3'Top'#2#30#5
|
||||
+'Width'#3#241#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20
|
||||
+'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#11'MultiSelect'#9#8'TabOrder'#2
|
||||
+#1#8'TopIndex'#2#255#0#0#9'TCheckBox'#31'FormsAutoCreateNewFormsCheckBox'#22
|
||||
+'AnchorSideLeft.Control'#7#29'FormsAddToAutoCreatedFormsBtn'#21'AnchorSideTo'
|
||||
+'p.Control'#7#23'FormsAutoCreatedListBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#3
|
||||
,#147#1#5'Width'#3#240#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7
|
||||
,#143#1#5'Width'#3#245#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#31'FormsAutoCreateNewFormsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPag'
|
||||
+'e'#8'MiscPage'#7'Caption'#6#8'MiscPage'#11'ClientWidth'#3#252#1#12'ClientHe'
|
||||
+'ight'#3#170#1#0#6'TBevel'#6'Bevel1'#22'AnchorSideLeft.Control'#7#8'MiscPage'
|
||||
+#21'AnchorSideTop.Control'#7'!MainUnitHasTitleStatementCheckBox'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#8'MiscPage'#20'Anc'
|
||||
+'horSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#3#3'Top'#2'b'#5'W'
|
||||
+'idth'#3#240#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacin'
|
||||
+'g.Around'#2#6#0#0#9'TCheckBox)MainUnitHasUsesSectionForAllUnitsCheckBox'#22
|
||||
+'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#30'MainUn'
|
||||
+'itIsPascalSourceCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2#17#3'Top'#2#29#5'Width'#3#238#0#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6')MainUnitHasUsesSectionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9
|
||||
+'TCheckBox''MainUnitHasCreateFormStatementsCheckBox'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#8'MiscPage'#21'AnchorSideTop.Control'#7')MainUnitHasUsesSectionForAll'
|
||||
+'UnitsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#17#3'Top'#2'4'#5'Width'#3#235#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+'''MainUnitHasCreateFormStatementsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'
|
||||
+#30'MainUnitIsPascalSourceCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'
|
||||
+#21'AnchorSideTop.Control'#7#8'MiscPage'#4'Left'#2#6#6'Height'#2#17#3'Top'#2
|
||||
+#6#5'Width'#3#183#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'MainUnitIsP'
|
||||
+'ascalSourceCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatem'
|
||||
+'entCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7'''MainUnitHasCreateFormStatementsCheckBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'K'#5'Width'#3#196#0#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6'!MainUnitHasTitleStatementCheckBox'#8'Tab'
|
||||
+'Order'#2#5#0#0#9'TCheckBox'#16'RunnableCheckBox'#22'AnchorSideLeft.Control'
|
||||
+#7#8'MiscPage'#21'AnchorSideTop.Control'#7#6'Bevel1'#4'Left'#2#6#6'Height'#2
|
||||
+#17#3'Top'#2'h'#5'Width'#2'q'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'R'
|
||||
+'unnableCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#19'AlwaysBuildCheckBox'#22
|
||||
+'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#16'Runnab'
|
||||
+'leCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17
|
||||
+#3'Top'#2''#5'Width'#2'{'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Alwa'
|
||||
+'ysBuildCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#22'LRSInOutputDirCheckBox'
|
||||
+#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#19'Alw'
|
||||
+'aysBuildCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#17#3'Top'#3#150#0#5'Width'#3#142#0#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||
+'ion'#6#22'LRSInOutputDirCheckBox'#8'TabOrder'#2#6#0#0#0#5'TPage'#10'LazDocP'
|
||||
+'age'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'#3#252#1#12'ClientHeight'#3
|
||||
+#160#1#0#9'TGroupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3#207#0#3
|
||||
+'Top'#2#6#5'Width'#3#240#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacin'
|
||||
+'g.Around'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#188#0
|
||||
+#11'ClientWidth'#3#236#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#22
|
||||
+'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroup'
|
||||
+'Box'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'l'#3'T'
|
||||
+'op'#2#6#5'Width'#3#224#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'B'
|
||||
+'orderSpacing.Around'#2#6#10'ItemHeight'#2#0#8'TabOrder'#2#0#8'TopIndex'#2
|
||||
+#255#0#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSideLeft.Control'#7#19'LazDocP'
|
||||
+'athsGroupBox'#21'AnchorSideTop.Control'#7#13'LazDocListBox'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'LazDocBrowseButton'
|
||||
+#4'Left'#2#6#6'Height'#2#27#3'Top'#2'x'#5'Width'#3#200#1#7'Anchors'#11#5'akT'
|
||||
+'op'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'
|
||||
+#2#6#20'BorderSpacing.Bottom'#2#6#8'TabOrder'#2#1#4'Text'#6#14'LazDocPathEdi'
|
||||
+'t'#0#0#7'TButton'#18'LazDocBrowseButton'#22'AnchorSideLeft.Control'#7#14'La'
|
||||
+'zDocPathEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#14'LazDocPathEdit'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupB'
|
||||
+'ox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7
|
||||
+#14'LazDocPathEdit'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#206#1
|
||||
+#6'Height'#2#27#3'Top'#2'x'#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#8
|
||||
+'akBottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#23
|
||||
+'LazDocBrowseButtonClick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#19'LazDocAddPathBut'
|
||||
+'ton'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.'
|
||||
+'Control'#7#14'LazDocPathEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
,#2#6#6'Height'#2#29#3'Top'#3#153#0#5'Width'#3#158#0#8'AutoSize'#9#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#19'LazDocAddPathButton'#9'NumGlyphs'#2#0#7
|
||||
+'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#3#0#0#7'TBitBtn'#22'L'
|
||||
+'azDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19'LazDocAddPathButton'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14'LazDo'
|
||||
+'cPathEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#170#0#6'Height'#2
|
||||
+#29#3'Top'#3#153#0#5'Width'#3#175#0#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#22'LazDocDeletePathButton'#9'NumGlyphs'#2#0#7'OnClick'#7#27
|
||||
+'LazDocDeletePathButtonClick'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7
|
||||
+'Caption'#6#8'SavePage'#11'ClientWidth'#3#252#1#12'ClientHeight'#3#170#1#0#9
|
||||
+'TCheckBox'#26'SaveClosedUnitInfoCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'
|
||||
+#2#6#5'Width'#3#240#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#17#3'Top'#2#29#5'Width'#3#240#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#4#3'Top'#2':'#5'Width'#3#240#1#5'Align'#7#5
|
||||
+'alTop'#8'AutoFill'#9#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Caption'#6#29'SaveSessionLocationRadioGroup'#28'ChildSizin'
|
||||
+'g.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing'
|
||||
+'.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVe'
|
||||
+'rtical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14
|
||||
+'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'Chil'
|
||||
+'dSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Controls'
|
||||
+'PerLine'#2#1#8'TabOrder'#2#2#0#0#0#5'TPage'#15'VersionInfoPage'#7'Caption'#6
|
||||
+#15'VersionInfoPage'#11'ClientWidth'#3#252#1#12'ClientHeight'#3#170#1#0#9'TG'
|
||||
+'roupBox'#19'VersionInfoGroupBox'#22'AnchorSideLeft.Control'#7#24'LanguageSe'
|
||||
+'ttingsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'f'#3'Top'#2#29#5'Width'#3#240#1#5
|
||||
+'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#17
|
||||
+'Version Numbering'#12'ClientHeight'#2'S'#11'ClientWidth'#3#236#1#8'TabOrder'
|
||||
+#2#1#0#6'TLabel'#12'VersionLabel'#22'AnchorSideLeft.Control'#7#19'VersionInf'
|
||||
+'oGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2#6#6
|
||||
+'Height'#2#14#3'Top'#2#6#5'Width'#2'('#20'BorderSpacing.Around'#2#6#7'Captio'
|
||||
+'n'#6#8'Version:'#11'ParentColor'#8#0#0#6'TLabel'#18'MajorRevisionLabel'#22
|
||||
+'AnchorSideLeft.Control'#7#15'VersionSpinEdit'#19'AnchorSideLeft.Side'#7#9'a'
|
||||
+'srBottom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2'j'#6
|
||||
+'Height'#2#14#3'Top'#2#6#5'Width'#2'K'#18'BorderSpacing.Left'#2#24#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#15'Major Revision:'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel'#18'MinorRevisionLabel'#22'AnchorSideLeft.Control'#7#21'MajorRevisio'
|
||||
+'nSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||
+#7#19'VersionInfoGroupBox'#4'Left'#3#206#0#6'Height'#2#14#3'Top'#2#6#5'Width'
|
||||
+#2'J'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#15'Minor Revision:'#11'ParentColor'#8#0#0#6'TLabel'#10'BuildLabel'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#21'MinorRevisionSpinEdit'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#3'2'
|
||||
+#1#6'Height'#2#14#3'Top'#2#6#5'Width'#2#27#18'BorderSpacing.Left'#2#24#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#7'Caption'#6#6'Build:'#11'ParentColor'#8#0#0#9'TSpi'
|
||||
+'nEdit'#15'VersionSpinEdit'#22'AnchorSideLeft.Control'#7#12'VersionLabel'#21
|
||||
+'AnchorSideTop.Control'#7#12'VersionLabel'#18'AnchorSideTop.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#26#5'Width'#2'F'#8'MaxValue'#4#255
|
||||
+#255#0#0#8'TabOrder'#2#0#0#0#9'TSpinEdit'#21'MajorRevisionSpinEdit'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#18'MajorRevisionLabel'#21'AnchorSideTop.Control'#7#18
|
||||
+'MajorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'j'#6'He'
|
||||
+'ight'#2#23#3'Top'#2#26#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2
|
||||
+#1#0#0#9'TSpinEdit'#21'MinorRevisionSpinEdit'#22'AnchorSideLeft.Control'#7#18
|
||||
+'MinorRevisionLabel'#21'AnchorSideTop.Control'#7#18'MinorRevisionLabel'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#23#3'Top'#2#26
|
||||
+#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2#2#0#0#9'TCheckBox"Aut'
|
||||
+'omaticallyIncreaseBuildCheckBox'#22'AnchorSideLeft.Control'#7#19'VersionInf'
|
||||
,'oGroupBox'#21'AnchorSideTop.Control'#7#15'VersionSpinEdit'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'='#5'Width'#3#149
|
||||
+#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#9'TSpinEdit'#13'BuildSpinEd'
|
||||
+'it'#22'AnchorSideLeft.Control'#7#10'BuildLabel'#21'AnchorSideTop.Control'#7
|
||||
+#10'BuildLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3'2'#1#6'Heigh'
|
||||
+'t'#2#23#3'Top'#2#26#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2#3
|
||||
+#0#0#0#9'TCheckBox'#22'UseVersionInfoCheckBox'#4'Left'#2#6#6'Height'#2#17#3
|
||||
+'Top'#2#6#5'Width'#3#240#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6'"Include Version Info in executable'#8'OnChange'#7#28'UseVersion'
|
||||
+'InfoCheckBoxChange'#8'TabOrder'#2#0#0#0#9'TGroupBox'#24'LanguageSettingsGro'
|
||||
+'upBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#6#6'Height'#2'G'#3'Top'#3#137#0#5'Width'#3#240#1#5'Alig'
|
||||
+'n'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'La'
|
||||
+'nguage Options'#12'ClientHeight'#2'4'#11'ClientWidth'#3#236#1#8'TabOrder'#2
|
||||
+#2#0#6'TLabel'#22'LanguageSelectionLabel'#22'AnchorSideLeft.Control'#7#24'La'
|
||||
+'nguageSettingsGroupBox'#21'AnchorSideTop.Control'#7#24'LanguageSettingsGrou'
|
||||
+'pBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'b'#20'BorderSpacing.'
|
||||
+'Around'#2#6#7'Caption'#6#19'Language Selection:'#11'ParentColor'#8#0#0#6'TL'
|
||||
+'abel'#17'CharacterSetLabel'#22'AnchorSideLeft.Control'#7#25'LanguageSelecti'
|
||||
+'onComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||
+#7#24'LanguageSettingsGroupBox'#4'Left'#3#4#1#6'Height'#2#14#3'Top'#2#6#5'Wi'
|
||||
+'dth'#2'H'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'Character Set:'#11'P'
|
||||
+'arentColor'#8#0#0#9'TComboBox'#25'LanguageSelectionComboBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#22'LanguageSelectionLabel'#21'AnchorSideTop.Control'#7#22'La'
|
||||
+'nguageSelectionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#21#3'Top'#2#26#5'Width'#3#248#0#17'BorderSpacing.Top'#2#2#20'Borde'
|
||||
+'rSpacing.Bottom'#2#6#10'ItemHeight'#2#0#8'TabOrder'#2#0#4'Text'#6#12'U.S. E'
|
||||
+'nglish'#0#0#9'TComboBox'#20'CharacterSetComboBox'#22'AnchorSideLeft.Control'
|
||||
+#7#17'CharacterSetLabel'#21'AnchorSideTop.Control'#7#25'LanguageSelectionCom'
|
||||
+'boBox'#23'AnchorSideRight.Control'#7#24'LanguageSettingsGroupBox'#20'Anchor'
|
||||
+'SideRight.Side'#7#9'asrBottom'#4'Left'#3#4#1#6'Height'#2#21#3'Top'#2#26#5'W'
|
||||
+'idth'#3#226#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacin'
|
||||
+'g.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#0#8'TabOrder'#2#1
|
||||
+#4'Text'#6#12'Multilingual'#0#0#0#9'TGroupBox'#17'OtherInfoGroupBox'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2'i'#3'Top'#3#214#0#5'Width'#3#240#1#5'Align'#7#5'alTop'#8
|
||||
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#10'Other Info'#12'Cli'
|
||||
+'entHeight'#2'V'#11'ClientWidth'#3#236#1#8'TabOrder'#2#3#0#6'TLabel'#16'Desc'
|
||||
+'riptionLabel'#21'AnchorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#4#5'Width'#2':'
|
||||
+#18'BorderSpacing.Left'#2#6#7'Caption'#6#12'Description:'#11'ParentColor'#8#0
|
||||
+#0#6'TLabel'#14'CopyrightLabel'#22'AnchorSideLeft.Control'#7#16'DescriptionL'
|
||||
+'abel'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'!'#5'Width'#2'4'#7'Caption'
|
||||
+#6#10'Copyright:'#11'ParentColor'#8#0#0#5'TEdit'#15'DescriptionEdit'#22'Anch'
|
||||
+'orSideLeft.Control'#7#16'DescriptionLabel'#19'AnchorSideLeft.Side'#7#9'asrB'
|
||||
+'ottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRig'
|
||||
+'ht.Side'#7#9'asrBottom'#4'Left'#2'J'#6'Height'#2#23#3'Top'#2#0#5'Width'#3
|
||||
+#156#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2
|
||||
+#10#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#13'CopyrightEdi'
|
||||
+'t'#22'AnchorSideLeft.Control'#7#15'DescriptionEdit'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSid'
|
||||
+'eRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2'J'#6'Height'#2#23#3'Top'#2#29#5'Width'#3#156#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'TBitBtn'#20'AdditionalInfoButton'#21'Ancho'
|
||||
+'rSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#134#1#6'H'
|
||||
+'eight'#2#23#3'Top'#2':'#5'Width'#2'`'#7'Anchors'#11#5'akTop'#7'akRight'#0#8
|
||||
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Additional Info'#9
|
||||
+'NumGlyphs'#2#0#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#252#1#12
|
||||
,'ClientHeight'#3#170#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#17'OtherInfoGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInfoGro'
|
||||
+'upBox'#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'I'#3'Top'#2#29#5'Width'#3#240#1#5'Align'#7#5'alTop'#8'AutoSize'#9
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHeight'
|
||||
+#2'6'#11'ClientWidth'#3#236#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabel'#4
|
||||
+'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'g'#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#20'PO Output Directory:'#11'ParentColor'#8#0#0#5'TEdit'#12'P'
|
||||
+'OOutDirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop'
|
||||
+'.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
|
||||
+'orSideRight.Control'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2#23#3'Top'
|
||||
+#2#26#5'Width'#3#200#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Bord'
|
||||
+'erSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#8
|
||||
+'TabOrder'#2#0#4'Text'#6#12'POOutDirEdit'#0#0#7'TButton'#14'POOutDirButton'
|
||||
+#21'AnchorSideTop.Control'#7#12'POOutDirEdit'#23'AnchorSideRight.Control'#7
|
||||
+#12'I18NGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBotto'
|
||||
+'m.Control'#7#12'POOutDirEdit'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#3#206#1#6'Height'#2#23#3'Top'#2#26#5'Width'#2#24#7'Anchors'#11#5'akTop'
|
||||
+'e'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'#3#1#2#12'Clie'
|
||||
+'ntHeight'#3#166#1#0#9'TGroupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#3#192#0#3'Top'#2#6#5'Width'#3#245#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHei'
|
||||
+'ght'#3#173#0#11'ClientWidth'#3#241#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDo'
|
||||
+'cListBox'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSid'
|
||||
+'eTop.Control'#7#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#19'La'
|
||||
+'zDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'He'
|
||||
+'ight'#2'l'#3'Top'#2#6#5'Width'#3#229#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#8'TabOrder'#2#0#8
|
||||
+'TopIndex'#2#255#0#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSideLeft.Control'#7
|
||||
+#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'LazDocListBox'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'LazDocBro'
|
||||
+'wseButton'#4'Left'#2#6#6'Height'#2#27#3'Top'#2'x'#5'Width'#3#205#1#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderS'
|
||||
+'pacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#8'TabOrder'#2#1#4'Text'#6#14'L'
|
||||
+'azDocPathEdit'#0#0#7'TButton'#18'LazDocBrowseButton'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#14'LazDocPathEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorS'
|
||||
+'ideTop.Control'#7#14'LazDocPathEdit'#23'AnchorSideRight.Control'#7#19'LazDo'
|
||||
+'cPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom'
|
||||
+'.Control'#7#14'LazDocPathEdit'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#3#211#1#6'Height'#2#27#3'Top'#2'x'#5'Width'#2#24#7'Anchors'#11#5'akTop'
|
||||
+#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7
|
||||
+'OnClick'#7#19'POOutDirButtonClick'#8'TabOrder'#2#1#0#0#0#9'TCheckBox'#18'En'
|
||||
+'ableI18NCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#240#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#12'TButt'
|
||||
+'onPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'$'#3'Top'#3#197#1#5'Width'
|
||||
+#3#244#1#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9
|
||||
+'ShowBevel'#8#0#0#22'TSelectDirectoryDialog'#21'SelectDirectoryDialog'#11'Fi'
|
||||
+'lterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0#18'TOpenPictureDialog'#18'Ope'
|
||||
+'nPictureDialog1'#4'left'#2'u'#3'top'#3'p'#1#0#0#18'TSavePictureDialog'#18'S'
|
||||
+'avePictureDialog1'#5'Title'#6#12'Save file as'#4'left'#3#146#0#3'top'#3'p'#1
|
||||
+#0#0#0
|
||||
+'OnClick'#7#23'LazDocBrowseButtonClick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#19'La'
|
||||
+'zDocAddPathButton'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#14'LazDocPathEdit'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#3#153#0#5'Width'#3#158#0#8'AutoSiz'
|
||||
+'e'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'LazDocAddPathButton'#9'Nu'
|
||||
+'mGlyphs'#2#0#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#3#0#0#7
|
||||
+'TBitBtn'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19'LazDocA'
|
||||
+'ddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#14'LazDocPathEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#170
|
||||
+#0#6'Height'#2#29#3'Top'#3#153#0#5'Width'#3#175#0#8'AutoSize'#9#20'BorderSpa'
|
||||
+'cing.Around'#2#6#7'Caption'#6#22'LazDocDeletePathButton'#9'NumGlyphs'#2#0#7
|
||||
+'OnClick'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#4#0#0#0#0#5'TPage'
|
||||
+#8'SavePage'#7'Caption'#6#8'SavePage'#11'ClientWidth'#3#1#2#12'ClientHeight'
|
||||
+#3#166#1#0#9'TCheckBox'#26'SaveClosedUnitInfoCheckBox'#4'Left'#2#6#6'Height'
|
||||
+#2#17#3'Top'#2#6#5'Width'#3#245#1#5'Align'#7#5'alTop'#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#7'Caption'#6#26'SaveClosedUnitInfoCheckBox'#8'TabOrder'#2#0#0#0#9'TC'
|
||||
+'heckBox'#31'SaveOnlyProjectUnitInfoCheckBox'#21'AnchorSideTop.Control'#7#26
|
||||
+'SaveClosedUnitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+#6#6'Height'#2#17#3'Top'#2#29#5'Width'#3#245#1#5'Align'#7#5'alTop'#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#31'SaveOnlyProjectUnitInfoCheckBox'#8'TabO'
|
||||
+'rder'#2#1#0#0#11'TRadioGroup'#29'SaveSessionLocationRadioGroup'#21'AnchorSi'
|
||||
+'deTop.Control'#7#31'SaveOnlyProjectUnitInfoCheckBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#23'AnchorSideRight.Control'#7#8'SavePage'#20'AnchorSideRight'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#4#3'Top'#2':'#5'Width'#3#245#1
|
||||
+#5'Align'#7#5'alTop'#8'AutoFill'#9#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#29'SaveSessionLocationRadioGroup'#28
|
||||
+'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'C'
|
||||
+'hildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing'
|
||||
+'.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHoriz'
|
||||
+'ontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChi'
|
||||
+'lds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSiz'
|
||||
+'ing.ControlsPerLine'#2#1#8'TabOrder'#2#2#0#0#0#5'TPage'#15'VersionInfoPage'
|
||||
+#7'Caption'#6#15'VersionInfoPage'#11'ClientWidth'#3#1#2#12'ClientHeight'#3
|
||||
+#166#1#0#9'TGroupBox'#19'VersionInfoGroupBox'#22'AnchorSideLeft.Control'#7#24
|
||||
+'LanguageSettingsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSi'
|
||||
+'deRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2't'#3'Top'#2'"'#5'Width'
|
||||
+#3#245#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Ca'
|
||||
+'ption'#6#17'Version Numbering'#12'ClientHeight'#2'a'#11'ClientWidth'#3#241#1
|
||||
+#8'TabOrder'#2#1#0#6'TLabel'#12'VersionLabel'#22'AnchorSideLeft.Control'#7#19
|
||||
,'VersionInfoGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#2'4'#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#8'Version:'#11'ParentColor'#8#0#0#6'TLabel'#18'MajorRevision'
|
||||
+'Label'#22'AnchorSideLeft.Control'#7#15'VersionSpinEdit'#19'AnchorSideLeft.S'
|
||||
+'ide'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'L'
|
||||
+'eft'#2'j'#6'Height'#2#18#3'Top'#2#6#5'Width'#2'_'#18'BorderSpacing.Left'#2
|
||||
+#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Major Revision:'#11'ParentC'
|
||||
+'olor'#8#0#0#6'TLabel'#18'MinorRevisionLabel'#22'AnchorSideLeft.Control'#7#21
|
||||
+'MajorRevisionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSide'
|
||||
+'Top.Control'#7#19'VersionInfoGroupBox'#4'Left'#3#206#0#6'Height'#2#18#3'Top'
|
||||
+#2#6#5'Width'#2'_'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#15'Minor Revision:'#11'ParentColor'#8#0#0#6'TLabel'#10'BuildLabe'
|
||||
+'l'#22'AnchorSideLeft.Control'#7#21'MinorRevisionSpinEdit'#19'AnchorSideLeft'
|
||||
+'.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4
|
||||
+'Left'#3'2'#1#6'Height'#2#18#3'Top'#2#6#5'Width'#2'$'#18'BorderSpacing.Left'
|
||||
+#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#6'Build:'#11'ParentColor'#8#0
|
||||
+#0#9'TSpinEdit'#15'VersionSpinEdit'#22'AnchorSideLeft.Control'#7#12'VersionL'
|
||||
+'abel'#21'AnchorSideTop.Control'#7#12'VersionLabel'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#27#3'Top'#2#30#5'Width'#2'F'#8'MaxValu'
|
||||
+'e'#4#255#255#0#0#8'TabOrder'#2#0#0#0#9'TSpinEdit'#21'MajorRevisionSpinEdit'
|
||||
+#22'AnchorSideLeft.Control'#7#18'MajorRevisionLabel'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#18'MajorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+'j'#6'Height'#2#27#3'Top'#2#30#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'Tab'
|
||||
+'Order'#2#1#0#0#9'TSpinEdit'#21'MinorRevisionSpinEdit'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#18'MinorRevisionLabel'#21'AnchorSideTop.Control'#7#18'MinorRevision'
|
||||
+'Label'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#27
|
||||
+#3'Top'#2#30#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2#2#0#0#9'T'
|
||||
+'CheckBox"AutomaticallyIncreaseBuildCheckBox'#22'AnchorSideLeft.Control'#7#19
|
||||
+'VersionInfoGroupBox'#21'AnchorSideTop.Control'#7#15'VersionSpinEdit'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'E'#5'Wi'
|
||||
+'dth'#3#204#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#28'Automatically increase Build'#8'TabOrder'#2#4#0#0#9'TSpinEdit'#13
|
||||
+'BuildSpinEdit'#22'AnchorSideLeft.Control'#7#10'BuildLabel'#21'AnchorSideTop'
|
||||
+'.Control'#7#10'BuildLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+'2'#1#6'Height'#2#27#3'Top'#2#30#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'T'
|
||||
+'abOrder'#2#3#0#0#0#9'TCheckBox'#22'UseVersionInfoCheckBox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#22#3'Top'#2#6#5'Width'#3#245#1#5'Align'#7#5'alTop'#20'BorderSpacing'
|
||||
+'.Around'#2#6#7'Caption'#6'"Include Version Info in executable'#8'OnChange'#7
|
||||
+#28'UseVersionInfoCheckBoxChange'#8'TabOrder'#2#0#0#0#9'TGroupBox'#24'Langua'
|
||||
+'geSettingsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRigh'
|
||||
+'t.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'T'#3'Top'#3#156#0#5'Width'#3
|
||||
+#245#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||
+'ion'#6#16'Language Options'#12'ClientHeight'#2'A'#11'ClientWidth'#3#241#1#8
|
||||
+'TabOrder'#2#2#0#6'TLabel'#22'LanguageSelectionLabel'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#24'LanguageSettingsGroupBox'#21'AnchorSideTop.Control'#7#24'Language'
|
||||
+'SettingsGroupBox'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3#131#0#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#19'Language Selection:'#11'ParentCol'
|
||||
+'or'#8#0#0#6'TLabel'#17'CharacterSetLabel'#22'AnchorSideLeft.Control'#7#25'L'
|
||||
+'anguageSelectionComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorS'
|
||||
+'ideTop.Control'#7#24'LanguageSettingsGroupBox'#4'Left'#3#4#1#6'Height'#2#18
|
||||
+#3'Top'#2#6#5'Width'#2'^'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'Chara'
|
||||
+'cter Set:'#11'ParentColor'#8#0#0#9'TComboBox'#25'LanguageSelectionComboBox'
|
||||
+#22'AnchorSideLeft.Control'#7#22'LanguageSelectionLabel'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#22'LanguageSelectionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#29#3'Top'#2#30#5'Width'#3#248#0#17'BorderSpacing.Top'
|
||||
+#2#2#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#0#8'TabOrder'#2#0#4'Text'
|
||||
+#6#12'U.S. English'#0#0#9'TComboBox'#20'CharacterSetComboBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#17'CharacterSetLabel'#21'AnchorSideTop.Control'#7#25'Languag'
|
||||
+'eSelectionComboBox'#23'AnchorSideRight.Control'#7#24'LanguageSettingsGroupB'
|
||||
+'ox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#4#1#6'Height'#2#29#3
|
||||
+'Top'#2#30#5'Width'#3#231#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19
|
||||
+'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#0#8
|
||||
+'TabOrder'#2#1#4'Text'#6#12'Multilingual'#0#0#0#9'TGroupBox'#17'OtherInfoGro'
|
||||
+'upBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'a'
|
||||
,'srBottom'#4'Left'#2#6#6'Height'#2'~'#3'Top'#3#246#0#5'Width'#3#245#1#5'Alig'
|
||||
+'n'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#10'Ot'
|
||||
+'her Info'#12'ClientHeight'#2'k'#11'ClientWidth'#3#241#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'Height'#2#18#3'Top'#2#10
|
||||
+#5'Width'#2'M'#18'BorderSpacing.Left'#2#6#7'Caption'#6#12'Description:'#11'P'
|
||||
+'arentColor'#8#0#0#6'TLabel'#14'CopyrightLabel'#22'AnchorSideLeft.Control'#7
|
||||
+#16'DescriptionLabel'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'+'#5'Widt'
|
||||
+'h'#2'B'#7'Caption'#6#10'Copyright:'#11'ParentColor'#8#0#0#5'TEdit'#15'Descr'
|
||||
+'iptionEdit'#22'AnchorSideLeft.Control'#7#16'DescriptionLabel'#19'AnchorSide'
|
||||
+'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#17'OtherInfoGroupBox'
|
||||
+#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2']'#6'Height'#2#27#3'Top'#2#6#5'Width'#3#142#1#7'An'
|
||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#10#17'Bo'
|
||||
+'rderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#5'TEdi'
|
||||
+'t'#13'CopyrightEdit'#22'AnchorSideLeft.Control'#7#15'DescriptionEdit'#21'An'
|
||||
+'chorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRigh'
|
||||
+'t.Side'#7#9'asrBottom'#4'Left'#2']'#6'Height'#2#27#3'Top'#2''''#5'Width'#3
|
||||
+#142#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'TBitBtn'#20'AdditionalI'
|
||||
+'nfoButton'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#3#130#1#6'Height'#2#29#3'Top'#2'H'#5'Width'#2'i'#7'Anchors'#11#5
|
||||
+'akTop'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#15'Additional Info'#9'NumGlyphs'#2#0#7'OnClick'#7#25'AdditionalInfoButtonCl'
|
||||
+'ick'#8'TabOrder'#2#2#0#0#0#0#5'TPage'#8'i18nPage'#7'Caption'#6#4'i18n'#11'C'
|
||||
+'lientWidth'#3#1#2#12'ClientHeight'#3#166#1#0#9'TGroupBox'#12'I18NGroupBox'
|
||||
+#22'AnchorSideLeft.Control'#7#17'OtherInfoGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#19'VersionInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSi'
|
||||
+'deRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#6#6'Height'#2'T'#3'Top'#2'"'#5'Width'#3#245#1#5'Align'#7#5
|
||||
+'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Opti'
|
||||
+'ons'#12'ClientHeight'#2'A'#11'ClientWidth'#3#241#1#8'TabOrder'#2#0#0#6'TLab'
|
||||
+'el'#13'PoOutDirLabel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3#132#0
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11'Paren'
|
||||
+'tColor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12'I18'
|
||||
+'NGroupBox'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4'Left'
|
||||
+#2#6#6'Height'#2#27#3'Top'#2#30#5'Width'#3#205#1#7'Anchors'#11#5'akTop'#6'ak'
|
||||
+'Left'#7'akRight'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#20
|
||||
+'BorderSpacing.Bottom'#2#6#8'TabOrder'#2#0#4'Text'#6#12'POOutDirEdit'#0#0#7
|
||||
+'TButton'#14'POOutDirButton'#21'AnchorSideTop.Control'#7#12'POOutDirEdit'#23
|
||||
+'AnchorSideRight.Control'#7#12'I18NGroupBox'#20'AnchorSideRight.Side'#7#9'as'
|
||||
+'rBottom'#24'AnchorSideBottom.Control'#7#12'POOutDirEdit'#21'AnchorSideBotto'
|
||||
+'m.Side'#7#9'asrBottom'#4'Left'#3#211#1#6'Height'#2#27#3'Top'#2#30#5'Width'#2
|
||||
+#24#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2
|
||||
+#6#7'Caption'#6#3'...'#7'OnClick'#7#19'POOutDirButtonClick'#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#245#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#11'Enable i18n'#8'OnChange'#7#24'EnableI18NCheckBoxChange'#8'TabOrder'
|
||||
+#2#1#0#0#0#5'TPage'#8'MiscPage'#7'Caption'#6#8'MiscPage'#11'ClientWidth'#3#1
|
||||
+#2#12'ClientHeight'#3#166#1#0#6'TBevel'#6'Bevel1'#22'AnchorSideLeft.Control'
|
||||
+#7#8'MiscPage'#21'AnchorSideTop.Control'#7'!MainUnitHasTitleStatementCheckBo'
|
||||
+'x'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#8'Mi'
|
||||
+'scPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#3#3
|
||||
+'Top'#2'v'#5'Width'#3#245#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20
|
||||
+'BorderSpacing.Around'#2#6#0#0#9'TCheckBox)MainUnitHasUsesSectionForAllUnits'
|
||||
+'CheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'
|
||||
+#7#30'MainUnitIsPascalSourceCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3'<'#1#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#7'Caption'#6')MainUnitHasUsesSectionForAllUnitsCheckBox'#8'TabOrder'
|
||||
,#2#0#0#0#9'TCheckBox''MainUnitHasCreateFormStatementsCheckBox'#22'AnchorSide'
|
||||
+'Left.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7')MainUnitHasUsesSec'
|
||||
+'tionForAllUnitsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#2'>'#5'Width'#3'@'#1#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6'''MainUnitHasCreateFormStatementsCheckBox'#8'TabOrder'#2#1#0#0#9'TC'
|
||||
+'heckBox'#30'MainUnitIsPascalSourceCheckBox'#22'AnchorSideLeft.Control'#7#8
|
||||
+'MiscPage'#21'AnchorSideTop.Control'#7#8'MiscPage'#4'Left'#2#6#6'Height'#2#22
|
||||
+#3'Top'#2#6#5'Width'#3#238#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'Ma'
|
||||
+'inUnitIsPascalSourceCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox!MainUnitHasTi'
|
||||
+'tleStatementCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSid'
|
||||
+'eTop.Control'#7'''MainUnitHasCreateFormStatementsCheckBox'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'Z'#5'Width'#3#7#1
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6'!MainUnitHasTitleStatementCheckBo'
|
||||
+'x'#8'TabOrder'#2#5#0#0#9'TCheckBox'#16'RunnableCheckBox'#22'AnchorSideLeft.'
|
||||
+'Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#6'Bevel1'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#2'|'#5'Width'#3#145#0#20'BorderSpacing.Around'#2#6#7'Ca'
|
||||
+'ption'#6#16'RunnableCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#19'AlwaysBui'
|
||||
+'ldCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#16'RunnableCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2#22#3'Top'#3#152#0#5'Width'#3#161#0#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#19'AlwaysBuildCheckBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#22'LR'
|
||||
+'SInOutputDirCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSid'
|
||||
+'eTop.Control'#7#19'AlwaysBuildCheckBox'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#180#0#5'Width'#3#184#0#20'BorderSpac'
|
||||
+'ing.Around'#2#6#7'Caption'#6#22'LRSInOutputDirCheckBox'#8'TabOrder'#2#6#0#0
|
||||
+#0#0#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2'$'#3'Top'#3#203
|
||||
+#1#5'Width'#3#249#1#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6
|
||||
+'pbHelp'#0#9'ShowBevel'#8#0#0#22'TSelectDirectoryDialog'#21'SelectDirectoryD'
|
||||
+'ialog'#11'FilterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0#18'TOpenPictureDi'
|
||||
+'alog'#18'OpenPictureDialog1'#4'left'#2'u'#3'top'#3'p'#1#0#0#18'TSavePicture'
|
||||
+'Dialog'#18'SavePictureDialog1'#5'Title'#6#12'Save file as'#4'left'#3#146#0#3
|
||||
+'top'#3'p'#1#0#0#0
|
||||
]);
|
||||
|
@ -174,11 +174,11 @@ type
|
||||
procedure SetProject(AProject: TProject);
|
||||
procedure SetupApplicationPage(PageIndex: Integer);
|
||||
procedure SetupFormsPage(PageIndex: Integer);
|
||||
procedure SetupMiscPage(PageIndex: Integer);
|
||||
procedure SetupLazDocPage(PageIndex: Integer);
|
||||
procedure SetupSavePage(PageIndex: Integer);
|
||||
procedure SetupVersionInfoPage(PageIndex: Integer);
|
||||
procedure SetupI18NPage(PageIndex: Integer);
|
||||
procedure SetupMiscPage(PageIndex: Integer);
|
||||
procedure EnableVersionInfo(UseVersionInfo: boolean);
|
||||
procedure Enablei18nInfo(Usei18n: boolean);
|
||||
procedure FillAutoCreateFormsListbox;
|
||||
@ -274,11 +274,11 @@ begin
|
||||
|
||||
SetupApplicationPage(0);
|
||||
SetupFormsPage(1);
|
||||
SetupMiscPage(2);
|
||||
SetupLazDocPage(3);
|
||||
SetupSavePage(4);
|
||||
SetupVersionInfoPage(5);
|
||||
SetupI18NPage(6);
|
||||
SetupLazDocPage(2);
|
||||
SetupSavePage(3);
|
||||
SetupVersionInfoPage(4);
|
||||
SetupI18NPage(5);
|
||||
SetupMiscPage(6);
|
||||
|
||||
IDEDialogLayoutList.ApplyLayout(Self, 430, 375);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user