mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:39:15 +02:00
ide: reanchor, autosize, constraint project options dialog
git-svn-id: trunk@19825 -
This commit is contained in:
parent
c9605ac2ce
commit
fdb51eba4c
@ -1,51 +1,51 @@
|
||||
object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 500
|
||||
Height = 460
|
||||
Top = 307
|
||||
Width = 473
|
||||
Left = 378
|
||||
Height = 495
|
||||
Top = 81
|
||||
Width = 512
|
||||
ActiveControl = Notebook
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'ProjectOptionsDialog'
|
||||
ClientHeight = 460
|
||||
ClientWidth = 473
|
||||
Constraints.MinHeight = 450
|
||||
Constraints.MinWidth = 400
|
||||
ClientHeight = 495
|
||||
ClientWidth = 512
|
||||
Constraints.MinHeight = 490
|
||||
Constraints.MinWidth = 510
|
||||
OnClose = ProjectOptionsClose
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
object Notebook: TNotebook
|
||||
Left = 0
|
||||
Height = 422
|
||||
Height = 447
|
||||
Top = 0
|
||||
Width = 473
|
||||
Width = 512
|
||||
Align = alClient
|
||||
BorderSpacing.Bottom = 6
|
||||
PageIndex = 0
|
||||
TabOrder = 0
|
||||
object ApplicationPage: TPage
|
||||
Caption = 'ApplicationPage'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 396
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
object AppSettingsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 241
|
||||
Height = 284
|
||||
Top = 6
|
||||
Width = 453
|
||||
Width = 498
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AppSettingsGroupBox'
|
||||
ClientHeight = 223
|
||||
ClientWidth = 449
|
||||
ClientHeight = 265
|
||||
ClientWidth = 494
|
||||
TabOrder = 0
|
||||
object TitleLabel: TLabel
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
AnchorSideTop.Control = TitleEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 10
|
||||
Width = 46
|
||||
Width = 65
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'TitleLabel'
|
||||
ParentColor = False
|
||||
@ -54,9 +54,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
AnchorSideTop.Control = IconPanel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 35
|
||||
Width = 47
|
||||
Height = 18
|
||||
Top = 39
|
||||
Width = 63
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'IconLabel'
|
||||
ParentColor = False
|
||||
@ -67,10 +67,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = IconTrack
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = IconTrack
|
||||
Left = 212
|
||||
Height = 14
|
||||
Top = 146
|
||||
Width = 73
|
||||
Left = 240
|
||||
Height = 18
|
||||
Top = 176
|
||||
Width = 97
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'IconTrackLabel'
|
||||
@ -79,10 +79,11 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
object TitleEdit: TEdit
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 106
|
||||
Height = 23
|
||||
Height = 27
|
||||
Top = 6
|
||||
Width = 337
|
||||
Width = 382
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 100
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
@ -93,9 +94,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = IconTrack
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 177
|
||||
Width = 138
|
||||
Height = 22
|
||||
Top = 209
|
||||
Width = 184
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UseAppBundleCheckBox'
|
||||
TabOrder = 1
|
||||
@ -105,9 +106,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = UseAppBundleCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 200
|
||||
Width = 140
|
||||
Height = 22
|
||||
Top = 237
|
||||
Width = 188
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UseXPManifestCheckBox'
|
||||
TabOrder = 2
|
||||
@ -117,23 +118,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = TitleEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 106
|
||||
Height = 100
|
||||
Top = 35
|
||||
Width = 100
|
||||
Height = 128
|
||||
Top = 39
|
||||
Width = 128
|
||||
BorderSpacing.Left = 106
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BevelOuter = bvNone
|
||||
BorderWidth = 1
|
||||
BorderStyle = bsSingle
|
||||
ClientHeight = 96
|
||||
ClientWidth = 96
|
||||
ClientHeight = 126
|
||||
ClientWidth = 126
|
||||
TabOrder = 3
|
||||
object IconImage: TImage
|
||||
Left = 1
|
||||
Height = 94
|
||||
Height = 122
|
||||
Top = 1
|
||||
Width = 94
|
||||
Width = 122
|
||||
Align = alClient
|
||||
Center = True
|
||||
OnPictureChanged = IconImagePictureChanged
|
||||
@ -145,10 +146,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = IconPanel
|
||||
AnchorSideBottom.Control = IconPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 212
|
||||
Height = 23
|
||||
Top = 35
|
||||
Width = 102
|
||||
Left = 240
|
||||
Height = 29
|
||||
Top = 39
|
||||
Width = 116
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'LoadIconButton'
|
||||
@ -160,10 +161,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = LoadIconButton
|
||||
AnchorSideTop.Control = LoadIconButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 212
|
||||
Height = 23
|
||||
Top = 64
|
||||
Width = 103
|
||||
Left = 240
|
||||
Height = 29
|
||||
Top = 74
|
||||
Width = 117
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'SaveIconButton'
|
||||
@ -175,10 +176,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = SaveIconButton
|
||||
AnchorSideTop.Control = SaveIconButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 212
|
||||
Height = 23
|
||||
Top = 93
|
||||
Width = 104
|
||||
Left = 240
|
||||
Height = 29
|
||||
Top = 109
|
||||
Width = 119
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'ClearIconButton'
|
||||
@ -194,8 +195,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 106
|
||||
Height = 36
|
||||
Top = 135
|
||||
Width = 100
|
||||
Top = 167
|
||||
Width = 128
|
||||
Max = 0
|
||||
OnChange = IconTrackChange
|
||||
Position = 0
|
||||
@ -205,23 +206,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object OutputSettingsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 73
|
||||
Top = 253
|
||||
Width = 453
|
||||
Height = 82
|
||||
Top = 296
|
||||
Width = 498
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'OutputSettingsGroupBox'
|
||||
ClientHeight = 55
|
||||
ClientWidth = 449
|
||||
ClientHeight = 63
|
||||
ClientWidth = 494
|
||||
TabOrder = 1
|
||||
object TargetFileLabel: TLabel
|
||||
AnchorSideLeft.Control = OutputSettingsGroupBox
|
||||
AnchorSideTop.Control = OutputSettingsGroupBox
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 74
|
||||
Width = 99
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'TargetFileLabel'
|
||||
ParentColor = False
|
||||
@ -233,10 +234,11 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = OutputSettingsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 26
|
||||
Width = 437
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 482
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
Text = 'TargetFileEdit'
|
||||
@ -247,9 +249,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = OutputSettingsGroupBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 332
|
||||
Width = 142
|
||||
Height = 29
|
||||
Top = 384
|
||||
Width = 171
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'CreateAppBundleButton'
|
||||
@ -260,23 +262,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object FormsPage: TPage
|
||||
Caption = 'FormsPage'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 396
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
OnResize = FormsPageResize
|
||||
object FormsAutoCreatedLabel: TLabel
|
||||
Left = 36
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 10
|
||||
Width = 117
|
||||
Width = 158
|
||||
Caption = 'FormsAutoCreatedLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object FormsAvailFormsLabel: TLabel
|
||||
AnchorSideLeft.Control = FormsAvailFormsListBox
|
||||
Left = 266
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 10
|
||||
Width = 107
|
||||
Width = 150
|
||||
Caption = 'FormsAvailFormsLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -285,7 +287,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = FormsAutoCreatedListBox
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 36
|
||||
Top = 40
|
||||
Width = 24
|
||||
BorderSpacing.Around = 6
|
||||
Color = clBtnFace
|
||||
@ -298,7 +300,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 66
|
||||
Top = 70
|
||||
Width = 24
|
||||
Color = clBtnFace
|
||||
NumGlyphs = 0
|
||||
@ -310,7 +312,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = FormsAutoCreatedListBox
|
||||
Left = 236
|
||||
Height = 24
|
||||
Top = 36
|
||||
Top = 40
|
||||
Width = 24
|
||||
BorderSpacing.Around = 6
|
||||
Color = clBtnFace
|
||||
@ -324,7 +326,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 236
|
||||
Height = 24
|
||||
Top = 66
|
||||
Top = 70
|
||||
Width = 24
|
||||
Color = clBtnFace
|
||||
NumGlyphs = 0
|
||||
@ -337,14 +339,15 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
||||
Left = 36
|
||||
Height = 337
|
||||
Top = 30
|
||||
Height = 352
|
||||
Top = 34
|
||||
Width = 194
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
MultiSelect = True
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object FormsAvailFormsListBox: TListBox
|
||||
AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
|
||||
@ -355,22 +358,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
||||
Left = 266
|
||||
Height = 337
|
||||
Top = 30
|
||||
Width = 193
|
||||
Height = 352
|
||||
Top = 34
|
||||
Width = 238
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
MultiSelect = True
|
||||
TabOrder = 1
|
||||
TopIndex = -1
|
||||
end
|
||||
object FormsAutoCreateNewFormsCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
|
||||
AnchorSideTop.Control = FormsAutoCreatedListBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 373
|
||||
Width = 453
|
||||
Height = 22
|
||||
Top = 392
|
||||
Width = 498
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'FormsAutoCreateNewFormsCheckBox'
|
||||
@ -379,8 +383,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object MiscPage: TPage
|
||||
Caption = 'MiscPage'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 392
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
object Bevel1: TBevel
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
|
||||
@ -389,8 +393,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 3
|
||||
Top = 98
|
||||
Width = 453
|
||||
Top = 118
|
||||
Width = 498
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
end
|
||||
@ -399,9 +403,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 29
|
||||
Width = 238
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 325
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
|
||||
TabOrder = 0
|
||||
@ -411,9 +415,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 52
|
||||
Width = 235
|
||||
Height = 22
|
||||
Top = 62
|
||||
Width = 325
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
|
||||
TabOrder = 1
|
||||
@ -422,9 +426,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MiscPage
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 183
|
||||
Width = 244
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitIsPascalSourceCheckBox'
|
||||
TabOrder = 2
|
||||
@ -434,9 +438,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 75
|
||||
Width = 196
|
||||
Height = 22
|
||||
Top = 90
|
||||
Width = 270
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasTitleStatementCheckBox'
|
||||
TabOrder = 5
|
||||
@ -445,9 +449,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = Bevel1
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 104
|
||||
Width = 113
|
||||
Height = 22
|
||||
Top = 124
|
||||
Width = 149
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'RunnableCheckBox'
|
||||
TabOrder = 3
|
||||
@ -457,9 +461,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = RunnableCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 127
|
||||
Width = 123
|
||||
Height = 22
|
||||
Top = 152
|
||||
Width = 169
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AlwaysBuildCheckBox'
|
||||
TabOrder = 4
|
||||
@ -469,9 +473,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = AlwaysBuildCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 150
|
||||
Width = 142
|
||||
Height = 22
|
||||
Top = 180
|
||||
Width = 188
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LRSInOutputDirCheckBox'
|
||||
TabOrder = 6
|
||||
@ -479,19 +483,19 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object LazDocPage: TPage
|
||||
Caption = 'LazDocPage'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 392
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
object LazDocPathsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 203
|
||||
Height = 207
|
||||
Top = 6
|
||||
Width = 453
|
||||
Width = 498
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocPathsGroupBox'
|
||||
ClientHeight = 185
|
||||
ClientWidth = 449
|
||||
ClientHeight = 188
|
||||
ClientWidth = 494
|
||||
TabOrder = 0
|
||||
object LazDocListBox: TListBox
|
||||
AnchorSideLeft.Control = LazDocPathsGroupBox
|
||||
@ -501,22 +505,24 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 108
|
||||
Top = 35
|
||||
Width = 437
|
||||
Top = 39
|
||||
Width = 482
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object LazDocPathEdit: TEdit
|
||||
AnchorSideLeft.Control = LazDocPathsGroupBox
|
||||
AnchorSideTop.Control = LazDocPathsGroupBox
|
||||
AnchorSideRight.Control = LazDocBrowseButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Height = 27
|
||||
Top = 6
|
||||
Width = 407
|
||||
Width = 452
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 1
|
||||
Text = 'LazDocPathEdit'
|
||||
@ -527,11 +533,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = LazDocPathsGroupBox
|
||||
AnchorSideRight.Control = LazDocPathsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 419
|
||||
Height = 23
|
||||
AnchorSideBottom.Control = LazDocPathEdit
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 464
|
||||
Height = 27
|
||||
Top = 6
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight]
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
Caption = '...'
|
||||
@ -544,7 +552,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 149
|
||||
Top = 153
|
||||
Width = 158
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -560,8 +568,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 170
|
||||
Height = 29
|
||||
Top = 149
|
||||
Width = 175
|
||||
Top = 153
|
||||
Width = 176
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocDeletePathButton'
|
||||
@ -573,13 +581,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object SavePage: TPage
|
||||
Caption = 'SavePage'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 392
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
object SaveClosedUnitInfoCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 453
|
||||
Width = 498
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SaveClosedUnitInfoCheckBox'
|
||||
@ -591,7 +599,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 453
|
||||
Width = 498
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SaveOnlyProjectUnitInfoCheckBox'
|
||||
@ -605,7 +613,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 4
|
||||
Top = 68
|
||||
Width = 453
|
||||
Width = 498
|
||||
Align = alTop
|
||||
AutoFill = True
|
||||
AutoSize = True
|
||||
@ -625,30 +633,30 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object VersionInfoPage: TPage
|
||||
Caption = 'VersionInfoPage'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 396
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
object VersionInfoGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = LanguageSettingsGroupBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 102
|
||||
Top = 29
|
||||
Width = 453
|
||||
Height = 116
|
||||
Top = 34
|
||||
Width = 498
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Version Numbering'
|
||||
ClientHeight = 84
|
||||
ClientWidth = 449
|
||||
ClientHeight = 97
|
||||
ClientWidth = 494
|
||||
TabOrder = 1
|
||||
object VersionLabel: TLabel
|
||||
AnchorSideLeft.Control = VersionInfoGroupBox
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 40
|
||||
Width = 53
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Version:'
|
||||
ParentColor = False
|
||||
@ -658,9 +666,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 106
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 75
|
||||
Width = 101
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Major Revision:'
|
||||
@ -671,9 +679,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 206
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 74
|
||||
Width = 101
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Minor Revision:'
|
||||
@ -684,9 +692,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 306
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 27
|
||||
Width = 38
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Build:'
|
||||
@ -697,8 +705,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = VersionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 26
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 70
|
||||
AutoSize = True
|
||||
MaxValue = 65535
|
||||
@ -709,8 +717,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MajorRevisionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 106
|
||||
Height = 23
|
||||
Top = 26
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 70
|
||||
AutoSize = True
|
||||
MaxValue = 65535
|
||||
@ -721,8 +729,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MinorRevisionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 206
|
||||
Height = 23
|
||||
Top = 26
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 70
|
||||
AutoSize = True
|
||||
MaxValue = 65535
|
||||
@ -733,9 +741,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = VersionSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 61
|
||||
Width = 149
|
||||
Height = 22
|
||||
Top = 69
|
||||
Width = 211
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Automatically increase Build'
|
||||
@ -746,8 +754,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = BuildLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 306
|
||||
Height = 23
|
||||
Top = 26
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 70
|
||||
AutoSize = True
|
||||
MaxValue = 65535
|
||||
@ -756,9 +764,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object UseVersionInfoCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 453
|
||||
Width = 498
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Include Version Info in executable'
|
||||
@ -769,23 +777,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 71
|
||||
Top = 137
|
||||
Width = 453
|
||||
Height = 84
|
||||
Top = 156
|
||||
Width = 498
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Language Options'
|
||||
ClientHeight = 53
|
||||
ClientWidth = 449
|
||||
ClientHeight = 65
|
||||
ClientWidth = 494
|
||||
TabOrder = 2
|
||||
object LanguageSelectionLabel: TLabel
|
||||
AnchorSideLeft.Control = LanguageSettingsGroupBox
|
||||
AnchorSideTop.Control = LanguageSettingsGroupBox
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 98
|
||||
Width = 132
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Language Selection:'
|
||||
ParentColor = False
|
||||
@ -795,9 +803,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LanguageSettingsGroupBox
|
||||
Left = 260
|
||||
Height = 14
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 72
|
||||
Width = 93
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Character Set:'
|
||||
ParentColor = False
|
||||
@ -807,13 +815,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = LanguageSelectionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 26
|
||||
Height = 29
|
||||
Top = 30
|
||||
Width = 248
|
||||
AutoComplete = False
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Bottom = 6
|
||||
ItemHeight = 13
|
||||
ItemHeight = 0
|
||||
ItemWidth = 0
|
||||
TabOrder = 0
|
||||
Text = 'U.S. English'
|
||||
@ -824,14 +832,14 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = LanguageSettingsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 260
|
||||
Height = 21
|
||||
Top = 26
|
||||
Width = 183
|
||||
Height = 29
|
||||
Top = 30
|
||||
Width = 228
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
ItemHeight = 13
|
||||
ItemHeight = 0
|
||||
ItemWidth = 0
|
||||
TabOrder = 1
|
||||
Text = 'Multilingual'
|
||||
@ -841,23 +849,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 101
|
||||
Top = 214
|
||||
Width = 453
|
||||
Height = 120
|
||||
Top = 246
|
||||
Width = 498
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Other Info'
|
||||
ClientHeight = 83
|
||||
ClientWidth = 449
|
||||
ClientHeight = 101
|
||||
ClientWidth = 494
|
||||
TabOrder = 3
|
||||
object DescriptionLabel: TLabel
|
||||
AnchorSideTop.Control = DescriptionEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 3
|
||||
Width = 58
|
||||
Height = 18
|
||||
Top = 4
|
||||
Width = 79
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Description:'
|
||||
ParentColor = False
|
||||
@ -867,9 +875,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = CopyrightEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 30
|
||||
Width = 52
|
||||
Height = 18
|
||||
Top = 37
|
||||
Width = 68
|
||||
Caption = 'Copyright:'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -878,11 +886,12 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 74
|
||||
Height = 21
|
||||
Left = 95
|
||||
Height = 27
|
||||
Top = 0
|
||||
Width = 369
|
||||
Width = 393
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 10
|
||||
BorderSpacing.Right = 6
|
||||
TabOrder = 0
|
||||
@ -893,11 +902,12 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 74
|
||||
Height = 21
|
||||
Top = 27
|
||||
Width = 369
|
||||
Left = 95
|
||||
Height = 27
|
||||
Top = 33
|
||||
Width = 393
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
TabOrder = 1
|
||||
@ -908,10 +918,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 347
|
||||
Height = 23
|
||||
Top = 54
|
||||
Width = 96
|
||||
Left = 378
|
||||
Height = 29
|
||||
Top = 66
|
||||
Width = 110
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -924,8 +934,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object i18nPage: TPage
|
||||
Caption = 'i18n'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 392
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
object I18NGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = OtherInfoGroupBox
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
@ -933,21 +943,21 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 78
|
||||
Height = 84
|
||||
Top = 34
|
||||
Width = 453
|
||||
Width = 498
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'i18n Options'
|
||||
ClientHeight = 60
|
||||
ClientWidth = 449
|
||||
ClientHeight = 65
|
||||
ClientWidth = 494
|
||||
TabOrder = 0
|
||||
object PoOutDirLabel: TLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 132
|
||||
Width = 134
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'PO Output Directory:'
|
||||
ParentColor = False
|
||||
@ -958,26 +968,27 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = POOutDirButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 407
|
||||
Width = 452
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
Text = 'POOutDirEdit'
|
||||
end
|
||||
object POOutDirButton: TButton
|
||||
AnchorSideTop.Control = PoOutDirLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideTop.Control = POOutDirEdit
|
||||
AnchorSideRight.Control = I18NGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = POOutDirEdit
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 419
|
||||
Height = 23
|
||||
Left = 464
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
BorderSpacing.Right = 6
|
||||
Caption = '...'
|
||||
OnClick = POOutDirButtonClick
|
||||
TabOrder = 1
|
||||
@ -987,7 +998,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 453
|
||||
Width = 498
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Enable i18n'
|
||||
@ -998,9 +1009,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 26
|
||||
Top = 428
|
||||
Width = 461
|
||||
Height = 36
|
||||
Top = 453
|
||||
Width = 500
|
||||
TabOrder = 1
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowBevel = False
|
||||
|
@ -1,353 +1,357 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
'TPF0'#21'TProjectOptionsDialog'#20'ProjectOptionsDialog'#4'Left'#3#244#1#6'H'
|
||||
+'eight'#3#204#1#3'Top'#3'3'#1#5'Width'#3#217#1#13'ActiveControl'#7#8'Noteboo'
|
||||
+'k'#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#20'ProjectOptionsDial'
|
||||
+'og'#12'ClientHeight'#3#204#1#11'ClientWidth'#3#217#1#21'Constraints.MinHeig'
|
||||
+'ht'#3#194#1#20'Constraints.MinWidth'#3#144#1#7'OnClose'#7#19'ProjectOptions'
|
||||
+'Close'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TNot'
|
||||
+'ebook'#8'Notebook'#4'Left'#2#0#6'Height'#3#166#1#3'Top'#2#0#5'Width'#3#217#1
|
||||
+#5'Align'#7#8'alClient'#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2#0#8'TabO'
|
||||
+'rder'#2#0#0#5'TPage'#15'ApplicationPage'#7'Caption'#6#15'ApplicationPage'#11
|
||||
+'ClientWidth'#3#209#1#12'ClientHeight'#3#140#1#0#9'TGroupBox'#19'AppSettings'
|
||||
+'GroupBox'#4'Left'#2#6#6'Height'#3#241#0#3'Top'#2#6#5'Width'#3#197#1#5'Align'
|
||||
+#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AppSe'
|
||||
+'ttingsGroupBox'#12'ClientHeight'#3#223#0#11'ClientWidth'#3#193#1#8'TabOrder'
|
||||
+#2#0#0#6'TLabel'#10'TitleLabel'#22'AnchorSideLeft.Control'#7#19'AppSettingsG'
|
||||
'TPF0'#21'TProjectOptionsDialog'#20'ProjectOptionsDialog'#4'Left'#3'z'#1#6'He'
|
||||
+'ight'#3#239#1#3'Top'#2'Q'#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#0#8'TabOrder'#2#0#0
|
||||
+#5'TPage'#15'ApplicationPage'#7'Caption'#6#15'ApplicationPage'#11'ClientWidt'
|
||||
+'h'#3#254#1#12'ClientHeight'#3#164#1#0#9'TGroupBox'#19'AppSettingsGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#3#28#1#3'Top'#2#6#5'Width'#3#242#1#5'Align'#7#5'alTop'#8
|
||||
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AppSettingsGroupBo'
|
||||
+'x'#12'ClientHeight'#3#9#1#11'ClientWidth'#3#238#1#8'TabOrder'#2#0#0#6'TLabe'
|
||||
+'l'#10'TitleLabel'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'A'
|
||||
+'nchorSideTop.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'A'#18'BorderSpacing.Left'#2
|
||||
+#6#7'Caption'#6#10'TitleLabel'#11'ParentColor'#8#0#0#6'TLabel'#9'IconLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#9'IconPanel'#4'Left'#2#6#6'Height'#2#18#3'Top'#2''''#5'Width'#2'?'#18
|
||||
+'BorderSpacing.Left'#2#6#7'Caption'#6#9'IconLabel'#11'ParentColor'#8#0#0#6'T'
|
||||
+'Label'#14'IconTrackLabel'#22'AnchorSideLeft.Control'#7#9'IconTrack'#19'Anch'
|
||||
+'orSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'IconTrack'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#9'IconTrac'
|
||||
+'k'#4'Left'#3#240#0#6'Height'#2#18#3'Top'#3#176#0#5'Width'#2'a'#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
|
||||
+'alTop'#8'AutoSize'#9#18'BorderSpacing.Left'#2'd'#20'BorderSpacing.Around'#2
|
||||
+#6#8'TabOrder'#2#0#4'Text'#6#9'TitleEdit'#0#0#9'TCheckBox'#20'UseAppBundleCh'
|
||||
+'eckBox'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'AnchorSideT'
|
||||
+'op.Control'#7#9'IconTrack'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2#22#3'Top'#3#209#0#5'Width'#3#184#0#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#20'UseAppBundleCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'U'
|
||||
+'seXPManifestCheckBox'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'
|
||||
+#21'AnchorSideTop.Control'#7#20'UseAppBundleCheckBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#237#0#5'Width'#3#188#0#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#21'UseXPManifestCheckBox'#8'TabOrder'
|
||||
+#2#2#0#0#6'TPanel'#9'IconPanel'#22'AnchorSideLeft.Control'#7#19'AppSettingsG'
|
||||
+'roupBox'#21'AnchorSideTop.Control'#7#9'TitleEdit'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#10#5'Width'#2'.'#18'BorderSp'
|
||||
+'acing.Left'#2#6#7'Caption'#6#10'TitleLabel'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#9'IconLabel'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'Anchor'
|
||||
+'SideTop.Control'#7#9'IconPanel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'#'#5'Wi'
|
||||
+'dth'#2'/'#18'BorderSpacing.Left'#2#6#7'Caption'#6#9'IconLabel'#11'ParentCol'
|
||||
+'or'#8#0#0#6'TLabel'#14'IconTrackLabel'#22'AnchorSideLeft.Control'#7#9'IconT'
|
||||
+'rack'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9
|
||||
+'IconTrack'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'
|
||||
+#7#9'IconTrack'#4'Left'#3#212#0#6'Height'#2#14#3'Top'#3#146#0#5'Width'#2'I'
|
||||
+#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#14'Icon'
|
||||
+'TrackLabel'#11'ParentColor'#8#0#0#5'TEdit'#9'TitleEdit'#19'AnchorSideLeft.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2#23#3'Top'#2#6#5'Width'#3'Q'#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'UseAppBundleCheckB'
|
||||
+'ox'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#9'IconTrack'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#17#3'Top'#3#177#0#5'Width'#3#138#0#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#20'UseAppBundleCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'Use'
|
||||
+'XPManifestCheckBox'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#20'UseAppBundleCheckBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#3#200#0#5'Width'#3#140#0#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#7'Caption'#6#21'UseXPManifestCheckBox'#8'TabOrder'#2
|
||||
+#2#0#0#6'TPanel'#9'IconPanel'#22'AnchorSideLeft.Control'#7#19'AppSettingsGro'
|
||||
+'upBox'#21'AnchorSideTop.Control'#7#9'TitleEdit'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2'j'#6'Height'#2'd'#3'Top'#2'#'#5'Width'#2'd'#18'BorderS'
|
||||
+'pacing.Left'#2'j'#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#10
|
||||
+'BevelOuter'#7#6'bvNone'#11'BorderWidth'#2#1#11'BorderStyle'#7#8'bsSingle'#12
|
||||
+'ClientHeight'#2'`'#11'ClientWidth'#2'`'#8'TabOrder'#2#3#0#6'TImage'#9'IconI'
|
||||
+'mage'#4'Left'#2#1#6'Height'#2'^'#3'Top'#2#1#5'Width'#2'^'#5'Align'#7#8'alCl'
|
||||
+'ient'#6'Center'#9#16'OnPictureChanged'#7#23'IconImagePictureChanged'#0#0#0#7
|
||||
+'TBitBtn'#14'LoadIconButton'#22'AnchorSideLeft.Control'#7#9'IconPanel'#19'An'
|
||||
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'IconPanel'
|
||||
+'asrBottom'#4'Left'#2'j'#6'Height'#3#128#0#3'Top'#2''''#5'Width'#3#128#0#18
|
||||
+'BorderSpacing.Left'#2'j'#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
|
||||
+#6#10'BevelOuter'#7#6'bvNone'#11'BorderWidth'#2#1#11'BorderStyle'#7#8'bsSing'
|
||||
+'le'#12'ClientHeight'#2'~'#11'ClientWidth'#2'~'#8'TabOrder'#2#3#0#6'TImage'#9
|
||||
+'IconImage'#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'TBitBtn'#14'LoadIconButton'#22'AnchorSideLeft.Control'#7#9'IconPanel'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'IconPanel'
|
||||
+#24'AnchorSideBottom.Control'#7#9'IconPanel'#21'AnchorSideBottom.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#3#212#0#6'Height'#2#23#3'Top'#2'#'#5'Width'#2'f'#8'AutoSi'
|
||||
+'ze'#9#18'BorderSpacing.Left'#2#6#7'Caption'#6#14'LoadIconButton'#9'NumGlyph'
|
||||
+'s'#2#0#7'OnClick'#7#19'LoadIconButtonClick'#8'TabOrder'#2#4#0#0#7'TBitBtn'
|
||||
+'srBottom'#4'Left'#3#240#0#6'Height'#2#29#3'Top'#2''''#5'Width'#2't'#8'AutoS'
|
||||
+'ize'#9#18'BorderSpacing.Left'#2#6#7'Caption'#6#14'LoadIconButton'#9'NumGlyp'
|
||||
+'hs'#2#0#7'OnClick'#7#19'LoadIconButtonClick'#8'TabOrder'#2#4#0#0#7'TBitBtn'
|
||||
+#14'SaveIconButton'#22'AnchorSideLeft.Control'#7#14'LoadIconButton'#21'Ancho'
|
||||
+'rSideTop.Control'#7#14'LoadIconButton'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3#212#0#6'Height'#2#23#3'Top'#2'@'#5'Width'#2'g'#8'AutoSize'#9#17'B'
|
||||
+#4'Left'#3#240#0#6'Height'#2#29#3'Top'#2'J'#5'Width'#2'u'#8'AutoSize'#9#17'B'
|
||||
+'orderSpacing.Top'#2#6#7'Caption'#6#14'SaveIconButton'#9'NumGlyphs'#2#0#7'On'
|
||||
+'Click'#7#19'SaveIconButtonClick'#8'TabOrder'#2#5#0#0#7'TBitBtn'#15'ClearIco'
|
||||
+'nButton'#22'AnchorSideLeft.Control'#7#14'SaveIconButton'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#14'SaveIconButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#212#0#6'Height'#2#23#3'Top'#2']'#5'Width'#2'h'#8'AutoSize'#9#17'BorderSpaci'
|
||||
+#240#0#6'Height'#2#29#3'Top'#2'm'#5'Width'#2'w'#8'AutoSize'#9#17'BorderSpaci'
|
||||
+'ng.Top'#2#6#7'Caption'#6#15'ClearIconButton'#9'NumGlyphs'#2#0#7'OnClick'#7
|
||||
+#20'ClearIconButtonClick'#8'TabOrder'#2#6#0#0#9'TTrackBar'#9'IconTrack'#22'A'
|
||||
+'nchorSideLeft.Control'#7#9'IconPanel'#21'AnchorSideTop.Control'#7#9'IconPan'
|
||||
+'el'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'I'
|
||||
+'conPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2
|
||||
,'$'#3'Top'#3#135#0#5'Width'#2'd'#3'Max'#2#0#8'OnChange'#7#15'IconTrackChange'
|
||||
+#8'Position'#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'I'#3
|
||||
+'Top'#3#253#0#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHeight'#2
|
||||
+'7'#11'ClientWidth'#3#193#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFileLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#22'OutputSettingsGroupBox'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5
|
||||
+'Width'#2'J'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'TargetFileLabel'#11
|
||||
+'ParentColor'#8#0#0#5'TEdit'#14'TargetFileEdit'#22'AnchorSideLeft.Control'#7
|
||||
+#22'OutputSettingsGroupBox'#21'AnchorSideTop.Control'#7#15'TargetFileLabel'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#22'Outp'
|
||||
+'utSettingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#23#3'Top'#2#26#5'Width'#3#181#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#14'Target'
|
||||
+'FileEdit'#0#0#0#7'TBitBtn'#21'CreateAppBundleButton'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#15'ApplicationPage'#21'AnchorSideTop.Control'#7#22'OutputSettingsGro'
|
||||
+'upBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'T'
|
||||
+'op'#3'L'#1#5'Width'#3#142#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Ca'
|
||||
+'ption'#6#21'CreateAppBundleButton'#9'NumGlyphs'#2#0#7'OnClick'#7#26'CreateA'
|
||||
+'ppBundleButtonClick'#8'TabOrder'#2#2#0#0#0#5'TPage'#9'FormsPage'#7'Caption'
|
||||
+#6#9'FormsPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#140#1#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#12'TSpeedButton'#29'FormsMoveAutoCreatedFormUpBtn'#22'AnchorSideLeft.'
|
||||
+'Control'#7#9'FormsPage'#21'AnchorSideTop.Control'#7#23'FormsAutoCreatedList'
|
||||
+'Box'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'$'#5'Width'#2#24#20'BorderSpacing.'
|
||||
+'Around'#2#6#5'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7'"FormsMov'
|
||||
+'eAutoCreatedFormUpBtnClick'#0#0#12'TSpeedButton FormsMoveAutoCreatedFormsDo'
|
||||
+'wnBtn'#22'AnchorSideLeft.Control'#7#29'FormsMoveAutoCreatedFormUpBtn'#21'An'
|
||||
+'chorSideTop.Control'#7#29'FormsMoveAutoCreatedFormUpBtn'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'B'#5'Width'#2#24#5
|
||||
+'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7'$FormsMoveAutoCreatedFo'
|
||||
+'rmDownBtnClick'#0#0#12'TSpeedButton"FormsRemoveFromAutoCreatedFormsBtn'#22
|
||||
+'AnchorSideLeft.Control'#7#23'FormsAutoCreatedListBox'#19'AnchorSideLeft.Sid'
|
||||
+'e'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'FormsAutoCreatedListBox'#4
|
||||
+'Left'#3#236#0#6'Height'#2#24#3'Top'#2'$'#5'Width'#2#24#20'BorderSpacing.Aro'
|
||||
+'und'#2#6#5'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7'''FormsRemov'
|
||||
+'eFromAutoCreatedFormsBtnClick'#0#0#12'TSpeedButton'#29'FormsAddToAutoCreate'
|
||||
+'dFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAutoCreatedListBox'#19'Anch'
|
||||
+'orSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7'"FormsRemoveFro'
|
||||
+'mAutoCreatedFormsBtn'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#236#0
|
||||
+#6'Height'#2#24#3'Top'#2'B'#5'Width'#2#24#5'Color'#7#9'clBtnFace'#9'NumGlyph'
|
||||
+'s'#2#0#7'OnClick'#7'"FormsAddToAutoCreatedFormsBtnClick'#0#0#8'TListBox'#23
|
||||
+'FormsAutoCreatedListBox'#22'AnchorSideLeft.Control'#7' FormsMoveAutoCreated'
|
||||
+'FormsDownBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#21'FormsAutoCreatedLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#24'An'
|
||||
+'chorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2'$'#6
|
||||
+'Height'#3'Q'#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'MultiSelec'
|
||||
+'t'#9#8'TabOrder'#2#0#0#0#8'TListBox'#22'FormsAvailFormsListBox'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#29'FormsAddToAutoCreatedFormsBtn'#19'AnchorSideLeft.Side'
|
||||
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'FormsAvailFormsLabel'#18'Anch'
|
||||
+'orSideTop.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'Q'#1#3'Top'#2#30#5
|
||||
+'Width'#3#193#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#0#0#9'TCheckBox'#31'FormsAutoCreateNewFormsCheckBox'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#29'FormsAddToAutoCreatedFormsBtn'#21'AnchorSideTop.Control'#7#23'F'
|
||||
+'ormsAutoCreatedListBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#3'u'#1#5'Width'#3
|
||||
,#197#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'F'
|
||||
+'ormsAutoCreateNewFormsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPage'#8'MiscPage'#7
|
||||
+'Caption'#6#8'MiscPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#6
|
||||
+'TBevel'#6'Bevel1'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop'
|
||||
+'.Control'#7'!MainUnitHasTitleStatementCheckBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#23'AnchorSideRight.Control'#7#8'MiscPage'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#3#3'Top'#2'b'#5'Width'#3#197#1#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0
|
||||
+#9'TCheckBox)MainUnitHasUsesSectionForAllUnitsCheckBox'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#30'MainUnitIsPascalSourceC'
|
||||
+'heckBox'#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')MainU'
|
||||
+'nitHasUsesSectionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox''Main'
|
||||
+'UnitHasCreateFormStatementsCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPag'
|
||||
+'e'#21'AnchorSideTop.Control'#7')MainUnitHasUsesSectionForAllUnitsCheckBox'
|
||||
+#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'''MainUnitHasCre'
|
||||
+'ateFormStatementsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'MainUnitIsPa'
|
||||
+'scalSourceCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideT'
|
||||
+'op.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'MainUnitIsPascalSourceCh'
|
||||
+'eckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'
|
||||
+#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7'''Main'
|
||||
+'UnitHasCreateFormStatementsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#17#3'Top'#2'K'#5'Width'#3#196#0#20'BorderSpacing.Arou'
|
||||
+'nd'#2#6#7'Caption'#6'!MainUnitHasTitleStatementCheckBox'#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#17#3'Top'#2'h'
|
||||
+#5'Width'#2'q'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'RunnableCheckBox'
|
||||
+#8'TabOrder'#2#3#0#0#9'TCheckBox'#19'AlwaysBuildCheckBox'#22'AnchorSideLeft.'
|
||||
+'Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#16'RunnableCheckBox'#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'AlwaysBuildCheckBo'
|
||||
+'x'#8'TabOrder'#2#4#0#0#9'TCheckBox'#22'LRSInOutputDirCheckBox'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#19'AlwaysBuildChec'
|
||||
+'kBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'To'
|
||||
+'p'#3#150#0#5'Width'#3#142#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'LR'
|
||||
+'SInOutputDirCheckBox'#8'TabOrder'#2#6#0#0#0#5'TPage'#10'LazDocPage'#7'Capti'
|
||||
+'on'#6#10'LazDocPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#9'T'
|
||||
+'GroupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3#203#0#3'Top'#2#6#5
|
||||
+'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#185#0#11'ClientWi'
|
||||
+'dth'#3#193#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#14'LazDo'
|
||||
+'cPathEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+#6#6'Height'#2'l'#3'Top'#2'#'#5'Width'#3#181#1#7'Anchors'#11#5'akTop'#6'akLe'
|
||||
+'ft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#8'TabOrder'
|
||||
+#2#0#0#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSideLeft.Control'#7#19'LazDocP'
|
||||
+'athsGroupBox'#21'AnchorSideTop.Control'#7#19'LazDocPathsGroupBox'#23'Anchor'
|
||||
+'SideRight.Control'#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3'To'
|
||||
+'p'#2#6#5'Width'#3#151#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#14'LazDocPathEdit'#0#0#7
|
||||
+'TButton'#18'LazDocBrowseButton'#22'AnchorSideLeft.Control'#7#14'LazDocPathE'
|
||||
+'dit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19
|
||||
+'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#163#1#6'Height'#2#23#3'To'
|
||||
+'p'#2#6#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.T'
|
||||
+'op'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#23'Laz'
|
||||
+'DocBrowseButtonClick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#19'LazDocAddPathButton'
|
||||
+#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#29#3'Top'#3#149#0#5'Width'#3#158#0#8'AutoSize'#9#20'BorderSpacing'
|
||||
+'.Around'#2#6#7'Caption'#6#19'LazDocAddPathButton'#9'NumGlyphs'#2#0#7'OnClic'
|
||||
,'k'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#3#0#0#7'TBitBtn'#22'LazDocD'
|
||||
+'eletePathButton'#22'AnchorSideLeft.Control'#7#19'LazDocAddPathButton'#19'An'
|
||||
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#13'LazDocList'
|
||||
+'Box'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#170#0#6'Height'#2#29#3
|
||||
+'Top'#3#149#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'LazD'
|
||||
+'ocDeletePathButtonClick'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7'Cap'
|
||||
+'tion'#6#8'SavePage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#9'TC'
|
||||
+'heckBox'#26'SaveClosedUnitInfoCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2
|
||||
+#6#5'Width'#3#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#26'SaveClosedUnitInfoCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#31'Sa'
|
||||
+'veOnlyProjectUnitInfoCheckBox'#21'AnchorSideTop.Control'#7#26'SaveClosedUni'
|
||||
+'tInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#22#3'Top'#2'"'#5'Width'#3#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'
|
||||
+#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'asrBott'
|
||||
+'om'#4'Left'#2#6#6'Height'#2#4#3'Top'#2'D'#5'Width'#3#197#1#5'Align'#7#5'alT'
|
||||
+'op'#8'AutoFill'#9#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#20'BorderSpacing.'
|
||||
+'Around'#2#6#7'Caption'#6#29'SaveSessionLocationRadioGroup'#28'ChildSizing.L'
|
||||
+'eftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.En'
|
||||
+'largeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVerti'
|
||||
+'cal'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'c'
|
||||
+'rsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'Child'
|
||||
+'Sizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsP'
|
||||
+'erLine'#2#1#8'TabOrder'#2#2#0#0#0#5'TPage'#15'VersionInfoPage'#7'Caption'#6
|
||||
+#15'VersionInfoPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#140#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#197#1#5
|
||||
+'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#17
|
||||
+'Version Numbering'#12'ClientHeight'#2'T'#11'ClientWidth'#3#193#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'AutoSize'#9#8'M'
|
||||
+'axValue'#4#255#255#0#0#8'TabOrder'#2#0#0#0#9'TSpinEdit'#21'MajorRevisionSpi'
|
||||
+'nEdit'#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#23#3'Top'#2#26#5'Width'#2'F'#8'AutoSize'#9#8'MaxValu'
|
||||
+'e'#4#255#255#0#0#8'TabOrder'#2#1#0#0#9'TSpinEdit'#21'MinorRevisionSpinEdit'
|
||||
+#22'AnchorSideLeft.Control'#7#18'MinorRevisionLabel'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#18'MinorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#206#0#6'Height'#2#23#3'Top'#2#26#5'Width'#2'F'#8'AutoSize'#9#8'MaxValue'#4
|
||||
+#255#255#0#0#8'TabOrder'#2#2#0#0#9'TCheckBox"AutomaticallyIncreaseBuildCheck'
|
||||
+'Box'#22'AnchorSideLeft.Control'#7#19'VersionInfoGroupBox'#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'Automatically increase Build'#8'T'
|
||||
+'abOrder'#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#23#3'Top'#2#26#5'Width'#2'F'
|
||||
+#8'AutoSize'#9#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
|
||||
+#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6'"Includ'
|
||||
+'e Version Info in executable'#8'OnChange'#7#28'UseVersionInfoCheckBoxChange'
|
||||
+#8'TabOrder'#2#0#0#0#9'TGroupBox'#24'LanguageSettingsGroupBox'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2'G'#3'Top'#3#137#0#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSi'
|
||||
+'ze'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'Language Options'#12'Cli'
|
||||
+'entHeight'#2'5'#11'ClientWidth'#3#193#1#8'TabOrder'#2#2#0#6'TLabel'#22'Lang'
|
||||
+'uageSelectionLabel'#22'AnchorSideLeft.Control'#7#24'LanguageSettingsGroupBo'
|
||||
+'x'#21'AnchorSideTop.Control'#7#24'LanguageSettingsGroupBox'#4'Left'#2#6#6'H'
|
||||
+'eight'#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'TLabel'#17'CharacterSetLa'
|
||||
+'bel'#22'AnchorSideLeft.Control'#7#25'LanguageSelectionComboBox'#19'AnchorSi'
|
||||
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'LanguageSettings'
|
||||
+'GroupBox'#4'Left'#3#4#1#6'Height'#2#14#3'Top'#2#6#5'Width'#2'H'#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6#14'Character Set:'#11'ParentColor'#8#0#0#9'T'
|
||||
+'ComboBox'#25'LanguageSelectionComboBox'#22'AnchorSideLeft.Control'#7#22'Lan'
|
||||
+'guageSelectionLabel'#21'AnchorSideTop.Control'#7#22'LanguageSelectionLabel'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#26
|
||||
+#5'Width'#3#248#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#2#20'BorderSpac'
|
||||
+'ing.Bottom'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#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#21#3
|
||||
+'Top'#2#26#5'Width'#3#183#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12
|
||||
+'AutoComplete'#8#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10
|
||||
+'ItemHeight'#2#13#9'ItemWidth'#2#0#8'TabOrder'#2#1#4'Text'#6#12'Multilingual'
|
||||
+#0#0#0#9'TGroupBox'#17'OtherInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'e'#3'To'
|
||||
+'p'#3#214#0#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpac'
|
||||
+'ing.Around'#2#6#7'Caption'#6#10'Other Info'#12'ClientHeight'#2'S'#11'Client'
|
||||
+'Width'#3#193#1#8'TabOrder'#2#3#0#6'TLabel'#16'DescriptionLabel'#21'AnchorSi'
|
||||
+'deTop.Control'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#2#6#6'Height'#2#14#3'Top'#2#3#5'Width'#2':'#18'BorderSpacing.Left'#2#6
|
||||
+#7'Caption'#6#12'Description:'#11'ParentColor'#8#0#0#6'TLabel'#14'CopyrightL'
|
||||
+'abel'#22'AnchorSideLeft.Control'#7#16'DescriptionLabel'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6
|
||||
+#6'Height'#2#14#3'Top'#2#30#5'Width'#2'4'#7'Caption'#6#10'Copyright:'#11'Par'
|
||||
+'entColor'#8#0#0#5'TEdit'#15'DescriptionEdit'#22'AnchorSideLeft.Control'#7#16
|
||||
+'DescriptionLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight'
|
||||
+'.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2'J'#6'Height'#2#21#3'Top'#2#0#5'Width'#3'q'#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'CopyrightEdit'#22'AnchorSideLeft.Control'
|
||||
+#7#15'DescriptionEdit'#21'AnchorSideTop.Control'#7#15'DescriptionEdit'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfo'
|
||||
+'GroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'J'#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
|
||||
+'TBitBtn'#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'['#1#6'Height'#2#23#3'Top'#2'6'#5'Width'
|
||||
+#2'`'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Aro'
|
||||
+'und'#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'C'
|
||||
+'aption'#6#4'i18n'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#9'TGro'
|
||||
,'upBox'#12'I18NGroupBox'#22'AnchorSideLeft.Control'#7#17'OtherInfoGroupBox'
|
||||
+#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorS'
|
||||
+'ideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'N'#3'Top'#2'"'#5'Widt'
|
||||
+'h'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#12'i18n Options'#12'ClientHeight'#2'<'#11'ClientWidth'#3#193#1#8
|
||||
+'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabel'#4'Left'#2#6#6'Height'#2#18#3'To'
|
||||
+'p'#2#6#5'Width'#3#132#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'PO Out'
|
||||
+'put Directory:'#11'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Control'#7#13'PoOutDirL'
|
||||
+'abel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14
|
||||
+'POOutDirButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#30#5'Width'#3#151#1#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'T'
|
||||
+'abOrder'#2#0#4'Text'#6#12'POOutDirEdit'#0#0#7'TButton'#14'POOutDirButton'#21
|
||||
+'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#23'AnchorSideRight.Control'#7#12'I18NGroupBox'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#163#1#6
|
||||
+'Height'#2#23#3'Top'#2#30#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'POOutDirBu'
|
||||
+'ttonClick'#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#197#1#5'Align'#7#5'alTop'#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6#11'Enable i18n'#8'OnChange'#7#24'EnableI1'
|
||||
+'8NCheckBoxChange'#8'TabOrder'#2#1#0#0#0#0#12'TButtonPanel'#11'ButtonPanel'#4
|
||||
+'Left'#2#6#6'Height'#2#26#3'Top'#3#172#1#5'Width'#3#205#1#8'TabOrder'#2#1#11
|
||||
+'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'#8#0#0#22'TSele'
|
||||
+'ctDirectoryDialog'#21'SelectDirectoryDialog'#11'FilterIndex'#2#0#4'left'#2
|
||||
+'X'#3'top'#3'p'#1#0#0#18'TOpenPictureDialog'#18'OpenPictureDialog1'#4'left'#2
|
||||
+'u'#3'top'#3'p'#1#0#0#18'TSavePictureDialog'#18'SavePictureDialog1'#5'Title'
|
||||
+#6#12'Save file as'#4'left'#3#146#0#3'top'#3'p'#1#0#0#0
|
||||
,'$'#3'Top'#3#167#0#5'Width'#3#128#0#3'Max'#2#0#8'OnChange'#7#15'IconTrackCha'
|
||||
+'nge'#8'Position'#2#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'TabOrd'
|
||||
+'er'#2#7#0#0#0#9'TGroupBox'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'
|
||||
+#2'R'#3'Top'#3'('#1#5'Width'#3#242#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHe'
|
||||
+'ight'#2'?'#11'ClientWidth'#3#238#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFil'
|
||||
+'eLabel'#22'AnchorSideLeft.Control'#7#22'OutputSettingsGroupBox'#21'AnchorSi'
|
||||
+'deTop.Control'#7#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2#18#3'To'
|
||||
+'p'#2#6#5'Width'#2'c'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'TargetFil'
|
||||
+'eLabel'#11'ParentColor'#8#0#0#5'TEdit'#14'TargetFileEdit'#22'AnchorSideLeft'
|
||||
+'.Control'#7#22'OutputSettingsGroupBox'#21'AnchorSideTop.Control'#7#15'Targe'
|
||||
+'tFileLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contro'
|
||||
+'l'#7#22'OutputSettingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#27#3'Top'#2#30#5'Width'#3#226#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrde'
|
||||
+'r'#2#0#4'Text'#6#14'TargetFileEdit'#0#0#0#7'TBitBtn'#21'CreateAppBundleButt'
|
||||
+'on'#22'AnchorSideLeft.Control'#7#15'ApplicationPage'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#22'OutputSettingsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#29#3'Top'#3#128#1#5'Width'#3#171#0#8'AutoSize'#9#20'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6#21'CreateAppBundleButton'#9'NumGlyphs'#2
|
||||
+#0#7'OnClick'#7#26'CreateAppBundleButtonClick'#8'TabOrder'#2#2#0#0#0#5'TPage'
|
||||
+#9'FormsPage'#7'Caption'#6#9'FormsPage'#11'ClientWidth'#3#254#1#12'ClientHei'
|
||||
+'ght'#3#164#1#8'OnResize'#7#15'FormsPageResize'#0#6'TLabel'#21'FormsAutoCrea'
|
||||
+'tedLabel'#4'Left'#2'$'#6'Height'#2#18#3'Top'#2#10#5'Width'#3#158#0#7'Captio'
|
||||
+'n'#6#21'FormsAutoCreatedLabel'#11'ParentColor'#8#0#0#6'TLabel'#20'FormsAvai'
|
||||
+'lFormsLabel'#22'AnchorSideLeft.Control'#7#22'FormsAvailFormsListBox'#4'Left'
|
||||
+#3#10#1#6'Height'#2#18#3'Top'#2#10#5'Width'#3#150#0#7'Caption'#6#20'FormsAva'
|
||||
+'ilFormsLabel'#11'ParentColor'#8#0#0#12'TSpeedButton'#29'FormsMoveAutoCreate'
|
||||
+'dFormUpBtn'#22'AnchorSideLeft.Control'#7#9'FormsPage'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#23'FormsAutoCreatedListBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'('#5
|
||||
+'Width'#2#24#20'BorderSpacing.Around'#2#6#5'Color'#7#9'clBtnFace'#9'NumGlyph'
|
||||
+'s'#2#0#7'OnClick'#7'"FormsMoveAutoCreatedFormUpBtnClick'#0#0#12'TSpeedButto'
|
||||
+'n FormsMoveAutoCreatedFormsDownBtn'#22'AnchorSideLeft.Control'#7#29'FormsMo'
|
||||
+'veAutoCreatedFormUpBtn'#21'AnchorSideTop.Control'#7#29'FormsMoveAutoCreated'
|
||||
+'FormUpBtn'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#24
|
||||
+#3'Top'#2'F'#5'Width'#2#24#5'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClic'
|
||||
+'k'#7'$FormsMoveAutoCreatedFormDownBtnClick'#0#0#12'TSpeedButton"FormsRemove'
|
||||
+'FromAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAutoCreatedLi'
|
||||
+'stBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23
|
||||
+'FormsAutoCreatedListBox'#4'Left'#3#236#0#6'Height'#2#24#3'Top'#2'('#5'Width'
|
||||
+#2#24#20'BorderSpacing.Around'#2#6#5'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7
|
||||
+'OnClick'#7'''FormsRemoveFromAutoCreatedFormsBtnClick'#0#0#12'TSpeedButton'
|
||||
+#29'FormsAddToAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAuto'
|
||||
+'CreatedListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Con'
|
||||
+'trol'#7'"FormsRemoveFromAutoCreatedFormsBtn'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#3#236#0#6'Height'#2#24#3'Top'#2'F'#5'Width'#2#24#5'Color'#7
|
||||
+#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7'"FormsAddToAutoCreatedFormsBtnCl'
|
||||
+'ick'#0#0#8'TListBox'#23'FormsAutoCreatedListBox'#22'AnchorSideLeft.Control'
|
||||
+#7' FormsMoveAutoCreatedFormsDownBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#21'FormsAutoCreatedLabel'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsChe'
|
||||
+'ckBox'#4'Left'#2'$'#6'Height'#3'`'#1#3'Top'#2'"'#5'Width'#3#194#0#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#10'ItemHei'
|
||||
+'ght'#2#0#11'MultiSelect'#9#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#8'TListBox'
|
||||
+#22'FormsAvailFormsListBox'#22'AnchorSideLeft.Control'#7#29'FormsAddToAutoCr'
|
||||
+'eatedFormsBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#20'FormsAvailFormsLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
||||
+'chorSideRight.Control'#7#9'FormsPage'#20'AnchorSideRight.Side'#7#9'asrBotto'
|
||||
+'m'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Lef'
|
||||
+'t'#3#10#1#6'Height'#3'`'#1#3'Top'#2'"'#5'Width'#3#238#0#7'Anchors'#11#5'akT'
|
||||
+'op'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#10'Item'
|
||||
+'Height'#2#0#11'MultiSelect'#9#8'TabOrder'#2#1#8'TopIndex'#2#255#0#0#9'TChec'
|
||||
+'kBox'#31'FormsAutoCreateNewFormsCheckBox'#22'AnchorSideLeft.Control'#7#29'F'
|
||||
+'ormsAddToAutoCreatedFormsBtn'#21'AnchorSideTop.Control'#7#23'FormsAutoCreat'
|
||||
,'edListBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#136#1#5'Width'#3#242#1#5'Ali'
|
||||
+'gn'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'FormsAutoCre'
|
||||
+'ateNewFormsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPage'#8'MiscPage'#7'Caption'#6
|
||||
+#8'MiscPage'#11'ClientWidth'#3#254#1#12'ClientHeight'#3#164#1#0#6'TBevel'#6
|
||||
+'Bevel1'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7
|
||||
+'!MainUnitHasTitleStatementCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#8'MiscPage'#20'AnchorSideRight.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#2#6#6'Height'#2#3#3'Top'#2'v'#5'Width'#3#242#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0#9'TCheckBox)'
|
||||
+'MainUnitHasUsesSectionForAllUnitsCheckBox'#22'AnchorSideLeft.Control'#7#8'M'
|
||||
+'iscPage'#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'E'#1#20'BorderSpacing.Around'#2#6#7'Caption'#6')MainUnitHasUsesSec'
|
||||
+'tionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox''MainUnitHasCreate'
|
||||
+'FormStatementsCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorS'
|
||||
+'ideTop.Control'#7')MainUnitHasUsesSectionForAllUnitsCheckBox'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'>'#5'Width'#3
|
||||
+'E'#1#20'BorderSpacing.Around'#2#6#7'Caption'#6'''MainUnitHasCreateFormState'
|
||||
+'mentsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'MainUnitIsPascalSourceCh'
|
||||
+'eckBox'#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#244#0#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceCheckBox'#8'TabO'
|
||||
+'rder'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7'''MainUnitHasCreateF'
|
||||
+'ormStatementsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#2'Z'#5'Width'#3#14#1#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6'!MainUnitHasTitleStatementCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'
|
||||
+#16'RunnableCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSide'
|
||||
+'Top.Control'#7#6'Bevel1'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'|'#5'Width'#3
|
||||
+#149#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'RunnableCheckBox'#8'TabO'
|
||||
+'rder'#2#3#0#0#9'TCheckBox'#19'AlwaysBuildCheckBox'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#16'RunnableCheckBox'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152#0#5'Wi'
|
||||
+'dth'#3#169#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AlwaysBuildCheckB'
|
||||
+'ox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#22'LRSInOutputDirCheckBox'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#19'AlwaysBuildChe'
|
||||
+'ckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'T'
|
||||
+'op'#3#180#0#5'Width'#3#188#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'L'
|
||||
+'RSInOutputDirCheckBox'#8'TabOrder'#2#6#0#0#0#5'TPage'#10'LazDocPage'#7'Capt'
|
||||
+'ion'#6#10'LazDocPage'#11'ClientWidth'#3#254#1#12'ClientHeight'#3#164#1#0#9
|
||||
+'TGroupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3#207#0#3'Top'#2#6
|
||||
+#5'Width'#3#242#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#188#0#11'Client'
|
||||
+'Width'#3#238#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#14'Laz'
|
||||
+'DocPathEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2'l'#3'Top'#2''''#5'Width'#3#226#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#8'TabO'
|
||||
+'rder'#2#0#8'TopIndex'#2#255#0#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#19'LazDoc'
|
||||
+'PathsGroupBox'#23'AnchorSideRight.Control'#7#18'LazDocBrowseButton'#4'Left'
|
||||
+#2#6#6'Height'#2#27#3'Top'#2#6#5'Width'#3#196#1#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1
|
||||
+#4'Text'#6#14'LazDocPathEdit'#0#0#7'TButton'#18'LazDocBrowseButton'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#14'LazDocPathEdit'#19'AnchorSideLeft.Side'#7#9'asrBott'
|
||||
+'om'#21'AnchorSideTop.Control'#7#19'LazDocPathsGroupBox'#23'AnchorSideRight.'
|
||||
+'Control'#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#24'AnchorSideBottom.Control'#7#14'LazDocPathEdit'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#3#208#1#6'Height'#2#27#3'Top'#2#6#5'Width'#2#24#7'An'
|
||||
+'chors'#11#5'akTop'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2#6#19'Bo'
|
||||
+'rderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButt'
|
||||
+'onClick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#19'LazDocAddPathButton'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'La'
|
||||
,'zDocListBox'#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'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#19'LazDocAddPathButton'#9'NumGlyphs'#2#0#7'OnClick'#7#24'Laz'
|
||||
+'DocAddPathButtonClick'#8'TabOrder'#2#3#0#0#7'TBitBtn'#22'LazDocDeletePathBu'
|
||||
+'tton'#22'AnchorSideLeft.Control'#7#19'LazDocAddPathButton'#19'AnchorSideLef'
|
||||
+'t.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#13'LazDocListBox'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#3#170#0#6'Height'#2#29#3'Top'#3#153
|
||||
+#0#5'Width'#3#176#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#22'LazDocDeletePathButton'#9'NumGlyphs'#2#0#7'OnClick'#7#27'LazDocDeletePat'
|
||||
+'hButtonClick'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7'Caption'#6#8'S'
|
||||
+'avePage'#11'ClientWidth'#3#254#1#12'ClientHeight'#3#164#1#0#9'TCheckBox'#26
|
||||
+'SaveClosedUnitInfoCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3
|
||||
+#242#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'Save'
|
||||
+'ClosedUnitInfoCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#31'SaveOnlyProject'
|
||||
+'UnitInfoCheckBox'#21'AnchorSideTop.Control'#7#26'SaveClosedUnitInfoCheckBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'
|
||||
+#5'Width'#3#242#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#31'SaveOnlyProjectUnitInfoCheckBox'#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29
|
||||
+'SaveSessionLocationRadioGroup'#21'AnchorSideTop.Control'#7#31'SaveOnlyProje'
|
||||
+'ctUnitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRigh'
|
||||
+'t.Control'#7#8'SavePage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2#4#3'Top'#2'D'#5'Width'#3#242#1#5'Align'#7#5'alTop'#8'AutoFill'#9
|
||||
+#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||
+'ion'#6#29'SaveSessionLocationRadioGroup'#28'ChildSizing.LeftRightSpacing'#2
|
||||
+#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7
|
||||
+#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomoge'
|
||||
+'nousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'C'
|
||||
+'hildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29
|
||||
+'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrd'
|
||||
+'er'#2#2#0#0#0#5'TPage'#15'VersionInfoPage'#7'Caption'#6#15'VersionInfoPage'
|
||||
+#11'ClientWidth'#3#254#1#12'ClientHeight'#3#164#1#0#9'TGroupBox'#19'VersionI'
|
||||
+'nfoGroupBox'#22'AnchorSideLeft.Control'#7#24'LanguageSettingsGroupBox'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2't'#3'Top'#2'"'#5'Width'#3#242#1#5'Align'#7#5'alTop'#8
|
||||
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'Version Numbering'
|
||||
+#12'ClientHeight'#2'a'#11'ClientWidth'#3#238#1#8'TabOrder'#2#1#0#6'TLabel'#12
|
||||
+'VersionLabel'#22'AnchorSideLeft.Control'#7#19'VersionInfoGroupBox'#21'Ancho'
|
||||
+'rSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2#6#6'Height'#2#18#3'To'
|
||||
+'p'#2#6#5'Width'#2'5'#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'Version:'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#18'MajorRevisionLabel'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#15'VersionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch'
|
||||
+'orSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2'j'#6'Height'#2#18#3
|
||||
+'Top'#2#6#5'Width'#2'e'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#15'Major Revision:'#11'ParentColor'#8#0#0#6'TLabel'#18'Min'
|
||||
+'orRevisionLabel'#22'AnchorSideLeft.Control'#7#21'MajorRevisionSpinEdit'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'VersionI'
|
||||
+'nfoGroupBox'#4'Left'#3#206#0#6'Height'#2#18#3'Top'#2#6#5'Width'#2'e'#18'Bor'
|
||||
+'derSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Minor Re'
|
||||
+'vision:'#11'ParentColor'#8#0#0#6'TLabel'#10'BuildLabel'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#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'Ve'
|
||||
+'rsionSpinEdit'#22'AnchorSideLeft.Control'#7#12'VersionLabel'#21'AnchorSideT'
|
||||
+'op.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'AutoSize'#9#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#27#3'Top'#2#30#5'Width'#2'F'#8'AutoSize'#9#8'MaxValue'#4#255#255#0#0
|
||||
+#8'TabOrder'#2#1#0#0#9'TSpinEdit'#21'MinorRevisionSpinEdit'#22'AnchorSideLef'
|
||||
+'t.Control'#7#18'MinorRevisionLabel'#21'AnchorSideTop.Control'#7#18'MinorRev'
|
||||
+'isionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'
|
||||
+#2#27#3'Top'#2#30#5'Width'#2'F'#8'AutoSize'#9#8'MaxValue'#4#255#255#0#0#8'Ta'
|
||||
,'bOrder'#2#2#0#0#9'TCheckBox"AutomaticallyIncreaseBuildCheckBox'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#19'VersionInfoGroupBox'#21'AnchorSideTop.Control'#7#15'Ve'
|
||||
+'rsionSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#22#3'Top'#2'E'#5'Width'#3#211#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.'
|
||||
+'Around'#2#6#7'Caption'#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'asrBo'
|
||||
+'ttom'#4'Left'#3'2'#1#6'Height'#2#27#3'Top'#2#30#5'Width'#2'F'#8'AutoSize'#9
|
||||
+#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2#3#0#0#0#9'TCheckBox'#22'UseVersionI'
|
||||
+'nfoCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#242#1#5'Align'
|
||||
+#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6'"Include Version Info '
|
||||
+'in executable'#8'OnChange'#7#28'UseVersionInfoCheckBoxChange'#8'TabOrder'#2
|
||||
+#0#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
|
||||
+'T'#3'Top'#3#156#0#5'Width'#3#242#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6#16'Language Options'#12'ClientHeight'#2
|
||||
+'A'#11'ClientWidth'#3#238#1#8'TabOrder'#2#2#0#6'TLabel'#22'LanguageSelection'
|
||||
+'Label'#22'AnchorSideLeft.Control'#7#24'LanguageSettingsGroupBox'#21'AnchorS'
|
||||
+'ideTop.Control'#7#24'LanguageSettingsGroupBox'#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#19'Lang'
|
||||
+'uage Selection:'#11'ParentColor'#8#0#0#6'TLabel'#17'CharacterSetLabel'#22'A'
|
||||
+'nchorSideLeft.Control'#7#25'LanguageSelectionComboBox'#19'AnchorSideLeft.Si'
|
||||
+'de'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'LanguageSettingsGroupBox'
|
||||
+#4'Left'#3#4#1#6'Height'#2#18#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#30#5'Width'
|
||||
+#3#248#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#2#20'BorderSpacing.Botto'
|
||||
+'m'#2#6#10'ItemHeight'#2#0#9'ItemWidth'#2#0#8'TabOrder'#2#0#4'Text'#6#12'U.S'
|
||||
+'. English'#0#0#9'TComboBox'#20'CharacterSetComboBox'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#17'CharacterSetLabel'#21'AnchorSideTop.Control'#7#25'LanguageSelecti'
|
||||
+'onComboBox'#23'AnchorSideRight.Control'#7#24'LanguageSettingsGroupBox'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#4#1#6'Height'#2#29#3'Top'#2#30
|
||||
+#5'Width'#3#228#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoCompl'
|
||||
+'ete'#8#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ItemHeig'
|
||||
+'ht'#2#0#9'ItemWidth'#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'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'x'#3'Top'#3#246
|
||||
+#0#5'Width'#3#242#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#7'Caption'#6#10'Other Info'#12'ClientHeight'#2'e'#11'ClientWidth'#3
|
||||
+#238#1#8'TabOrder'#2#3#0#6'TLabel'#16'DescriptionLabel'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2
|
||||
+#6#6'Height'#2#18#3'Top'#2#4#5'Width'#2'O'#18'BorderSpacing.Left'#2#6#7'Capt'
|
||||
+'ion'#6#12'Description:'#11'ParentColor'#8#0#0#6'TLabel'#14'CopyrightLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#16'DescriptionLabel'#21'AnchorSideTop.Control'
|
||||
+#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#18#3'Top'#2'%'#5'Width'#2'D'#7'Caption'#6#10'Copyright:'#11'ParentCo'
|
||||
+'lor'#8#0#0#5'TEdit'#15'DescriptionEdit'#22'AnchorSideLeft.Control'#7#16'Des'
|
||||
+'criptionLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Co'
|
||||
+'ntrol'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#2'_'#6'Height'#2#27#3'Top'#2#0#5'Width'#3#137#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#10#19'BorderSpa'
|
||||
+'cing.Right'#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#13'CopyrightEdit'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#15'DescriptionEdit'#21'AnchorSideTop.Control'#7#15'Descrip'
|
||||
+'tionEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'_'
|
||||
+#6'Height'#2#27#3'Top'#2'!'#5'Width'#3#137#1#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'
|
||||
+#2#6#8'TabOrder'#2#1#0#0#7'TBitBtn'#20'AdditionalInfoButton'#21'AnchorSideTo'
|
||||
+'p.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anc'
|
||||
+'horSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'z'#1#6'Height'
|
||||
+#2#29#3'Top'#2'B'#5'Width'#2'n'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSi'
|
||||
,'ze'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Additional Info'#9'NumGl'
|
||||
+'yphs'#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#254#1#12'Client'
|
||||
+'Height'#3#164#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'AnchorSideRight.Control'#7#17'OtherIn'
|
||||
+'foGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+'T'#3'Top'#2'"'#5'Width'#3#242#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHeight'#2'A'#11
|
||||
+'ClientWidth'#3#238#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabel'#4'Left'#2
|
||||
+#6#6'Height'#2#18#3'Top'#2#6#5'Width'#3#134#0#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#20'PO Output Directory:'#11'ParentColor'#8#0#0#5'TEdit'#12'POOut'
|
||||
+'DirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSi'
|
||||
+'deRight.Control'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2#27#3'Top'#2#30
|
||||
+#5'Width'#3#196#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9
|
||||
+#20'BorderSpacing.Around'#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'AnchorSideBottom.Control'#7#12'POOutDirEdit'#21'AnchorSideBot'
|
||||
+'tom.Side'#7#9'asrBottom'#4'Left'#3#208#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#242#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6#11'Enable i18n'#8'OnChange'#7#24'EnableI18NCheckBoxChange'#8'TabOrd'
|
||||
+'er'#2#1#0#0#0#0#12'TButtonPanel'#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'Sele'
|
||||
+'ctDirectoryDialog'#11'FilterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0#18'TO'
|
||||
+'penPictureDialog'#18'OpenPictureDialog1'#4'left'#2'u'#3'top'#3'p'#1#0#0#18
|
||||
+'TSavePictureDialog'#18'SavePictureDialog1'#5'Title'#6#12'Save file as'#4'le'
|
||||
+'ft'#3#146#0#3'top'#3'p'#1#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user