mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 14:33:49 +02:00
ide: another trial to use best anchoring for application page of projects options
git-svn-id: trunk@16885 -
This commit is contained in:
parent
261c6b7b78
commit
e72046e909
@ -1,14 +1,14 @@
|
||||
object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 677
|
||||
Height = 432
|
||||
Height = 420
|
||||
Top = 260
|
||||
Width = 473
|
||||
ActiveControl = Notebook
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'ProjectOptionsDialog'
|
||||
ClientHeight = 432
|
||||
ClientHeight = 420
|
||||
ClientWidth = 473
|
||||
Constraints.MinHeight = 400
|
||||
Constraints.MinHeight = 420
|
||||
Constraints.MinWidth = 400
|
||||
OnClose = ProjectOptionsClose
|
||||
ParentFont = False
|
||||
@ -16,7 +16,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
LCLVersion = '0.9.27'
|
||||
object Notebook: TNotebook
|
||||
AnchorSideBottom.Control = PODBtnPanel
|
||||
Height = 394
|
||||
Height = 382
|
||||
Width = 473
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -25,7 +25,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
object ApplicationPage: TPage
|
||||
Caption = 'ApplicationPage'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 368
|
||||
ClientHeight = 356
|
||||
object AppSettingsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 219
|
||||
@ -63,12 +63,12 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object TitleEdit: TEdit
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 116
|
||||
Left = 106
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 327
|
||||
Width = 337
|
||||
Align = alTop
|
||||
BorderSpacing.Left = 110
|
||||
BorderSpacing.Left = 100
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
Text = 'TitleEdit'
|
||||
@ -103,11 +103,11 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
AnchorSideTop.Control = TitleEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 116
|
||||
Left = 106
|
||||
Height = 100
|
||||
Top = 35
|
||||
Width = 100
|
||||
BorderSpacing.Left = 110
|
||||
BorderSpacing.Left = 100
|
||||
BorderSpacing.Around = 6
|
||||
BevelInner = bvRaised
|
||||
BevelOuter = bvLowered
|
||||
@ -129,7 +129,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = IconPanel
|
||||
AnchorSideBottom.Control = IconPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 222
|
||||
Left = 212
|
||||
Height = 23
|
||||
Top = 35
|
||||
Width = 102
|
||||
@ -144,7 +144,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = LoadIconButton
|
||||
AnchorSideTop.Control = LoadIconButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 222
|
||||
Left = 212
|
||||
Height = 23
|
||||
Top = 64
|
||||
Width = 103
|
||||
@ -159,7 +159,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideLeft.Control = SaveIconButton
|
||||
AnchorSideTop.Control = SaveIconButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 222
|
||||
Left = 212
|
||||
Height = 23
|
||||
Top = 93
|
||||
Width = 104
|
||||
@ -173,40 +173,38 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object OutputSettingsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 53
|
||||
Height = 73
|
||||
Top = 231
|
||||
Width = 453
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'OutputSettingsGroupBox'
|
||||
ClientHeight = 35
|
||||
ClientHeight = 55
|
||||
ClientWidth = 449
|
||||
TabOrder = 1
|
||||
object TargetFileLabel: TLabel
|
||||
AnchorSideLeft.Control = OutputSettingsGroupBox
|
||||
AnchorSideTop.Control = TargetFileEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideTop.Control = OutputSettingsGroupBox
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 10
|
||||
Top = 6
|
||||
Width = 74
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'TargetFileLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object TargetFileEdit: TEdit
|
||||
AnchorSideLeft.Control = OutputSettingsGroupBox
|
||||
AnchorSideTop.Control = OutputSettingsGroupBox
|
||||
AnchorSideTop.Control = TargetFileLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = OutputSettingsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 116
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 327
|
||||
Top = 26
|
||||
Width = 437
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 110
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
Text = 'TargetFileEdit'
|
||||
@ -218,7 +216,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 290
|
||||
Top = 310
|
||||
Width = 142
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -231,7 +229,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
object FormsPage: TPage
|
||||
Caption = 'FormsPage'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 368
|
||||
ClientHeight = 376
|
||||
OnContextPopup = FormsPageContextPopup
|
||||
OnResize = FormsPageResize
|
||||
object FormsAutoCreatedLabel: TLabel
|
||||
@ -308,7 +306,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
||||
Left = 36
|
||||
Height = 307
|
||||
Height = 315
|
||||
Top = 30
|
||||
Width = 194
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
@ -325,7 +323,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
||||
Left = 266
|
||||
Height = 307
|
||||
Height = 315
|
||||
Top = 30
|
||||
Width = 193
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -338,7 +336,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
AnchorSideTop.Control = FormsAutoCreatedListBox
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 343
|
||||
Top = 351
|
||||
Width = 453
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
@ -349,7 +347,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
object MiscPage: TPage
|
||||
Caption = 'MiscPage'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 368
|
||||
ClientHeight = 376
|
||||
object Bevel1: TBevel
|
||||
AnchorSideLeft.Control = MiscPage
|
||||
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
|
||||
@ -393,7 +391,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 6
|
||||
Width = 453
|
||||
Width = 186
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MainUnitIsPascalSourceCheckBox'
|
||||
TabOrder = 2
|
||||
@ -437,7 +435,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
object LazDocPage: TPage
|
||||
Caption = 'LazDocPage'
|
||||
ClientWidth = 465
|
||||
ClientHeight = 368
|
||||
ClientHeight = 376
|
||||
object LazDocPathsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 196
|
||||
@ -761,7 +759,6 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Bottom = 6
|
||||
ItemHeight = 13
|
||||
MaxLength = -1
|
||||
TabOrder = 0
|
||||
Text = 'U.S. English'
|
||||
end
|
||||
@ -778,7 +775,6 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
ItemHeight = 13
|
||||
MaxLength = -1
|
||||
TabOrder = 1
|
||||
Text = 'Multilingual'
|
||||
end
|
||||
@ -942,7 +938,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
|
||||
end
|
||||
object PODBtnPanel: TPanel
|
||||
Height = 38
|
||||
Top = 394
|
||||
Top = 382
|
||||
Width = 473
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
|
@ -2,29 +2,29 @@
|
||||
|
||||
LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
'TPF0'#21'TProjectOptionsDialog'#20'ProjectOptionsDialog'#4'Left'#3#165#2#6'H'
|
||||
+'eight'#3#176#1#3'Top'#3#4#1#5'Width'#3#217#1#13'ActiveControl'#7#8'Notebook'
|
||||
+'eight'#3#164#1#3'Top'#3#4#1#5'Width'#3#217#1#13'ActiveControl'#7#8'Notebook'
|
||||
+#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#20'ProjectOptionsDialog'
|
||||
+#12'ClientHeight'#3#176#1#11'ClientWidth'#3#217#1#21'Constraints.MinHeight'#3
|
||||
+#144#1#20'Constraints.MinWidth'#3#144#1#7'OnClose'#7#19'ProjectOptionsClose'
|
||||
+#12'ClientHeight'#3#164#1#11'ClientWidth'#3#217#1#21'Constraints.MinHeight'#3
|
||||
+#164#1#20'Constraints.MinWidth'#3#144#1#7'OnClose'#7#19'ProjectOptionsClose'
|
||||
+#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'
|
||||
+#0#9'TNotebook'#8'Notebook'#24'AnchorSideBottom.Control'#7#11'PODBtnPanel'#6
|
||||
+'Height'#3#138#1#5'Width'#3#217#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#0#8'TabOrder'#2#0#0#5'TPa'
|
||||
+'ge'#15'ApplicationPage'#7'Caption'#6#15'ApplicationPage'#11'ClientWidth'#3
|
||||
+#209#1#12'ClientHeight'#3'p'#1#0#9'TGroupBox'#19'AppSettingsGroupBox'#4'Left'
|
||||
+#2#6#6'Height'#3#219#0#3'Top'#2#6#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'Aut'
|
||||
+'oSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AppSettingsGroupBox'
|
||||
+#12'ClientHeight'#3#201#0#11'ClientWidth'#3#193#1#8'TabOrder'#2#0#0#6'TLabel'
|
||||
+#10'TitleLabel'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'Anch'
|
||||
+'orSideTop.Control'#7#9'TitleEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'L'
|
||||
+'eft'#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.Control'
|
||||
+#7#9'IconPanel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'#'#5'Width'#2'/'#18'Bord'
|
||||
+'erSpacing.Left'#2#6#7'Caption'#6#9'IconLabel'#11'ParentColor'#8#0#0#5'TEdit'
|
||||
+#9'TitleEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#2't'#6'Height'#2
|
||||
+#23#3'Top'#2#6#5'Width'#3'G'#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2
|
||||
+'n'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#9'TitleEdit'#0#0#9
|
||||
+'Height'#3'~'#1#5'Width'#3#217#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#0#8'TabOrder'#2#0#0#5'TPage'
|
||||
+#15'ApplicationPage'#7'Caption'#6#15'ApplicationPage'#11'ClientWidth'#3#209#1
|
||||
+#12'ClientHeight'#3'd'#1#0#9'TGroupBox'#19'AppSettingsGroupBox'#4'Left'#2#6#6
|
||||
+'Height'#3#219#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'AppSettingsGroupBox'#12'Clie'
|
||||
+'ntHeight'#3#201#0#11'ClientWidth'#3#193#1#8'TabOrder'#2#0#0#6'TLabel'#10'Ti'
|
||||
+'tleLabel'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'AnchorSid'
|
||||
+'eTop.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'Cap'
|
||||
+'tion'#6#10'TitleLabel'#11'ParentColor'#8#0#0#6'TLabel'#9'IconLabel'#22'Anch'
|
||||
+'orSideLeft.Control'#7#19'AppSettingsGroupBox'#21'AnchorSideTop.Control'#7#9
|
||||
+'IconPanel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'#'#5'Width'#2'/'#18'BorderSp'
|
||||
+'acing.Left'#2#6#7'Caption'#6#9'IconLabel'#11'ParentColor'#8#0#0#5'TEdit'#9
|
||||
+'TitleEdit'#19'AnchorSideLeft.Side'#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'UseAppBundleCheckBox'#22'AnchorSideLeft.Control'#7#19'AppSett'
|
||||
+'ingsGroupBox'#21'AnchorSideTop.Control'#7#9'IconPanel'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#24#3'Top'#3#141#0#5'Width'#3#169#1
|
||||
@ -36,315 +36,314 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
|
||||
+'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't'#6'Height'#2'd'#3'Top'#2'#'#5'Width'#2'd'#18'BorderSpacing.Left'#2
|
||||
+'n'#20'BorderSpacing.Around'#2#6#10'BevelInner'#7#8'bvRaised'#10'BevelOuter'
|
||||
+'Left'#2'j'#6'Height'#2'd'#3'Top'#2'#'#5'Width'#2'd'#18'BorderSpacing.Left'#2
|
||||
+'d'#20'BorderSpacing.Around'#2#6#10'BevelInner'#7#8'bvRaised'#10'BevelOuter'
|
||||
+#7#9'bvLowered'#12'ClientHeight'#2'd'#11'ClientWidth'#2'd'#8'TabOrder'#2#3#0
|
||||
+#6'TImage'#9'IconImage'#4'Left'#2#2#6'Height'#2'`'#3'Top'#2#2#5'Width'#2'`'#5
|
||||
+'Align'#7#8'alClient'#6'Center'#9#0#0#0#7'TBitBtn'#14'LoadIconButton'#22'Anc'
|
||||
+'horSideLeft.Control'#7#9'IconPanel'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#9'IconPanel'#24'AnchorSideBottom.Control'#7#9'I'
|
||||
+'conPanel'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#222#0#6'Height'
|
||||
+'conPanel'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'
|
||||
+#2#23#3'Top'#2'#'#5'Width'#2'f'#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#7'C'
|
||||
+'aption'#6#14'LoadIconButton'#9'NumGlyphs'#2#0#7'OnClick'#7#19'LoadIconButto'
|
||||
+'nClick'#8'TabOrder'#2#4#0#0#7'TBitBtn'#14'SaveIconButton'#22'AnchorSideLeft'
|
||||
+'.Control'#7#14'LoadIconButton'#21'AnchorSideTop.Control'#7#14'LoadIconButto'
|
||||
+'n'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#222#0#6'Height'#2#23#3'T'
|
||||
+'n'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#23#3'T'
|
||||
+'op'#2'@'#5'Width'#2'g'#8'AutoSize'#9#17'BorderSpacing.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'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#3#222#0#6'Height'#2#23#3'Top'#2']'#5
|
||||
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#23#3'Top'#2']'#5
|
||||
+'Width'#2'h'#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#15'ClearIc'
|
||||
+'onButton'#9'NumGlyphs'#2#0#7'OnClick'#7#20'ClearIconButtonClick'#8'TabOrder'
|
||||
+#2#6#0#0#0#9'TGroupBox'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2'5'
|
||||
+#2#6#0#0#0#9'TGroupBox'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2'I'
|
||||
+#3'Top'#3#231#0#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHeight'
|
||||
+#2'#'#11'ClientWidth'#3#193#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFileLabel'
|
||||
+#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#14'TargetFileEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2
|
||||
+#6#6'Height'#2#14#3'Top'#2#10#5'Width'#2'J'#18'BorderSpacing.Left'#2#6#19'Bo'
|
||||
+'rderSpacing.Right'#2#6#7'Caption'#6#15'TargetFileLabel'#11'ParentColor'#8#0
|
||||
+#0#5'TEdit'#14'TargetFileEdit'#22'AnchorSideLeft.Control'#7#22'OutputSetting'
|
||||
,'sGroupBox'#21'AnchorSideTop.Control'#7#22'OutputSettingsGroupBox'#23'Anchor'
|
||||
+'SideRight.Control'#7#22'OutputSettingsGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2't'#6'Height'#2#23#3'Top'#2#6#5'Width'#3'G'#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2'n'#20'BorderSpa'
|
||||
+'cing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#14'TargetFileEdit'#0#0#0#7'TBitB'
|
||||
+'tn'#21'CreateAppBundleButton'#22'AnchorSideLeft.Control'#7#15'ApplicationPa'
|
||||
+'ge'#21'AnchorSideTop.Control'#7#22'OutputSettingsGroupBox'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3'"'#1#5'Width'#3
|
||||
+#142#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'CreateAppB'
|
||||
+'undleButton'#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'Clie'
|
||||
+'ntWidth'#3#209#1#12'ClientHeight'#3'p'#1#14'OnContextPopup'#7#21'FormsPageC'
|
||||
+'ontextPopup'#8'OnResize'#7#15'FormsPageResize'#0#6'TLabel'#21'FormsAutoCrea'
|
||||
+'tedLabel'#4'Left'#2'$'#6'Height'#2#14#3'Top'#2#10#5'Width'#2'u'#7'Caption'#6
|
||||
+#21'FormsAutoCreatedLabel'#11'ParentColor'#8#0#0#6'TLabel'#20'FormsAvailForm'
|
||||
+'sLabel'#22'AnchorSideLeft.Control'#7#22'FormsAvailFormsListBox'#4'Left'#3#10
|
||||
+#1#6'Height'#2#14#3'Top'#2#10#5'Width'#2'k'#7'Caption'#6#20'FormsAvailFormsL'
|
||||
+'abel'#11'ParentColor'#8#0#0#12'TSpeedButton'#29'FormsMoveAutoCreatedFormUpB'
|
||||
+'tn'#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'"FormsMoveAutoCreatedFormUpBtnClick'#0#0#12'TSpeedButton FormsMo'
|
||||
+'veAutoCreatedFormsDownBtn'#22'AnchorSideLeft.Control'#7#29'FormsMoveAutoCre'
|
||||
+'atedFormUpBtn'#21'AnchorSideTop.Control'#7#29'FormsMoveAutoCreatedFormUpBtn'
|
||||
+#18'AnchorSideTop.Side'#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'$FormsM'
|
||||
+'oveAutoCreatedFormDownBtnClick'#0#0#12'TSpeedButton"FormsRemoveFromAutoCrea'
|
||||
+'tedFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAutoCreatedListBox'#19'An'
|
||||
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'FormsAutoC'
|
||||
+'reatedListBox'#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'OnClic'
|
||||
+'k'#7'''FormsRemoveFromAutoCreatedFormsBtnClick'#0#0#12'TSpeedButton'#29'For'
|
||||
+'msAddToAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAutoCreate'
|
||||
+'dListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||
+'"FormsRemoveFromAutoCreatedFormsBtn'#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'clBtnFa'
|
||||
+'ce'#9'NumGlyphs'#2#0#7'OnClick'#7'"FormsAddToAutoCreatedFormsBtnClick'#0#0#8
|
||||
+'TListBox'#23'FormsAutoCreatedListBox'#22'AnchorSideLeft.Control'#7' FormsMo'
|
||||
+'veAutoCreatedFormsDownBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anchor'
|
||||
+'SideTop.Control'#7#21'FormsAutoCreatedLabel'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
+'Bottom'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4
|
||||
+'Left'#2'$'#6'Height'#3'3'#1#3'Top'#2#30#5'Width'#3#194#0#7'Anchors'#11#5'ak'
|
||||
+'Top'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'MultiSelect'#9
|
||||
+#8'TabOrder'#2#0#0#0#8'TListBox'#22'FormsAvailFormsListBox'#22'AnchorSideLef'
|
||||
+'t.Control'#7#29'FormsAddToAutoCreatedFormsBtn'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#21'AnchorSideTop.Control'#7#20'FormsAvailFormsLabel'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'FormsPage'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'FormsA'
|
||||
+'utoCreateNewFormsCheckBox'#4'Left'#3#10#1#6'Height'#3'3'#1#3'Top'#2#30#5'Wi'
|
||||
+'dth'#3#193#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'B'
|
||||
+'orderSpacing.Around'#2#6#11'MultiSelect'#9#8'TabOrder'#2#1#0#0#9'TCheckBox'
|
||||
+#31'FormsAutoCreateNewFormsCheckBox'#22'AnchorSideLeft.Control'#7#29'FormsAd'
|
||||
+'dToAutoCreatedFormsBtn'#21'AnchorSideTop.Control'#7#23'FormsAutoCreatedList'
|
||||
+'Box'#4'Left'#2#6#6'Height'#2#19#3'Top'#3'W'#1#5'Width'#3#197#1#5'Align'#7#8
|
||||
+'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'FormsAutoCreateNewFo'
|
||||
+'rmsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPage'#8'MiscPage'#7'Caption'#6#8'Misc'
|
||||
+'Page'#11'ClientWidth'#3#209#1#12'ClientHeight'#3'p'#1#0#6'TBevel'#6'Bevel1'
|
||||
+#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7'!MainU'
|
||||
+'nitHasTitleStatementCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
|
||||
+'orSideRight.Control'#7#8'MiscPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#3#3'Top'#2'j'#5'Width'#3#197#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0#9'TCheckBox)MainUni'
|
||||
+'tHasUsesSectionForAllUnitsCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'
|
||||
+#21'AnchorSideTop.Control'#7#30'MainUnitIsPascalSourceCheckBox'#18'AnchorSid'
|
||||
,'eTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#31#5'Width'#3
|
||||
+#241#0#20'BorderSpacing.Around'#2#6#7'Caption'#6')MainUnitHasUsesSectionForA'
|
||||
+'llUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox''MainUnitHasCreateFormStat'
|
||||
+'ementsCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7')MainUnitHasUsesSectionForAllUnitsCheckBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'8'#5'Width'#3#244#0#20'B'
|
||||
+'orderSpacing.Around'#2#6#7'Caption'#6'''MainUnitHasCreateFormStatementsChec'
|
||||
+'kBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'MainUnitIsPascalSourceCheckBox'#22
|
||||
+'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#8'MiscPag'
|
||||
+'e'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'Width'#3#197#1#20'BorderSpacing.'
|
||||
+'Around'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceCheckBox'#8'TabOrder'#2#2
|
||||
+#0#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#8'MiscPage'#21'AnchorSideTop.Control'#7'''MainUnitHasCreateFormStateme'
|
||||
+'ntsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#19#3'Top'#2'Q'#5'Width'#3#202#0#20'BorderSpacing.Around'#2#6#7'Caption'#6'!'
|
||||
+'MainUnitHasTitleStatementCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#16'Runn'
|
||||
+'ableCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#6'Bevel1'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'p'#5'Width'#2'v'#20'B'
|
||||
+'orderSpacing.Around'#2#6#7'Caption'#6#16'RunnableCheckBox'#8'TabOrder'#2#3#0
|
||||
+#0#9'TCheckBox'#19'AlwaysBuildCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscP'
|
||||
+'age'#21'AnchorSideTop.Control'#7#16'RunnableCheckBox'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#3#137#0#5'Width'#3#129#0#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#19'AlwaysBuildCheckBox'#8'TabOrder'#2
|
||||
+#4#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'
|
||||
+#3#209#1#12'ClientHeight'#3'p'#1#0#9'TGroupBox'#19'LazDocPathsGroupBox'#4'Le'
|
||||
+'ft'#2#6#6'Height'#3#196#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'LazDocPathsGroupBo'
|
||||
+'x'#12'ClientHeight'#3#196#0#11'ClientWidth'#3#197#1#8'TabOrder'#2#0#0#8'TLi'
|
||||
+'stBox'#13'LazDocListBox'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBo'
|
||||
+'x'#21'AnchorSideTop.Control'#7#14'LazDocPathEdit'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'#20'AnchorS'
|
||||
+'ideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2'#'#5'Widt'
|
||||
+'h'#3#181#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.A'
|
||||
+'round'#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSideLef'
|
||||
+'t.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#19'LazDocP'
|
||||
+'athsGroupBox'#23'AnchorSideRight.Control'#7#18'LazDocBrowseButton'#4'Left'#2
|
||||
+#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3#151#1#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#14'L'
|
||||
+'azDocPathEdit'#0#0#7'TButton'#18'LazDocBrowseButton'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#14'LazDocPathEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorS'
|
||||
+'ideTop.Control'#7#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#19
|
||||
+'LazDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#163#1
|
||||
+#6'Height'#2#23#3'Top'#2#6#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0
|
||||
+#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7
|
||||
+'OnClick'#7#23'LazDocBrowseButtonClick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#19'La'
|
||||
+'zDocAddPathButton'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#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'NumGl'
|
||||
+'yphs'#2#0#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#3#0#0#7'T'
|
||||
+'BitBtn'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19'LazDocAd'
|
||||
+'dPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#145#0
|
||||
+#6'Height'#2#23#3'Top'#3#149#0#5'Width'#3#145#0#8'AutoSize'#9#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Caption'#6#22'LazDocDeletePathButton'#9'NumGlyphs'#2#0#7'O'
|
||||
+'nClick'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8
|
||||
+'SavePage'#7'Caption'#6#8'SavePage'#11'ClientWidth'#3#209#1#12'ClientHeight'
|
||||
+#3'p'#1#0#9'TCheckBox'#26'SaveClosedUnitInfoCheckBox'#4'Left'#2#6#6'Height'#2
|
||||
+#19#3'Top'#2#6#5'Width'#3#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#26'SaveClosedUnitInfoCheckBox'#8'TabOrder'#2#0#0#0#9'TChec'
|
||||
+'kBox'#31'SaveOnlyProjectUnitInfoCheckBox'#21'AnchorSideTop.Control'#7#26'Sa'
|
||||
+'veClosedUnitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2#19#3'Top'#2#31#5'Width'#3#197#1#5'Align'#7#5'alTop'#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6#31'SaveOnlyProjectUnitInfoCheckBox'#8'TabOrd'
|
||||
,'er'#2#1#0#0#11'TRadioGroup'#29'SaveSessionLocationRadioGroup'#21'AnchorSide'
|
||||
+'Top.Control'#7#31'SaveOnlyProjectUnitInfoCheckBox'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#23'AnchorSideRight.Control'#7#8'SavePage'#20'AnchorSideRight.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'u'#3'Top'#2'>'#5'Width'#3#197#1
|
||||
+#5'Align'#7#5'alTop'#8'AutoFill'#9#17'BorderSpacing.Top'#2#6#20'BorderSpacin'
|
||||
+'g.Around'#2#6#7'Caption'#6#29'SaveSessionLocationRadioGroup'#28'ChildSizing'
|
||||
+'.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.'
|
||||
+'EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVer'
|
||||
+'tical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14
|
||||
+'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'Chil'
|
||||
+'dSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Controls'
|
||||
+'PerLine'#2#1#8'TabOrder'#2#2#0#0#0#5'TPage'#15'VersionInfoPage'#7'Caption'#6
|
||||
+#15'VersionInfoPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3'p'#1#0#9'TGr'
|
||||
+'oupBox'#19'VersionInfoGroupBox'#22'AnchorSideLeft.Control'#7#24'LanguageSet'
|
||||
+'tingsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'e'#3'Top'#2#31#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'e'#11'ClientWidth'#3#197#1#8'TabOrder'
|
||||
+#2#0#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'
|
||||
+'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'6'#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'x'#1#14'OnContext'
|
||||
+'Popup'#7#21'FormsPageContextPopup'#8'OnResize'#7#15'FormsPageResize'#0#6'TL'
|
||||
+'abel'#21'FormsAutoCreatedLabel'#4'Left'#2'$'#6'Height'#2#14#3'Top'#2#10#5'W'
|
||||
+'idth'#2'u'#7'Caption'#6#21'FormsAutoCreatedLabel'#11'ParentColor'#8#0#0#6'T'
|
||||
+'Label'#20'FormsAvailFormsLabel'#22'AnchorSideLeft.Control'#7#22'FormsAvailF'
|
||||
+'ormsListBox'#4'Left'#3#10#1#6'Height'#2#14#3'Top'#2#10#5'Width'#2'k'#7'Capt'
|
||||
+'ion'#6#20'FormsAvailFormsLabel'#11'ParentColor'#8#0#0#12'TSpeedButton'#29'F'
|
||||
+'ormsMoveAutoCreatedFormUpBtn'#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'clBt'
|
||||
+'nFace'#9'NumGlyphs'#2#0#7'OnClick'#7'"FormsMoveAutoCreatedFormUpBtnClick'#0
|
||||
+#0#12'TSpeedButton FormsMoveAutoCreatedFormsDownBtn'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#29'FormsMoveAutoCreatedFormUpBtn'#21'AnchorSideTop.Control'#7#29'Form'
|
||||
+'sMoveAutoCreatedFormUpBtn'#18'AnchorSideTop.Side'#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'NumGlyph'
|
||||
+'s'#2#0#7'OnClick'#7'$FormsMoveAutoCreatedFormDownBtnClick'#0#0#12'TSpeedBut'
|
||||
+'ton"FormsRemoveFromAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7#23'For'
|
||||
+'msAutoCreatedListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
||||
+'op.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.Contro'
|
||||
+'l'#7#23'FormsAutoCreatedListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7'"FormsRemoveFromAutoCreatedFormsBtn'#18'AnchorSide'
|
||||
+'Top.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'NumGlyphs'#2#0#7'OnClick'#7'"FormsAddToAutoC'
|
||||
+'reatedFormsBtnClick'#0#0#8'TListBox'#23'FormsAutoCreatedListBox'#22'AnchorS'
|
||||
+'ideLeft.Control'#7' FormsMoveAutoCreatedFormsDownBtn'#19'AnchorSideLeft.Sid'
|
||||
+'e'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#21'FormsAutoCreatedLabel'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'FormsA'
|
||||
+'utoCreateNewFormsCheckBox'#4'Left'#2'$'#6'Height'#3';'#1#3'Top'#2#30#5'Widt'
|
||||
+'h'#3#194#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.'
|
||||
+'Around'#2#6#11'MultiSelect'#9#8'TabOrder'#2#0#0#0#8'TListBox'#22'FormsAvail'
|
||||
+'FormsListBox'#22'AnchorSideLeft.Control'#7#29'FormsAddToAutoCreatedFormsBtn'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'Forms'
|
||||
+'AvailFormsLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.C'
|
||||
+'ontrol'#7#9'FormsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSid'
|
||||
+'eBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#3#10#1#6'Hei'
|
||||
+'ght'#3';'#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#11'MultiSelect'#9#8'Tab'
|
||||
+'Order'#2#1#0#0#9'TCheckBox'#31'FormsAutoCreateNewFormsCheckBox'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#29'FormsAddToAutoCreatedFormsBtn'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#23'FormsAutoCreatedListBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#3'_'#1#5
|
||||
+'Width'#3#197#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Captio'
|
||||
+'n'#6#31'FormsAutoCreateNewFormsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPage'#8'M'
|
||||
+'iscPage'#7'Caption'#6#8'MiscPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3
|
||||
+'x'#1#0#6'TBevel'#6'Bevel1'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'Anch'
|
||||
+'orSideTop.Control'#7'!MainUnitHasTitleStatementCheckBox'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#8'MiscPage'#20'AnchorSide'
|
||||
+'Right.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#3#3'Top'#2'j'#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'AnchorSid'
|
||||
+'eLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#30'MainUnitIsPasca'
|
||||
+'lSourceCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
,#2#19#3'Top'#2#31#5'Width'#3#241#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+')MainUnitHasUsesSectionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'
|
||||
+'''MainUnitHasCreateFormStatementsCheckBox'#22'AnchorSideLeft.Control'#7#8'M'
|
||||
+'iscPage'#21'AnchorSideTop.Control'#7')MainUnitHasUsesSectionForAllUnitsChec'
|
||||
+'kBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'To'
|
||||
+'p'#2'8'#5'Width'#3#244#0#20'BorderSpacing.Around'#2#6#7'Caption'#6'''MainUn'
|
||||
+'itHasCreateFormStatementsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'Main'
|
||||
+'UnitIsPascalSourceCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'Anc'
|
||||
+'horSideTop.Control'#7#8'MiscPage'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'W'
|
||||
+'idth'#3#186#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'MainUnitIsPascal'
|
||||
+'SourceCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatementCh'
|
||||
+'eckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7
|
||||
+'''MainUnitHasCreateFormStatementsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2'Q'#5'Width'#3#202#0#20'BorderSpac'
|
||||
+'ing.Around'#2#6#7'Caption'#6'!MainUnitHasTitleStatementCheckBox'#8'TabOrder'
|
||||
+#2#5#0#0#9'TCheckBox'#16'RunnableCheckBox'#22'AnchorSideLeft.Control'#7#8'Mi'
|
||||
+'scPage'#21'AnchorSideTop.Control'#7#6'Bevel1'#4'Left'#2#6#6'Height'#2#19#3
|
||||
+'Top'#2'p'#5'Width'#2'v'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'Runnab'
|
||||
+'leCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#19'AlwaysBuildCheckBox'#22'Anc'
|
||||
+'horSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#16'RunnableC'
|
||||
+'heckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3
|
||||
+'Top'#3#137#0#5'Width'#3#129#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#19
|
||||
+'AlwaysBuildCheckBox'#8'TabOrder'#2#4#0#0#0#5'TPage'#10'LazDocPage'#7'Captio'
|
||||
+'n'#6#10'LazDocPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3'x'#1#0#9'TGr'
|
||||
+'oupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3#196#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#196#0#11'ClientWi'
|
||||
+'dth'#3#197#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#8'TabOrder'#2#0#0#0#5'TEdit'
|
||||
+#14'LazDocPathEdit'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21
|
||||
+'AnchorSideTop.Control'#7#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'
|
||||
+#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#6#5'Width'#3
|
||||
+#151#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'
|
||||
+#2#6#8'TabOrder'#2#1#4'Text'#6#14'LazDocPathEdit'#0#0#7'TButton'#18'LazDocBr'
|
||||
+'owseButton'#22'AnchorSideLeft.Control'#7#14'LazDocPathEdit'#19'AnchorSideLe'
|
||||
+'ft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'LazDocPathsGroupBox'
|
||||
+#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#3#163#1#6'Height'#2#23#3'Top'#2#6#5'Width'#2#24#7
|
||||
+'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacin'
|
||||
+'g.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonClick'#8
|
||||
+'TabOrder'#2#2#0#0#7'TBitBtn'#19'LazDocAddPathButton'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'LazDocListBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#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'LazDocAddPathBut'
|
||||
+'tonClick'#8'TabOrder'#2#3#0#0#7'TBitBtn'#22'LazDocDeletePathButton'#22'Anch'
|
||||
+'orSideLeft.Control'#7#19'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'a'
|
||||
+'srBottom'#21'AnchorSideTop.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#3#145#0#6'Height'#2#23#3'Top'#3#149#0#5'Width'#3
|
||||
+#145#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'LazDocDele'
|
||||
+'tePathButton'#9'NumGlyphs'#2#0#7'OnClick'#7#27'LazDocDeletePathButtonClick'
|
||||
+#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7'Caption'#6#8'SavePage'#11'Cl'
|
||||
+'ientWidth'#3#209#1#12'ClientHeight'#3'p'#1#0#9'TCheckBox'#26'SaveClosedUnit'
|
||||
+'InfoCheckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'Width'#3#197#1#5'Alig'
|
||||
+'n'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'SaveClosedUnitIn'
|
||||
+'foCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#31'SaveOnlyProjectUnitInfoChec'
|
||||
+'kBox'#21'AnchorSideTop.Control'#7#26'SaveClosedUnitInfoCheckBox'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#31#5'Width'
|
||||
+#3#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'Sa'
|
||||
+'veOnlyProjectUnitInfoCheckBox'#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'SaveS'
|
||||
,'essionLocationRadioGroup'#21'AnchorSideTop.Control'#7#31'SaveOnlyProjectUni'
|
||||
+'tInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Con'
|
||||
+'trol'#7#8'SavePage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
|
||||
+'eight'#2'u'#3'Top'#2'>'#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoFill'#9
|
||||
+#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'Save'
|
||||
+'SessionLocationRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSiz'
|
||||
+'ing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogen'
|
||||
+'ousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResi'
|
||||
+'ze'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Sh'
|
||||
+'rinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRig'
|
||||
+'htThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#2#0#0#0
|
||||
+#5'TPage'#15'VersionInfoPage'#7'Caption'#6#15'VersionInfoPage'#11'ClientWidt'
|
||||
+'h'#3#209#1#12'ClientHeight'#3'p'#1#0#9'TGroupBox'#19'VersionInfoGroupBox'#22
|
||||
+'AnchorSideLeft.Control'#7#24'LanguageSettingsGroupBox'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2'e'#3'Top'#2#31#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'ClientHeigh'
|
||||
+'t'#2'e'#11'ClientWidth'#3#197#1#8'TabOrder'#2#0#0#6'TLabel'#12'VersionLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#19'VersionInfoGroupBox'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#19'VersionInfoGroupBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#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.Control'#7#15'Versio'
|
||||
+'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#5'TEdi'
|
||||
+'t'#9'BuildEdit'#22'AnchorSideLeft.Control'#7#10'BuildLabel'#21'AnchorSideTo'
|
||||
+'p.Control'#7#10'BuildLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+'2'#1#6'Height'#2#20#3'Top'#2#26#5'Width'#2'F'#8'TabOrder'#2#0#4'Text'#6#1'0'
|
||||
+#0#0#9'TSpinEdit'#15'VersionSpinEdit'#22'AnchorSideLeft.Control'#7#12'Versio'
|
||||
+'nLabel'#21'AnchorSideTop.Control'#7#12'VersionLabel'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#26#5'Width'#2'F'#8'TabOr'
|
||||
+'der'#2#1#0#0#9'TSpinEdit'#21'MajorRevisionSpinEdit'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#18'MajorRevisionLabel'#21'AnchorSideTop.Control'#7#18'MajorRevisionLa'
|
||||
+'bel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2#20#3'To'
|
||||
+'p'#2#26#5'Width'#2'F'#8'TabOrder'#2#2#0#0#9'TSpinEdit'#21'MinorRevisionSpin'
|
||||
+'Edit'#22'AnchorSideLeft.Control'#7#18'MinorRevisionLabel'#21'AnchorSideTop.'
|
||||
+'Control'#7#18'MinorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#3#206#0#6'Height'#2#20#3'Top'#2#26#5'Width'#2'F'#8'TabOrder'#2#3#0#0#9
|
||||
+'TCheckBox"AutomaticallyIncreaseBuildCheckBox'#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#19#3'Top'#2':'#5
|
||||
+'Width'#3#158#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6#28'Automatically increase Build'#8'TabOrder'#2#4#0#0#0#9'TCheckBox'
|
||||
+#22'UseVersionInfoCheckBox'#4'Left'#2#6#6'Height'#2#19#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#1#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#138#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'G'#11'ClientWidth'#3#197#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#17'BorderSpacing.Top'#2#2#20'BorderSpacing.Bottom'#2#6#10
|
||||
+'ItemHeight'#2#13#9'MaxLength'#2#255#8'TabOrder'#2#0#4'Text'#6#12'U.S. Engli'
|
||||
+'sh'#0#0#9'TComboBox'#20'CharacterSetComboBox'#22'AnchorSideLeft.Control'#7
|
||||
+#17'CharacterSetLabel'#21'AnchorSideTop.Control'#7#25'LanguageSelectionCombo'
|
||||
+'Box'#23'AnchorSideRight.Control'#7#24'LanguageSettingsGroupBox'#20'AnchorSi'
|
||||
+'deRight.Side'#7#9'asrBottom'#4'Left'#3#4#1#6'Height'#2#21#3'Top'#2#26#5'Wid'
|
||||
+'th'#3#183#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.'
|
||||
+'Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#13#9'MaxLength'#2
|
||||
+#255#8'TabOrder'#2#1#4'Text'#6#12'Multilingual'#0#0#0#9'TGroupBox'#17'OtherI'
|
||||
+'nfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'e'#3'Top'#3#215#0#5'Width'#3#197#1#5
|
||||
+'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#10
|
||||
+'Other Info'#12'ClientHeight'#2'e'#11'ClientWidth'#3#197#1#8'TabOrder'#2#3#0
|
||||
+#6'TLabel'#16'DescriptionLabel'#21'AnchorSideTop.Control'#7#15'DescriptionEd'
|
||||
+'it'#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'CopyrightLabel'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#16'DescriptionLabel'#21'AnchorSideTop.Control'#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'ParentColor'#8#0#0#5'TEdit'#15'D'
|
||||
+'escriptionEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.C'
|
||||
+'ontrol'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#2'F'#6'Height'#2#21#5'Width'#3'u'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrde'
|
||||
+'r'#2#0#0#0#5'TEdit'#13'CopyrightEdit'#22'AnchorSideLeft.Control'#7#15'Descr'
|
||||
+'iptionEdit'#21'AnchorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'F'#6'Height'#2#21#3'Top'#2
|
||||
+#27#5'Width'#3'u'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderS'
|
||||
+'pacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#1#0#0#7'TBitBtn'
|
||||
+#20'AdditionalInfoButton'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInf'
|
||||
+'oGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#3'['#1#6'Height'#2#23#3'Top'#2'6'#5'Width'#2'`'#7'An'
|
||||
+'chors'#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'AdditionalI'
|
||||
+'nfoButtonClick'#8'TabOrder'#2#2#0#0#0#0#5'TPage'#8'i18nPage'#7'Caption'#6#4
|
||||
+'i18n'#11'ClientWidth'#3#209#1#12'ClientHeight'#3'p'#1#0#9'TGroupBox'#12'I18'
|
||||
+'NGroupBox'#22'AnchorSideLeft.Control'#7#17'OtherInfoGroupBox'#21'AnchorSide'
|
||||
+'Top.Control'#7#19'VersionInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'I'#3'Top'#2#31#5'Width'#3#197#1#5'Al'
|
||||
+'ign'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12
|
||||
+'i18n Options'#12'ClientHeight'#2'I'#11'ClientWidth'#3#197#1#8'TabOrder'#2#0
|
||||
+#0#6'TLabel'#13'PoOutDirLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'
|
||||
+#2'g'#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11
|
||||
+'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12
|
||||
+'I18NGroupBox'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#23#3'Top'#2#26#5'Width'#3#151#1#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'
|
||||
+#6#12'POOutDirEdit'#0#0#7'TButton'#14'POOutDirButton'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSide'
|
||||
+'Right.Control'#7#12'I18NGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#163#1#6'Height'#2#23#3'Top'
|
||||
+#2#26#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Aro'
|
||||
,'und'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#19'POOutDirButtonClick'#8'TabOrde'
|
||||
+'r'#2#1#0#0#0#9'TCheckBox'#18'EnableI18NCheckBox'#4'Left'#2#6#6'Height'#2#19
|
||||
+#3'Top'#2#6#5'Width'#3#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#11'Enable i18n'#8'OnChange'#7#24'EnableI18NCheckBoxChange'#8'T'
|
||||
+'abOrder'#2#1#0#0#0#0#6'TPanel'#11'PODBtnPanel'#6'Height'#2'&'#3'Top'#3#138#1
|
||||
+#5'Width'#3#217#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bv'
|
||||
+'None'#12'ClientHeight'#2'&'#11'ClientWidth'#3#217#1#8'TabOrder'#2#1#0#7'TBi'
|
||||
+'tBtn'#8'OKButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'5'#1#6
|
||||
+'Height'#2#26#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#3'&OK'#21'Constraints.MinHeight'#2#25
|
||||
+#20'Constraints.MinWidth'#2'K'#7'Default'#9#4'Kind'#7#4'bkOK'#11'ModalResult'
|
||||
+#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0#7'TBitBtn'#12'CancelButton'#20'Anc'
|
||||
+'horSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3#134#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'M'#5'Align'#7#7'alRight'
|
||||
+#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cance'
|
||||
+'l'#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#8
|
||||
+'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#7'TBitBt'
|
||||
+'n'#10'HelpButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#26#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20'B'
|
||||
+'orderSpacing.Around'#2#6#7'Caption'#6#5'&Help'#21'Constraints.MinHeight'#2
|
||||
+#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnC'
|
||||
+'lick'#7#15'HelpButtonClick'#8'TabOrder'#2#2#0#0#0#22'TSelectDirectoryDialog'
|
||||
+#21'SelectDirectoryDialog'#11'FilterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0
|
||||
+#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
|
||||
+#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'MinorRevisionLabel'#22
|
||||
+'AnchorSideLeft.Control'#7#21'MajorRevisionSpinEdit'#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'AnchorSideLeft.Control'#7#21'MinorRevisionS'
|
||||
+'pinEdit'#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'BorderSpacing.Around'#2#6#7'Caption'#6#6
|
||||
+'Build:'#11'ParentColor'#8#0#0#5'TEdit'#9'BuildEdit'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#10'BuildLabel'#21'AnchorSideTop.Control'#7#10'BuildLabel'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#4'Left'#3'2'#1#6'Height'#2#20#3'Top'#2#26#5'Widt'
|
||||
+'h'#2'F'#8'TabOrder'#2#0#4'Text'#6#1'0'#0#0#9'TSpinEdit'#15'VersionSpinEdit'
|
||||
+#22'AnchorSideLeft.Control'#7#12'VersionLabel'#21'AnchorSideTop.Control'#7#12
|
||||
+'VersionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#20#3'Top'#2#26#5'Width'#2'F'#8'TabOrder'#2#1#0#0#9'TSpinEdit'#21'MajorRevis'
|
||||
+'ionSpinEdit'#22'AnchorSideLeft.Control'#7#18'MajorRevisionLabel'#21'AnchorS'
|
||||
+'ideTop.Control'#7#18'MajorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#2'j'#6'Height'#2#20#3'Top'#2#26#5'Width'#2'F'#8'TabOrder'#2#2#0
|
||||
+#0#9'TSpinEdit'#21'MinorRevisionSpinEdit'#22'AnchorSideLeft.Control'#7#18'Mi'
|
||||
+'norRevisionLabel'#21'AnchorSideTop.Control'#7#18'MinorRevisionLabel'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#20#3'Top'#2#26#5
|
||||
+'Width'#2'F'#8'TabOrder'#2#3#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#19#3'Top'#2':'#5'Width'#3#158#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#0#9'TCheckBox'#22'UseVersionInfoCheckBox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#19#3'Top'#2#6#5'Width'#3#197#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#1#0#0#9'TGroupBox'#24'Langua'
|
||||
+'geSettingsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRigh'
|
||||
+'t.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'G'#3'Top'#3#138#0#5'Width'#3
|
||||
+#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||
+'ion'#6#16'Language Options'#12'ClientHeight'#2'G'#11'ClientWidth'#3#197#1#8
|
||||
+'TabOrder'#2#2#0#6'TLabel'#22'LanguageSelectionLabel'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#24'LanguageSettingsGroupBox'#21'AnchorSideTop.Control'#7#24'Language'
|
||||
+'SettingsGroupBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'b'#20'Bo'
|
||||
+'rderSpacing.Around'#2#6#7'Caption'#6#19'Language Selection:'#11'ParentColor'
|
||||
,#8#0#0#6'TLabel'#17'CharacterSetLabel'#22'AnchorSideLeft.Control'#7#25'Langu'
|
||||
+'ageSelectionComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
||||
+'op.Control'#7#24'LanguageSettingsGroupBox'#4'Left'#3#4#1#6'Height'#2#14#3'T'
|
||||
+'op'#2#6#5'Width'#2'H'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'Characte'
|
||||
+'r Set:'#11'ParentColor'#8#0#0#9'TComboBox'#25'LanguageSelectionComboBox'#22
|
||||
+'AnchorSideLeft.Control'#7#22'LanguageSelectionLabel'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#22'LanguageSelectionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#21#3'Top'#2#26#5'Width'#3#248#0#17'BorderSpacing.Top'#2
|
||||
+#2#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#13#8'TabOrder'#2#0#4'Text'#6
|
||||
+#12'U.S. English'#0#0#9'TComboBox'#20'CharacterSetComboBox'#22'AnchorSideLef'
|
||||
+'t.Control'#7#17'CharacterSetLabel'#21'AnchorSideTop.Control'#7#25'LanguageS'
|
||||
+'electionComboBox'#23'AnchorSideRight.Control'#7#24'LanguageSettingsGroupBox'
|
||||
+#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#19'Bord'
|
||||
+'erSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#13#8'Tab'
|
||||
+'Order'#2#1#4'Text'#6#12'Multilingual'#0#0#0#9'TGroupBox'#17'OtherInfoGroupB'
|
||||
+'ox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#6#6'Height'#2'e'#3'Top'#3#215#0#5'Width'#3#197#1#5'Align'#7
|
||||
+#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#10'Other I'
|
||||
+'nfo'#12'ClientHeight'#2'e'#11'ClientWidth'#3#197#1#8'TabOrder'#2#3#0#6'TLab'
|
||||
+'el'#16'DescriptionLabel'#21'AnchorSideTop.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'Par'
|
||||
+'entColor'#8#0#0#6'TLabel'#14'CopyrightLabel'#22'AnchorSideLeft.Control'#7#16
|
||||
+'DescriptionLabel'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSi'
|
||||
+'deTop.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'ParentColor'#8#0#0#5'TEdit'#15'Descriptio'
|
||||
+'nEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
|
||||
+#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'F'#6
|
||||
+'Height'#2#21#5'Width'#3'u'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#5
|
||||
+'TEdit'#13'CopyrightEdit'#22'AnchorSideLeft.Control'#7#15'DescriptionEdit'#21
|
||||
+'AnchorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
+'Bottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#4'Left'#2'F'#6'Height'#2#21#3'Top'#2#27#5'Width'#3
|
||||
+'u'#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'AdditionalInf'
|
||||
+'oButton'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3'['#1#6'Height'#2#23#3'Top'#2'6'#5'Width'#2'`'#7'Anchors'#11#5'akT'
|
||||
+'op'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15
|
||||
+'Additional Info'#9'NumGlyphs'#2#0#7'OnClick'#7#25'AdditionalInfoButtonClick'
|
||||
+#8'TabOrder'#2#2#0#0#0#0#5'TPage'#8'i18nPage'#7'Caption'#6#4'i18n'#11'Client'
|
||||
+'Width'#3#209#1#12'ClientHeight'#3'p'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'A'
|
||||
+'nchorSideLeft.Control'#7#17'OtherInfoGroupBox'#21'AnchorSideTop.Control'#7
|
||||
+#19'VersionInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSide'
|
||||
+'Right.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#2#6#6'Height'#2'I'#3'Top'#2#31#5'Width'#3#197#1#5'Align'#7#5'al'
|
||||
+'Top'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Option'
|
||||
+'s'#12'ClientHeight'#2'I'#11'ClientWidth'#3#197#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'Bo'
|
||||
+'rderSpacing.Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11'ParentColo'
|
||||
+'r'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGrou'
|
||||
+'pBox'#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'Width'#3#151#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#12'POOutD'
|
||||
+'irEdit'#0#0#7'TButton'#14'POOutDirButton'#21'AnchorSideTop.Control'#7#13'Po'
|
||||
+'OutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#12'I18NGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSid'
|
||||
+'eBottom.Side'#7#9'asrBottom'#4'Left'#3#163#1#6'Height'#2#23#3'Top'#2#26#5'W'
|
||||
+'idth'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#3'...'#7'OnClick'#7#19'POOutDirButtonClick'#8'TabOrder'#2#1#0#0
|
||||
,#0#9'TCheckBox'#18'EnableI18NCheckBox'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6
|
||||
+#5'Width'#3#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#11'Enable i18n'#8'OnChange'#7#24'EnableI18NCheckBoxChange'#8'TabOrder'#2#1
|
||||
+#0#0#0#0#6'TPanel'#11'PODBtnPanel'#6'Height'#2'&'#3'Top'#3'~'#1#5'Width'#3
|
||||
+#217#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'Cl'
|
||||
+'ientHeight'#2'&'#11'ClientWidth'#3#217#1#8'TabOrder'#2#1#0#7'TBitBtn'#8'OKB'
|
||||
+'utton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'5'#1#6'Height'#2
|
||||
+#26#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6#3'&OK'#21'Constraints.MinHeight'#2#25#20'Con'
|
||||
+'straints.MinWidth'#2'K'#7'Default'#9#4'Kind'#7#4'bkOK'#11'ModalResult'#2#1#9
|
||||
+'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0#7'TBitBtn'#12'CancelButton'#20'AnchorSid'
|
||||
+'eRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||
+#3#134#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'M'#5'Align'#7#7'alRight'#8'Aut'
|
||||
+'oSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#21
|
||||
+'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#8'bkCan'
|
||||
+'cel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#7'TBitBtn'#10
|
||||
+'HelpButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#26#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20'BorderSpa'
|
||||
+'cing.Around'#2#6#7'Caption'#6#5'&Help'#21'Constraints.MinHeight'#2#25#20'Co'
|
||||
+'nstraints.MinWidth'#2'K'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnClick'#7
|
||||
+#15'HelpButtonClick'#8'TabOrder'#2#2#0#0#0#22'TSelectDirectoryDialog'#21'Sel'
|
||||
+'ectDirectoryDialog'#11'FilterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0#18'T'
|
||||
+'OpenPictureDialog'#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