mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 02:19:57 +02:00
ide: project options: make '...' closer to controls
git-svn-id: trunk@20006 -
This commit is contained in:
parent
53471e1062
commit
3f7ae88079
@ -15,7 +15,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
LCLVersion = '0.9.27'
|
||||
object Notebook: TNotebook
|
||||
Left = 0
|
||||
Height = 447
|
||||
Height = 457
|
||||
Top = 0
|
||||
Width = 512
|
||||
Align = alClient
|
||||
@ -24,28 +24,28 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
TabOrder = 0
|
||||
object ApplicationPage: TPage
|
||||
Caption = 'ApplicationPage'
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
ClientWidth = 504
|
||||
ClientHeight = 431
|
||||
object AppSettingsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 284
|
||||
Height = 269
|
||||
Top = 6
|
||||
Width = 498
|
||||
Width = 492
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AppSettingsGroupBox'
|
||||
ClientHeight = 265
|
||||
ClientWidth = 494
|
||||
ClientHeight = 251
|
||||
ClientWidth = 488
|
||||
TabOrder = 0
|
||||
object TitleLabel: TLabel
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
AnchorSideTop.Control = TitleEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 10
|
||||
Width = 65
|
||||
Width = 46
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'TitleLabel'
|
||||
ParentColor = False
|
||||
@ -54,9 +54,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
AnchorSideTop.Control = IconPanel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 39
|
||||
Width = 63
|
||||
Height = 14
|
||||
Top = 35
|
||||
Width = 47
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'IconLabel'
|
||||
ParentColor = False
|
||||
@ -68,9 +68,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = IconTrack
|
||||
Left = 240
|
||||
Height = 18
|
||||
Top = 176
|
||||
Width = 97
|
||||
Height = 14
|
||||
Top = 174
|
||||
Width = 73
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'IconTrackLabel'
|
||||
@ -79,11 +79,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
object TitleEdit: TEdit
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 106
|
||||
Height = 27
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 382
|
||||
Width = 376
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 100
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
@ -94,9 +93,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = IconTrack
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 209
|
||||
Width = 184
|
||||
Height = 17
|
||||
Top = 205
|
||||
Width = 138
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UseAppBundleCheckBox'
|
||||
TabOrder = 1
|
||||
@ -106,9 +105,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = UseAppBundleCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 237
|
||||
Width = 188
|
||||
Height = 17
|
||||
Top = 228
|
||||
Width = 140
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UseXPManifestCheckBox'
|
||||
TabOrder = 2
|
||||
@ -119,7 +118,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 106
|
||||
Height = 128
|
||||
Top = 39
|
||||
Top = 35
|
||||
Width = 128
|
||||
BorderSpacing.Left = 106
|
||||
BorderSpacing.Top = 6
|
||||
@ -127,8 +126,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
BevelOuter = bvNone
|
||||
BorderWidth = 1
|
||||
BorderStyle = bsSingle
|
||||
ClientHeight = 126
|
||||
ClientWidth = 126
|
||||
ClientHeight = 124
|
||||
ClientWidth = 124
|
||||
TabOrder = 3
|
||||
object IconImage: TImage
|
||||
Left = 1
|
||||
@ -147,9 +146,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideBottom.Control = IconPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 240
|
||||
Height = 29
|
||||
Top = 39
|
||||
Width = 116
|
||||
Height = 23
|
||||
Top = 35
|
||||
Width = 102
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'LoadIconButton'
|
||||
@ -162,9 +161,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = LoadIconButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 240
|
||||
Height = 29
|
||||
Top = 74
|
||||
Width = 117
|
||||
Height = 23
|
||||
Top = 64
|
||||
Width = 103
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'SaveIconButton'
|
||||
@ -177,9 +176,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = SaveIconButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 240
|
||||
Height = 29
|
||||
Top = 109
|
||||
Width = 119
|
||||
Height = 23
|
||||
Top = 93
|
||||
Width = 104
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'ClearIconButton'
|
||||
@ -195,7 +194,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 106
|
||||
Height = 36
|
||||
Top = 167
|
||||
Top = 163
|
||||
Width = 128
|
||||
Max = 0
|
||||
OnChange = IconTrackChange
|
||||
@ -206,23 +205,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object OutputSettingsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 82
|
||||
Top = 296
|
||||
Width = 498
|
||||
Height = 73
|
||||
Top = 281
|
||||
Width = 492
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'OutputSettingsGroupBox'
|
||||
ClientHeight = 63
|
||||
ClientWidth = 494
|
||||
ClientHeight = 55
|
||||
ClientWidth = 488
|
||||
TabOrder = 1
|
||||
object TargetFileLabel: TLabel
|
||||
AnchorSideLeft.Control = OutputSettingsGroupBox
|
||||
AnchorSideTop.Control = OutputSettingsGroupBox
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 99
|
||||
Width = 74
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'TargetFileLabel'
|
||||
ParentColor = False
|
||||
@ -234,11 +233,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = OutputSettingsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 27
|
||||
Top = 30
|
||||
Width = 482
|
||||
Height = 23
|
||||
Top = 26
|
||||
Width = 476
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
Text = 'TargetFileEdit'
|
||||
@ -249,9 +247,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = OutputSettingsGroupBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 384
|
||||
Width = 171
|
||||
Height = 23
|
||||
Top = 360
|
||||
Width = 142
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'CreateAppBundleButton'
|
||||
@ -262,23 +260,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object FormsPage: TPage
|
||||
Caption = 'FormsPage'
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
ClientWidth = 504
|
||||
ClientHeight = 431
|
||||
OnResize = FormsPageResize
|
||||
object FormsAutoCreatedLabel: TLabel
|
||||
Left = 36
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 10
|
||||
Width = 158
|
||||
Width = 117
|
||||
Caption = 'FormsAutoCreatedLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object FormsAvailFormsLabel: TLabel
|
||||
AnchorSideLeft.Control = FormsAvailFormsListBox
|
||||
Left = 266
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 10
|
||||
Width = 150
|
||||
Width = 107
|
||||
Caption = 'FormsAvailFormsLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -287,7 +285,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = FormsAutoCreatedListBox
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 40
|
||||
Top = 36
|
||||
Width = 24
|
||||
BorderSpacing.Around = 6
|
||||
Color = clBtnFace
|
||||
@ -300,7 +298,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 70
|
||||
Top = 66
|
||||
Width = 24
|
||||
Color = clBtnFace
|
||||
NumGlyphs = 0
|
||||
@ -312,7 +310,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = FormsAutoCreatedListBox
|
||||
Left = 236
|
||||
Height = 24
|
||||
Top = 40
|
||||
Top = 36
|
||||
Width = 24
|
||||
BorderSpacing.Around = 6
|
||||
Color = clBtnFace
|
||||
@ -326,7 +324,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 236
|
||||
Height = 24
|
||||
Top = 70
|
||||
Top = 66
|
||||
Width = 24
|
||||
Color = clBtnFace
|
||||
NumGlyphs = 0
|
||||
@ -339,15 +337,14 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
||||
Left = 36
|
||||
Height = 352
|
||||
Top = 34
|
||||
Height = 372
|
||||
Top = 30
|
||||
Width = 194
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
MultiSelect = True
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object FormsAvailFormsListBox: TListBox
|
||||
AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
|
||||
@ -358,23 +355,22 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
||||
Left = 266
|
||||
Height = 352
|
||||
Top = 34
|
||||
Width = 238
|
||||
Height = 372
|
||||
Top = 30
|
||||
Width = 232
|
||||
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 = 22
|
||||
Top = 392
|
||||
Width = 498
|
||||
Height = 17
|
||||
Top = 408
|
||||
Width = 492
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'FormsAutoCreateNewFormsCheckBox'
|
||||
@ -383,8 +379,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object MiscPage: TPage
|
||||
Caption = 'MiscPage'
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
ClientWidth = 504
|
||||
ClientHeight = 431
|
||||
object Bevel1: TBevel
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
|
||||
@ -393,8 +389,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 3
|
||||
Top = 118
|
||||
Width = 498
|
||||
Top = 98
|
||||
Width = 492
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
end
|
||||
@ -403,9 +399,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 325
|
||||
Height = 17
|
||||
Top = 29
|
||||
Width = 238
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
|
||||
TabOrder = 0
|
||||
@ -415,9 +411,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 62
|
||||
Width = 325
|
||||
Height = 17
|
||||
Top = 52
|
||||
Width = 235
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
|
||||
TabOrder = 1
|
||||
@ -426,9 +422,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MiscPage
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 244
|
||||
Width = 183
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitIsPascalSourceCheckBox'
|
||||
TabOrder = 2
|
||||
@ -438,9 +434,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 90
|
||||
Width = 270
|
||||
Height = 17
|
||||
Top = 75
|
||||
Width = 196
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitHasTitleStatementCheckBox'
|
||||
TabOrder = 5
|
||||
@ -449,9 +445,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = Bevel1
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 124
|
||||
Width = 149
|
||||
Height = 17
|
||||
Top = 104
|
||||
Width = 113
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'RunnableCheckBox'
|
||||
TabOrder = 3
|
||||
@ -461,9 +457,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = RunnableCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 152
|
||||
Width = 169
|
||||
Height = 17
|
||||
Top = 127
|
||||
Width = 123
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'AlwaysBuildCheckBox'
|
||||
TabOrder = 4
|
||||
@ -473,9 +469,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = AlwaysBuildCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 180
|
||||
Width = 188
|
||||
Height = 17
|
||||
Top = 150
|
||||
Width = 142
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LRSInOutputDirCheckBox'
|
||||
TabOrder = 6
|
||||
@ -483,19 +479,19 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object LazDocPage: TPage
|
||||
Caption = 'LazDocPage'
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
ClientWidth = 504
|
||||
ClientHeight = 431
|
||||
object LazDocPathsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 207
|
||||
Height = 196
|
||||
Top = 6
|
||||
Width = 498
|
||||
Width = 492
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocPathsGroupBox'
|
||||
ClientHeight = 188
|
||||
ClientWidth = 494
|
||||
ClientHeight = 178
|
||||
ClientWidth = 488
|
||||
TabOrder = 0
|
||||
object LazDocListBox: TListBox
|
||||
AnchorSideLeft.Control = LazDocPathsGroupBox
|
||||
@ -505,25 +501,25 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 108
|
||||
Top = 39
|
||||
Width = 482
|
||||
Top = 35
|
||||
Width = 476
|
||||
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 = 27
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 452
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
TabOrder = 1
|
||||
Text = 'LazDocPathEdit'
|
||||
end
|
||||
@ -535,8 +531,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = LazDocPathEdit
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 464
|
||||
Height = 27
|
||||
Left = 458
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
@ -551,9 +547,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = LazDocListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 153
|
||||
Width = 158
|
||||
Height = 23
|
||||
Top = 149
|
||||
Width = 133
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocAddPathButton'
|
||||
@ -566,10 +562,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LazDocListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 170
|
||||
Height = 29
|
||||
Top = 153
|
||||
Width = 176
|
||||
Left = 145
|
||||
Height = 23
|
||||
Top = 149
|
||||
Width = 145
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocDeletePathButton'
|
||||
@ -581,13 +577,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object SavePage: TPage
|
||||
Caption = 'SavePage'
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
ClientWidth = 504
|
||||
ClientHeight = 431
|
||||
object SaveClosedUnitInfoCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 498
|
||||
Width = 492
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SaveClosedUnitInfoCheckBox'
|
||||
@ -597,9 +593,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = SaveClosedUnitInfoCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 498
|
||||
Height = 17
|
||||
Top = 29
|
||||
Width = 492
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'SaveOnlyProjectUnitInfoCheckBox'
|
||||
@ -612,8 +608,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 4
|
||||
Top = 68
|
||||
Width = 498
|
||||
Top = 58
|
||||
Width = 492
|
||||
Align = alTop
|
||||
AutoFill = True
|
||||
AutoSize = True
|
||||
@ -633,30 +629,30 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object VersionInfoPage: TPage
|
||||
Caption = 'VersionInfoPage'
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
ClientWidth = 504
|
||||
ClientHeight = 431
|
||||
object VersionInfoGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = LanguageSettingsGroupBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 116
|
||||
Top = 34
|
||||
Width = 498
|
||||
Height = 102
|
||||
Top = 29
|
||||
Width = 492
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Version Numbering'
|
||||
ClientHeight = 97
|
||||
ClientWidth = 494
|
||||
ClientHeight = 84
|
||||
ClientWidth = 488
|
||||
TabOrder = 1
|
||||
object VersionLabel: TLabel
|
||||
AnchorSideLeft.Control = VersionInfoGroupBox
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 53
|
||||
Width = 40
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Version:'
|
||||
ParentColor = False
|
||||
@ -666,9 +662,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 106
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 101
|
||||
Width = 75
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Major Revision:'
|
||||
@ -679,9 +675,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 206
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 101
|
||||
Width = 74
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Minor Revision:'
|
||||
@ -692,9 +688,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
Left = 306
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 38
|
||||
Width = 27
|
||||
BorderSpacing.Left = 24
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Build:'
|
||||
@ -705,10 +701,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = VersionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 27
|
||||
Top = 30
|
||||
Height = 23
|
||||
Top = 26
|
||||
Width = 70
|
||||
AutoSize = True
|
||||
MaxValue = 65535
|
||||
TabOrder = 0
|
||||
end
|
||||
@ -717,10 +712,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MajorRevisionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 106
|
||||
Height = 27
|
||||
Top = 30
|
||||
Height = 23
|
||||
Top = 26
|
||||
Width = 70
|
||||
AutoSize = True
|
||||
MaxValue = 65535
|
||||
TabOrder = 1
|
||||
end
|
||||
@ -729,10 +723,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = MinorRevisionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 206
|
||||
Height = 27
|
||||
Top = 30
|
||||
Height = 23
|
||||
Top = 26
|
||||
Width = 70
|
||||
AutoSize = True
|
||||
MaxValue = 65535
|
||||
TabOrder = 2
|
||||
end
|
||||
@ -741,9 +734,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = VersionSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 69
|
||||
Width = 211
|
||||
Height = 17
|
||||
Top = 61
|
||||
Width = 149
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Automatically increase Build'
|
||||
@ -754,19 +747,18 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = BuildLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 306
|
||||
Height = 27
|
||||
Top = 30
|
||||
Height = 23
|
||||
Top = 26
|
||||
Width = 70
|
||||
AutoSize = True
|
||||
MaxValue = 65535
|
||||
TabOrder = 3
|
||||
end
|
||||
end
|
||||
object UseVersionInfoCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 498
|
||||
Width = 492
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Include Version Info in executable'
|
||||
@ -777,23 +769,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 84
|
||||
Top = 156
|
||||
Width = 498
|
||||
Height = 71
|
||||
Top = 137
|
||||
Width = 492
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Language Options'
|
||||
ClientHeight = 65
|
||||
ClientWidth = 494
|
||||
ClientHeight = 53
|
||||
ClientWidth = 488
|
||||
TabOrder = 2
|
||||
object LanguageSelectionLabel: TLabel
|
||||
AnchorSideLeft.Control = LanguageSettingsGroupBox
|
||||
AnchorSideTop.Control = LanguageSettingsGroupBox
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 132
|
||||
Width = 98
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Language Selection:'
|
||||
ParentColor = False
|
||||
@ -803,9 +795,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LanguageSettingsGroupBox
|
||||
Left = 260
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 93
|
||||
Width = 72
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Character Set:'
|
||||
ParentColor = False
|
||||
@ -815,13 +807,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = LanguageSelectionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 30
|
||||
Height = 21
|
||||
Top = 26
|
||||
Width = 248
|
||||
AutoComplete = False
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Bottom = 6
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
TabOrder = 0
|
||||
Text = 'U.S. English'
|
||||
@ -832,14 +824,14 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = LanguageSettingsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 260
|
||||
Height = 29
|
||||
Top = 30
|
||||
Width = 228
|
||||
Height = 21
|
||||
Top = 26
|
||||
Width = 222
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
TabOrder = 1
|
||||
Text = 'Multilingual'
|
||||
@ -849,23 +841,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 120
|
||||
Top = 246
|
||||
Width = 498
|
||||
Height = 105
|
||||
Top = 214
|
||||
Width = 492
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Other Info'
|
||||
ClientHeight = 101
|
||||
ClientWidth = 494
|
||||
ClientHeight = 87
|
||||
ClientWidth = 488
|
||||
TabOrder = 3
|
||||
object DescriptionLabel: TLabel
|
||||
AnchorSideTop.Control = DescriptionEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 4
|
||||
Width = 79
|
||||
Width = 58
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Description:'
|
||||
ParentColor = False
|
||||
@ -875,9 +867,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = CopyrightEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 37
|
||||
Width = 68
|
||||
Height = 14
|
||||
Top = 33
|
||||
Width = 52
|
||||
Caption = 'Copyright:'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -886,12 +878,11 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 95
|
||||
Height = 27
|
||||
Left = 74
|
||||
Height = 23
|
||||
Top = 0
|
||||
Width = 393
|
||||
Width = 408
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 10
|
||||
BorderSpacing.Right = 6
|
||||
TabOrder = 0
|
||||
@ -902,12 +893,11 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 95
|
||||
Height = 27
|
||||
Top = 33
|
||||
Width = 393
|
||||
Left = 74
|
||||
Height = 23
|
||||
Top = 29
|
||||
Width = 408
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
TabOrder = 1
|
||||
@ -918,10 +908,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 378
|
||||
Height = 29
|
||||
Top = 66
|
||||
Width = 110
|
||||
Left = 386
|
||||
Height = 23
|
||||
Top = 58
|
||||
Width = 96
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -934,8 +924,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object i18nPage: TPage
|
||||
Caption = 'i18n'
|
||||
ClientWidth = 510
|
||||
ClientHeight = 420
|
||||
ClientWidth = 504
|
||||
ClientHeight = 431
|
||||
object I18NGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = OtherInfoGroupBox
|
||||
AnchorSideTop.Control = VersionInfoGroupBox
|
||||
@ -943,21 +933,21 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Control = OtherInfoGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 84
|
||||
Top = 34
|
||||
Width = 498
|
||||
Height = 73
|
||||
Top = 29
|
||||
Width = 492
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'i18n Options'
|
||||
ClientHeight = 65
|
||||
ClientWidth = 494
|
||||
ClientHeight = 55
|
||||
ClientWidth = 488
|
||||
TabOrder = 0
|
||||
object PoOutDirLabel: TLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 134
|
||||
Width = 103
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'PO Output Directory:'
|
||||
ParentColor = False
|
||||
@ -968,12 +958,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = POOutDirButton
|
||||
Left = 6
|
||||
Height = 27
|
||||
Top = 30
|
||||
Height = 23
|
||||
Top = 26
|
||||
Width = 452
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
TabOrder = 0
|
||||
Text = 'POOutDirEdit'
|
||||
end
|
||||
@ -983,9 +974,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = POOutDirEdit
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 464
|
||||
Height = 27
|
||||
Top = 30
|
||||
Left = 458
|
||||
Height = 23
|
||||
Top = 26
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
BorderSpacing.Right = 6
|
||||
@ -996,9 +987,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object EnableI18NCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 498
|
||||
Width = 492
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Enable i18n'
|
||||
@ -1009,8 +1000,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 36
|
||||
Top = 453
|
||||
Height = 26
|
||||
Top = 463
|
||||
Width = 500
|
||||
TabOrder = 1
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
|
@ -7,214 +7,213 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
+'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
|
||||
+'otebook'#4'Left'#2#0#6'Height'#3#201#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
|
||||
+'h'#3#248#1#12'ClientHeight'#3#175#1#0#9'TGroupBox'#19'AppSettingsGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#3#13#1#3'Top'#2#6#5'Width'#3#236#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'
|
||||
+'x'#12'ClientHeight'#3#251#0#11'ClientWidth'#3#232#1#8'TabOrder'#2#0#0#6'TLa'
|
||||
+'bel'#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#14#3'Top'#2#10#5'Width'#2'.'#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
|
||||
+'ol'#7#9'IconPanel'#4'Left'#2#6#6'Height'#2#14#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'
|
||||
+'k'#4'Left'#3#240#0#6'Height'#2#14#3'Top'#3#174#0#5'Width'#2'I'#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
|
||||
+'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#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#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
|
||||
+#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#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
|
||||
+'Bottom'#4'Left'#2'j'#6'Height'#2#23#3'Top'#2#6#5'Width'#3'x'#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
|
||||
+'IconTrack'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17
|
||||
+#3'Top'#3#205#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'UseXPManifestChec'
|
||||
+'kBox'#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#228#0#5'Width'#3#140#0#20'BorderSpacing.A'
|
||||
+'round'#2#6#7'Caption'#6#21'UseXPManifestCheckBox'#8'TabOrder'#2#2#0#0#6'TPa'
|
||||
+'nel'#9'IconPanel'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'A'
|
||||
+'nchorSideTop.Control'#7#9'TitleEdit'#18'AnchorSideTop.Side'#7#9'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'BevelOu'
|
||||
+'ter'#7#6'bvNone'#11'BorderWidth'#2#1#11'BorderStyle'#7#8'bsSingle'#12'Clien'
|
||||
+'tHeight'#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'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'
|
||||
+'horSideBottom.Control'#7#9'IconPanel'#21'AnchorSideBottom.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#3#240#0#6'Height'#2#23#3'Top'#2'#'#5'Width'#2'f'#8'AutoSize'#9
|
||||
+#18'BorderSpacing.Left'#2#6#7'Caption'#6#14'LoadIconButton'#9'NumGlyphs'#2#0
|
||||
+#7'OnClick'#7#19'LoadIconButtonClick'#8'TabOrder'#2#4#0#0#7'TBitBtn'#14'Save'
|
||||
+'IconButton'#22'AnchorSideLeft.Control'#7#14'LoadIconButton'#21'AnchorSideTo'
|
||||
+'p.Control'#7#14'LoadIconButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#3#240#0#6'Height'#2#23#3'Top'#2'@'#5'Width'#2'g'#8'AutoSize'#9#17'Border'
|
||||
+'Spacing.Top'#2#6#7'Caption'#6#14'SaveIconButton'#9'NumGlyphs'#2#0#7'OnClick'
|
||||
+#7#19'SaveIconButtonClick'#8'TabOrder'#2#5#0#0#7'TBitBtn'#15'ClearIconButton'
|
||||
+#22'AnchorSideLeft.Control'#7#14'SaveIconButton'#21'AnchorSideTop.Control'#7
|
||||
+#14'SaveIconButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#240#0#6
|
||||
+'Height'#2#23#3'Top'#2']'#5'Width'#2'h'#8'AutoSize'#9#17'BorderSpacing.Top'#2
|
||||
+#6#7'Caption'#6#15'ClearIconButton'#9'NumGlyphs'#2#0#7'OnClick'#7#20'ClearIc'
|
||||
+'onButtonClick'#8'TabOrder'#2#6#0#0#9'TTrackBar'#9'IconTrack'#22'AnchorSideL'
|
||||
+'eft.Control'#7#9'IconPanel'#21'AnchorSideTop.Control'#7#9'IconPanel'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'IconPanel'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2'$'#3'Top'#3
|
||||
,#163#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'I'#3'Top'#3
|
||||
+#25#1#5'Width'#3#236#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Ar'
|
||||
+'ound'#2#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHeight'#2'7'#11
|
||||
+'ClientWidth'#3#232#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#14#3'Top'#2#6#5'Width'
|
||||
+#2'J'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'TargetFileLabel'#11'Paren'
|
||||
+'tColor'#8#0#0#5'TEdit'#14'TargetFileEdit'#22'AnchorSideLeft.Control'#7#22'O'
|
||||
+'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#23#3'Top'#2#26#5'Width'#3#220#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'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3'h'
|
||||
+#1#5'Width'#3#142#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#21'CreateAppBundleButton'#9'NumGlyphs'#2#0#7'OnClick'#7#26'CreateAppBundleB'
|
||||
+'uttonClick'#8'TabOrder'#2#2#0#0#0#5'TPage'#9'FormsPage'#7'Caption'#6#9'Form'
|
||||
+'sPage'#11'ClientWidth'#3#248#1#12'ClientHeight'#3#175#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
|
||||
+'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7'"FormsMoveAutoCreatedFo'
|
||||
+'rmUpBtnClick'#0#0#12'TSpeedButton FormsMoveAutoCreatedFormsDownBtn'#22'Anch'
|
||||
+'orSideLeft.Control'#7#29'FormsMoveAutoCreatedFormUpBtn'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#29'FormsMoveAutoCreatedFormUpBtn'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'B'#5'Width'#2#24#5'Color'#7#9'clB'
|
||||
+'tnFace'#9'NumGlyphs'#2#0#7'OnClick'#7'$FormsMoveAutoCreatedFormDownBtnClick'
|
||||
+#0#0#12'TSpeedButton"FormsRemoveFromAutoCreatedFormsBtn'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#23'FormsAutoCreatedListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#23'FormsAutoCreatedListBox'#4'Left'#3#236#0#6'H'
|
||||
+'eight'#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'''FormsRemoveFromAutoCreatedFo'
|
||||
+'rmsBtnClick'#0#0#12'TSpeedButton'#29'FormsAddToAutoCreatedFormsBtn'#22'Anch'
|
||||
+'orSideLeft.Control'#7#23'FormsAutoCreatedListBox'#19'AnchorSideLeft.Side'#7
|
||||
+#9'asrBottom'#21'AnchorSideTop.Control'#7'"FormsRemoveFromAutoCreatedFormsBt'
|
||||
+'n'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#236#0#6'Height'#2#24#3'T'
|
||||
+'op'#2'B'#5'Width'#2#24#5'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7
|
||||
+'"FormsAddToAutoCreatedFormsBtnClick'#0#0#8'TListBox'#23'FormsAutoCreatedLis'
|
||||
+'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't'#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#0#0#8'TListBox'#22'FormsAvailFormsListBox'#22'AnchorSideLeft.Control'#7#29
|
||||
+'FormsAddToAutoCreatedFormsBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'An'
|
||||
+'chorSideTop.Control'#7#20'FormsAvailFormsLabel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#23'AnchorSideRight.Control'#7#9'FormsPage'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewForm'
|
||||
+'sCheckBox'#4'Left'#3#10#1#6'Height'#3't'#1#3'Top'#2#30#5'Width'#3#232#0#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Aro'
|
||||
+'und'#2#6#10'ItemHeight'#2#0#11'MultiSelect'#9#8'TabOrder'#2#1#0#0#9'TCheckB'
|
||||
+'ox'#31'FormsAutoCreateNewFormsCheckBox'#22'AnchorSideLeft.Control'#7#29'For'
|
||||
+'msAddToAutoCreatedFormsBtn'#21'AnchorSideTop.Control'#7#23'FormsAutoCreated'
|
||||
+'ListBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#3#152#1#5'Width'#3#236#1#5'Align'
|
||||
,#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'FormsAutoCreateN'
|
||||
+'ewFormsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPage'#8'MiscPage'#7'Caption'#6#8
|
||||
+'MiscPage'#11'ClientWidth'#3#248#1#12'ClientHeight'#3#175#1#0#6'TBevel'#6'Be'
|
||||
+'vel1'#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
|
||||
+'om'#4'Left'#2#6#6'Height'#2#3#3'Top'#2'b'#5'Width'#3#236#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
|
||||
+'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')MainUnitHasUsesSe'
|
||||
+'ctionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox''MainUnitHasCreat'
|
||||
+'eFormStatementsCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'Anchor'
|
||||
+'SideTop.Control'#7')MainUnitHasUsesSectionForAllUnitsCheckBox'#18'AnchorSid'
|
||||
+'eTop.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'''MainUnitHasCreateFormStat'
|
||||
+'ementsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'MainUnitIsPascalSourceC'
|
||||
+'heckBox'#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'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceCheckBox'#8'Ta'
|
||||
+'bOrder'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7'''MainUnitHasCreat'
|
||||
+'eFormStatementsCheckBox'#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.Around'#2#6#7'Ca'
|
||||
+'ption'#6'!MainUnitHasTitleStatementCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBo'
|
||||
+'x'#16'RunnableCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorS'
|
||||
+'ideTop.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'TabOr'
|
||||
+'der'#2#3#0#0#9'TCheckBox'#19'AlwaysBuildCheckBox'#22'AnchorSideLeft.Control'
|
||||
+#7#8'MiscPage'#21'AnchorSideTop.Control'#7#16'RunnableCheckBox'#18'AnchorSid'
|
||||
+'eTop.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'AlwaysBuildCheckBox'#8'TabO'
|
||||
+'rder'#2#4#0#0#9'TCheckBox'#22'LRSInOutputDirCheckBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#19'AlwaysBuildCheckBox'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#3#150#0
|
||||
+#5'Width'#3#142#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'LRSInOutputDi'
|
||||
+'rCheckBox'#8'TabOrder'#2#6#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'La'
|
||||
+'zDocPage'#11'ClientWidth'#3#248#1#12'ClientHeight'#3#175#1#0#9'TGroupBox'#19
|
||||
+'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3#196#0#3'Top'#2#6#5'Width'#3#236
|
||||
+#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#178#0#11'ClientWidth'#3#232#1#8
|
||||
+'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#22'AnchorSideLeft.Control'#7
|
||||
+#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#14'LazDocPathEdit'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#19'LazDocPa'
|
||||
+'thsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+'l'#3'Top'#2'#'#5'Width'#3#220#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#8'TabOrder'#2#0#0#0#5'TEd'
|
||||
+'it'#14'LazDocPathEdit'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'
|
||||
+#21'AnchorSideTop.Control'#7#19'LazDocPathsGroupBox'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'
|
||||
+#3#196#1#7'Anchors'#11#5'akTop'#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'LazDocPathEdit'#0#0#7'TButton'#18'LazDocBrowseButton'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#14'LazDocPathEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#19'LazDocPathsGroupBox'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'A'
|
||||
+'nchorSideBottom.Control'#7#14'LazDocPathEdit'#21'AnchorSideBottom.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#202#1#6'Height'#2#23#3'Top'#2#6#5'Width'#2#24#7'Anchor'
|
||||
+'s'#11#5'akTop'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2#6#19'Border'
|
||||
+'Spacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonCl'
|
||||
+'ick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#19'LazDocAddPathButton'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'LazDoc'
|
||||
+'ListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3
|
||||
,'Top'#3#149#0#5'Width'#3#133#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#19'LazDocAddPathButton'#9'NumGlyphs'#2#0#7'OnClick'#7#24'LazDocA'
|
||||
+'ddPathButtonClick'#8'TabOrder'#2#3#0#0#7'TBitBtn'#22'LazDocDeletePathButton'
|
||||
+#22'AnchorSideLeft.Control'#7#19'LazDocAddPathButton'#19'AnchorSideLeft.Side'
|
||||
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#13'LazDocListBox'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#3#145#0#6'Height'#2#23#3'Top'#3#149#0#5'Wid'
|
||||
+'th'#3#145#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'LazD'
|
||||
+'ocDeletePathButton'#9'NumGlyphs'#2#0#7'OnClick'#7#27'LazDocDeletePathButton'
|
||||
+'Click'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7'Caption'#6#8'SavePage'
|
||||
+#11'ClientWidth'#3#248#1#12'ClientHeight'#3#175#1#0#9'TCheckBox'#26'SaveClos'
|
||||
+'edUnitInfoCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#236#1#5
|
||||
+'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'SaveClosedUn'
|
||||
+'itInfoCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#31'SaveOnlyProjectUnitInfo'
|
||||
+'CheckBox'#21'AnchorSideTop.Control'#7#26'SaveClosedUnitInfoCheckBox'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#29#5'Wi'
|
||||
+'dth'#3#236#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
|
||||
+#6'Height'#2#4#3'Top'#2':'#5'Width'#3#236#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
|
||||
@ -223,135 +222,134 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
+'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'
|
||||
+#11'ClientWidth'#3#248#1#12'ClientHeight'#3#175#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
|
||||
+'Left'#2#6#6'Height'#2'f'#3'Top'#2#29#5'Width'#3#236#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
|
||||
+#12'ClientHeight'#2'T'#11'ClientWidth'#3#232#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:'
|
||||
+'rSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2#6#6'Height'#2#14#3'To'
|
||||
+'p'#2#6#5'Width'#2'('#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'
|
||||
+'orSideTop.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'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'
|
||||
+'nfoGroupBox'#4'Left'#3#206#0#6'Height'#2#14#3'Top'#2#6#5'Width'#2'J'#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.'
|
||||
+#2#14#3'Top'#2#6#5'Width'#2#27#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
|
||||
+#2#6#6'Height'#2#23#3'Top'#2#26#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'Ta'
|
||||
+'bOrder'#2#0#0#0#9'TSpinEdit'#21'MajorRevisionSpinEdit'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#18'MajorRevisionLabel'#21'AnchorSideTop.Control'#7#18'MajorRevisio'
|
||||
+'nLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2#23#3
|
||||
+'Top'#2#26#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2#1#0#0#9'TSp'
|
||||
+'inEdit'#21'MinorRevisionSpinEdit'#22'AnchorSideLeft.Control'#7#18'MinorRevi'
|
||||
+'sionLabel'#21'AnchorSideTop.Control'#7#18'MinorRevisionLabel'#18'AnchorSide'
|
||||
+'Top.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"Automaticall'
|
||||
+'yIncreaseBuildCheckBox'#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'Borde'
|
||||
+'rSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'Automaticall'
|
||||
+'y increase Build'#8'TabOrder'#2#4#0#0#9'TSpinEdit'#13'BuildSpinEdit'#22'Anc'
|
||||
+'horSideLeft.Control'#7#10'BuildLabel'#21'AnchorSideTop.Control'#7#10'BuildL'
|
||||
+'abel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3'2'#1#6'Height'#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'T'
|
||||
+'CheckBox'#22'UseVersionInfoCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5
|
||||
+'Width'#3#236#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+'"Include Version Info in executable'#8'OnChange'#7#28'UseVersionInfoCheckBo'
|
||||
+'xChange'#8'TabOrder'#2#0#0#0#9'TGroupBox'#24'LanguageSettingsGroupBox'#18'A'
|
||||
+'nchorSideTop.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#236#1#5'Align'#7#5'alTop'
|
||||
+#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'Language Options'
|
||||
+#12'ClientHeight'#2'5'#11'ClientWidth'#3#232#1#8'TabOrder'#2#2#0#6'TLabel'#22
|
||||
+'LanguageSelectionLabel'#22'AnchorSideLeft.Control'#7#24'LanguageSettingsGro'
|
||||
+'upBox'#21'AnchorSideTop.Control'#7#24'LanguageSettingsGroupBox'#4'Left'#2#6
|
||||
+#6'Height'#2#14#3'Top'#2#6#5'Width'#2'b'#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||
+'ion'#6#19'Language Selection:'#11'ParentColor'#8#0#0#6'TLabel'#17'Character'
|
||||
+'SetLabel'#22'AnchorSideLeft.Control'#7#25'LanguageSelectionComboBox'#19'Anc'
|
||||
+'horSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'LanguageSet'
|
||||
+'tingsGroupBox'#4'Left'#3#4#1#6'Height'#2#14#3'Top'#2#6#5'Width'#2'H'#20'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6#14'Character Set:'#11'ParentColor'#8#0#0
|
||||
+#9'TComboBox'#25'LanguageSelectionComboBox'#22'AnchorSideLeft.Control'#7#22
|
||||
+'LanguageSelectionLabel'#21'AnchorSideTop.Control'#7#22'LanguageSelectionLab'
|
||||
+'el'#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'Borde'
|
||||
+'rSpacing.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'Ancho'
|
||||
+'rSideLeft.Control'#7#17'CharacterSetLabel'#21'AnchorSideTop.Control'#7#25'L'
|
||||
+'anguageSelectionComboBox'#23'AnchorSideRight.Control'#7#24'LanguageSettings'
|
||||
+'GroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#4#1#6'Height'#2
|
||||
+#21#3'Top'#2#26#5'Width'#3#222#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'Multili'
|
||||
+'ngual'#0#0#0#9'TGroupBox'#17'OtherInfoGroupBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+'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'
|
||||
+'i'#3'Top'#3#214#0#5'Width'#3#236#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Bor'
|
||||
+'derSpacing.Around'#2#6#7'Caption'#6#10'Other Info'#12'ClientHeight'#2'W'#11
|
||||
+'ClientWidth'#3#232#1#8'TabOrder'#2#3#0#6'TLabel'#16'DescriptionLabel'#21'An'
|
||||
+'chorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asrCe'
|
||||
+'nter'#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'DescriptionLabel'#21'Anchor'
|
||||
+'SideTop.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'Copyrigh'
|
||||
+'t:'#11'ParentColor'#8#0#0#5'TEdit'#15'DescriptionEdit'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#16'DescriptionLabel'#19'AnchorSideLeft.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
|
||||
+'asrBottom'#4'Left'#2'J'#6'Height'#2#23#3'Top'#2#0#5'Width'#3#152#1#7'Anchor'
|
||||
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#10#19'Border'
|
||||
+'Spacing.Right'#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#13'CopyrightEdit'#22'Anchor'
|
||||
+'SideLeft.Control'#7#15'DescriptionEdit'#21'AnchorSideTop.Control'#7#15'Desc'
|
||||
+'riptionEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2'J'#6'Height'#2#23#3'Top'#2#29#5'Width'#3#152#1#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#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.Cont'
|
||||
+'rol'#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSid'
|
||||
+'eRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBot'
|
||||
+'tom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#130#1#6'Height'#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'TPag'
|
||||
,'e'#8'i18nPage'#7'Caption'#6#4'i18n'#11'ClientWidth'#3#248#1#12'ClientHeight'
|
||||
+#3#175#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSideLeft.Control'#7#17'Oth'
|
||||
+'erInfoGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGr'
|
||||
+'oupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'I'#3
|
||||
+'Top'#2#29#5'Width'#3#236#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHeight'#2'7'#11'Clien'
|
||||
+'tWidth'#3#232#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'Captio'
|
||||
+'n'#6#20'PO Output Directory:'#11'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEdi'
|
||||
+'t'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Control'#7
|
||||
+#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.'
|
||||
+'Control'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#26#5'Widt'
|
||||
+'h'#3#196#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.L'
|
||||
+'eft'#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'AnchorS'
|
||||
+'ideTop.Control'#7#12'POOutDirEdit'#23'AnchorSideRight.Control'#7#12'I18NGro'
|
||||
+'upBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
|
||||
+#7#12'POOutDirEdit'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#202#1
|
||||
+#6'Height'#2#23#3'Top'#2#26#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'EnableI18NCheckB'
|
||||
+'ox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#236#1#5'Align'#7#5'alT'
|
||||
+'op'#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'TButtonPanel'#11'Bu'
|
||||
+'ttonPanel'#4'Left'#2#6#6'Height'#2#26#3'Top'#3#207#1#5'Width'#3#244#1#8'Tab'
|
||||
+'Order'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'#8
|
||||
+#0#0#22'TSelectDirectoryDialog'#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
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user