mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 13:40:23 +02:00
IDE: fixed handling ESC and Enter in new project options dialog (bug #11019) from Junior Goncalves
git-svn-id: trunk@14959 -
This commit is contained in:
parent
a47d7719f1
commit
38bbbb2558
@ -12,6 +12,7 @@ inherited ProjectOptionsDialogNew: TProjectOptionsDialogNew
|
||||
ClientWidth = 625
|
||||
Constraints.MinHeight = 400
|
||||
Constraints.MinWidth = 400
|
||||
OnActivate = nil
|
||||
OnClose = ProjectOptionsClose
|
||||
Position = poScreenCenter
|
||||
inherited BottomPanel: TPanel
|
||||
@ -22,12 +23,13 @@ inherited ProjectOptionsDialogNew: TProjectOptionsDialogNew
|
||||
inherited OKCancelPanel: TPanel
|
||||
Left = 438
|
||||
inherited btnCancel: TBitBtn
|
||||
Cancel = False
|
||||
end
|
||||
inherited btnOK: TBitBtn
|
||||
Default = True
|
||||
end
|
||||
end
|
||||
inherited HelpButton: TBitBtn
|
||||
OnClick = nil
|
||||
end
|
||||
end
|
||||
inherited CategoriesPanel: TPanel
|
||||
@ -38,12 +40,17 @@ inherited ProjectOptionsDialogNew: TProjectOptionsDialogNew
|
||||
end
|
||||
inherited SearchLabel: TLabel
|
||||
Left = 304
|
||||
OnClick = nil
|
||||
end
|
||||
inherited ClearFilterButton: TBitBtn
|
||||
Left = 584
|
||||
OnClick = nil
|
||||
end
|
||||
inherited FilterEdit: TEdit
|
||||
Left = 401
|
||||
OnChange = nil
|
||||
OnEnter = nil
|
||||
OnExit = nil
|
||||
end
|
||||
end
|
||||
inherited SectionsTreePanel: TPanel
|
||||
@ -52,6 +59,7 @@ inherited ProjectOptionsDialogNew: TProjectOptionsDialogNew
|
||||
TabOrder = 0
|
||||
inherited SectionList: TListBox
|
||||
Height = 365
|
||||
OnSelectionChange = nil
|
||||
end
|
||||
end
|
||||
inherited MainSplitter: TSplitter
|
||||
@ -343,39 +351,38 @@ inherited ProjectOptionsDialogNew: TProjectOptionsDialogNew
|
||||
end
|
||||
object LazDocPage: TPage
|
||||
Caption = 'LazDocPage'
|
||||
ClientWidth = 470
|
||||
ClientHeight = 365
|
||||
ClientWidth = 462
|
||||
ClientHeight = 357
|
||||
object LazDocPathsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 198
|
||||
Height = 196
|
||||
Top = 6
|
||||
Width = 458
|
||||
Width = 450
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocPathsGroupBox'
|
||||
ClientHeight = 181
|
||||
ClientWidth = 454
|
||||
ClientHeight = 178
|
||||
ClientWidth = 446
|
||||
TabOrder = 0
|
||||
object LazDocListBox: TListBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 108
|
||||
Top = 6
|
||||
Width = 442
|
||||
Width = 434
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object LazDocAddPathButton: TButton
|
||||
AnchorSideLeft.Control = LazDocPathsGroupBox
|
||||
AnchorSideTop.Control = LazDocListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 26
|
||||
Height = 23
|
||||
Top = 120
|
||||
Width = 132
|
||||
Width = 135
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocAddPathButton'
|
||||
@ -387,10 +394,10 @@ inherited ProjectOptionsDialogNew: TProjectOptionsDialogNew
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = LazDocListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 144
|
||||
Height = 26
|
||||
Left = 147
|
||||
Height = 23
|
||||
Top = 120
|
||||
Width = 145
|
||||
Width = 147
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LazDocDeletePathButton'
|
||||
@ -404,8 +411,8 @@ inherited ProjectOptionsDialogNew: TProjectOptionsDialogNew
|
||||
AnchorSideRight.Control = LazDocBrowseButton
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 152
|
||||
Width = 412
|
||||
Top = 149
|
||||
Width = 404
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 3
|
||||
@ -416,9 +423,9 @@ inherited ProjectOptionsDialogNew: TProjectOptionsDialogNew
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = LazDocPathsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 424
|
||||
Left = 416
|
||||
Height = 23
|
||||
Top = 152
|
||||
Top = 149
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
@ -836,7 +843,6 @@ inherited ProjectOptionsDialogNew: TProjectOptionsDialogNew
|
||||
end
|
||||
end
|
||||
object SelectDirectoryDialog: TSelectDirectoryDialog
|
||||
Title = 'Select Directory'
|
||||
FilterIndex = 0
|
||||
left = 88
|
||||
top = 368
|
||||
|
@ -1,278 +1,281 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TProjectOptionsDialogNew','FORMDATA',[
|
||||
'TPF0'#241#24'TProjectOptionsDialogNew'#23'ProjectOptionsDialogNew'#4'Left'#3
|
||||
+#6#1#6'Height'#3#199#1#3'Top'#3#209#0#5'Width'#3'q'#2#18'HorzScrollBar.Page'
|
||||
+#3'p'#2#18'VertScrollBar.Page'#3#198#1#13'ActiveControl'#7#9'TitleEdit'#11'B'
|
||||
+'orderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#20'ProjectOptionsDialog'#12
|
||||
+'ClientHeight'#3#199#1#11'ClientWidth'#3'q'#2#21'Constraints.MinHeight'#3#144
|
||||
+#1#20'Constraints.MinWidth'#3#144#1#7'OnClose'#7#19'ProjectOptionsClose'#8'P'
|
||||
+'osition'#7#14'poScreenCenter'#0#241#6'TPanel'#11'BottomPanel'#3'Top'#3#149#1
|
||||
+#5'Width'#3'q'#2#11'ClientWidth'#3'q'#2#8'TabOrder'#2#2#0#241#6'TPanel'#13'O'
|
||||
+'KCancelPanel'#4'Left'#3#182#1#0#241#7'TBitBtn'#9'btnCancel'#6'Cancel'#8#0#0
|
||||
+#241#7'TBitBtn'#5'btnOK'#0#0#0#241#7'TBitBtn'#10'HelpButton'#0#0#0#241#6'TPa'
|
||||
+'nel'#15'CategoriesPanel'#5'Width'#3'q'#2#11'ClientWidth'#3'q'#2#8'TabOrder'
|
||||
+#2#3#0#241#6'TLabel'#17'SectionTitleLabel'#0#0#241#6'TLabel'#11'SearchLabel'
|
||||
+#4'Left'#3'0'#1#0#0#241#7'TBitBtn'#17'ClearFilterButton'#4'Left'#3'H'#2#0#0
|
||||
+#241#5'TEdit'#10'FilterEdit'#4'Left'#3#145#1#0#0#0#241#6'TPanel'#17'Sections'
|
||||
+'TreePanel'#6'Height'#3'm'#1#12'ClientHeight'#3'm'#1#8'TabOrder'#2#0#0#241#8
|
||||
+'TListBox'#11'SectionList'#6'Height'#3'm'#1#0#0#0#241#9'TSplitter'#12'MainSp'
|
||||
+'litter'#6'Height'#3'm'#1#0#0#241#6'TPanel'#16'OptionsAreaPanel'#6'Height'#3
|
||||
+'m'#1#5'Width'#3#214#1#12'ClientHeight'#3'm'#1#11'ClientWidth'#3#214#1#8'Tab'
|
||||
+'Order'#2#1#0#9'TNotebook'#8'Notebook'#6'Height'#3'm'#1#5'Width'#3#214#1#5'A'
|
||||
+'lign'#7#8'alClient'#9'PageIndex'#2#3#8'ShowTabs'#8#8'TabOrder'#2#0#0#5'TPag'
|
||||
+'e'#15'ApplicationPage'#7'Caption'#6#15'ApplicationPage'#11'ClientWidth'#3
|
||||
+#214#1#12'ClientHeight'#3'm'#1#0#9'TGroupBox'#19'AppSettingsGroupBox'#4'Left'
|
||||
+#2#6#6'Height'#2'|'#3'Top'#2#6#5'Width'#3#202#1#5'Align'#7#5'alTop'#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6#19'AppSettingsGroupBox'#12'ClientHeight'#2
|
||||
+'|'#11'ClientWidth'#3#202#1#8'TabOrder'#2#0#0#6'TLabel'#10'TitleLabel'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#16#3'Top'#2#6#5'Width'#3#190#1#5'Align'#7#5'alTop'#18'Bo'
|
||||
+'rderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6
|
||||
+#7'Caption'#6#10'TitleLabel'#11'ParentColor'#8#0#0#5'TEdit'#9'TitleEdit'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#23#3'Top'#2#22#5'Width'#3#190#1#5'Align'#7#5'alTop'#18
|
||||
+'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#4'Text'
|
||||
+#6#9'TitleEdit'#0#0#9'TCheckBox'#20'UseAppBundleCheckBox'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2#24#3'Top'#2'4'#5'Width'#3'z'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#8'AutoSize'#8#7'Caption'#6#20'UseAppBundleCheckBox'#8'TabOrder'#2#1
|
||||
+#0#0#9'TCheckBox'#21'UseXPManifestCheckBox'#4'Left'#2#6#6'Height'#2#24#3'Top'
|
||||
+#2'L'#5'Width'#3'z'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSi'
|
||||
+'ze'#8#7'Caption'#6#21'UseXPManifestCheckBox'#8'TabOrder'#2#2#0#0#0#9'TGroup'
|
||||
+'Box'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'Height'#2'D'#3'Top'#3#136#0#5
|
||||
+'Width'#3#202#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHeight'#2'D'#11'ClientWi'
|
||||
+'dth'#3#202#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFileLabel'#4'Left'#2#6#6
|
||||
+'Height'#2#13#3'Top'#2#6#5'Width'#3#190#1#5'Align'#7#5'alTop'#18'BorderSpaci'
|
||||
+'ng.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Captio'
|
||||
+'n'#6#15'TargetFileLabel'#11'ParentColor'#8#0#0#5'TEdit'#14'TargetFileEdit'#4
|
||||
+'Left'#2#6#6'Height'#2#23#3'Top'#2#19#5'Width'#3#190#1#5'Align'#7#5'alTop'#18
|
||||
+'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'
|
||||
+#2#6#8'TabOrder'#2#0#4'Text'#6#14'TargetFileEdit'#0#0#0#0#5'TPage'#9'FormsPa'
|
||||
+'ge'#7'Caption'#6#9'FormsPage'#11'ClientWidth'#3#214#1#12'ClientHeight'#3'm'
|
||||
+#1#8'OnResize'#7#15'FormsPageResize'#0#6'TLabel'#21'FormsAutoCreatedLabel'#4
|
||||
+'Left'#2'$'#6'Height'#2#20#3'Top'#2#10#5'Width'#3#156#0#7'Caption'#6#21'Form'
|
||||
+'sAutoCreatedLabel'#11'ParentColor'#8#0#0#6'TLabel'#20'FormsAvailFormsLabel'
|
||||
+#22'AnchorSideLeft.Control'#7#22'FormsAvailFormsListBox'#4'Left'#3#10#1#6'He'
|
||||
+'ight'#2#20#3'Top'#2#10#5'Width'#3#144#0#7'Caption'#6#20'FormsAvailFormsLabe'
|
||||
+'l'#11'ParentColor'#8#0#0#8'TListBox'#23'FormsAutoCreatedListBox'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#29'FormsMoveAutoCreatedFormUpBtn'#19'AnchorSideLeft.Side'
|
||||
+#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsChe'
|
||||
+'ckBox'#4'Left'#2'$'#6'Height'#3'+'#1#3'Top'#2' '#5'Width'#3#194#0#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'MultiSe'
|
||||
+'lect'#9#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#8'TListBox'#22'FormsAvailForm'
|
||||
+'sListBox'#22'AnchorSideLeft.Control'#7#29'FormsAddToAutoCreatedFormsBtn'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'FormsPa'
|
||||
+'ge'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7
|
||||
+#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#3#10#1#6'Height'#3'+'#1#3'Top'#2
|
||||
+' '#5'Width'#3#198#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'
|
||||
+#0#20'BorderSpacing.Around'#2#6#11'MultiSelect'#9#8'TabOrder'#2#1#8'TopIndex'
|
||||
,#2#255#0#0#6'TArrow'#29'FormsMoveAutoCreatedFormUpBtn'#4'Left'#2#6#6'Height'
|
||||
+#2#24#3'Top'#2' '#5'Width'#2#24#9'ArrowType'#7#4'atUp'#7'OnClick'#7'"FormsMo'
|
||||
+'veAutoCreatedFormUpBtnClick'#0#0#6'TArrow FormsMoveAutoCreatedFormsDownBtn'
|
||||
+#4'Left'#2#6#6'Height'#2#24#3'Top'#2'<'#5'Width'#2#24#9'ArrowType'#7#6'atDow'
|
||||
+'n'#7'OnClick'#7'$FormsMoveAutoCreatedFormDownBtnClick'#0#0#6'TArrow"FormsRe'
|
||||
+'moveFromAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAutoCreat'
|
||||
+'edListBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#236#0#6'Height'
|
||||
+#2#24#3'Top'#2' '#5'Width'#2#24#9'ArrowType'#7#7'atRight'#20'BorderSpacing.A'
|
||||
+'round'#2#6#7'OnClick'#7'''FormsRemoveFromAutoCreatedFormsBtnClick'#0#0#6'TA'
|
||||
+'rrow'#29'FormsAddToAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7'"Forms'
|
||||
+'RemoveFromAutoCreatedFormsBtn'#4'Left'#3#236#0#6'Height'#2#24#3'Top'#2'<'#5
|
||||
+'Width'#2#24#7'OnClick'#7'"FormsAddToAutoCreatedFormsBtnClick'#0#0#9'TCheckB'
|
||||
+'ox'#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3
|
||||
+'Q'#1#5'Width'#3#202#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#31'FormsAutoCreateNewFormsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPag'
|
||||
+'e'#8'MiscPage'#7'Caption'#6#8'MiscPage'#11'ClientWidth'#3#214#1#12'ClientHe'
|
||||
+'ight'#3'm'#1#0#9'TCheckBox)MainUnitHasUsesSectionForAllUnitsCheckBox'#21'An'
|
||||
+'chorSideTop.Control'#7#30'MainUnitIsPascalSourceCheckBox'#18'AnchorSideTop.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#202#1
|
||||
+#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6')MainUnitHasU'
|
||||
+'sesSectionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox''MainUnitHas'
|
||||
+'CreateFormStatementsCheckBox'#21'AnchorSideTop.Control'#7')MainUnitHasUsesS'
|
||||
+'ectionForAllUnitsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||
+#6'Height'#2#22#3'Top'#2'>'#5'Width'#3#202#1#5'Align'#7#5'alTop'#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6'''MainUnitHasCreateFormStatementsCheckBox'#8
|
||||
+'TabOrder'#2#1#0#0#9'TCheckBox'#30'MainUnitIsPascalSourceCheckBox'#4'Left'#2
|
||||
+#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#202#1#5'Align'#7#5'alTop'#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceCheckBox'#8'TabOrd'
|
||||
+'er'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'#21'AnchorSideTop'
|
||||
+'.Control'#7'''MainUnitHasCreateFormStatementsCheckBox'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'Z'#5'Width'#3#202#1#5
|
||||
+'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6'!MainUnitHasTit'
|
||||
+'leStatementCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#16'RunnableCheckBox'
|
||||
+#21'AnchorSideTop.Control'#7'!MainUnitHasTitleStatementCheckBox'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'|'#5'Width'#3
|
||||
+#202#1#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#16'RunnableCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#19'A'
|
||||
+'lwaysBuildCheckBox'#21'AnchorSideTop.Control'#7#16'RunnableCheckBox'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152#0#5
|
||||
+'Width'#3#202#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#19'AlwaysBuildCheckBox'#8'TabOrder'#2#4#0#0#0#5'TPage'#10'LazDocPage'#7'Cap'
|
||||
+'tion'#6#10'LazDocPage'#11'ClientWidth'#3#214#1#12'ClientHeight'#3'm'#1#0#9
|
||||
+'TGroupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3#198#0#3'Top'#2#6
|
||||
+#5'Width'#3#202#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3#181#0#11'Client'
|
||||
+'Width'#3#198#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox'#20'AnchorSid'
|
||||
+'eRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3
|
||||
+#186#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#8'To'
|
||||
+'pIndex'#2#255#0#0#7'TButton'#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#26#3'Top'#2'x'
|
||||
+#5'Width'#3#132#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19
|
||||
+'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2
|
||||
+#1#0#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Control'#7#19
|
||||
+'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
||||
+'p.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#3#144#0#6'Height'#2#26#3'Top'#2'x'#5'Width'#3#145#0#8'AutoSize'#9#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#22'LazDocDeletePathButton'#7'OnClick'#7#27
|
||||
+'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#5'TEdit'#14'LazDocPathEdit'
|
||||
+#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#19'LazDocAddPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anch'
|
||||
+'orSideRight.Control'#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3
|
||||
+'Top'#3#152#0#5'Width'#3#156#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#0
|
||||
,#0#7'TButton'#18'LazDocBrowseButton'#21'AnchorSideTop.Control'#7#19'LazDocAd'
|
||||
+'dPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#3#168#1#6'Height'#2#23#3'Top'#3#152#0#5'Width'#2#24#7'Anchors'#11#5'akTo'
|
||||
+'p'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'
|
||||
+#7#23'LazDocBrowseButtonClick'#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7
|
||||
+'Caption'#6#8'SavePage'#11'ClientWidth'#3#214#1#12'ClientHeight'#3'm'#1#0#9
|
||||
+'TCheckBox'#26'SaveClosedUnitInfoCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'
|
||||
+#2#6#5'Width'#3#202#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6#26'SaveClosedUnitInfoCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#31
|
||||
+'SaveOnlyProjectUnitInfoCheckBox'#21'AnchorSideTop.Control'#7#26'SaveClosedU'
|
||||
+'nitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#22#3'Top'#2'"'#5'Width'#3#202#1#5'Align'#7#5'alTop'#20'BorderSpacing.Arou'
|
||||
+'nd'#2#6#7'Caption'#6#31'SaveOnlyProjectUnitInfoCheckBox'#8'TabOrder'#2#1#0#0
|
||||
+#11'TRadioGroup'#29'SaveSessionLocationRadioGroup'#21'AnchorSideTop.Control'
|
||||
+#7#31'SaveOnlyProjectUnitInfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#23'AnchorSideRight.Control'#7#8'SavePage'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#6#6'Height'#2'u'#3'Top'#2'D'#5'Width'#3#202#1#5'Align'#7#5
|
||||
+'alTop'#8'AutoFill'#9#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#29'SaveSessionLocationRadioGroup'#28'ChildSizing.LeftRightSpac'
|
||||
+'ing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizon'
|
||||
+'tal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'cr'
|
||||
+'sHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChild'
|
||||
+'s'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layou'
|
||||
+'t'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8
|
||||
+'TabOrder'#2#2#0#0#0#5'TPage'#15'VersionInfoPage'#7'Caption'#6#15'VersionInf'
|
||||
+'oPage'#11'ClientWidth'#3#214#1#12'ClientHeight'#3'm'#1#0#9'TGroupBox'#19'Ve'
|
||||
+'rsionInfoGroupBox'#22'AnchorSideLeft.Control'#7#24'LanguageSettingsGroupBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2'i'#3'Top'#2'!'#5'Width'#3#202#1#5'Align'#7#5'alT'
|
||||
+'op'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'Version Numb'
|
||||
+'ering'#12'ClientHeight'#2'i'#11'ClientWidth'#3#202#1#8'TabOrder'#2#0#0#6'TL'
|
||||
+'abel'#12'VersionLabel'#22'AnchorSideLeft.Control'#7#19'VersionInfoGroupBox'
|
||||
+#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2#6#6'Height'#2
|
||||
+#16#3'Top'#2#6#5'Width'#2'+'#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'Ver'
|
||||
+'sion:'#11'ParentColor'#8#0#0#6'TLabel'#18'MajorRevisionLabel'#22'AnchorSide'
|
||||
+'Left.Control'#7#15'VersionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#2'j'#6'Height'#2
|
||||
+#16#3'Top'#2#6#5'Width'#2'R'#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Ar'
|
||||
+'ound'#2#6#7'Caption'#6#15'Major Revision:'#11'ParentColor'#8#0#0#6'TLabel'
|
||||
+#18'MinorRevisionLabel'#22'AnchorSideLeft.Control'#7#21'MajorRevisionSpinEdi'
|
||||
+'t'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'Ve'
|
||||
+'rsionInfoGroupBox'#4'Left'#3#206#0#6'Height'#2#16#3'Top'#2#6#5'Width'#2'S'
|
||||
+#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Mi'
|
||||
+'nor Revision:'#11'ParentColor'#8#0#0#6'TLabel'#10'BuildLabel'#22'AnchorSide'
|
||||
+'Left.Control'#7#21'MinorRevisionSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBo'
|
||||
+'ttom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#3'2'#1#6
|
||||
+'Height'#2#16#3'Top'#2#6#5'Width'#2#31#18'BorderSpacing.Left'#2#24#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#6'Build:'#11'ParentColor'#8#0#0#5'TEdit'#9
|
||||
+'BuildEdit'#22'AnchorSideLeft.Control'#7#10'BuildLabel'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#10'BuildLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3'2'#1
|
||||
+#6'Height'#2#20#3'Top'#2#28#5'Width'#2'F'#8'TabOrder'#2#0#4'Text'#6#1'0'#0#0
|
||||
+#9'TSpinEdit'#15'VersionSpinEdit'#22'AnchorSideLeft.Control'#7#12'VersionLab'
|
||||
+'el'#21'AnchorSideTop.Control'#7#12'VersionLabel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#28#5'Width'#2'F'#8'TabOrder'
|
||||
+#2#1#0#0#9'TSpinEdit'#21'MajorRevisionSpinEdit'#22'AnchorSideLeft.Control'#7
|
||||
+#18'MajorRevisionLabel'#21'AnchorSideTop.Control'#7#18'MajorRevisionLabel'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'j'#6'Height'#2#20#3'Top'#2#28#5
|
||||
+'Width'#2'F'#8'TabOrder'#2#2#0#0#9'TSpinEdit'#21'MinorRevisionSpinEdit'#22'A'
|
||||
+'nchorSideLeft.Control'#7#18'MinorRevisionLabel'#21'AnchorSideTop.Control'#7
|
||||
+#18'MinorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#206#0
|
||||
+#6'Height'#2#20#3'Top'#2#28#5'Width'#2'F'#8'TabOrder'#2#3#0#0#9'TCheckBox"Au'
|
||||
+'tomaticallyIncreaseBuildCheckBox'#22'AnchorSideLeft.Control'#7#19'VersionIn'
|
||||
+'foGroupBox'#21'AnchorSideTop.Control'#7#15'VersionSpinEdit'#18'AnchorSideTo'
|
||||
,'p.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'<'#5'Width'#3#159
|
||||
+#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'Au'
|
||||
+'tomatically increase Build'#7'Enabled'#8#8'TabOrder'#2#4#0#0#0#9'TCheckBox'
|
||||
+#22'UseVersionInfoCheckBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3
|
||||
+#202#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'C'#3'Top'#3#144#0#5'Width'#3#202#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'C'#11'ClientWidth'#3#202#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#16#3'Top'#2#6#5'Width'#2'k'#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#16#3'Top'#2#6#5'Width'#2'J'#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#28
|
||||
+#5'Width'#3#248#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac'
|
||||
+'tSearchAscending'#0#17'BorderSpacing.Top'#2#2#9'MaxLength'#2#0#8'TabOrder'#2
|
||||
+#0#4'Text'#6#12'U.S. English'#0#0#9'TComboBox'#20'CharacterSetComboBox'#22'A'
|
||||
+'nchorSideLeft.Control'#7#17'CharacterSetLabel'#21'AnchorSideTop.Control'#7
|
||||
+#25'LanguageSelectionComboBox'#23'AnchorSideRight.Control'#7#24'LanguageSett'
|
||||
+'ingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#4#1#6'Heigh'
|
||||
+'t'#2#21#3'Top'#2#28#5'Width'#3#192#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAs'
|
||||
+'cending'#0#19'BorderSpacing.Right'#2#6#9'MaxLength'#2#0#8'TabOrder'#2#1#4'T'
|
||||
+'ext'#6#12'Multilingual'#0#0#0#9'TGroupBox'#17'OtherInfoGroupBox'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#2'e'#3'Top'#3#217#0#5'Width'#3#202#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'e'#11'ClientWidth'#3#202#1#8'TabOrder'#2#3#0#6'TLabel'#16'Descri'
|
||||
+'ptionLabel'#21'AnchorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrCenter'#6'Height'#2#16#3'Top'#2#2#5'Width'#2'@'#7'Caption'#6
|
||||
+#12'Description:'#11'ParentColor'#8#0#0#6'TLabel'#14'CopyrightLabel'#21'Anch'
|
||||
+'orSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
||||
+#6'Height'#2#16#3'Top'#2#29#5'Width'#2'9'#7'Caption'#6#10'Copyright:'#11'Par'
|
||||
+'entColor'#8#0#0#5'TEdit'#15'DescriptionEdit'#22'AnchorSideLeft.Control'#7#16
|
||||
+'DescriptionLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight'
|
||||
+'.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2'F'#6'Height'#2#21#5'Width'#3'~'#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'~'#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'TButton'
|
||||
+#20'AdditionalInfoButton'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'A'
|
||||
+#1#20'Constraints.MinWidth'#3#144#1#10'OnActivate'#13#7'OnClose'#7#19'Projec'
|
||||
+'tOptionsClose'#8'Position'#7#14'poScreenCenter'#0#241#6'TPanel'#11'BottomPa'
|
||||
+'nel'#3'Top'#3#149#1#5'Width'#3'q'#2#11'ClientWidth'#3'q'#2#8'TabOrder'#2#2#0
|
||||
+#241#6'TPanel'#13'OKCancelPanel'#4'Left'#3#182#1#0#241#7'TBitBtn'#9'btnCance'
|
||||
+'l'#0#0#241#7'TBitBtn'#5'btnOK'#7'Default'#9#0#0#0#241#7'TBitBtn'#10'HelpBut'
|
||||
+'ton'#7'OnClick'#13#0#0#0#241#6'TPanel'#15'CategoriesPanel'#5'Width'#3'q'#2
|
||||
+#11'ClientWidth'#3'q'#2#8'TabOrder'#2#3#0#241#6'TLabel'#17'SectionTitleLabel'
|
||||
+#0#0#241#6'TLabel'#11'SearchLabel'#4'Left'#3'0'#1#7'OnClick'#13#0#0#241#7'TB'
|
||||
+'itBtn'#17'ClearFilterButton'#4'Left'#3'H'#2#7'OnClick'#13#0#0#241#5'TEdit'
|
||||
+#10'FilterEdit'#4'Left'#3#145#1#8'OnChange'#13#7'OnEnter'#13#6'OnExit'#13#0#0
|
||||
+#0#241#6'TPanel'#17'SectionsTreePanel'#6'Height'#3'm'#1#12'ClientHeight'#3'm'
|
||||
+#1#8'TabOrder'#2#0#0#241#8'TListBox'#11'SectionList'#6'Height'#3'm'#1#17'OnS'
|
||||
+'electionChange'#13#0#0#0#241#9'TSplitter'#12'MainSplitter'#6'Height'#3'm'#1
|
||||
+#0#0#241#6'TPanel'#16'OptionsAreaPanel'#6'Height'#3'm'#1#5'Width'#3#214#1#12
|
||||
+'ClientHeight'#3'm'#1#11'ClientWidth'#3#214#1#8'TabOrder'#2#1#0#9'TNotebook'
|
||||
+#8'Notebook'#6'Height'#3'm'#1#5'Width'#3#214#1#5'Align'#7#8'alClient'#9'Page'
|
||||
+'Index'#2#3#8'ShowTabs'#8#8'TabOrder'#2#0#0#5'TPage'#15'ApplicationPage'#7'C'
|
||||
+'aption'#6#15'ApplicationPage'#11'ClientWidth'#3#214#1#12'ClientHeight'#3'm'
|
||||
+#1#0#9'TGroupBox'#19'AppSettingsGroupBox'#4'Left'#2#6#6'Height'#2'|'#3'Top'#2
|
||||
+#6#5'Width'#3#202#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#19'AppSettingsGroupBox'#12'ClientHeight'#2'|'#11'ClientWidth'#3#202#1
|
||||
+#8'TabOrder'#2#0#0#6'TLabel'#10'TitleLabel'#4'Left'#2#6#6'Height'#2#16#3'Top'
|
||||
+#2#6#5'Width'#3#190#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'Bord'
|
||||
+'erSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#10'TitleLabel'
|
||||
+#11'ParentColor'#8#0#0#5'TEdit'#9'TitleEdit'#4'Left'#2#6#6'Height'#2#23#3'To'
|
||||
+'p'#2#22#5'Width'#3#190#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#19
|
||||
+'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#4'Text'#6#9'TitleEdit'#0#0#9'TChec'
|
||||
+'kBox'#20'UseAppBundleCheckBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'4'#5'Wid'
|
||||
+'th'#3'z'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Ca'
|
||||
+'ption'#6#20'UseAppBundleCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'UseXP'
|
||||
+'ManifestCheckBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'L'#5'Width'#3'z'#1#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#21'U'
|
||||
+'seXPManifestCheckBox'#8'TabOrder'#2#2#0#0#0#9'TGroupBox'#22'OutputSettingsG'
|
||||
+'roupBox'#4'Left'#2#6#6'Height'#2'D'#3'Top'#3#136#0#5'Width'#3#202#1#5'Align'
|
||||
+#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'Outpu'
|
||||
+'tSettingsGroupBox'#12'ClientHeight'#2'D'#11'ClientWidth'#3#202#1#8'TabOrder'
|
||||
+#2#1#0#6'TLabel'#15'TargetFileLabel'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#6#5
|
||||
+'Width'#3#190#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpac'
|
||||
+'ing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#15'TargetFileLabel'#11
|
||||
+'ParentColor'#8#0#0#5'TEdit'#14'TargetFileEdit'#4'Left'#2#6#6'Height'#2#23#3
|
||||
+'Top'#2#19#5'Width'#3#190#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#19
|
||||
+'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#8'TabOrder'#2#0#4'Tex'
|
||||
+'t'#6#14'TargetFileEdit'#0#0#0#0#5'TPage'#9'FormsPage'#7'Caption'#6#9'FormsP'
|
||||
+'age'#11'ClientWidth'#3#214#1#12'ClientHeight'#3'm'#1#8'OnResize'#7#15'Forms'
|
||||
+'PageResize'#0#6'TLabel'#21'FormsAutoCreatedLabel'#4'Left'#2'$'#6'Height'#2
|
||||
+#20#3'Top'#2#10#5'Width'#3#156#0#7'Caption'#6#21'FormsAutoCreatedLabel'#11'P'
|
||||
+'arentColor'#8#0#0#6'TLabel'#20'FormsAvailFormsLabel'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#22'FormsAvailFormsListBox'#4'Left'#3#10#1#6'Height'#2#20#3'Top'#2#10
|
||||
+#5'Width'#3#144#0#7'Caption'#6#20'FormsAvailFormsLabel'#11'ParentColor'#8#0#0
|
||||
+#8'TListBox'#23'FormsAutoCreatedListBox'#22'AnchorSideLeft.Control'#7#29'For'
|
||||
+'msMoveAutoCreatedFormUpBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'Ancho'
|
||||
+'rSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2'$'#6'H'
|
||||
+'eight'#3'+'#1#3'Top'#2' '#5'Width'#3#194#0#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'MultiSelect'#9#8'TabOrder'#2#0
|
||||
+#8'TopIndex'#2#255#0#0#8'TListBox'#22'FormsAvailFormsListBox'#22'AnchorSideL'
|
||||
+'eft.Control'#7#29'FormsAddToAutoCreatedFormsBtn'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#23'AnchorSideRight.Control'#7#9'FormsPage'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewForm'
|
||||
+'sCheckBox'#4'Left'#3#10#1#6'Height'#3'+'#1#3'Top'#2' '#5'Width'#3#198#0#7'A'
|
||||
,'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Aro'
|
||||
+'und'#2#6#11'MultiSelect'#9#8'TabOrder'#2#1#8'TopIndex'#2#255#0#0#6'TArrow'
|
||||
+#29'FormsMoveAutoCreatedFormUpBtn'#4'Left'#2#6#6'Height'#2#24#3'Top'#2' '#5
|
||||
+'Width'#2#24#9'ArrowType'#7#4'atUp'#7'OnClick'#7'"FormsMoveAutoCreatedFormUp'
|
||||
+'BtnClick'#0#0#6'TArrow FormsMoveAutoCreatedFormsDownBtn'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2#24#3'Top'#2'<'#5'Width'#2#24#9'ArrowType'#7#6'atDown'#7'OnClick'#7'$F'
|
||||
+'ormsMoveAutoCreatedFormDownBtnClick'#0#0#6'TArrow"FormsRemoveFromAutoCreate'
|
||||
+'dFormsBtn'#22'AnchorSideLeft.Control'#7#23'FormsAutoCreatedListBox'#19'Anch'
|
||||
+'orSideLeft.Side'#7#9'asrBottom'#4'Left'#3#236#0#6'Height'#2#24#3'Top'#2' '#5
|
||||
+'Width'#2#24#9'ArrowType'#7#7'atRight'#20'BorderSpacing.Around'#2#6#7'OnClic'
|
||||
+'k'#7'''FormsRemoveFromAutoCreatedFormsBtnClick'#0#0#6'TArrow'#29'FormsAddTo'
|
||||
+'AutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7'"FormsRemoveFromAutoCreat'
|
||||
+'edFormsBtn'#4'Left'#3#236#0#6'Height'#2#24#3'Top'#2'<'#5'Width'#2#24#7'OnCl'
|
||||
+'ick'#7'"FormsAddToAutoCreatedFormsBtnClick'#0#0#9'TCheckBox'#31'FormsAutoCr'
|
||||
+'eateNewFormsCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3'Q'#1#5'Width'#3
|
||||
+#202#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#214#1#12'ClientHeight'#3'm'#1#0#9
|
||||
+'TCheckBox)MainUnitHasUsesSectionForAllUnitsCheckBox'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#30'MainUnitIsPascalSourceCheckBox'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#202#1#5'Align'#7#5'al'
|
||||
+'Top'#20'BorderSpacing.Around'#2#6#7'Caption'#6')MainUnitHasUsesSectionForAl'
|
||||
+'lUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox''MainUnitHasCreateFormState'
|
||||
+'mentsCheckBox'#21'AnchorSideTop.Control'#7')MainUnitHasUsesSectionForAllUni'
|
||||
+'tsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22
|
||||
+#3'Top'#2'>'#5'Width'#3#202#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2
|
||||
+#6#7'Caption'#6'''MainUnitHasCreateFormStatementsCheckBox'#8'TabOrder'#2#1#0
|
||||
+#0#9'TCheckBox'#30'MainUnitIsPascalSourceCheckBox'#4'Left'#2#6#6'Height'#2#22
|
||||
+#3'Top'#2#6#5'Width'#3#202#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6
|
||||
+#7'Caption'#6#30'MainUnitIsPascalSourceCheckBox'#8'TabOrder'#2#2#0#0#9'TChec'
|
||||
+'kBox!MainUnitHasTitleStatementCheckBox'#21'AnchorSideTop.Control'#7'''MainU'
|
||||
+'nitHasCreateFormStatementsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#22#3'Top'#2'Z'#5'Width'#3#202#1#5'Align'#7#5'alTop'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6'!MainUnitHasTitleStatementCheckBox'#8
|
||||
+'TabOrder'#2#5#0#0#9'TCheckBox'#16'RunnableCheckBox'#21'AnchorSideTop.Contro'
|
||||
+'l'#7'!MainUnitHasTitleStatementCheckBox'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'|'#5'Width'#3#202#1#5'Align'#7#5'al'
|
||||
+'Top'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#16
|
||||
+'RunnableCheckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#19'AlwaysBuildCheckBox'
|
||||
+#21'AnchorSideTop.Control'#7#16'RunnableCheckBox'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152#0#5'Width'#3#202#1#5'Ali'
|
||||
+'gn'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AlwaysBuildChec'
|
||||
+'kBox'#8'TabOrder'#2#4#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'LazDocP'
|
||||
+'age'#11'ClientWidth'#3#206#1#12'ClientHeight'#3'e'#1#0#9'TGroupBox'#19'LazD'
|
||||
+'ocPathsGroupBox'#4'Left'#2#6#6'Height'#3#196#0#3'Top'#2#6#5'Width'#3#194#1#5
|
||||
+'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#19
|
||||
+'LazDocPathsGroupBox'#12'ClientHeight'#3#178#0#11'ClientWidth'#3#190#1#8'Tab'
|
||||
+'Order'#2#0#0#8'TListBox'#13'LazDocListBox'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#178#1#5'Align'#7#5
|
||||
+'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#7'TButton'#19'LazDo'
|
||||
+'cAddPathButton'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'Anc'
|
||||
+'horSideTop.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'x'#5'Width'#3#135#0#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#19'LazDocAddPathButton'#7'OnClick'#7
|
||||
+#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#22'LazDocDelete'
|
||||
+'PathButton'#22'AnchorSideLeft.Control'#7#19'LazDocAddPathButton'#19'AnchorS'
|
||||
+'ideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#13'LazDocListBox'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#147#0#6'Height'#2#23#3'Top'
|
||||
+#2'x'#5'Width'#3#147#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'
|
||||
+#6#22'LazDocDeletePathButton'#7'OnClick'#7#27'LazDocDeletePathButtonClick'#8
|
||||
+'TabOrder'#2#2#0#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSideLeft.Control'#7
|
||||
+#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#19'LazDocAddPathButton'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'LazD'
|
||||
+'ocBrowseButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#149#0#5'Width'#3#148#1#7
|
||||
,'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8
|
||||
+'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#0#0#7'TButton'#18'LazDocBrowseBu'
|
||||
+'tton'#21'AnchorSideTop.Control'#7#19'LazDocAddPathButton'#18'AnchorSideTop.'
|
||||
+'Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#160#1#6'Height'#2#23#3'To'
|
||||
+'p'#3#149#0#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonClick'
|
||||
+#8'TabOrder'#2#4#0#0#0#0#5'TPage'#8'SavePage'#7'Caption'#6#8'SavePage'#11'Cl'
|
||||
+'ientWidth'#3#214#1#12'ClientHeight'#3'm'#1#0#9'TCheckBox'#26'SaveClosedUnit'
|
||||
+'InfoCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#202#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#22#3'Top'#2'"'#5'Width'
|
||||
+#3#202#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'D'#5'Width'#3#202#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#214#1#12'ClientHeight'#3'm'#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'i'#3'Top'#2'!'#5'Width'#3#202#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#17'Version Numbering'#12'ClientHeigh'
|
||||
+'t'#2'i'#11'ClientWidth'#3#202#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#16#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'#2'j'#6'Height'#2#16#3'Top'#2#6#5'Width'#2
|
||||
+'R'#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#16#3'Top'#2#6#5'Width'#2'S'#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#16#3'Top'#2#6#5'Width'#2
|
||||
+#31#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#28#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#28#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#28#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#28#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#21#3'Top'#2'<'#5'Width'#3#159#0#17'BorderSpacing.Top'#2#6#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#28'Automatically increase Build'#7'E'
|
||||
+'nabled'#8#8'TabOrder'#2#4#0#0#0#9'TCheckBox'#22'UseVersionInfoCheckBox'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#202#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'TGroup'
|
||||
+'Box'#24'LanguageSettingsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'C'#3'Top'#3#144
|
||||
+#0#5'Width'#3#202#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#7'Caption'#6#16'Language Options'#12'ClientHeight'#2'C'#11'ClientWid'
|
||||
+'th'#3#202#1#8'TabOrder'#2#2#0#6'TLabel'#22'LanguageSelectionLabel'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#24'LanguageSettingsGroupBox'#21'AnchorSideTop.Control'
|
||||
+#7#24'LanguageSettingsGroupBox'#4'Left'#2#6#6'Height'#2#16#3'Top'#2#6#5'Widt'
|
||||
+'h'#2'k'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'Language Selection:'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#17'CharacterSetLabel'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#25'LanguageSelectionComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#24'LanguageSettingsGroupBox'#4'Left'#3#4#1#6'Heigh'
|
||||
+'t'#2#16#3'Top'#2#6#5'Width'#2'J'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#14'Character Set:'#11'ParentColor'#8#0#0#9'TComboBox'#25'LanguageSelectionC'
|
||||
+'omboBox'#22'AnchorSideLeft.Control'#7#22'LanguageSelectionLabel'#21'AnchorS'
|
||||
+'ideTop.Control'#7#22'LanguageSelectionLabel'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#28#5'Width'#3#248#0#16'AutoComp'
|
||||
+'leteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#17'Borde'
|
||||
+'rSpacing.Top'#2#2#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#12'U.S. Englis'
|
||||
+'h'#0#0#9'TComboBox'#20'CharacterSetComboBox'#22'AnchorSideLeft.Control'#7#17
|
||||
+'CharacterSetLabel'#21'AnchorSideTop.Control'#7#25'LanguageSelectionComboBox'
|
||||
+#23'AnchorSideRight.Control'#7#24'LanguageSettingsGroupBox'#20'AnchorSideRig'
|
||||
+'ht.Side'#7#9'asrBottom'#4'Left'#3#4#1#6'Height'#2#21#3'Top'#2#28#5'Width'#3
|
||||
+#192#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11
|
||||
+#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#19'BorderSpacing.Righ'
|
||||
+'t'#2#6#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#12'Multilingual'#0#0#0#9
|
||||
+'TGroupBox'#17'OtherInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'e'#3'Top'#3#217
|
||||
+#0#5'Width'#3#202#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#7'Caption'#6#10'Other Info'#12'ClientHeight'#2'e'#11'ClientWidth'#3
|
||||
+#202#1#8'TabOrder'#2#3#0#6'TLabel'#16'DescriptionLabel'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#6'Height'
|
||||
+#2#16#3'Top'#2#2#5'Width'#2'@'#7'Caption'#6#12'Description:'#11'ParentColor'
|
||||
+#8#0#0#6'TLabel'#14'CopyrightLabel'#21'AnchorSideTop.Control'#7#13'Copyright'
|
||||
+'Edit'#18'AnchorSideTop.Side'#7#9'asrCenter'#6'Height'#2#16#3'Top'#2#29#5'Wi'
|
||||
+'dth'#2'9'#7'Caption'#6#10'Copyright:'#11'ParentColor'#8#0#0#5'TEdit'#15'Des'
|
||||
+'criptionEdit'#22'AnchorSideLeft.Control'#7#16'DescriptionLabel'#19'AnchorSi'
|
||||
+'deLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroup'
|
||||
+'Box'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'F'#6'Height'#2#21#5
|
||||
+'Width'#3'~'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacin'
|
||||
+'g.Left'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#13'Cop'
|
||||
+'yrightEdit'#22'AnchorSideLeft.Control'#7#15'DescriptionEdit'#21'AnchorSideT'
|
||||
+'op.Control'#7#15'DescriptionEdit'#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'~'#1#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'Border'
|
||||
+'Spacing.Right'#2#6#8'TabOrder'#2#1#0#0#7'TButton'#20'AdditionalInfoButton'
|
||||
+#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideR'
|
||||
+'ight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+'g'#1#6'Height'#2#23#3'Top'#2'6'#5'Width'#2']'#7'Anchors'#11#5'akTop'#7'akRi'
|
||||
+'ght'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'Additiona'
|
||||
+'l Info'#7'OnClick'#7#25'AdditionalInfoButtonClick'#8'TabOrder'#2#2#0#0#0#0#5
|
||||
+'TPage'#8'i18nPage'#7'Caption'#6#4'i18n'#11'ClientWidth'#3#214#1#12'ClientHe'
|
||||
+'ight'#3'm'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSideLeft.Control'#7#17
|
||||
+'OtherInfoGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#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'g'#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'#7'OnClick'#7#25'AdditionalInfoButtonClick'#8
|
||||
+'TabOrder'#2#2#0#0#0#0#5'TPage'#8'i18nPage'#7'Caption'#6#4'i18n'#11'ClientWi'
|
||||
+'dth'#3#214#1#12'ClientHeight'#3'm'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'Anc'
|
||||
+'horSideLeft.Control'#7#17'OtherInfoGroupBox'#21'AnchorSideTop.Control'#7#19
|
||||
+'VersionInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRig'
|
||||
+'ht.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2'J'#3'Top'#2'"'#5'Width'#3#202#1#5'Align'#7#5'alTop'
|
||||
,#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12
|
||||
+'ClientHeight'#2'J'#11'ClientWidth'#3#202#1#8'TabOrder'#2#0#0#6'TLabel'#13'P'
|
||||
+'oOutDirLabel'#6'Height'#2#20#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'POOut'
|
||||
+'DirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSi'
|
||||
+'deRight.Control'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#26
|
||||
+#5'Width'#3#160#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpa'
|
||||
+'cing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#12'POOutDirEdit'#0#0#7'TButton'
|
||||
+#14'POOutDirButton'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#12'I18NGroupBox'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#3#172#1#6'Height'#2#23#3'Top'#2#26#5'Width'#2#24#7'Anchors'#11
|
||||
+#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7'On'
|
||||
+'Click'#7#19'POOutDirButtonClick'#8'TabOrder'#2#1#0#0#0#9'TCheckBox'#18'Enab'
|
||||
+'leI18NCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#202#1#5'Al'
|
||||
+'ign'#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#0#22'TSele'
|
||||
+'ctDirectoryDialog'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Directory'
|
||||
+#11'FilterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0#0
|
||||
,'oGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+'J'#3'Top'#2'"'#5'Width'#3#202#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHeight'#2'J'#11
|
||||
+'ClientWidth'#3#202#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabel'#6'Height'
|
||||
+#2#20#5'Width'#3#132#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'PO Outpu'
|
||||
+'t Directory:'#11'ParentColor'#8#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSide'
|
||||
+'Left.Control'#7#12'I18NGroupBox'#21'AnchorSideTop.Control'#7#13'PoOutDirLab'
|
||||
+'el'#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#160#1#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'T'
|
||||
+'abOrder'#2#0#4'Text'#6#12'POOutDirEdit'#0#0#7'TButton'#14'POOutDirButton'#21
|
||||
+'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#23'AnchorSideRight.Control'#7#12'I18NGroupBox'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#172#1#6
|
||||
+'Height'#2#23#3'Top'#2#26#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#19'POOutDirBu'
|
||||
+'ttonClick'#8'TabOrder'#2#1#0#0#0#9'TCheckBox'#18'EnableI18NCheckBox'#4'Left'
|
||||
+#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#202#1#5'Align'#7#5'alTop'#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Caption'#6#11'Enable i18n'#8'OnChange'#7#24'EnableI1'
|
||||
+'8NCheckBoxChange'#8'TabOrder'#2#1#0#0#0#0#0#22'TSelectDirectoryDialog'#21'S'
|
||||
+'electDirectoryDialog'#11'FilterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user