ide: restore default spacing for TButtonPanel in the ide options and project options dialogs

git-svn-id: trunk@18473 -
This commit is contained in:
paul 2009-01-28 15:24:22 +00:00
parent 31c086ff7e
commit 7d60c9649d
4 changed files with 375 additions and 363 deletions

View File

@ -1,4 +1,4 @@
inherited IDEOptionsDialog: TIDEOptionsDialog
object IDEOptionsDialog: TIDEOptionsDialog
Left = 317
Height = 500
Top = 304
@ -10,17 +10,17 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
Constraints.MinHeight = 300
Constraints.MinWidth = 300
Position = poScreenCenter
object ButtonPanel: TButtonPanel[0]
LCLVersion = '0.9.27'
object ButtonPanel: TButtonPanel
Left = 6
Height = 30
Top = 464
Width = 688
TabOrder = 1
Spacing = 0
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
object CategoryTree: TTreeView[1]
object CategoryTree: TTreeView
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideBottom.Control = ButtonPanel
@ -33,7 +33,7 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Constraints.MinWidth = 206
DefaultItemHeight = 19
DefaultItemHeight = 15
ReadOnly = True
TabOrder = 0
OnChange = CategoryTreeChange

View File

@ -1,20 +1,20 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TIDEOptionsDialog','FORMDATA',[
'TPF0'#241#17'TIDEOptionsDialog'#16'IDEOptionsDialog'#4'Left'#3'='#1#6'Height'
+#3#244#1#3'Top'#3'0'#1#5'Width'#3#188#2#13'ActiveControl'#7#12'CategoryTree'
+#7'Caption'#6#16'IDEOptionsDialog'#12'ClientHeight'#3#244#1#11'ClientWidth'#3
'TPF0'#17'TIDEOptionsDialog'#16'IDEOptionsDialog'#4'Left'#3'='#1#6'Height'#3
+#244#1#3'Top'#3'0'#1#5'Width'#3#188#2#13'ActiveControl'#7#12'CategoryTree'#7
+'Caption'#6#16'IDEOptionsDialog'#12'ClientHeight'#3#244#1#11'ClientWidth'#3
+#188#2#21'Constraints.MinHeight'#3','#1#20'Constraints.MinWidth'#3','#1#8'Po'
+'sition'#7#14'poScreenCenter'#0#242#2#0#12'TButtonPanel'#11'ButtonPanel'#4'L'
+'eft'#2#6#6'Height'#2#30#3'Top'#3#208#1#5'Width'#3#176#2#8'TabOrder'#2#1#7'S'
+'pacing'#2#0#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9'ShowBevel'
+#8#0#0#242#2#1#9'TTreeView'#12'CategoryTree'#22'AnchorSideLeft.Control'#7#5
+'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#24'AnchorSideBottom.Control'#7
+#11'ButtonPanel'#4'Left'#2#6#6'Height'#3#196#1#3'Top'#2#6#5'Width'#3#206#0#7
+'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#18'BorderSpacing.Left'#2#6#17
+'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#20'Constraints.MinWidth'
+#3#206#0#17'DefaultItemHeight'#2#19#8'ReadOnly'#9#8'TabOrder'#2#0#8'OnChange'
+#7#18'CategoryTreeChange'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSele'
+'ction'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoS'
+'howLines'#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#0
+'sition'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#12'TButtonPanel'
+#11'ButtonPanel'#4'Left'#2#6#6'Height'#2#30#3'Top'#3#208#1#5'Width'#3#176#2#8
+'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9'ShowBeve'
+'l'#8#0#0#9'TTreeView'#12'CategoryTree'#22'AnchorSideLeft.Control'#7#5'Owner'
+#21'AnchorSideTop.Control'#7#5'Owner'#24'AnchorSideBottom.Control'#7#11'Butt'
+'onPanel'#4'Left'#2#6#6'Height'#3#196#1#3'Top'#2#6#5'Width'#3#206#0#7'Anchor'
+'s'#11#5'akTop'#6'akLeft'#8'akBottom'#0#18'BorderSpacing.Left'#2#6#17'Border'
+'Spacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#20'Constraints.MinWidth'#3#206
+#0#17'DefaultItemHeight'#2#15#8'ReadOnly'#9#8'TabOrder'#2#0#8'OnChange'#7#18
+'CategoryTreeChange'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'
+#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLine'
+'s'#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#0
]);

View File

@ -14,7 +14,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Position = poScreenCenter
LCLVersion = '0.9.27'
object Notebook: TNotebook
Left = 0
Height = 418
Top = 0
Width = 473
Align = alClient
BorderSpacing.Bottom = 6
@ -93,7 +95,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Left = 6
Height = 17
Top = 177
Width = 140
Width = 138
BorderSpacing.Around = 6
Caption = 'UseAppBundleCheckBox'
TabOrder = 1
@ -105,7 +107,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Left = 6
Height = 17
Top = 200
Width = 142
Width = 140
BorderSpacing.Around = 6
Caption = 'UseXPManifestCheckBox'
TabOrder = 2
@ -196,6 +198,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Width = 100
Max = 0
OnChange = IconTrackChange
Position = 0
Anchors = [akTop, akLeft, akRight]
TabOrder = 7
end
@ -339,6 +342,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Width = 194
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
MultiSelect = True
TabOrder = 0
end
@ -356,6 +360,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Width = 193
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
MultiSelect = True
TabOrder = 1
end
@ -500,6 +505,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Width = 437
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 0
end
object LazDocPathEdit: TEdit
@ -800,9 +806,11 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Height = 21
Top = 26
Width = 248
AutoComplete = False
BorderSpacing.Top = 2
BorderSpacing.Bottom = 6
ItemHeight = 13
ItemWidth = 0
TabOrder = 0
Text = 'U.S. English'
end
@ -816,9 +824,11 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Top = 26
Width = 183
Anchors = [akTop, akLeft, akRight]
AutoComplete = False
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ItemHeight = 13
ItemWidth = 0
TabOrder = 1
Text = 'Multilingual'
end
@ -865,6 +875,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Side = asrBottom
Left = 70
Height = 21
Top = 0
Width = 373
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
@ -986,7 +997,6 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Top = 424
Width = 461
TabOrder = 1
Spacing = 0
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end

View File

@ -7,344 +7,346 @@ LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
+'og'#12'ClientHeight'#3#204#1#11'ClientWidth'#3#217#1#21'Constraints.MinHeig'
+'ht'#3#194#1#20'Constraints.MinWidth'#3#144#1#7'OnClose'#7#19'ProjectOptions'
+'Close'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TNot'
+'ebook'#8'Notebook'#6'Height'#3#162#1#5'Width'#3#217#1#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'ClientWidth'#3#209#1#12
+'ClientHeight'#3#136#1#0#9'TGroupBox'#19'AppSettingsGroupBox'#4'Left'#2#6#6
+'Height'#3#241#0#3'Top'#2#6#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'
+#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AppSettingsGroupBox'#12'Clie'
+'ntHeight'#3#223#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#6'TLabel'#14
+'IconTrackLabel'#22'AnchorSideLeft.Control'#7#9'IconTrack'#19'AnchorSideLeft'
+'.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'IconTrack'#18'AnchorSid'
+'eTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#9'IconTrack'#4'Left'
+#3#212#0#6'Height'#2#14#3'Top'#3#146#0#5'Width'#2'I'#18'BorderSpacing.Left'#2
+#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#14'IconTrackLabel'#11'ParentColo'
+'r'#8#0#0#5'TEdit'#9'TitleEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Lef'
+'t'#2'j'#6'Height'#2#23#3'Top'#2#6#5'Width'#3'Q'#1#5'Align'#7#5'alTop'#18'Bo'
+'rderSpacing.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'AppSettingsGroupBox'#21'AnchorSideTop.Control'#7#9'IconTrack'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#3
+#177#0#5'Width'#3#140#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'UseAppB'
+'undleCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'UseXPManifestCheckBox'#22
+'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'AnchorSideTop.Control'
+#7#20'UseAppBundleCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6
+#6'Height'#2#17#3'Top'#3#200#0#5'Width'#3#142#0#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#21'UseXPManifestCheckBox'#8'TabOrder'#2#2#0#0#6'TPanel'#9'Icon'
+'Panel'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'AnchorSideTo'
+'p.Control'#7#9'TitleEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'j'
+#6'Height'#2'd'#3'Top'#2'#'#5'Width'#2'd'#18'BorderSpacing.Left'#2'j'#17'Bor'
+'derSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#10'BevelOuter'#7#6'bvNone'
+#11'BorderWidth'#2#1#11'BorderStyle'#7#8'bsSingle'#12'ClientHeight'#2'`'#11
+'ClientWidth'#2'`'#8'TabOrder'#2#3#0#6'TImage'#9'IconImage'#4'Left'#2#1#6'He'
+'ight'#2'^'#3'Top'#2#1#5'Width'#2'^'#5'Align'#7#8'alClient'#6'Center'#9#16'O'
+'nPictureChanged'#7#23'IconImagePictureChanged'#0#0#0#7'TBitBtn'#14'LoadIcon'
+'Button'#22'AnchorSideLeft.Control'#7#9'IconPanel'#19'AnchorSideLeft.Side'#7
+#9'asrBottom'#21'AnchorSideTop.Control'#7#9'IconPanel'#24'AnchorSideBottom.C'
+'ontrol'#7#9'IconPanel'#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'BorderSpaci'
+'ng.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'SaveIconButton'#22
+'AnchorSideLeft.Control'#7#14'LoadIconButton'#21'AnchorSideTop.Control'#7#14
+'LoadIconButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Hei'
+'ght'#2#23#3'Top'#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'SaveIconBu'
+'ttonClick'#8'TabOrder'#2#5#0#0#7'TBitBtn'#15'ClearIconButton'#22'AnchorSide'
+'Left.Control'#7#14'SaveIconButton'#21'AnchorSideTop.Control'#7#14'SaveIconB'
+'utton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#23
+#3'Top'#2']'#5'Width'#2'h'#8'AutoSize'#9#17'BorderSpacing.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'AnchorSideLeft.Control'#7#9
+'IconPanel'#21'AnchorSideTop.Control'#7#9'IconPanel'#18'AnchorSideTop.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#135#0#5'Width'#2
,'d'#3'Max'#2#0#8'OnChange'#7#15'IconTrackChange'#7'Anchors'#11#5'akTop'#6'ak'
+'Left'#7'akRight'#0#8'TabOrder'#2#7#0#0#0#9'TGroupBox'#22'OutputSettingsGrou'
+'pBox'#4'Left'#2#6#6'Height'#2'I'#3'Top'#3#253#0#5'Width'#3#197#1#5'Align'#7
+#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'OutputS'
+'ettingsGroupBox'#12'ClientHeight'#2'7'#11'ClientWidth'#3#193#1#8'TabOrder'#2
+#1#0#6'TLabel'#15'TargetFileLabel'#22'AnchorSideLeft.Control'#7#22'OutputSet'
+'tingsGroupBox'#21'AnchorSideTop.Control'#7#22'OutputSettingsGroupBox'#4'Lef'
+'t'#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'TargetFi'
+'leEdit'#22'AnchorSideLeft.Control'#7#22'OutputSettingsGroupBox'#21'AnchorSi'
+'deTop.Control'#7#15'TargetFileLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'
+#23'AnchorSideRight.Control'#7#22'OutputSettingsGroupBox'#20'AnchorSideRight'
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#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'TargetFileEdit'#0#0#0#7'TBitBtn'#21'CreateAppB'
+'undleButton'#22'AnchorSideLeft.Control'#7#15'ApplicationPage'#21'AnchorSide'
+'Top.Control'#7#22'OutputSettingsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBot'
+'tom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3'L'#1#5'Width'#3#142#0#8'AutoSize'#9
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'CreateAppBundleButton'#9'NumGl'
+'yphs'#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#209#1#12
+'ClientHeight'#3#136#1#8'OnResize'#7#15'FormsPageResize'#0#6'TLabel'#21'Form'
+'sAutoCreatedLabel'#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'For'
+'msAvailFormsLabel'#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'Forms'
+'AvailFormsLabel'#11'ParentColor'#8#0#0#12'TSpeedButton'#29'FormsMoveAutoCre'
+'atedFormUpBtn'#22'AnchorSideLeft.Control'#7#9'FormsPage'#21'AnchorSideTop.C'
+'ontrol'#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'NumGly'
+'phs'#2#0#7'OnClick'#7'"FormsMoveAutoCreatedFormUpBtnClick'#0#0#12'TSpeedBut'
+'ton FormsMoveAutoCreatedFormsDownBtn'#22'AnchorSideLeft.Control'#7#29'Forms'
+'MoveAutoCreatedFormUpBtn'#21'AnchorSideTop.Control'#7#29'FormsMoveAutoCreat'
+'edFormUpBtn'#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'OnC'
+'lick'#7'$FormsMoveAutoCreatedFormDownBtnClick'#0#0#12'TSpeedButton"FormsRem'
+'oveFromAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAutoCreate'
+'dListBox'#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'Wi'
+'dth'#2#24#20'BorderSpacing.Around'#2#6#5'Color'#7#9'clBtnFace'#9'NumGlyphs'
+#2#0#7'OnClick'#7'''FormsRemoveFromAutoCreatedFormsBtnClick'#0#0#12'TSpeedBu'
+'tton'#29'FormsAddToAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7#23'For'
+'msAutoCreatedListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
+'op.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'Col'
+'or'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7'"FormsAddToAutoCreatedForm'
+'sBtnClick'#0#0#8'TListBox'#23'FormsAutoCreatedListBox'#22'AnchorSideLeft.Co'
+'ntrol'#7' FormsMoveAutoCreatedFormsDownBtn'#19'AnchorSideLeft.Side'#7#9'asr'
+'Bottom'#21'AnchorSideTop.Control'#7#21'FormsAutoCreatedLabel'#18'AnchorSide'
+'Top.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateN'
+'ewFormsCheckBox'#4'Left'#2'$'#6'Height'#3'M'#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
+#11'MultiSelect'#9#8'TabOrder'#2#0#0#0#8'TListBox'#22'FormsAvailFormsListBox'
+#22'AnchorSideLeft.Control'#7#29'FormsAddToAutoCreatedFormsBtn'#19'AnchorSid'
+'eLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'FormsAvailFormsLa'
+'bel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9
+'FormsPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Cont'
+'rol'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#3#10#1#6'Height'#3'M'#1#3
+'Top'#2#30#5'Width'#3#193#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'ak'
+'Bottom'#0#20'BorderSpacing.Around'#2#6#11'MultiSelect'#9#8'TabOrder'#2#1#0#0
+#9'TCheckBox'#31'FormsAutoCreateNewFormsCheckBox'#22'AnchorSideLeft.Control'
+#7#29'FormsAddToAutoCreatedFormsBtn'#21'AnchorSideTop.Control'#7#23'FormsAut'
+'oCreatedListBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#3'q'#1#5'Width'#3#197#1#5
+'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'FormsAuto'
,'CreateNewFormsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPage'#8'MiscPage'#7'Captio'
+'n'#6#8'MiscPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#6'TBeve'
+'l'#6'Bevel1'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Cont'
+'rol'#7'!MainUnitHasTitleStatementCheckBox'#18'AnchorSideTop.Side'#7#9'asrBo'
+'ttom'#23'AnchorSideRight.Control'#7#8'MiscPage'#20'AnchorSideRight.Side'#7#9
+'asrBottom'#4'Left'#2#6#6'Height'#2#3#3'Top'#2'b'#5'Width'#3#197#1#7'Anchors'
+#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0#9'TChec'
+'kBox)MainUnitHasUsesSectionForAllUnitsCheckBox'#22'AnchorSideLeft.Control'#7
+#8'MiscPage'#21'AnchorSideTop.Control'#7#30'MainUnitIsPascalSourceCheckBox'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#29
+#5'Width'#3#238#0#20'BorderSpacing.Around'#2#6#7'Caption'#6')MainUnitHasUses'
+'SectionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox''MainUnitHasCre'
+'ateFormStatementsCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'Anch'
+'orSideTop.Control'#7')MainUnitHasUsesSectionForAllUnitsCheckBox'#18'AnchorS'
+'ideTop.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'''MainUnitHasCreateFormSt'
+'atementsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'MainUnitIsPascalSourc'
+'eCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Contro'
+'l'#7#8'MiscPage'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#183#0#20
+'BorderSpacing.Around'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceCheckBox'#8
+'TabOrder'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'#22'AnchorS'
+'ideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7'''MainUnitHasCre'
+'ateFormStatementsCheckBox'#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
+'Caption'#6'!MainUnitHasTitleStatementCheckBox'#8'TabOrder'#2#5#0#0#9'TCheck'
+'Box'#16'RunnableCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'Ancho'
+'rSideTop.Control'#7#6'Bevel1'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'h'#5'Widt'
+'h'#2'q'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'RunnableCheckBox'#8'Ta'
+'bOrder'#2#3#0#0#9'TCheckBox'#19'AlwaysBuildCheckBox'#22'AnchorSideLeft.Cont'
+'rol'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#16'RunnableCheckBox'#18'Anch'
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2''#5'Wid'
+'th'#2'{'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AlwaysBuildCheckBox'#8
+'TabOrder'#2#4#0#0#9'TCheckBox'#22'LRSInOutputDirCheckBox'#22'AnchorSideLeft'
+'.Control'#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'LRSInOu'
+'tputDirCheckBox'#8'TabOrder'#2#6#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6
+#10'LazDocPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#9'TGroupB'
+'ox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3#203#0#3'Top'#2#6#5'Widt'
+'h'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#185#0#11'ClientWidth'
+#3#193#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#22'AnchorSideLeft.C'
+'ontrol'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#14'LazDocPath'
+'Edit'#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'akLeft'#7
+'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#14'Laz'
+'DocPathEdit'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'Anchor'
+'SideTop.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'LazDocBrowseBu'
+'tton'#22'AnchorSideLeft.Control'#7#14'LazDocPathEdit'#19'AnchorSideLeft.Sid'
+'e'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'LazDocPathsGroupBox'#23'An'
+'chorSideRight.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'Anch'
+'ors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Ri'
+'ght'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonClick'#8'Tab'
+'Order'#2#2#0#0#7'TBitBtn'#19'LazDocAddPathButton'#22'AnchorSideLeft.Control'
+#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'LazDocListBox'#18
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#3#149#0
+#5'Width'#3#158#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19
+'LazDocAddPathButton'#9'NumGlyphs'#2#0#7'OnClick'#7#24'LazDocAddPathButtonCl'
+'ick'#8'TabOrder'#2#3#0#0#7'TBitBtn'#22'LazDocDeletePathButton'#22'AnchorSid'
,'eLeft.Control'#7#19'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBot'
+'tom'#21'AnchorSideTop.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7
+#9'asrBottom'#4'Left'#3#170#0#6'Height'#2#29#3'Top'#3#149#0#5'Width'#3#175#0
+#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'LazDocDeletePath'
+'Button'#9'NumGlyphs'#2#0#7'OnClick'#7#27'LazDocDeletePathButtonClick'#8'Tab'
+'Order'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7'Caption'#6#8'SavePage'#11'ClientW'
+'idth'#3#209#1#12'ClientHeight'#3#136#1#0#9'TCheckBox'#26'SaveClosedUnitInfo'
+'CheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#197#1#5'Align'#7
+#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'SaveClosedUnitInfoChe'
+'ckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#31'SaveOnlyProjectUnitInfoCheckBox'
+#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#197
+#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'SaveOnly'
+'ProjectUnitInfoCheckBox'#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'SaveSession'
+'LocationRadioGroup'#21'AnchorSideTop.Control'#7#31'SaveOnlyProjectUnitInfoC'
+'heckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
+#8'SavePage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
+#4#3'Top'#2'D'#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoFill'#9#8'AutoSize'
+#9#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'Sa'
+'veSessionLocationRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildS'
+'izing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomog'
+'enousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildRe'
+'size'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.'
+'ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToR'
+'ightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#2#0#0
+#0#5'TPage'#15'VersionInfoPage'#7'Caption'#6#15'VersionInfoPage'#11'ClientWi'
+'dth'#3#209#1#12'ClientHeight'#3#136#1#0#9'TGroupBox'#19'VersionInfoGroupBox'
+#22'AnchorSideLeft.Control'#7#24'LanguageSettingsGroupBox'#18'AnchorSideTop.'
+'Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6
+'Height'#2'c'#3'Top'#2#29#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'Version Numbering'#12'ClientHe'
+'ight'#2'Q'#11'ClientWidth'#3#193#1#8'TabOrder'#2#1#0#6'TLabel'#12'VersionLa'
+'bel'#22'AnchorSideLeft.Control'#7#19'VersionInfoGroupBox'#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'Caption'#6#8'Version:'#11'Parent'
+'Color'#8#0#0#6'TLabel'#18'MajorRevisionLabel'#22'AnchorSideLeft.Control'#7
+#15'VersionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#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'BorderSpacing.Around'#2#6#7'Capt'
+'ion'#6#15'Major Revision:'#11'ParentColor'#8#0#0#6'TLabel'#18'MinorRevision'
+'Label'#22'AnchorSideLeft.Control'#7#21'MajorRevisionSpinEdit'#19'AnchorSide'
+'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBo'
+'x'#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
+'MinorRevisionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSide'
+'Top.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#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'MaxValue'#4#255#255#0#0#8'TabOrder'#2#0#0#0#9
+'TSpinEdit'#21'MajorRevisionSpinEdit'#22'AnchorSideLeft.Control'#7#18'MajorR'
+'evisionLabel'#21'AnchorSideTop.Control'#7#18'MajorRevisionLabel'#18'AnchorS'
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2#20#3'Top'#2#26#5'Width'
+#2'F'#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2#1#0#0#9'TSpinEdit'#21'MinorRev'
+'isionSpinEdit'#22'AnchorSideLeft.Control'#7#18'MinorRevisionLabel'#21'Ancho'
+'rSideTop.Control'#7#18'MinorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBo'
+'ttom'#4'Left'#3#206#0#6'Height'#2#20#3'Top'#2#26#5'Width'#2'F'#8'MaxValue'#4
+#255#255#0#0#8'TabOrder'#2#2#0#0#9'TCheckBox"AutomaticallyIncreaseBuildCheck'
+'Box'#22'AnchorSideLeft.Control'#7#19'VersionInfoGroupBox'#21'AnchorSideTop.'
+'Control'#7#15'VersionSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
+#2#6#6'Height'#2#17#3'Top'#2':'#5'Width'#3#151#0#17'BorderSpacing.Top'#2#6#20
+'BorderSpacing.Around'#2#6#7'Caption'#6#28'Automatically increase Build'#8'T'
,'abOrder'#2#4#0#0#9'TSpinEdit'#13'BuildSpinEdit'#22'AnchorSideLeft.Control'#7
+#10'BuildLabel'#21'AnchorSideTop.Control'#7#10'BuildLabel'#18'AnchorSideTop.'
+'Side'#7#9'asrBottom'#4'Left'#3'2'#1#6'Height'#2#20#3'Top'#2#26#5'Width'#2'F'
+#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2#3#0#0#0#9'TCheckBox'#22'UseVersionI'
+'nfoCheckBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#197#1#5'Align'
+#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6'"Include Version Info '
+'in executable'#8'OnChange'#7#28'UseVersionInfoCheckBoxChange'#8'TabOrder'#2
+#0#0#0#9'TGroupBox'#24'LanguageSettingsGroupBox'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
+'G'#3'Top'#3#134#0#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Bor'
+'derSpacing.Around'#2#6#7'Caption'#6#16'Language Options'#12'ClientHeight'#2
+'5'#11'ClientWidth'#3#193#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#14#3
+'Top'#2#6#5'Width'#2'b'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Languag'
+'e Selection:'#11'ParentColor'#8#0#0#6'TLabel'#17'CharacterSetLabel'#22'Anch'
+'orSideLeft.Control'#7#25'LanguageSelectionComboBox'#19'AnchorSideLeft.Side'
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'LanguageSettingsGroupBox'#4'L'
+'eft'#3#4#1#6'Height'#2#14#3'Top'#2#6#5'Width'#2'H'#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#14'Character Set:'#11'ParentColor'#8#0#0#9'TComboBox'#25'L'
+'anguageSelectionComboBox'#22'AnchorSideLeft.Control'#7#22'LanguageSelection'
+'Label'#21'AnchorSideTop.Control'#7#22'LanguageSelectionLabel'#18'AnchorSide'
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#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'Charact'
+'erSetComboBox'#22'AnchorSideLeft.Control'#7#17'CharacterSetLabel'#21'Anchor'
+'SideTop.Control'#7#25'LanguageSelectionComboBox'#23'AnchorSideRight.Control'
+#7#24'LanguageSettingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
+'ft'#3#4#1#6'Height'#2#21#3'Top'#2#26#5'Width'#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#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'e'#3'Top'#3#211
+#0#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Aroun'
+'d'#2#6#7'Caption'#6#10'Other Info'#12'ClientHeight'#2'S'#11'ClientWidth'#3
+#193#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#14#3'Top'#2#3#5'Width'#2':'#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#14#3'Top'#2#30#5'Width'#2'4'#7'Caption'#6#10'Copyright:'#11'ParentCo'
+'lor'#8#0#0#5'TEdit'#15'DescriptionEdit'#19'AnchorSideLeft.Side'#7#9'asrBott'
+'om'#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'BorderSpac'
+'ing.Right'#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#13'CopyrightEdit'#22'AnchorSide'
+'Left.Control'#7#15'DescriptionEdit'#21'AnchorSideTop.Control'#7#15'Descript'
+'ionEdit'#18'AnchorSideTop.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'BorderSpacing.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'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Con'
+'trol'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'An'
+'chorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'['#1#6'Height'#2#23#3'Top'#2
+'6'#5'Width'#2'`'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'Borde'
+'rSpacing.Around'#2#6#7'Caption'#6#15'Additional Info'#9'NumGlyphs'#2#0#7'On'
+'Click'#7#25'AdditionalInfoButtonClick'#8'TabOrder'#2#2#0#0#0#0#5'TPage'#8'i'
+'18nPage'#7'Caption'#6#4'i18n'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136
+#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSideLeft.Control'#7#17'OtherInfo'
+'GroupBox'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#18'AnchorSide'
+'Top.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'N'#3'Top'#2
,'"'#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Arou'
+'nd'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHeight'#2'<'#11'ClientWidth'
+#3#193#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabel'#4'Left'#2#6#6'Height'
+#2#18#3'Top'#2#6#5'Width'#3#132#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#20'PO Output Directory:'#11'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22
+'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Control'#7#13'P'
+'oOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Cont'
+'rol'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#30#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'POOutDirBu'
+'tton'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7
+#9'asrBottom'#23'AnchorSideRight.Control'#7#12'I18NGroupBox'#20'AnchorSideRi'
+'ght.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3
+#163#1#6'Height'#2#23#3'Top'#2#30#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akR'
+'ight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#19'PO'
+'OutDirButtonClick'#8'TabOrder'#2#1#0#0#0#9'TCheckBox'#18'EnableI18NCheckBox'
+#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#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#12'TButtonPanel'#11'Butto'
+'nPanel'#4'Left'#2#6#6'Height'#2#30#3'Top'#3#168#1#5'Width'#3#205#1#8'TabOrd'
+'er'#2#1#7'Spacing'#2#0#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#9
+'ShowBevel'#8#0#0#22'TSelectDirectoryDialog'#21'SelectDirectoryDialog'#11'Fi'
+'lterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0#18'TOpenPictureDialog'#18'Ope'
+'nPictureDialog1'#4'left'#2'u'#3'top'#3'p'#1#0#0#18'TSavePictureDialog'#18'S'
+'avePictureDialog1'#5'Title'#6#12'Save file as'#4'left'#3#146#0#3'top'#3'p'#1
+#0#0#0
+'ebook'#8'Notebook'#4'Left'#2#0#6'Height'#3#162#1#3'Top'#2#0#5'Width'#3#217#1
+#5'Align'#7#8'alClient'#20'BorderSpacing.Bottom'#2#6#9'PageIndex'#2#0#8'TabO'
+'rder'#2#0#0#5'TPage'#15'ApplicationPage'#7'Caption'#6#15'ApplicationPage'#11
+'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#9'TGroupBox'#19'AppSettings'
+'GroupBox'#4'Left'#2#6#6'Height'#3#241#0#3'Top'#2#6#5'Width'#3#197#1#5'Align'
+#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AppSe'
+'ttingsGroupBox'#12'ClientHeight'#3#223#0#11'ClientWidth'#3#193#1#8'TabOrder'
+#2#0#0#6'TLabel'#10'TitleLabel'#22'AnchorSideLeft.Control'#7#19'AppSettingsG'
+'roupBox'#21'AnchorSideTop.Control'#7#9'TitleEdit'#18'AnchorSideTop.Side'#7#9
+'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#10#5'Width'#2'.'#18'BorderSp'
+'acing.Left'#2#6#7'Caption'#6#10'TitleLabel'#11'ParentColor'#8#0#0#6'TLabel'
+#9'IconLabel'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'Anchor'
+'SideTop.Control'#7#9'IconPanel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'#'#5'Wi'
+'dth'#2'/'#18'BorderSpacing.Left'#2#6#7'Caption'#6#9'IconLabel'#11'ParentCol'
+'or'#8#0#0#6'TLabel'#14'IconTrackLabel'#22'AnchorSideLeft.Control'#7#9'IconT'
+'rack'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9
+'IconTrack'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'
+#7#9'IconTrack'#4'Left'#3#212#0#6'Height'#2#14#3'Top'#3#146#0#5'Width'#2'I'
+#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#14'Icon'
+'TrackLabel'#11'ParentColor'#8#0#0#5'TEdit'#9'TitleEdit'#19'AnchorSideLeft.S'
+'ide'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2#23#3'Top'#2#6#5'Width'#3'Q'#1#5
+'Align'#7#5'alTop'#18'BorderSpacing.Left'#2'd'#20'BorderSpacing.Around'#2#6#8
+'TabOrder'#2#0#4'Text'#6#9'TitleEdit'#0#0#9'TCheckBox'#20'UseAppBundleCheckB'
+'ox'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21'AnchorSideTop.C'
+'ontrol'#7#9'IconTrack'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
+'Height'#2#17#3'Top'#3#177#0#5'Width'#3#138#0#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#20'UseAppBundleCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'Use'
+'XPManifestCheckBox'#22'AnchorSideLeft.Control'#7#19'AppSettingsGroupBox'#21
+'AnchorSideTop.Control'#7#20'UseAppBundleCheckBox'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#3#200#0#5'Width'#3#140#0#20'Bo'
+'rderSpacing.Around'#2#6#7'Caption'#6#21'UseXPManifestCheckBox'#8'TabOrder'#2
+#2#0#0#6'TPanel'#9'IconPanel'#22'AnchorSideLeft.Control'#7#19'AppSettingsGro'
+'upBox'#21'AnchorSideTop.Control'#7#9'TitleEdit'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#4'Left'#2'j'#6'Height'#2'd'#3'Top'#2'#'#5'Width'#2'd'#18'BorderS'
+'pacing.Left'#2'j'#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#10
+'BevelOuter'#7#6'bvNone'#11'BorderWidth'#2#1#11'BorderStyle'#7#8'bsSingle'#12
+'ClientHeight'#2'`'#11'ClientWidth'#2'`'#8'TabOrder'#2#3#0#6'TImage'#9'IconI'
+'mage'#4'Left'#2#1#6'Height'#2'^'#3'Top'#2#1#5'Width'#2'^'#5'Align'#7#8'alCl'
+'ient'#6'Center'#9#16'OnPictureChanged'#7#23'IconImagePictureChanged'#0#0#0#7
+'TBitBtn'#14'LoadIconButton'#22'AnchorSideLeft.Control'#7#9'IconPanel'#19'An'
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#9'IconPanel'
+#24'AnchorSideBottom.Control'#7#9'IconPanel'#21'AnchorSideBottom.Side'#7#9'a'
+'srBottom'#4'Left'#3#212#0#6'Height'#2#23#3'Top'#2'#'#5'Width'#2'f'#8'AutoSi'
+'ze'#9#18'BorderSpacing.Left'#2#6#7'Caption'#6#14'LoadIconButton'#9'NumGlyph'
+'s'#2#0#7'OnClick'#7#19'LoadIconButtonClick'#8'TabOrder'#2#4#0#0#7'TBitBtn'
+#14'SaveIconButton'#22'AnchorSideLeft.Control'#7#14'LoadIconButton'#21'Ancho'
+'rSideTop.Control'#7#14'LoadIconButton'#18'AnchorSideTop.Side'#7#9'asrBottom'
+#4'Left'#3#212#0#6'Height'#2#23#3'Top'#2'@'#5'Width'#2'g'#8'AutoSize'#9#17'B'
+'orderSpacing.Top'#2#6#7'Caption'#6#14'SaveIconButton'#9'NumGlyphs'#2#0#7'On'
+'Click'#7#19'SaveIconButtonClick'#8'TabOrder'#2#5#0#0#7'TBitBtn'#15'ClearIco'
+'nButton'#22'AnchorSideLeft.Control'#7#14'SaveIconButton'#21'AnchorSideTop.C'
+'ontrol'#7#14'SaveIconButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3
+#212#0#6'Height'#2#23#3'Top'#2']'#5'Width'#2'h'#8'AutoSize'#9#17'BorderSpaci'
+'ng.Top'#2#6#7'Caption'#6#15'ClearIconButton'#9'NumGlyphs'#2#0#7'OnClick'#7
+#20'ClearIconButtonClick'#8'TabOrder'#2#6#0#0#9'TTrackBar'#9'IconTrack'#22'A'
+'nchorSideLeft.Control'#7#9'IconPanel'#21'AnchorSideTop.Control'#7#9'IconPan'
+'el'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'I'
+'conPanel'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2
,'$'#3'Top'#3#135#0#5'Width'#2'd'#3'Max'#2#0#8'OnChange'#7#15'IconTrackChange'
+#8'Position'#2#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'TabOrder'#2
+#7#0#0#0#9'TGroupBox'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2'I'#3
+'Top'#3#253#0#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSp'
+'acing.Around'#2#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHeight'#2
+'7'#11'ClientWidth'#3#193#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFileLabel'
+#22'AnchorSideLeft.Control'#7#22'OutputSettingsGroupBox'#21'AnchorSideTop.Co'
+'ntrol'#7#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5
+'Width'#2'J'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'TargetFileLabel'#11
+'ParentColor'#8#0#0#5'TEdit'#14'TargetFileEdit'#22'AnchorSideLeft.Control'#7
+#22'OutputSettingsGroupBox'#21'AnchorSideTop.Control'#7#15'TargetFileLabel'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#22'Outp'
+'utSettingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
+'eight'#2#23#3'Top'#2#26#5'Width'#3#181#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#14'Target'
+'FileEdit'#0#0#0#7'TBitBtn'#21'CreateAppBundleButton'#22'AnchorSideLeft.Cont'
+'rol'#7#15'ApplicationPage'#21'AnchorSideTop.Control'#7#22'OutputSettingsGro'
+'upBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3'T'
+'op'#3'L'#1#5'Width'#3#142#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6#21'CreateAppBundleButton'#9'NumGlyphs'#2#0#7'OnClick'#7#26'CreateA'
+'ppBundleButtonClick'#8'TabOrder'#2#2#0#0#0#5'TPage'#9'FormsPage'#7'Caption'
+#6#9'FormsPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#8'OnResize'
+#7#15'FormsPageResize'#0#6'TLabel'#21'FormsAutoCreatedLabel'#4'Left'#2'$'#6
+'Height'#2#14#3'Top'#2#10#5'Width'#2'u'#7'Caption'#6#21'FormsAutoCreatedLabe'
+'l'#11'ParentColor'#8#0#0#6'TLabel'#20'FormsAvailFormsLabel'#22'AnchorSideLe'
+'ft.Control'#7#22'FormsAvailFormsListBox'#4'Left'#3#10#1#6'Height'#2#14#3'To'
+'p'#2#10#5'Width'#2'k'#7'Caption'#6#20'FormsAvailFormsLabel'#11'ParentColor'
+#8#0#0#12'TSpeedButton'#29'FormsMoveAutoCreatedFormUpBtn'#22'AnchorSideLeft.'
+'Control'#7#9'FormsPage'#21'AnchorSideTop.Control'#7#23'FormsAutoCreatedList'
+'Box'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'$'#5'Width'#2#24#20'BorderSpacing.'
+'Around'#2#6#5'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7'"FormsMov'
+'eAutoCreatedFormUpBtnClick'#0#0#12'TSpeedButton FormsMoveAutoCreatedFormsDo'
+'wnBtn'#22'AnchorSideLeft.Control'#7#29'FormsMoveAutoCreatedFormUpBtn'#21'An'
+'chorSideTop.Control'#7#29'FormsMoveAutoCreatedFormUpBtn'#18'AnchorSideTop.S'
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'B'#5'Width'#2#24#5
+'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7'$FormsMoveAutoCreatedFo'
+'rmDownBtnClick'#0#0#12'TSpeedButton"FormsRemoveFromAutoCreatedFormsBtn'#22
+'AnchorSideLeft.Control'#7#23'FormsAutoCreatedListBox'#19'AnchorSideLeft.Sid'
+'e'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'FormsAutoCreatedListBox'#4
+'Left'#3#236#0#6'Height'#2#24#3'Top'#2'$'#5'Width'#2#24#20'BorderSpacing.Aro'
+'und'#2#6#5'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7'''FormsRemov'
+'eFromAutoCreatedFormsBtnClick'#0#0#12'TSpeedButton'#29'FormsAddToAutoCreate'
+'dFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAutoCreatedListBox'#19'Anch'
+'orSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7'"FormsRemoveFro'
+'mAutoCreatedFormsBtn'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#236#0
+#6'Height'#2#24#3'Top'#2'B'#5'Width'#2#24#5'Color'#7#9'clBtnFace'#9'NumGlyph'
+'s'#2#0#7'OnClick'#7'"FormsAddToAutoCreatedFormsBtnClick'#0#0#8'TListBox'#23
+'FormsAutoCreatedListBox'#22'AnchorSideLeft.Control'#7' FormsMoveAutoCreated'
+'FormsDownBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contr'
+'ol'#7#21'FormsAutoCreatedLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#24'An'
+'chorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2'$'#6
+'Height'#3'M'#1#3'Top'#2#30#5'Width'#3#194#0#7'Anchors'#11#5'akTop'#6'akLeft'
+#8'akBottom'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#11'MultiSelec'
+'t'#9#8'TabOrder'#2#0#0#0#8'TListBox'#22'FormsAvailFormsListBox'#22'AnchorSi'
+'deLeft.Control'#7#29'FormsAddToAutoCreatedFormsBtn'#19'AnchorSideLeft.Side'
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#20'FormsAvailFormsLabel'#18'Anch'
+'orSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'FormsPage'#20
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'Form'
+'sAutoCreateNewFormsCheckBox'#4'Left'#3#10#1#6'Height'#3'M'#1#3'Top'#2#30#5
+'Width'#3#193#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20
+'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#11'MultiSelect'#9#8'TabOrder'#2
+#1#0#0#9'TCheckBox'#31'FormsAutoCreateNewFormsCheckBox'#22'AnchorSideLeft.Co'
+'ntrol'#7#29'FormsAddToAutoCreatedFormsBtn'#21'AnchorSideTop.Control'#7#23'F'
+'ormsAutoCreatedListBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#3'q'#1#5'Width'#3
,#197#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'F'
+'ormsAutoCreateNewFormsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPage'#8'MiscPage'#7
+'Caption'#6#8'MiscPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#6
+'TBevel'#6'Bevel1'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop'
+'.Control'#7'!MainUnitHasTitleStatementCheckBox'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#23'AnchorSideRight.Control'#7#8'MiscPage'#20'AnchorSideRight.Sid'
+'e'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#3#3'Top'#2'b'#5'Width'#3#197#1#7
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#0#0
+#9'TCheckBox)MainUnitHasUsesSectionForAllUnitsCheckBox'#22'AnchorSideLeft.Co'
+'ntrol'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#30'MainUnitIsPascalSourceC'
+'heckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3
+'Top'#2#29#5'Width'#3#238#0#20'BorderSpacing.Around'#2#6#7'Caption'#6')MainU'
+'nitHasUsesSectionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox''Main'
+'UnitHasCreateFormStatementsCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPag'
+'e'#21'AnchorSideTop.Control'#7')MainUnitHasUsesSectionForAllUnitsCheckBox'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'4'
+#5'Width'#3#235#0#20'BorderSpacing.Around'#2#6#7'Caption'#6'''MainUnitHasCre'
+'ateFormStatementsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'MainUnitIsPa'
+'scalSourceCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideT'
+'op.Control'#7#8'MiscPage'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3
+#183#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceCh'
+'eckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'
+#22'AnchorSideLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7'''Main'
+'UnitHasCreateFormStatementsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
+'Left'#2#6#6'Height'#2#17#3'Top'#2'K'#5'Width'#3#196#0#20'BorderSpacing.Arou'
+'nd'#2#6#7'Caption'#6'!MainUnitHasTitleStatementCheckBox'#8'TabOrder'#2#5#0#0
+#9'TCheckBox'#16'RunnableCheckBox'#22'AnchorSideLeft.Control'#7#8'MiscPage'
+#21'AnchorSideTop.Control'#7#6'Bevel1'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'h'
+#5'Width'#2'q'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'RunnableCheckBox'
+#8'TabOrder'#2#3#0#0#9'TCheckBox'#19'AlwaysBuildCheckBox'#22'AnchorSideLeft.'
+'Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#16'RunnableCheckBox'#18
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2''#5
+'Width'#2'{'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AlwaysBuildCheckBo'
+'x'#8'TabOrder'#2#4#0#0#9'TCheckBox'#22'LRSInOutputDirCheckBox'#22'AnchorSid'
+'eLeft.Control'#7#8'MiscPage'#21'AnchorSideTop.Control'#7#19'AlwaysBuildChec'
+'kBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'To'
+'p'#3#150#0#5'Width'#3#142#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'LR'
+'SInOutputDirCheckBox'#8'TabOrder'#2#6#0#0#0#5'TPage'#10'LazDocPage'#7'Capti'
+'on'#6#10'LazDocPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#9'T'
+'GroupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3#203#0#3'Top'#2#6#5
+'Width'#3#197#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
+#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#185#0#11'ClientWi'
+'dth'#3#193#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#22'AnchorSideL'
+'eft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#14'LazDo'
+'cPathEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
+#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2
+#6#6'Height'#2'l'#3'Top'#2'#'#5'Width'#3#181#1#7'Anchors'#11#5'akTop'#6'akLe'
+'ft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#8'TabOrder'
+#2#0#0#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSideLeft.Control'#7#19'LazDocP'
+'athsGroupBox'#21'AnchorSideTop.Control'#7#19'LazDocPathsGroupBox'#23'Anchor'
+'SideRight.Control'#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3'To'
+'p'#2#6#5'Width'#3#151#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Bo'
+'rderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#14'LazDocPathEdit'#0#0#7
+'TButton'#18'LazDocBrowseButton'#22'AnchorSideLeft.Control'#7#14'LazDocPathE'
+'dit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19
+'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#163#1#6'Height'#2#23#3'To'
+'p'#2#6#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.T'
+'op'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#23'Laz'
+'DocBrowseButtonClick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#19'LazDocAddPathButton'
+#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Contr'
+'ol'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
+'Height'#2#29#3'Top'#3#149#0#5'Width'#3#158#0#8'AutoSize'#9#20'BorderSpacing'
+'.Around'#2#6#7'Caption'#6#19'LazDocAddPathButton'#9'NumGlyphs'#2#0#7'OnClic'
,'k'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#3#0#0#7'TBitBtn'#22'LazDocD'
+'eletePathButton'#22'AnchorSideLeft.Control'#7#19'LazDocAddPathButton'#19'An'
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#13'LazDocList'
+'Box'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#170#0#6'Height'#2#29#3
+'Top'#3#149#0#5'Width'#3#175#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#22'LazDocDeletePathButton'#9'NumGlyphs'#2#0#7'OnClick'#7#27'LazD'
+'ocDeletePathButtonClick'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7'Cap'
+'tion'#6#8'SavePage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#9'TC'
+'heckBox'#26'SaveClosedUnitInfoCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2
+#6#5'Width'#3#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Capti'
+'on'#6#26'SaveClosedUnitInfoCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#31'Sa'
+'veOnlyProjectUnitInfoCheckBox'#21'AnchorSideTop.Control'#7#26'SaveClosedUni'
+'tInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
+#22#3'Top'#2'"'#5'Width'#3#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#31'SaveOnlyProjectUnitInfoCheckBox'#8'TabOrder'#2#1#0#0#11
+'TRadioGroup'#29'SaveSessionLocationRadioGroup'#21'AnchorSideTop.Control'#7
+#31'SaveOnlyProjectUnitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
+'AnchorSideRight.Control'#7#8'SavePage'#20'AnchorSideRight.Side'#7#9'asrBott'
+'om'#4'Left'#2#6#6'Height'#2#4#3'Top'#2'D'#5'Width'#3#197#1#5'Align'#7#5'alT'
+'op'#8'AutoFill'#9#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#20'BorderSpacing.'
+'Around'#2#6#7'Caption'#6#29'SaveSessionLocationRadioGroup'#28'ChildSizing.L'
+'eftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.En'
+'largeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVerti'
+'cal'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'c'
+'rsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'Child'
+'Sizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsP'
+'erLine'#2#1#8'TabOrder'#2#2#0#0#0#5'TPage'#15'VersionInfoPage'#7'Caption'#6
+#15'VersionInfoPage'#11'ClientWidth'#3#209#1#12'ClientHeight'#3#136#1#0#9'TG'
+'roupBox'#19'VersionInfoGroupBox'#22'AnchorSideLeft.Control'#7#24'LanguageSe'
+'ttingsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Si'
+'de'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'c'#3'Top'#2#29#5'Width'#3#197#1#5
+'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#17
+'Version Numbering'#12'ClientHeight'#2'Q'#11'ClientWidth'#3#193#1#8'TabOrder'
+#2#1#0#6'TLabel'#12'VersionLabel'#22'AnchorSideLeft.Control'#7#19'VersionInf'
+'oGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2#6#6
+'Height'#2#14#3'Top'#2#6#5'Width'#2'('#20'BorderSpacing.Around'#2#6#7'Captio'
+'n'#6#8'Version:'#11'ParentColor'#8#0#0#6'TLabel'#18'MajorRevisionLabel'#22
+'AnchorSideLeft.Control'#7#15'VersionSpinEdit'#19'AnchorSideLeft.Side'#7#9'a'
+'srBottom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2'j'#6
+'Height'#2#14#3'Top'#2#6#5'Width'#2'K'#18'BorderSpacing.Left'#2#24#20'Border'
+'Spacing.Around'#2#6#7'Caption'#6#15'Major Revision:'#11'ParentColor'#8#0#0#6
+'TLabel'#18'MinorRevisionLabel'#22'AnchorSideLeft.Control'#7#21'MajorRevisio'
+'nSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
+#7#19'VersionInfoGroupBox'#4'Left'#3#206#0#6'Height'#2#14#3'Top'#2#6#5'Width'
+#2'J'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#15'Minor Revision:'#11'ParentColor'#8#0#0#6'TLabel'#10'BuildLabel'#22'Ancho'
+'rSideLeft.Control'#7#21'MinorRevisionSpinEdit'#19'AnchorSideLeft.Side'#7#9
+'asrBottom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#3'2'
+#1#6'Height'#2#14#3'Top'#2#6#5'Width'#2#27#18'BorderSpacing.Left'#2#24#20'Bo'
+'rderSpacing.Around'#2#6#7'Caption'#6#6'Build:'#11'ParentColor'#8#0#0#9'TSpi'
+'nEdit'#15'VersionSpinEdit'#22'AnchorSideLeft.Control'#7#12'VersionLabel'#21
+'AnchorSideTop.Control'#7#12'VersionLabel'#18'AnchorSideTop.Side'#7#9'asrBot'
+'tom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#26#5'Width'#2'F'#8'MaxValue'#4#255
+#255#0#0#8'TabOrder'#2#0#0#0#9'TSpinEdit'#21'MajorRevisionSpinEdit'#22'Ancho'
+'rSideLeft.Control'#7#18'MajorRevisionLabel'#21'AnchorSideTop.Control'#7#18
+'MajorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'j'#6'He'
+'ight'#2#20#3'Top'#2#26#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2
+#1#0#0#9'TSpinEdit'#21'MinorRevisionSpinEdit'#22'AnchorSideLeft.Control'#7#18
+'MinorRevisionLabel'#21'AnchorSideTop.Control'#7#18'MinorRevisionLabel'#18'A'
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#20#3'Top'#2#26
+#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2#2#0#0#9'TCheckBox"Aut'
+'omaticallyIncreaseBuildCheckBox'#22'AnchorSideLeft.Control'#7#19'VersionInf'
+'oGroupBox'#21'AnchorSideTop.Control'#7#15'VersionSpinEdit'#18'AnchorSideTop'
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2':'#5'Width'#3#151
,#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'Au'
+'tomatically increase Build'#8'TabOrder'#2#4#0#0#9'TSpinEdit'#13'BuildSpinEd'
+'it'#22'AnchorSideLeft.Control'#7#10'BuildLabel'#21'AnchorSideTop.Control'#7
+#10'BuildLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3'2'#1#6'Heigh'
+'t'#2#20#3'Top'#2#26#5'Width'#2'F'#8'MaxValue'#4#255#255#0#0#8'TabOrder'#2#3
+#0#0#0#9'TCheckBox'#22'UseVersionInfoCheckBox'#4'Left'#2#6#6'Height'#2#17#3
+'Top'#2#6#5'Width'#3#197#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7
+'Caption'#6'"Include Version Info in executable'#8'OnChange'#7#28'UseVersion'
+'InfoCheckBoxChange'#8'TabOrder'#2#0#0#0#9'TGroupBox'#24'LanguageSettingsGro'
+'upBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'a'
+'srBottom'#4'Left'#2#6#6'Height'#2'G'#3'Top'#3#134#0#5'Width'#3#197#1#5'Alig'
+'n'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'La'
+'nguage Options'#12'ClientHeight'#2'5'#11'ClientWidth'#3#193#1#8'TabOrder'#2
+#2#0#6'TLabel'#22'LanguageSelectionLabel'#22'AnchorSideLeft.Control'#7#24'La'
+'nguageSettingsGroupBox'#21'AnchorSideTop.Control'#7#24'LanguageSettingsGrou'
+'pBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'b'#20'BorderSpacing.'
+'Around'#2#6#7'Caption'#6#19'Language Selection:'#11'ParentColor'#8#0#0#6'TL'
+'abel'#17'CharacterSetLabel'#22'AnchorSideLeft.Control'#7#25'LanguageSelecti'
+'onComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
+#7#24'LanguageSettingsGroupBox'#4'Left'#3#4#1#6'Height'#2#14#3'Top'#2#6#5'Wi'
+'dth'#2'H'#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'Character Set:'#11'P'
+'arentColor'#8#0#0#9'TComboBox'#25'LanguageSelectionComboBox'#22'AnchorSideL'
+'eft.Control'#7#22'LanguageSelectionLabel'#21'AnchorSideTop.Control'#7#22'La'
+'nguageSelectionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
+'eight'#2#21#3'Top'#2#26#5'Width'#3#248#0#12'AutoComplete'#8#17'BorderSpacin'
+'g.Top'#2#2#20'BorderSpacing.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'CharacterSet'
+'ComboBox'#22'AnchorSideLeft.Control'#7#17'CharacterSetLabel'#21'AnchorSideT'
+'op.Control'#7#25'LanguageSelectionComboBox'#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'ak'
+'Left'#7'akRight'#0#12'AutoComplete'#8#19'BorderSpacing.Right'#2#6#20'Border'
+'Spacing.Bottom'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8'TabOrder'#2#1#4
+'Text'#6#12'Multilingual'#0#0#0#9'TGroupBox'#17'OtherInfoGroupBox'#18'Anchor'
+'SideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
+#2#6#6'Height'#2'e'#3'Top'#3#211#0#5'Width'#3#197#1#5'Align'#7#5'alTop'#8'Au'
+'toSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#10'Other Info'#12'Clien'
+'tHeight'#2'S'#11'ClientWidth'#3#193#1#8'TabOrder'#2#3#0#6'TLabel'#16'Descri'
+'ptionLabel'#21'AnchorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSideTo'
+'p.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.Control'#7#16'DescriptionL'
+'abel'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7
+#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#30#5'Width'#2'4'#7'Caption'
+#6#10'Copyright:'#11'ParentColor'#8#0#0#5'TEdit'#15'DescriptionEdit'#19'Anch'
+'orSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoG'
+'roupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'F'#6'Height'#2#21
+#3'Top'#2#0#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'T'
+'Edit'#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#136#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'AnchorSide'
+'Right.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBott'
+'om'#4'Left'#2#6#6'Height'#2'N'#3'Top'#2'"'#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'<'#11'ClientWidth'#3#193#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#132#0#20
+'BorderSpacing.Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11'ParentCo'
+'lor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGr'
+'oupBox'#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#30#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'POOu'
+'tDirEdit'#0#0#7'TButton'#14'POOutDirButton'#21'AnchorSideTop.Control'#7#13
+'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Con'
+'trol'#7#12'I18NGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorS'
+'ideBottom.Side'#7#9'asrBottom'#4'Left'#3#163#1#6'Height'#2#23#3'Top'#2#30#5
+'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#3'...'#7'OnClick'#7#19'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#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#12'TButtonPanel'#11'ButtonPanel'#4'Left'#2#6#6'Height'#2#30#3'Top'#3
+#168#1#5'Width'#3#205#1#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCance'
+'l'#6'pbHelp'#0#9'ShowBevel'#8#0#0#22'TSelectDirectoryDialog'#21'SelectDirec'
+'toryDialog'#11'FilterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0#18'TOpenPict'
+'ureDialog'#18'OpenPictureDialog1'#4'left'#2'u'#3'top'#3'p'#1#0#0#18'TSavePi'
+'ctureDialog'#18'SavePictureDialog1'#5'Title'#6#12'Save file as'#4'left'#3
+#146#0#3'top'#3'p'#1#0#0#0
]);