IDE: various layout improvements for IDE dialogs

git-svn-id: trunk@12490 -
This commit is contained in:
mattias 2007-10-16 17:30:54 +00:00
parent 7ceb4ea282
commit 8e45b505de
12 changed files with 1904 additions and 1744 deletions

View File

@ -447,14 +447,25 @@ var
buttonx: integer;
CurButton: TSpeedButton;
Rows: Integer;
ButtonCount: Integer;
MaxBtnPerRow: Integer;
begin
Rows:=Page.ClientHeight div ComponentPaletteBtnHeight;
ButtonCount:=0;
// skip the first control (this is the selection tool (TSpeedButton))
for j:= 1 to Page.ControlCount-1 do begin
CurButton:=TSpeedbutton(Page.Controls[j]);
if not (CurButton is TSpeedButton) then continue;
inc(ButtonCount);
end;
ButtonX:= ((ComponentPaletteBtnWidth*3) div 2) + 2;
MaxBtnPerRow:=((Page.ClientWidth - ButtonX) div ComponentPaletteBtnWidth);
Rows:=((ButtonCount-1) div MaxBtnPerRow)+1;
//DebugLn(['TComponentPalette.ReAlignButtons ',DbgSName(Page),' PageIndex=',Page.PageIndex,' ClientRect=',dbgs(Page.ClientRect)]);
// automatically set optimal row count and re-position controls to use height optimally
if Rows = 0 then Rows:= 1; // avoid division by zero
ButtonX:= ((ComponentPaletteBtnWidth*3) div 2) + 2;
if Rows <= 0 then Rows:= 1; // avoid division by zero
for j:= 1 to Page.ControlCount-1 do begin
CurButton:=TSpeedbutton(Page.Controls[j]);

View File

@ -8,60 +8,80 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
ActiveControl = cmbDebuggerType
BorderIcons = [biSystemMenu]
Caption = 'Debugger Options'
ClientHeight = 443
ClientWidth = 482
OnCreate = DebuggerOptionsFormCREATE
OnDestroy = DebuggerOptionsFormDESTROY
Position = poScreenCenter
object nbDebugOptions: TNotebook
AnchorSideBottom.Control = cmdOK
Left = 6
Height = 400
Top = 6
Width = 470
AnchorSideBottom.Control = BtnPanel
Height = 392
Width = 482
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
PageIndex = 3
PageIndex = 0
TabOrder = 0
object pgGeneral: TPage
Caption = 'Page1'
Caption = 'pgGeneral'
ClientWidth = 478
ClientHeight = 361
object gbDebuggerType: TGroupBox
Left = 6
Height = 90
Height = 83
Top = 6
Width = 454
Width = 466
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Debugger type and path'
ClientHeight = 64
ClientWidth = 462
ParentCtl3D = False
TabOrder = 0
object cmbDebuggerType: TComboBox
AnchorSideLeft.Control = gbDebuggerType
AnchorSideTop.Control = gbDebuggerType
AnchorSideRight.Control = gbDebuggerType
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 8
Width = 425
Top = 6
Width = 450
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
OnChange = cmbDebuggerTypeCHANGE
ParentCtl3D = False
TabOrder = 0
end
object cmbDebuggerPath: TComboBox
AnchorSideLeft.Control = gbDebuggerType
AnchorSideTop.Control = cmbDebuggerType
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = cmdOpenDebuggerPath
Left = 6
Height = 21
Top = 40
Width = 400
Top = 33
Width = 421
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
ParentCtl3D = False
TabOrder = 1
end
object cmdOpenDebuggerPath: TButton
Left = 408
AnchorSideTop.Control = cmbDebuggerType
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbDebuggerType
AnchorSideRight.Side = asrBottom
Left = 433
Height = 25
Top = 37
Top = 33
Width = 23
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 4
Caption = '...'
OnClick = cmdOpenDebuggerPathCLICK
@ -69,29 +89,45 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
end
object gbAdditionalSearchPath: TGroupBox
AnchorSideLeft.Control = pgGeneral
AnchorSideTop.Control = gbDebuggerType
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pgGeneral
AnchorSideRight.Side = asrBottom
Left = 6
Height = 56
Top = 102
Width = 454
Top = 95
Width = 466
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Additional search path'
ClientHeight = 37
ClientWidth = 462
ParentCtl3D = False
TabOrder = 1
object txtAdditionalPath: TEdit
AnchorSideLeft.Control = gbAdditionalSearchPath
AnchorSideTop.Control = gbAdditionalSearchPath
AnchorSideRight.Control = cmdOpenAdditionalPath
Left = 6
Height = 25
Top = 5
Width = 398
Top = 6
Width = 421
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 0
end
object cmdOpenAdditionalPath: TButton
Left = 408
AnchorSideTop.Control = gbAdditionalSearchPath
AnchorSideRight.Control = gbAdditionalSearchPath
AnchorSideRight.Side = asrBottom
Left = 433
Height = 24
Top = 5
Top = 6
Width = 23
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 4
Caption = '...'
OnClick = cmdOpenAdditionalPathClick
@ -99,20 +135,29 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
end
object gbDebuggerSpecific: TGroupBox
AnchorSideLeft.Control = pgGeneral
AnchorSideTop.Control = gcbDebuggerGeneralOptions
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pgGeneral
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = pgGeneral
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 134
Top = 226
Width = 454
Height = 136
Top = 219
Width = 466
Align = alClient
BorderSpacing.Around = 6
Caption = 'Debugger specific options (depends on type of debugger)'
ClientHeight = 117
ClientWidth = 462
ParentCtl3D = False
TabOrder = 2
object pnlDebugSpecific: TPanel
Left = 6
Height = 101
Height = 105
Top = 6
Width = 438
Width = 450
Align = alClient
BorderSpacing.Around = 6
BevelOuter = bvNone
@ -123,10 +168,15 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
end
object gcbDebuggerGeneralOptions: TCheckGroup
AnchorSideLeft.Control = pgGeneral
AnchorSideTop.Control = gbAdditionalSearchPath
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pgGeneral
AnchorSideRight.Side = asrBottom
Left = 6
Height = 56
Top = 164
Width = 454
Top = 157
Width = 466
Align = alTop
AutoFill = True
BorderSpacing.Around = 6
@ -143,31 +193,35 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
end
object pgEventLog: TPage
Caption = 'Page2'
Caption = 'pgEventLog'
ClientWidth = 478
ClientHeight = 361
object gbGeneral: TGroupBox
Left = 6
Height = 132
Top = 6
Width = 454
Width = 466
Align = alTop
BorderSpacing.Around = 6
Caption = 'General'
ClientHeight = 113
ClientWidth = 462
ParentCtl3D = False
TabOrder = 0
object chkClearLogOnRun: TCheckBox
Left = 4
Height = 24
Height = 22
Top = 5
Width = 139
Width = 125
AllowGrayed = True
Caption = 'Clear log on run'
TabOrder = 0
end
object chkLimitLinecount: TCheckBox
Left = 4
Height = 24
Height = 22
Top = 29
Width = 146
Width = 134
AllowGrayed = True
Caption = 'Limit linecount to'
TabOrder = 1
@ -183,74 +237,76 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
object gbMessages: TGroupBox
Left = 6
Height = 216
Height = 211
Top = 144
Width = 454
Width = 466
Align = alClient
BorderSpacing.Around = 6
Caption = 'Messages'
ClientHeight = 192
ClientWidth = 462
Enabled = False
ParentCtl3D = False
TabOrder = 1
object chkMessagesBreakpoint: TCheckBox
Left = 4
Height = 24
Height = 22
Top = 5
Width = 101
Width = 93
AllowGrayed = True
Caption = 'Breakpoint'
TabOrder = 0
end
object chkMessagesProcess: TCheckBox
Left = 4
Height = 24
Height = 22
Top = 29
Width = 82
Width = 74
AllowGrayed = True
Caption = 'Process'
TabOrder = 1
end
object chkMessagesThread: TCheckBox
Left = 4
Height = 24
Height = 22
Top = 53
Width = 75
Width = 68
AllowGrayed = True
Caption = 'Thread'
TabOrder = 2
end
object chkMessagesModule: TCheckBox
Left = 4
Height = 24
Height = 22
Top = 77
Width = 76
Width = 70
AllowGrayed = True
Caption = 'Module'
TabOrder = 3
end
object chkMessagesOutput: TCheckBox
Left = 4
Height = 24
Height = 22
Top = 101
Width = 74
Width = 68
AllowGrayed = True
Caption = 'Output'
TabOrder = 4
end
object chkMessagesWindow: TCheckBox
Left = 4
Height = 24
Height = 22
Top = 125
Width = 81
Width = 71
AllowGrayed = True
Caption = 'Window'
TabOrder = 5
end
object chkMessagesInterface: TCheckBox
Left = 4
Height = 24
Height = 22
Top = 149
Width = 87
Width = 80
AllowGrayed = True
Caption = 'Interface'
TabOrder = 6
@ -258,15 +314,19 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
end
object pgExceptions: TPage
Caption = 'Page3'
Caption = 'pgExceptions'
ClientWidth = 478
ClientHeight = 361
object bgIgnoreExceptions: TGroupBox
Left = 6
Height = 324
Height = 321
Top = 6
Width = 454
Width = 466
Align = alClient
BorderSpacing.Around = 6
Caption = 'Ignore these exceptions'
ClientHeight = 302
ClientWidth = 462
ParentCtl3D = False
TabOrder = 0
object cmdExceptionRemove: TButton
@ -274,9 +334,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = bgIgnoreExceptions
AnchorSideBottom.Side = asrBottom
Left = 369
Left = 381
Height = 25
Top = 272
Top = 271
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
@ -293,9 +353,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Control = cmdExceptionRemove
AnchorSideBottom.Control = bgIgnoreExceptions
AnchorSideBottom.Side = asrBottom
Left = 288
Left = 300
Height = 25
Top = 272
Top = 271
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
@ -311,9 +371,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = cmdExceptionAdd
Left = 6
Height = 260
Height = 259
Top = 6
Width = 438
Width = 450
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
@ -324,9 +384,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
object chkBreakOnException: TCheckBox
Left = 6
Height = 24
Top = 336
Width = 454
Height = 22
Top = 333
Width = 466
Align = alBottom
AllowGrayed = True
Anchors = [akLeft, akBottom]
@ -336,15 +396,19 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
end
object pgSignals: TPage
Caption = 'Page4'
Caption = 'pgSignals'
ClientWidth = 478
ClientHeight = 361
object gbSignals: TGroupBox
Left = 6
Height = 362
Height = 349
Top = 6
Width = 450
Width = 466
Align = alClient
BorderSpacing.Around = 6
Caption = 'Signals'
ClientHeight = 330
ClientWidth = 462
ParentCtl3D = False
TabOrder = 0
object cmdSignalRemove: TButton
@ -352,9 +416,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = gbSignals
AnchorSideBottom.Side = asrBottom
Left = 365
Left = 381
Height = 25
Top = 313
Top = 299
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
@ -370,9 +434,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Control = cmdSignalRemove
AnchorSideBottom.Control = gbSignals
AnchorSideBottom.Side = asrBottom
Left = 284
Left = 300
Height = 25
Top = 313
Top = 299
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
@ -386,9 +450,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
object lvSignals: TListView
AnchorSideBottom.Control = cmdSignalAdd
Left = 6
Height = 301
Height = 287
Top = 6
Width = 434
Width = 450
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
@ -406,7 +470,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
item
Caption = 'Resume'
Width = 5
Width = 107
end>
PopupMenu = popSignal
TabOrder = 2
@ -415,46 +479,51 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
end
end
object cmdOK: TBitBtn
AnchorSideRight.Control = cmdCancel
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 311
Height = 25
Top = 412
Width = 75
Anchors = [akRight, akBottom]
object BtnPanel: TPanel
Height = 50
Top = 393
Width = 482
Align = alBottom
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Constraints.MaxHeight = 25
Constraints.MinWidth = 75
Default = True
Kind = bkOK
NumGlyphs = 0
OnClick = cmdOKCLICK
BevelOuter = bvNone
ClientHeight = 50
ClientWidth = 482
TabOrder = 1
end
object cmdCancel: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 392
Height = 25
Top = 412
Width = 84
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MaxHeight = 25
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 2
object cmdOK: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 309
Height = 38
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Constraints.MinWidth = 75
Default = True
Kind = bkOK
NumGlyphs = 0
OnClick = cmdOKCLICK
TabOrder = 0
end
object cmdCancel: TBitBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 390
Height = 38
Top = 6
Width = 86
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
end
object popSignal: TPopupMenu
left = 8

View File

@ -4,143 +4,172 @@ LazarusResources.Add('TDebuggerOptionsForm','FORMDATA',[
'TPF0'#20'TDebuggerOptionsForm'#19'DebuggerOptionsForm'#4'Left'#3#154#1#6'Hei'
+'ght'#3#187#1#3'Top'#3#196#0#5'Width'#3#226#1#18'HorzScrollBar.Page'#3#225#1
+#18'VertScrollBar.Page'#3#186#1#13'ActiveControl'#7#15'cmbDebuggerType'#11'B'
+'orderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#16'Debugger Options'#8'OnCre'
+'ate'#7#25'DebuggerOptionsFormCREATE'#9'OnDestroy'#7#26'DebuggerOptionsFormD'
+'ESTROY'#8'Position'#7#14'poScreenCenter'#0#9'TNotebook'#14'nbDebugOptions'
+#24'AnchorSideBottom.Control'#7#5'cmdOK'#4'Left'#2#6#6'Height'#3#144#1#3'Top'
+#2#6#5'Width'#3#214#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#9'PageIndex'#2#3#0#5'TP'
+'age'#9'pgGeneral'#7'Caption'#6#5'Page1'#0#9'TGroupBox'#14'gbDebuggerType'#4
+'Left'#2#6#6'Height'#2'Z'#3'Top'#2#6#5'Width'#3#198#1#5'Align'#7#5'alTop'#20
+'BorderSpacing.Around'#2#6#7'Caption'#6#22'Debugger type and path'#11'Parent'
+'Ctl3D'#8#8'TabOrder'#2#0#0#9'TComboBox'#15'cmbDebuggerType'#4'Left'#2#6#6'H'
+'eight'#2#21#3'Top'#2#8#5'Width'#3#169#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearc'
+'hAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#21'cmbDebuggerTypeCHANGE'#11'P'
+'arentCtl3D'#8#8'TabOrder'#2#0#0#0#9'TComboBox'#15'cmbDebuggerPath'#4'Left'#2
+#6#6'Height'#2#21#3'Top'#2'('#5'Width'#3#144#1#7'Anchors'#11#5'akTop'#6'akLe'
+'ft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac'
+'tSearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#0#7
+'TButton'#19'cmdOpenDebuggerPath'#4'Left'#3#152#1#6'Height'#2#25#3'Top'#2'%'
+#5'Width'#2#23#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBor'
+'der'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#24'cmdOpenDebuggerPathCLICK'#8'Ta'
+'bOrder'#2#2#0#0#0#9'TGroupBox'#22'gbAdditionalSearchPath'#4'Left'#2#6#6'Hei'
+'ght'#2'8'#3'Top'#2'f'#5'Width'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpacing'
+'.Around'#2#6#7'Caption'#6#22'Additional search path'#11'ParentCtl3D'#8#8'Ta'
+'bOrder'#2#1#0#5'TEdit'#17'txtAdditionalPath'#4'Left'#2#6#6'Height'#2#25#3'T'
+'op'#2#5#5'Width'#3#142#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'Ta'
+'bOrder'#2#0#0#0#7'TButton'#21'cmdOpenAdditionalPath'#4'Left'#3#152#1#6'Heig'
+'ht'#2#24#3'Top'#2#5#5'Width'#2#23#7'Anchors'#11#5'akTop'#7'akRight'#0#25'Bo'
+'rderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#26'cmdOpenAdd'
+'itionalPathClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#18'gbDebuggerSpecific'
+#4'Left'#2#6#6'Height'#3#134#0#3'Top'#3#226#0#5'Width'#3#198#1#5'Align'#7#8
+'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6'7Debugger specific opti'
+'ons (depends on type of debugger)'#11'ParentCtl3D'#8#8'TabOrder'#2#2#0#6'TP'
+'anel'#16'pnlDebugSpecific'#4'Left'#2#6#6'Height'#2'e'#3'Top'#2#6#5'Width'#3
+#182#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6
+'bvNone'#11'BorderWidth'#2#4#11'FullRepaint'#8#8'TabOrder'#2#0#7'TabStop'#9#0
+#0#0#11'TCheckGroup'#25'gcbDebuggerGeneralOptions'#4'Left'#2#6#6'Height'#2'8'
+#3'Top'#3#164#0#5'Width'#3#198#1#5'Align'#7#5'alTop'#8'AutoFill'#9#20'Border'
+'Spacing.Around'#2#6#7'Caption'#6#24'Debugger general options'#28'ChildSizin'
+'g.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing'
+'.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVe'
+'rtical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14
+'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'Chil'
+'dSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Controls'
+'PerLine'#2#1#8'TabOrder'#2#3#0#0#0#5'TPage'#10'pgEventLog'#7'Caption'#6#5'P'
+'age2'#0#9'TGroupBox'#9'gbGeneral'#4'Left'#2#6#6'Height'#3#132#0#3'Top'#2#6#5
+'Width'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#7'General'#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#9'TCheckBox'#16'chkClearLogO'
+'nRun'#4'Left'#2#4#6'Height'#2#24#3'Top'#2#5#5'Width'#3#139#0#11'AllowGrayed'
+#9#7'Caption'#6#16'Clear log on run'#8'TabOrder'#2#0#0#0#9'TCheckBox'#17'chk'
+'LimitLinecount'#4'Left'#2#4#6'Height'#2#24#3'Top'#2#29#5'Width'#3#146#0#11
+'AllowGrayed'#9#7'Caption'#6#18'Limit linecount to'#8'TabOrder'#2#1#0#0#9'TS'
+'pinEdit'#16'seLimitLinecount'#4'Left'#2'.'#6'Height'#2#20#3'Top'#2'6'#5'Wid'
+'th'#2'R'#7'Enabled'#8#8'TabOrder'#2#2#0#0#0#9'TGroupBox'#10'gbMessages'#4'L'
+'eft'#2#6#6'Height'#3#216#0#3'Top'#3#144#0#5'Width'#3#198#1#5'Align'#7#8'alC'
+'lient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'Messages'#7'Enabled'#8#11
+'ParentCtl3D'#8#8'TabOrder'#2#1#0#9'TCheckBox'#21'chkMessagesBreakpoint'#4'L'
+'eft'#2#4#6'Height'#2#24#3'Top'#2#5#5'Width'#2'e'#11'AllowGrayed'#9#7'Captio'
+'n'#6#10'Breakpoint'#8'TabOrder'#2#0#0#0#9'TCheckBox'#18'chkMessagesProcess'
+#4'Left'#2#4#6'Height'#2#24#3'Top'#2#29#5'Width'#2'R'#11'AllowGrayed'#9#7'Ca'
+'ption'#6#7'Process'#8'TabOrder'#2#1#0#0#9'TCheckBox'#17'chkMessagesThread'#4
+'Left'#2#4#6'Height'#2#24#3'Top'#2'5'#5'Width'#2'K'#11'AllowGrayed'#9#7'Capt'
,'ion'#6#6'Thread'#8'TabOrder'#2#2#0#0#9'TCheckBox'#17'chkMessagesModule'#4'L'
+'eft'#2#4#6'Height'#2#24#3'Top'#2'M'#5'Width'#2'L'#11'AllowGrayed'#9#7'Capti'
+'on'#6#6'Module'#8'TabOrder'#2#3#0#0#9'TCheckBox'#17'chkMessagesOutput'#4'Le'
+'ft'#2#4#6'Height'#2#24#3'Top'#2'e'#5'Width'#2'J'#11'AllowGrayed'#9#7'Captio'
+'n'#6#6'Output'#8'TabOrder'#2#4#0#0#9'TCheckBox'#17'chkMessagesWindow'#4'Lef'
+'t'#2#4#6'Height'#2#24#3'Top'#2'}'#5'Width'#2'Q'#11'AllowGrayed'#9#7'Caption'
+#6#6'Window'#8'TabOrder'#2#5#0#0#9'TCheckBox'#20'chkMessagesInterface'#4'Lef'
+'t'#2#4#6'Height'#2#24#3'Top'#3#149#0#5'Width'#2'W'#11'AllowGrayed'#9#7'Capt'
+'ion'#6#9'Interface'#8'TabOrder'#2#6#0#0#0#0#5'TPage'#12'pgExceptions'#7'Cap'
+'tion'#6#5'Page3'#0#9'TGroupBox'#18'bgIgnoreExceptions'#4'Left'#2#6#6'Height'
+#3'D'#1#3'Top'#2#6#5'Width'#3#198#1#5'Align'#7#8'alClient'#20'BorderSpacing.'
+'Around'#2#6#7'Caption'#6#23'Ignore these exceptions'#11'ParentCtl3D'#8#8'Ta'
+'bOrder'#2#0#0#7'TButton'#18'cmdExceptionRemove'#23'AnchorSideRight.Control'
+#7#18'bgIgnoreExceptions'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorS'
+'ideBottom.Control'#7#18'bgIgnoreExceptions'#21'AnchorSideBottom.Side'#7#9'a'
+'srBottom'#4'Left'#3'q'#1#6'Height'#2#25#3'Top'#3#16#1#5'Width'#2'K'#7'Ancho'
+'rs'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
+#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#6'Remove'#21'Constraints.Max'
+'Height'#2#25#20'Constraints.MinWidth'#2'K'#7'Enabled'#8#7'OnClick'#7#23'cmd'
+'ExceptionRemoveCLICK'#8'TabOrder'#2#0#0#0#7'TButton'#15'cmdExceptionAdd'#23
+'AnchorSideRight.Control'#7#18'cmdExceptionRemove'#24'AnchorSideBottom.Contr'
+'ol'#7#18'bgIgnoreExceptions'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Lef'
+'t'#3' '#1#6'Height'#2#25#3'Top'#3#16#1#5'Width'#2'K'#7'Anchors'#11#7'akRigh'
+'t'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacin'
+'g.InnerBorder'#2#4#7'Caption'#6#3'Add'#21'Constraints.MaxHeight'#2#25#20'Co'
+'nstraints.MinWidth'#2'K'#7'OnClick'#7#20'cmdExceptionAddCLICK'#8'TabOrder'#2
+#1#0#0#13'TCheckListBox'#13'clbExceptions'#20'AnchorSideRight.Side'#7#9'asrB'
+'ottom'#24'AnchorSideBottom.Control'#7#15'cmdExceptionAdd'#4'Left'#2#6#6'Hei'
+'ght'#3#4#1#3'Top'#2#6#5'Width'#3#182#1#5'Align'#7#5'alTop'#7'Anchors'#11#5
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'On'
+'Click'#7#18'clbExceptionsCLICK'#8'TabOrder'#2#2#8'TopIndex'#2#255#0#0#0#9'T'
+'CheckBox'#19'chkBreakOnException'#4'Left'#2#6#6'Height'#2#24#3'Top'#3'P'#1#5
+'Width'#3#198#1#5'Align'#7#8'alBottom'#11'AllowGrayed'#9#7'Anchors'#11#6'akL'
+'eft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'Break on La'
+'zarus Exceptions'#8'TabOrder'#2#1#0#0#0#5'TPage'#9'pgSignals'#7'Caption'#6#5
+'Page4'#0#9'TGroupBox'#9'gbSignals'#4'Left'#2#6#6'Height'#3'j'#1#3'Top'#2#6#5
+'Width'#3#194#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Captio'
+'n'#6#7'Signals'#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#7'TButton'#15'cmdSignal'
+'Remove'#23'AnchorSideRight.Control'#7#9'gbSignals'#20'AnchorSideRight.Side'
+#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'gbSignals'#21'AnchorSideBot'
+'tom.Side'#7#9'asrBottom'#4'Left'#3'm'#1#6'Height'#2#25#3'Top'#3'9'#1#5'Widt'
+'h'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpaci'
+'ng.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#6'Remove'#21
+'Constraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Enabled'#8#8'Ta'
+'bOrder'#2#0#0#0#7'TButton'#12'cmdSignalAdd'#23'AnchorSideRight.Control'#7#15
+'cmdSignalRemove'#24'AnchorSideBottom.Control'#7#9'gbSignals'#21'AnchorSideB'
+'ottom.Side'#7#9'asrBottom'#4'Left'#3#28#1#6'Height'#2#25#3'Top'#3'9'#1#5'Wi'
+'dth'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpa'
+'cing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'Add'#21'C'
+'onstraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#8'TabOrder'#2#1#0#0
+#9'TListView'#9'lvSignals'#24'AnchorSideBottom.Control'#7#12'cmdSignalAdd'#4
+'Left'#2#6#6'Height'#3'-'#1#3'Top'#2#6#5'Width'#3#178#1#5'Align'#7#5'alTop'#7
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Ar'
+'ound'#2#6#7'Columns'#14#1#7'Caption'#6#4'Name'#5'Width'#3#200#0#0#1#7'Capti'
+'on'#6#2'ID'#0#1#7'Caption'#6#10'Handled by'#5'Width'#2'K'#0#1#7'Caption'#6#6
+'Resume'#5'Width'#2#5#0#0#9'PopupMenu'#7#9'popSignal'#8'TabOrder'#2#2#9'View'
+'Style'#7#8'vsReport'#0#0#0#0#0#7'TBitBtn'#5'cmdOK'#23'AnchorSideRight.Contr'
+'ol'#7#9'cmdCancel'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBot'
+'tom.Side'#7#9'asrBottom'#4'Left'#3'7'#1#6'Height'#2#25#3'Top'#3#156#1#5'Wid'
+'th'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpac'
+'ing.Around'#2#6#7'Caption'#6#3'&OK'#21'Constraints.MaxHeight'#2#25#20'Const'
+'raints.MinWidth'#2'K'#7'Default'#9#4'Kind'#7#4'bkOK'#9'NumGlyphs'#2#0#7'OnC'
+'lick'#7#10'cmdOKCLICK'#8'TabOrder'#2#1#0#0#7'TBitBtn'#9'cmdCancel'#23'Ancho'
+'rSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'A'
,'nchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'
+#4'Left'#3#136#1#6'Height'#2#25#3'Top'#3#156#1#5'Width'#2'T'#7'Anchors'#11#7
+'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'
+#9#7'Caption'#6#6'Cancel'#21'Constraints.MaxHeight'#2#25#20'Constraints.MinW'
+'idth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'Tab'
+'Order'#2#2#0#0#10'TPopupMenu'#9'popSignal'#4'left'#2#8#3'top'#3#192#1#0#9'T'
+'MenuItem'#19'mnuHandledByProgram'#9'AutoCheck'#9#7'Caption'#6#18'Handled by'
+' Program'#10'GroupIndex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#21'mnuiHandled'
+'ByDebugger'#9'AutoCheck'#9#7'Caption'#6#19'Handled by Debugger'#10'GroupInd'
+'ex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#2'N1'#7'Caption'#6#1'-'#0#0#9'TMenu'
+'Item'#16'mnuResumeHandled'#9'AutoCheck'#9#7'Caption'#6#14'Resume Handled'#10
+'GroupIndex'#2#2#9'RadioItem'#9#0#0#9'TMenuItem'#18'mnuResumeUnhandled'#9'Au'
+'toCheck'#9#7'Caption'#6#16'Resume Unhandled'#10'GroupIndex'#2#2#9'RadioItem'
+#9#0#0#0#0
+'orderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#16'Debugger Options'#12'Clie'
+'ntHeight'#3#187#1#11'ClientWidth'#3#226#1#8'OnCreate'#7#25'DebuggerOptionsF'
+'ormCREATE'#9'OnDestroy'#7#26'DebuggerOptionsFormDESTROY'#8'Position'#7#14'p'
+'oScreenCenter'#0#9'TNotebook'#14'nbDebugOptions'#24'AnchorSideBottom.Contro'
+'l'#7#8'BtnPanel'#6'Height'#3#136#1#5'Width'#3#226#1#5'Align'#7#5'alTop'#7'A'
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#0#8'T'
+'abOrder'#2#0#0#5'TPage'#9'pgGeneral'#7'Caption'#6#9'pgGeneral'#11'ClientWid'
+'th'#3#222#1#12'ClientHeight'#3'i'#1#0#9'TGroupBox'#14'gbDebuggerType'#4'Lef'
+'t'#2#6#6'Height'#2'S'#3'Top'#2#6#5'Width'#3#210#1#5'Align'#7#5'alTop'#8'Aut'
+'oSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#22'Debugger type and pat'
+'h'#12'ClientHeight'#2'@'#11'ClientWidth'#3#206#1#11'ParentCtl3D'#8#8'TabOrd'
+'er'#2#0#0#9'TComboBox'#15'cmbDebuggerType'#22'AnchorSideLeft.Control'#7#14
+'gbDebuggerType'#21'AnchorSideTop.Control'#7#14'gbDebuggerType'#23'AnchorSid'
+'eRight.Control'#7#14'gbDebuggerType'#20'AnchorSideRight.Side'#7#9'asrBottom'
+#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#194#1#7'Anchors'#11#5'akTo'
+'p'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'
+#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#8
+'OnChange'#7#21'cmbDebuggerTypeCHANGE'#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#0
+#9'TComboBox'#15'cmbDebuggerPath'#22'AnchorSideLeft.Control'#7#14'gbDebugger'
+'Type'#21'AnchorSideTop.Control'#7#15'cmbDebuggerType'#18'AnchorSideTop.Side'
+#7#9'asrBottom'#23'AnchorSideRight.Control'#7#19'cmdOpenDebuggerPath'#4'Left'
+#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#165#1#7'Anchors'#11#5'akTop'#6'ak'
+'Left'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cb'
+'actSearchAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#0#11'Pare'
+'ntCtl3D'#8#8'TabOrder'#2#1#0#0#7'TButton'#19'cmdOpenDebuggerPath'#21'Anchor'
+'SideTop.Control'#7#15'cmbDebuggerType'#18'AnchorSideTop.Side'#7#9'asrBottom'
+#23'AnchorSideRight.Control'#7#14'gbDebuggerType'#20'AnchorSideRight.Side'#7
+#9'asrBottom'#4'Left'#3#177#1#6'Height'#2#25#3'Top'#2'!'#5'Width'#2#23#7'Anc'
+'hors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#25'BorderSpacin'
+'g.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#24'cmdOpenDebuggerPathC'
+'LICK'#8'TabOrder'#2#2#0#0#0#9'TGroupBox'#22'gbAdditionalSearchPath'#22'Anch'
+'orSideLeft.Control'#7#9'pgGeneral'#21'AnchorSideTop.Control'#7#14'gbDebugge'
+'rType'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9
+'pgGeneral'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
+'8'#3'Top'#2'_'#5'Width'#3#210#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Border'
+'Spacing.Around'#2#6#7'Caption'#6#22'Additional search path'#12'ClientHeight'
+#2'%'#11'ClientWidth'#3#206#1#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#5'TEdit'#17
+'txtAdditionalPath'#22'AnchorSideLeft.Control'#7#22'gbAdditionalSearchPath'
+#21'AnchorSideTop.Control'#7#22'gbAdditionalSearchPath'#23'AnchorSideRight.C'
+'ontrol'#7#21'cmdOpenAdditionalPath'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#6#5
+'Width'#3#165#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpaci'
+'ng.Around'#2#6#8'TabOrder'#2#0#0#0#7'TButton'#21'cmdOpenAdditionalPath'#21
+'AnchorSideTop.Control'#7#22'gbAdditionalSearchPath'#23'AnchorSideRight.Cont'
+'rol'#7#22'gbAdditionalSearchPath'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
+'Left'#3#177#1#6'Height'#2#24#3'Top'#2#6#5'Width'#2#23#7'Anchors'#11#5'akTop'
+#7'akRight'#0#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4
+#7'Caption'#6#3'...'#7'OnClick'#7#26'cmdOpenAdditionalPathClick'#8'TabOrder'
+#2#1#0#0#0#9'TGroupBox'#18'gbDebuggerSpecific'#22'AnchorSideLeft.Control'#7#9
+'pgGeneral'#21'AnchorSideTop.Control'#7#25'gcbDebuggerGeneralOptions'#18'Anc'
+'horSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'pgGeneral'
+#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'pg'
+'General'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3
+#136#0#3'Top'#3#219#0#5'Width'#3#210#1#5'Align'#7#8'alClient'#20'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6'7Debugger specific options (depends on type of '
+'debugger)'#12'ClientHeight'#2'u'#11'ClientWidth'#3#206#1#11'ParentCtl3D'#8#8
+'TabOrder'#2#2#0#6'TPanel'#16'pnlDebugSpecific'#4'Left'#2#6#6'Height'#2'i'#3
+'Top'#2#6#5'Width'#3#194#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2
+#6#10'BevelOuter'#7#6'bvNone'#11'BorderWidth'#2#4#11'FullRepaint'#8#8'TabOrd'
+'er'#2#0#7'TabStop'#9#0#0#0#11'TCheckGroup'#25'gcbDebuggerGeneralOptions'#22
+'AnchorSideLeft.Control'#7#9'pgGeneral'#21'AnchorSideTop.Control'#7#22'gbAdd'
+'itionalSearchPath'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight'
,'.Control'#7#9'pgGeneral'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6
+#6'Height'#2'8'#3'Top'#3#157#0#5'Width'#3#210#1#5'Align'#7#5'alTop'#8'AutoFi'
+'ll'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#24'Debugger general options'
+#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29
+'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizin'
+'g.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHori'
+'zontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleCh'
+'ilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSi'
+'zing.ControlsPerLine'#2#1#8'TabOrder'#2#3#0#0#0#5'TPage'#10'pgEventLog'#7'C'
+'aption'#6#10'pgEventLog'#11'ClientWidth'#3#222#1#12'ClientHeight'#3'i'#1#0#9
+'TGroupBox'#9'gbGeneral'#4'Left'#2#6#6'Height'#3#132#0#3'Top'#2#6#5'Width'#3
+#210#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Gener'
+'al'#12'ClientHeight'#2'q'#11'ClientWidth'#3#206#1#11'ParentCtl3D'#8#8'TabOr'
+'der'#2#0#0#9'TCheckBox'#16'chkClearLogOnRun'#4'Left'#2#4#6'Height'#2#22#3'T'
+'op'#2#5#5'Width'#2'}'#11'AllowGrayed'#9#7'Caption'#6#16'Clear log on run'#8
+'TabOrder'#2#0#0#0#9'TCheckBox'#17'chkLimitLinecount'#4'Left'#2#4#6'Height'#2
+#22#3'Top'#2#29#5'Width'#3#134#0#11'AllowGrayed'#9#7'Caption'#6#18'Limit lin'
+'ecount to'#8'TabOrder'#2#1#0#0#9'TSpinEdit'#16'seLimitLinecount'#4'Left'#2
+'.'#6'Height'#2#20#3'Top'#2'6'#5'Width'#2'R'#7'Enabled'#8#8'TabOrder'#2#2#0#0
+#0#9'TGroupBox'#10'gbMessages'#4'Left'#2#6#6'Height'#3#211#0#3'Top'#3#144#0#5
+'Width'#3#210#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Captio'
+'n'#6#8'Messages'#12'ClientHeight'#3#192#0#11'ClientWidth'#3#206#1#7'Enabled'
+#8#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#9'TCheckBox'#21'chkMessagesBreakpoint'
+#4'Left'#2#4#6'Height'#2#22#3'Top'#2#5#5'Width'#2']'#11'AllowGrayed'#9#7'Cap'
+'tion'#6#10'Breakpoint'#8'TabOrder'#2#0#0#0#9'TCheckBox'#18'chkMessagesProce'
+'ss'#4'Left'#2#4#6'Height'#2#22#3'Top'#2#29#5'Width'#2'J'#11'AllowGrayed'#9#7
+'Caption'#6#7'Process'#8'TabOrder'#2#1#0#0#9'TCheckBox'#17'chkMessagesThread'
+#4'Left'#2#4#6'Height'#2#22#3'Top'#2'5'#5'Width'#2'D'#11'AllowGrayed'#9#7'Ca'
+'ption'#6#6'Thread'#8'TabOrder'#2#2#0#0#9'TCheckBox'#17'chkMessagesModule'#4
+'Left'#2#4#6'Height'#2#22#3'Top'#2'M'#5'Width'#2'F'#11'AllowGrayed'#9#7'Capt'
+'ion'#6#6'Module'#8'TabOrder'#2#3#0#0#9'TCheckBox'#17'chkMessagesOutput'#4'L'
+'eft'#2#4#6'Height'#2#22#3'Top'#2'e'#5'Width'#2'D'#11'AllowGrayed'#9#7'Capti'
+'on'#6#6'Output'#8'TabOrder'#2#4#0#0#9'TCheckBox'#17'chkMessagesWindow'#4'Le'
+'ft'#2#4#6'Height'#2#22#3'Top'#2'}'#5'Width'#2'G'#11'AllowGrayed'#9#7'Captio'
+'n'#6#6'Window'#8'TabOrder'#2#5#0#0#9'TCheckBox'#20'chkMessagesInterface'#4
+'Left'#2#4#6'Height'#2#22#3'Top'#3#149#0#5'Width'#2'P'#11'AllowGrayed'#9#7'C'
+'aption'#6#9'Interface'#8'TabOrder'#2#6#0#0#0#0#5'TPage'#12'pgExceptions'#7
+'Caption'#6#12'pgExceptions'#11'ClientWidth'#3#222#1#12'ClientHeight'#3'i'#1
+#0#9'TGroupBox'#18'bgIgnoreExceptions'#4'Left'#2#6#6'Height'#3'A'#1#3'Top'#2
+#6#5'Width'#3#210#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6#23'Ignore these exceptions'#12'ClientHeight'#3'.'#1#11'ClientWidth'
+#3#206#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#7'TButton'#18'cmdExceptionRemov'
+'e'#23'AnchorSideRight.Control'#7#18'bgIgnoreExceptions'#20'AnchorSideRight.'
+'Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'bgIgnoreExceptions'
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'}'#1#6'Height'#2#25#3'To'
+'p'#3#15#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9
+#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6
+#6'Remove'#21'Constraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'En'
+'abled'#8#7'OnClick'#7#23'cmdExceptionRemoveCLICK'#8'TabOrder'#2#0#0#0#7'TBu'
+'tton'#15'cmdExceptionAdd'#23'AnchorSideRight.Control'#7#18'cmdExceptionRemo'
+'ve'#24'AnchorSideBottom.Control'#7#18'bgIgnoreExceptions'#21'AnchorSideBott'
+'om.Side'#7#9'asrBottom'#4'Left'#3','#1#6'Height'#2#25#3'Top'#3#15#1#5'Width'
+#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.'
+'Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'Add'#21'Constr'
+'aints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'OnClick'#7#20'cmdExce'
+'ptionAddCLICK'#8'TabOrder'#2#1#0#0#13'TCheckListBox'#13'clbExceptions'#20'A'
+'nchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#15'cmdEx'
+'ceptionAdd'#4'Left'#2#6#6'Height'#3#3#1#3'Top'#2#6#5'Width'#3#194#1#5'Align'
+#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'Bor'
+'derSpacing.Around'#2#6#7'OnClick'#7#18'clbExceptionsCLICK'#8'TabOrder'#2#2#8
+'TopIndex'#2#255#0#0#0#9'TCheckBox'#19'chkBreakOnException'#4'Left'#2#6#6'He'
+'ight'#2#22#3'Top'#3'M'#1#5'Width'#3#210#1#5'Align'#7#8'alBottom'#11'AllowGr'
+'ayed'#9#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#27'Break on Lazarus Exceptions'#8'TabOrder'#2#1#0#0#0#5'TPage'#9
,'pgSignals'#7'Caption'#6#9'pgSignals'#11'ClientWidth'#3#222#1#12'ClientHeigh'
+'t'#3'i'#1#0#9'TGroupBox'#9'gbSignals'#4'Left'#2#6#6'Height'#3']'#1#3'Top'#2
+#6#5'Width'#3#210#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Ca'
+'ption'#6#7'Signals'#12'ClientHeight'#3'J'#1#11'ClientWidth'#3#206#1#11'Pare'
+'ntCtl3D'#8#8'TabOrder'#2#0#0#7'TButton'#15'cmdSignalRemove'#23'AnchorSideRi'
+'ght.Control'#7#9'gbSignals'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Anch'
+'orSideBottom.Control'#7#9'gbSignals'#21'AnchorSideBottom.Side'#7#9'asrBotto'
+'m'#4'Left'#3'}'#1#6'Height'#2#25#3'Top'#3'+'#1#5'Width'#2'K'#7'Anchors'#11#7
+'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'Border'
+'Spacing.InnerBorder'#2#4#7'Caption'#6#6'Remove'#21'Constraints.MaxHeight'#2
+#25#20'Constraints.MinWidth'#2'K'#7'Enabled'#8#8'TabOrder'#2#0#0#0#7'TButton'
+#12'cmdSignalAdd'#23'AnchorSideRight.Control'#7#15'cmdSignalRemove'#24'Ancho'
+'rSideBottom.Control'#7#9'gbSignals'#21'AnchorSideBottom.Side'#7#9'asrBottom'
+#4'Left'#3','#1#6'Height'#2#25#3'Top'#3'+'#1#5'Width'#2'K'#7'Anchors'#11#7'a'
+'kRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderS'
+'pacing.InnerBorder'#2#4#7'Caption'#6#3'Add'#21'Constraints.MaxHeight'#2#25
+#20'Constraints.MinWidth'#2'K'#8'TabOrder'#2#1#0#0#9'TListView'#9'lvSignals'
+#24'AnchorSideBottom.Control'#7#12'cmdSignalAdd'#4'Left'#2#6#6'Height'#3#31#1
+#3'Top'#2#6#5'Width'#3#194#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'ak'
+'Left'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Columns'#14#1
+#7'Caption'#6#4'Name'#5'Width'#3#200#0#0#1#7'Caption'#6#2'ID'#0#1#7'Caption'
+#6#10'Handled by'#5'Width'#2'K'#0#1#7'Caption'#6#6'Resume'#5'Width'#2'k'#0#0
+#9'PopupMenu'#7#9'popSignal'#8'TabOrder'#2#2#9'ViewStyle'#7#8'vsReport'#0#0#0
+#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2'2'#3'Top'#3#137#1#5'Width'#3#226#1#5
+'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeig'
+'ht'#2'2'#11'ClientWidth'#3#226#1#8'TabOrder'#2#1#0#7'TBitBtn'#5'cmdOK'#21'A'
+'nchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'5'#1#6'Height'#2'&'#3'Top'#2
+#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#3'&OK'#20'Constraints.MinWidth'#2'K'#7'Default'#9#4'Kind'#7
+#4'bkOK'#9'NumGlyphs'#2#0#7'OnClick'#7#10'cmdOKCLICK'#8'TabOrder'#2#0#0#0#7
+'TBitBtn'#9'cmdCancel'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSide'
+'Bottom.Side'#7#9'asrBottom'#4'Left'#3#134#1#6'Height'#2'&'#3'Top'#2#6#5'Wid'
+'th'#2'V'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6
+'Cancel'#9#7'Caption'#6#6'Cancel'#20'Constraints.MinWidth'#2'K'#4'Kind'#7#8
+'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#0#10'TPo'
+'pupMenu'#9'popSignal'#4'left'#2#8#3'top'#3#192#1#0#9'TMenuItem'#19'mnuHandl'
+'edByProgram'#9'AutoCheck'#9#7'Caption'#6#18'Handled by Program'#10'GroupInd'
+'ex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#21'mnuiHandledByDebugger'#9'AutoChe'
+'ck'#9#7'Caption'#6#19'Handled by Debugger'#10'GroupIndex'#2#1#9'RadioItem'#9
+#0#0#9'TMenuItem'#2'N1'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#16'mnuResumeHandl'
+'ed'#9'AutoCheck'#9#7'Caption'#6#14'Resume Handled'#10'GroupIndex'#2#2#9'Rad'
+'ioItem'#9#0#0#9'TMenuItem'#18'mnuResumeUnhandled'#9'AutoCheck'#9#7'Caption'
+#6#16'Resume Unhandled'#10'GroupIndex'#2#2#9'RadioItem'#9#0#0#0#0
]);

View File

@ -65,6 +65,7 @@ type
cmbDebuggerType: TCOMBOBOX;
cmbDebuggerPath: TCOMBOBOX;
N1: TMENUITEM;
BtnPanel: TPanel;
pnlDebugSpecific: TPanel;
seLimitLinecount: TSPINEDIT;
txtAdditionalPath: TEDIT;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,15 @@
object LazFindReplaceDialog: TLazFindReplaceDialog
Left = 334
Height = 350
Height = 373
Top = 185
Width = 420
HorzScrollBar.Page = 419
VertScrollBar.Page = 349
VertScrollBar.Page = 372
ActiveControl = TextToFindComboBox
BorderIcons = [biSystemMenu]
Caption = 'LazFindReplaceDialog'
ClientHeight = 373
ClientWidth = 420
Constraints.MinHeight = 312
Constraints.MinWidth = 300
KeyPreview = True
@ -18,13 +20,12 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
AnchorSideTop.Control = TextToFindComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 14
Width = 122
Height = 20
Top = 12
Width = 97
Alignment = taRightJustify
BorderSpacing.Left = 6
Caption = 'TextToFindLabel'
Color = clNone
FocusControl = TextToFindComboBox
ParentColor = False
end
@ -33,13 +34,12 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
AnchorSideTop.Control = ReplaceTextComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 41
Width = 131
Height = 20
Top = 39
Width = 111
Alignment = taRightJustify
BorderSpacing.Left = 6
Caption = 'ReplaceWithLabel'
Color = clNone
FocusControl = ReplaceTextComboBox
ParentColor = False
end
@ -48,10 +48,10 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 140
Left = 115
Height = 21
Top = 12
Width = 274
Width = 299
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
@ -67,10 +67,10 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 149
Left = 129
Height = 21
Top = 39
Width = 265
Width = 285
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
@ -81,57 +81,13 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
TabOrder = 1
Text = 'ReplaceTextComboBox'
end
object CancelButton: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 331
Height = 28
Top = 316
Width = 83
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 2
Cancel = True
Caption = 'Cancel'
Constraints.MaxHeight = 33
Constraints.MinHeight = 28
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
OnClick = CancelButtonClick
TabOrder = 8
end
object OKButton: TBitBtn
AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 268
Height = 28
Top = 316
Width = 57
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 2
Caption = '&OK'
Constraints.MaxHeight = 33
Constraints.MinHeight = 28
Default = True
Kind = bkOK
NumGlyphs = 0
OnClick = OkButtonClick
TabOrder = 7
end
object OptionsGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ReplaceTextComboBox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = CancelButton
AnchorSideBottom.Control = BtnPanel
Left = 6
Height = 244
Height = 256
Top = 66
Width = 199
Anchors = [akTop, akLeft, akBottom]
@ -139,13 +95,15 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Caption = 'OptionsGroupBox'
ClientHeight = 237
ClientWidth = 195
TabOrder = 2
OnResize = OptionsGroupBoxResize
object PromptOnReplaceCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 156
Height = 22
Top = 148
Width = 183
Align = alTop
BorderSpacing.Top = 6
@ -160,8 +118,8 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
object MultiLineCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 120
Height = 22
Top = 114
Width = 183
Align = alTop
BorderSpacing.Top = 6
@ -174,8 +132,8 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
object RegularExpressionsCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 84
Height = 22
Top = 80
Width = 183
Align = alTop
BorderSpacing.Top = 6
@ -188,8 +146,8 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
object WholeWordsOnlyCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 48
Height = 22
Top = 46
Width = 183
Align = alTop
BorderSpacing.Top = 6
@ -202,7 +160,7 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
object CaseSensitiveCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Height = 22
Top = 12
Width = 183
Align = alTop
@ -232,19 +190,21 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 55
ClientWidth = 195
TabOrder = 4
object SelectedRadioButton: TRadioButton
Left = 6
Height = 24
Top = 2
Height = 22
Top = 4
Width = 183
Caption = 'SelectedRadioButton'
TabOrder = 0
end
object GlobalRadioButton: TRadioButton
Left = 6
Height = 24
Top = 28
Height = 22
Top = 30
Width = 183
Caption = 'GlobalRadioButton'
Checked = True
@ -270,20 +230,22 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 55
ClientWidth = 195
TabOrder = 5
object BackwardRadioButton: TRadioButton
Left = 4
Height = 24
Top = 2
Width = 185
Left = 6
Height = 22
Top = 4
Width = 183
Caption = 'BackwardRadioButton'
TabOrder = 0
end
object ForwardRadioButton: TRadioButton
Left = 4
Height = 24
Top = 28
Width = 185
Left = 6
Height = 22
Top = 30
Width = 183
Caption = 'ForwardRadioButton'
Checked = True
State = cbChecked
@ -308,11 +270,14 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 55
ClientWidth = 195
TabOrder = 3
object FromCursorRadioButton: TRadioButton
Height = 24
Top = 2
Width = 202
Left = 6
Height = 22
Top = 4
Width = 183
AutoSize = False
Caption = 'FromCursorRadioButton'
Checked = True
@ -320,32 +285,82 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
TabOrder = 0
end
object EntireScopeRadioButton: TRadioButton
Height = 24
Top = 28
Width = 202
Left = 6
Height = 22
Top = 30
Width = 183
AutoSize = False
Caption = 'EntireScopeRadioButton'
TabOrder = 1
end
end
object ReplaceAllButton: TBitBtn
AnchorSideRight.Control = OKButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 212
Height = 28
Top = 316
Width = 50
Anchors = [akRight, akBottom]
object BtnPanel: TPanel
Height = 45
Top = 328
Width = 420
Align = alBottom
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 2
Caption = '&All'
Constraints.MaxHeight = 33
Constraints.MinHeight = 28
Kind = bkAll
NumGlyphs = 0
OnClick = ReplaceAllButtonClick
BevelOuter = bvNone
ClientHeight = 45
ClientWidth = 420
TabOrder = 6
object ReplaceAllButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 209
Height = 33
Top = 6
Width = 50
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 2
Caption = '&All'
Constraints.MaxHeight = 33
Constraints.MinHeight = 28
Kind = bkAll
NumGlyphs = 0
OnClick = ReplaceAllButtonClick
TabOrder = 0
end
object OKButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 265
Height = 33
Top = 6
Width = 61
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 2
Caption = '&OK'
Constraints.MaxHeight = 33
Constraints.MinHeight = 28
Default = True
Kind = bkOK
NumGlyphs = 0
OnClick = OkButtonClick
TabOrder = 1
end
object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 332
Height = 33
Top = 6
Width = 82
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 2
Cancel = True
Caption = 'Cancel'
Constraints.MaxHeight = 33
Constraints.MinHeight = 28
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
OnClick = CancelButtonClick
TabOrder = 2
end
end
end

View File

@ -2,127 +2,129 @@
LazarusResources.Add('TLazFindReplaceDialog','FORMDATA',[
'TPF0'#21'TLazFindReplaceDialog'#20'LazFindReplaceDialog'#4'Left'#3'N'#1#6'He'
+'ight'#3'^'#1#3'Top'#3#185#0#5'Width'#3#164#1#18'HorzScrollBar.Page'#3#163#1
+#18'VertScrollBar.Page'#3']'#1#13'ActiveControl'#7#18'TextToFindComboBox'#11
+'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#20'LazFindReplaceDialog'#21
+'Constraints.MinHeight'#3'8'#1#20'Constraints.MinWidth'#3','#1#10'KeyPreview'
+#9#7'OnClose'#7#9'FormClose'#14'OnChangeBounds'#7#16'FormChangeBounds'#0#6'T'
+'Label'#15'TextToFindLabel'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorS'
+'ideTop.Control'#7#18'TextToFindComboBox'#18'AnchorSideTop.Side'#7#9'asrCent'
+'er'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#14#5'Width'#2'z'#9'Alignment'#7#14
+'taRightJustify'#18'BorderSpacing.Left'#2#6#7'Caption'#6#15'TextToFindLabel'
+#5'Color'#7#6'clNone'#12'FocusControl'#7#18'TextToFindComboBox'#11'ParentCol'
+'or'#8#0#0#6'TLabel'#16'ReplaceWithLabel'#22'AnchorSideLeft.Control'#7#5'Own'
+'er'#21'AnchorSideTop.Control'#7#19'ReplaceTextComboBox'#18'AnchorSideTop.Si'
+'de'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#17#3'Top'#2')'#5'Width'#3#131#0#9
+'Alignment'#7#14'taRightJustify'#18'BorderSpacing.Left'#2#6#7'Caption'#6#16
+'ReplaceWithLabel'#5'Color'#7#6'clNone'#12'FocusControl'#7#19'ReplaceTextCom'
+'boBox'#11'ParentColor'#8#0#0#9'TComboBox'#18'TextToFindComboBox'#22'AnchorS'
+'ideLeft.Control'#7#15'TextToFindLabel'#19'AnchorSideLeft.Side'#7#9'asrBotto'
+'m'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrB'
+'ottom'#4'Left'#3#140#0#6'Height'#2#21#3'Top'#2#12#5'Width'#3#18#1#7'Anchors'
+#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#9#16'AutoCompleteText'
+#11#12'cbactEnabled'#22'cbactEndOfLineComplete'#21'cbactRetainPrefixCase'#20
+'cbactSearchAscending'#0#18'BorderSpacing.Left'#2#6#20'BorderSpacing.Around'
+#2#6#9'MaxLength'#2#0#9'OnKeyDown'#7#25'TextToFindComboboxKeyDown'#8'TabOrde'
+'r'#2#0#4'Text'#6#18'TextToFindComboBox'#0#0#9'TComboBox'#19'ReplaceTextComb'
+'oBox'#22'AnchorSideLeft.Control'#7#16'ReplaceWithLabel'#19'AnchorSideLeft.S'
+'ide'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRig'
+'ht.Side'#7#9'asrBottom'#4'Left'#3#149#0#6'Height'#2#21#3'Top'#2''''#5'Width'
+#3#9#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#9#16'A'
+'utoCompleteText'#11#12'cbactEnabled'#22'cbactEndOfLineComplete'#21'cbactRet'
+'ainPrefixCase'#20'cbactSearchAscending'#0#18'BorderSpacing.Left'#2#6#20'Bor'
+'derSpacing.Around'#2#6#9'MaxLength'#2#0#9'OnKeyDown'#7#25'TextToFindCombobo'
+'xKeyDown'#8'TabOrder'#2#1#4'Text'#6#19'ReplaceTextComboBox'#0#0#7'TBitBtn'
+#12'CancelButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.'
+'Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideB'
+'ottom.Side'#7#9'asrBottom'#4'Left'#3'K'#1#6'Height'#2#28#3'Top'#3'<'#1#5'Wi'
+'dth'#2'S'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpa'
+'cing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#6'Cancel'#9#7'Caption'#6
+#6'Cancel'#21'Constraints.MaxHeight'#2'!'#21'Constraints.MinHeight'#2#28#4'K'
+'ind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#7'OnClick'#7#17'Can'
+'celButtonClick'#8'TabOrder'#2#8#0#0#7'TBitBtn'#8'OKButton'#23'AnchorSideRig'
+'ht.Control'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'A'
+'nchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#12#1#6'Height'#2#28#3'Top'#3
+'<'#1#5'Width'#2'9'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20
+'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#3
+'&OK'#21'Constraints.MaxHeight'#2'!'#21'Constraints.MinHeight'#2#28#7'Defaul'
+'t'#9#4'Kind'#7#4'bkOK'#9'NumGlyphs'#2#0#7'OnClick'#7#13'OkButtonClick'#8'Ta'
+'bOrder'#2#7#0#0#9'TGroupBox'#15'OptionsGroupBox'#22'AnchorSideLeft.Control'
+#7#5'Owner'#21'AnchorSideTop.Control'#7#19'ReplaceTextComboBox'#18'AnchorSid'
+'eTop.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'CancelButton'#4
+'Left'#2#6#6'Height'#3#244#0#3'Top'#2'B'#5'Width'#3#199#0#7'Anchors'#11#5'ak'
+'Top'#6'akLeft'#8'akBottom'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.To'
+'p'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#15'OptionsGroupBox'#8'TabO'
+'rder'#2#2#8'OnResize'#7#21'OptionsGroupBoxResize'#0#9'TCheckBox'#23'PromptO'
+'nReplaceCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heigh'
+'t'#2#24#3'Top'#3#156#0#5'Width'#3#183#0#5'Align'#7#5'alTop'#17'BorderSpacin'
+'g.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'PromptOnReplaceChec'
+'kBox'#7'Checked'#9#14'ParentShowHint'#8#8'ShowHint'#9#5'State'#7#9'cbChecke'
+'d'#8'TabOrder'#2#4#0#0#9'TCheckBox'#17'MultiLineCheckBox'#18'AnchorSideTop.'
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'x'#5'Width'#3#183#0
+#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#17'MultiLineCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOr'
+'der'#2#3#0#0#9'TCheckBox'#26'RegularExpressionsCheckBox'#18'AnchorSideTop.S'
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'T'#5'Width'#3#183#0
,#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#26'RegularExpressionsCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9
+#8'TabOrder'#2#2#0#0#9'TCheckBox'#22'WholeWordsOnlyCheckBox'#18'AnchorSideTo'
+'p.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'0'#5'Width'#3#183
+#0#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6
+#7'Caption'#6#22'WholeWordsOnlyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8
+'TabOrder'#2#1#0#0#9'TCheckBox'#21'CaseSensitiveCheckBox'#18'AnchorSideTop.S'
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#24#3'Top'#2#12#5'Width'#3#183#0
+#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#21'CaseSensitiveCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'T'
+'abOrder'#2#0#0#0#0#9'TGroupBox'#13'ScopeGroupBox'#22'AnchorSideLeft.Control'
+#7#15'OptionsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
+'op.Control'#7#14'OriginGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
+'ft'#3#211#0#6'Height'#2'J'#3'Top'#3#146#0#5'Width'#3#199#0#20'BorderSpacing'
+'.Around'#2#6#7'Caption'#6#13'ScopeGroupBox'#28'ChildSizing.LeftRightSpacing'
+'ight'#3'u'#1#3'Top'#3#185#0#5'Width'#3#164#1#18'HorzScrollBar.Page'#3#163#1
+#18'VertScrollBar.Page'#3't'#1#13'ActiveControl'#7#18'TextToFindComboBox'#11
+'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#20'LazFindReplaceDialog'#12
+'ClientHeight'#3'u'#1#11'ClientWidth'#3#164#1#21'Constraints.MinHeight'#3'8'
+#1#20'Constraints.MinWidth'#3','#1#10'KeyPreview'#9#7'OnClose'#7#9'FormClose'
+#14'OnChangeBounds'#7#16'FormChangeBounds'#0#6'TLabel'#15'TextToFindLabel'#22
+'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#18'TextToFin'
+'dComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#20
+#3'Top'#2#12#5'Width'#2'a'#9'Alignment'#7#14'taRightJustify'#18'BorderSpacin'
+'g.Left'#2#6#7'Caption'#6#15'TextToFindLabel'#12'FocusControl'#7#18'TextToFi'
+'ndComboBox'#11'ParentColor'#8#0#0#6'TLabel'#16'ReplaceWithLabel'#22'AnchorS'
+'ideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#19'ReplaceTextCombo'
+'Box'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#20#3'Top'
+#2''''#5'Width'#2'o'#9'Alignment'#7#14'taRightJustify'#18'BorderSpacing.Left'
+#2#6#7'Caption'#6#16'ReplaceWithLabel'#12'FocusControl'#7#19'ReplaceTextComb'
+'oBox'#11'ParentColor'#8#0#0#9'TComboBox'#18'TextToFindComboBox'#22'AnchorSi'
+'deLeft.Control'#7#15'TextToFindLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'
+#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBott'
+'om'#4'Left'#2's'#6'Height'#2#21#3'Top'#2#12#5'Width'#3'+'#1#7'Anchors'#11#5
+'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#9#16'AutoCompleteText'#11#12
+'cbactEnabled'#22'cbactEndOfLineComplete'#21'cbactRetainPrefixCase'#20'cbact'
+'SearchAscending'#0#18'BorderSpacing.Left'#2#6#20'BorderSpacing.Around'#2#6#9
+'MaxLength'#2#0#9'OnKeyDown'#7#25'TextToFindComboboxKeyDown'#8'TabOrder'#2#0
+#4'Text'#6#18'TextToFindComboBox'#0#0#9'TComboBox'#19'ReplaceTextComboBox'#22
+'AnchorSideLeft.Control'#7#16'ReplaceWithLabel'#19'AnchorSideLeft.Side'#7#9
+'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7
+#9'asrBottom'#4'Left'#3#129#0#6'Height'#2#21#3'Top'#2''''#5'Width'#3#29#1#7
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#9#16'AutoCompl'
+'eteText'#11#12'cbactEnabled'#22'cbactEndOfLineComplete'#21'cbactRetainPrefi'
+'xCase'#20'cbactSearchAscending'#0#18'BorderSpacing.Left'#2#6#20'BorderSpaci'
+'ng.Around'#2#6#9'MaxLength'#2#0#9'OnKeyDown'#7#25'TextToFindComboboxKeyDown'
+#8'TabOrder'#2#1#4'Text'#6#19'ReplaceTextComboBox'#0#0#9'TGroupBox'#15'Optio'
+'nsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'
+#7#19'ReplaceTextComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#24'AnchorSi'
+'deBottom.Control'#7#8'BtnPanel'#4'Left'#2#6#6'Height'#3#0#1#3'Top'#2'B'#5'W'
+'idth'#3#199#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#18'BorderSpaci'
+'ng.Left'#2#6#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#7'Capti'
+'on'#6#15'OptionsGroupBox'#12'ClientHeight'#3#237#0#11'ClientWidth'#3#195#0#8
+'TabOrder'#2#2#8'OnResize'#7#21'OptionsGroupBoxResize'#0#9'TCheckBox'#23'Pro'
+'mptOnReplaceCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'H'
+'eight'#2#22#3'Top'#3#148#0#5'Width'#3#183#0#5'Align'#7#5'alTop'#17'BorderSp'
+'acing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'PromptOnReplace'
+'CheckBox'#7'Checked'#9#14'ParentShowHint'#8#8'ShowHint'#9#5'State'#7#9'cbCh'
+'ecked'#8'TabOrder'#2#4#0#0#9'TCheckBox'#17'MultiLineCheckBox'#18'AnchorSide'
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'r'#5'Width'#3
+#183#0#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#17'MultiLineCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8
+'TabOrder'#2#3#0#0#9'TCheckBox'#26'RegularExpressionsCheckBox'#18'AnchorSide'
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'P'#5'Width'#3
+#183#0#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'
+#2#6#7'Caption'#6#26'RegularExpressionsCheckBox'#14'ParentShowHint'#8#8'Show'
+'Hint'#9#8'TabOrder'#2#2#0#0#9'TCheckBox'#22'WholeWordsOnlyCheckBox'#18'Anch'
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'.'#5'Wid'
+'th'#3#183#0#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpacing.'
+'Around'#2#6#7'Caption'#6#22'WholeWordsOnlyCheckBox'#14'ParentShowHint'#8#8
+'ShowHint'#9#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'CaseSensitiveCheckBox'#18'A'
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#12#5
+'Width'#3#183#0#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6#21'CaseSensitiveCheckBox'#14'ParentShowHint'#8#8
+'ShowHint'#9#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#13'ScopeGroupBox'#22'AnchorS'
+'ideLeft.Control'#7#15'OptionsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBotto'
+'m'#21'AnchorSideTop.Control'#7#14'OriginGroupBox'#18'AnchorSideTop.Side'#7#9
+'asrBottom'#4'Left'#3#211#0#6'Height'#2'J'#3'Top'#3#146#0#5'Width'#3#199#0#20
,'BorderSpacing.Around'#2#6#7'Caption'#6#13'ScopeGroupBox'#28'ChildSizing.Lef'
+'tRightSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChil'
+'dResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousSpaceResize'#28
+'ChildSizing.ShrinkHorizontal'#7#24'crsHomogenousSpaceResize'#26'ChildSizing'
+'.ShrinkVertical'#7#24'crsHomogenousSpaceResize'#18'ChildSizing.Layout'#7#29
+'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#12'Clien'
+'tHeight'#2'7'#11'ClientWidth'#3#195#0#8'TabOrder'#2#4#0#12'TRadioButton'#19
+'SelectedRadioButton'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#4#5'Width'#3#183#0
+#7'Caption'#6#19'SelectedRadioButton'#8'TabOrder'#2#0#0#0#12'TRadioButton'#17
+'GlobalRadioButton'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#30#5'Width'#3#183#0#7
+'Caption'#6#17'GlobalRadioButton'#7'Checked'#9#5'State'#7#9'cbChecked'#8'Tab'
+'Order'#2#1#0#0#0#9'TGroupBox'#17'DirectionGroupBox'#22'AnchorSideLeft.Contr'
+'ol'#7#15'OptionsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorS'
+'ideTop.Control'#7#13'ScopeGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
+'Left'#3#211#0#6'Height'#2'J'#3'Top'#3#226#0#5'Width'#3#199#0#20'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6#17'DirectionGroupBox'#28'ChildSizing.LeftRightS'
+'pacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'
+#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousSpaceResize'#28'ChildSizi'
+'ng.ShrinkHorizontal'#7#24'crsHomogenousSpaceResize'#26'ChildSizing.ShrinkVe'
+'rtical'#7#24'crsHomogenousSpaceResize'#18'ChildSizing.Layout'#7#29'cclLeftT'
+'oRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#12'ClientHeight'
+#2'7'#11'ClientWidth'#3#195#0#8'TabOrder'#2#5#0#12'TRadioButton'#19'Backward'
+'RadioButton'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#4#5'Width'#3#183#0#7'Capti'
+'on'#6#19'BackwardRadioButton'#8'TabOrder'#2#0#0#0#12'TRadioButton'#18'Forwa'
+'rdRadioButton'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#30#5'Width'#3#183#0#7'Ca'
+'ption'#6#18'ForwardRadioButton'#7'Checked'#9#5'State'#7#9'cbChecked'#8'TabO'
+'rder'#2#1#0#0#0#9'TGroupBox'#14'OriginGroupBox'#22'AnchorSideLeft.Control'#7
+#15'OptionsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop'
+'.Control'#7#19'ReplaceTextComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
+'Left'#3#211#0#6'Height'#2'J'#3'Top'#2'B'#5'Width'#3#199#0#20'BorderSpacing.'
+'Around'#2#6#7'Caption'#6#14'OriginGroupBox'#28'ChildSizing.LeftRightSpacing'
+#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'Chi'
+'ldSizing.EnlargeVertical'#7#24'crsHomogenousSpaceResize'#28'ChildSizing.Shr'
+'inkHorizontal'#7#24'crsHomogenousSpaceResize'#26'ChildSizing.ShrinkVertical'
+#7#24'crsHomogenousSpaceResize'#18'ChildSizing.Layout'#7#29'cclLeftToRightTh'
+'enTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#4#0#12'TRa'
+'dioButton'#19'SelectedRadioButton'#4'Left'#2#6#6'Height'#2#24#3'Top'#2#2#5
+'Width'#3#183#0#7'Caption'#6#19'SelectedRadioButton'#8'TabOrder'#2#0#0#0#12
+'TRadioButton'#17'GlobalRadioButton'#4'Left'#2#6#6'Height'#2#24#3'Top'#2#28#5
+'Width'#3#183#0#7'Caption'#6#17'GlobalRadioButton'#7'Checked'#9#5'State'#7#9
+'cbChecked'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#17'DirectionGroupBox'#22'Anch'
+'orSideLeft.Control'#7#15'OptionsGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBo'
+'ttom'#21'AnchorSideTop.Control'#7#13'ScopeGroupBox'#18'AnchorSideTop.Side'#7
+#9'asrBottom'#4'Left'#3#211#0#6'Height'#2'J'#3'Top'#3#226#0#5'Width'#3#199#0
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'DirectionGroupBox'#28'ChildSiz'
+'ing.LeftRightSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogen'
+'ousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousSpaceResi'
+'ze'#28'ChildSizing.ShrinkHorizontal'#7#24'crsHomogenousSpaceResize'#26'Chil'
+'dSizing.ShrinkVertical'#7#24'crsHomogenousSpaceResize'#18'ChildSizing.Layou'
+'t'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8
+'TabOrder'#2#5#0#12'TRadioButton'#19'BackwardRadioButton'#4'Left'#2#4#6'Heig'
+'ht'#2#24#3'Top'#2#2#5'Width'#3#185#0#7'Caption'#6#19'BackwardRadioButton'#8
+'TabOrder'#2#0#0#0#12'TRadioButton'#18'ForwardRadioButton'#4'Left'#2#4#6'Hei'
+'ght'#2#24#3'Top'#2#28#5'Width'#3#185#0#7'Caption'#6#18'ForwardRadioButton'#7
+'Checked'#9#5'State'#7#9'cbChecked'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#14'Or'
+'iginGroupBox'#22'AnchorSideLeft.Control'#7#15'OptionsGroupBox'#19'AnchorSid'
+'eLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#19'ReplaceTextComboB'
+'ox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#211#0#6'Height'#2'J'#3
+'Top'#2'B'#5'Width'#3#199#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'Ori'
+'ginGroupBox'#28'ChildSizing.LeftRightSpacing'#2#6#29'ChildSizing.EnlargeHor'
+'izontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24
+'crsHomogenousSpaceResize'#28'ChildSizing.ShrinkHorizontal'#7#24'crsHomogeno'
+'usSpaceResize'#26'ChildSizing.ShrinkVertical'#7#24'crsHomogenousSpaceResize'
+#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.C'
+'ontrolsPerLine'#2#1#8'TabOrder'#2#3#0#12'TRadioButton'#21'FromCursorRadioBu'
+'tton'#6'Height'#2#24#3'Top'#2#2#5'Width'#3#202#0#8'AutoSize'#8#7'Caption'#6
+#21'FromCursorRadioButton'#7'Checked'#9#5'State'#7#9'cbChecked'#8'TabOrder'#2
+#0#0#0#12'TRadioButton'#22'EntireScopeRadioButton'#6'Height'#2#24#3'Top'#2#28
+#5'Width'#3#202#0#8'AutoSize'#8#7'Caption'#6#22'EntireScopeRadioButton'#8'Ta'
+'bOrder'#2#1#0#0#0#7'TBitBtn'#16'ReplaceAllButton'#23'AnchorSideRight.Contro'
+'l'#7#8'OKButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBotto'
+'m.Side'#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#28#3'Top'#3'<'#1#5'Width'
+#2'2'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.'
+'Around'#2#6#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#4'&All'#21'Const'
+'raints.MaxHeight'#2'!'#21'Constraints.MinHeight'#2#28#4'Kind'#7#5'bkAll'#9
+'NumGlyphs'#2#0#7'OnClick'#7#21'ReplaceAllButtonClick'#8'TabOrder'#2#6#0#0#0
+'enTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#12'ClientHeight'#2'7'#11
+'ClientWidth'#3#195#0#8'TabOrder'#2#3#0#12'TRadioButton'#21'FromCursorRadioB'
+'utton'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#4#5'Width'#3#183#0#8'AutoSize'#8
+#7'Caption'#6#21'FromCursorRadioButton'#7'Checked'#9#5'State'#7#9'cbChecked'
+#8'TabOrder'#2#0#0#0#12'TRadioButton'#22'EntireScopeRadioButton'#4'Left'#2#6
+#6'Height'#2#22#3'Top'#2#30#5'Width'#3#183#0#8'AutoSize'#8#7'Caption'#6#22'E'
+'ntireScopeRadioButton'#8'TabOrder'#2#1#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'
+#2'-'#3'Top'#3'H'#1#5'Width'#3#164#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10
+'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'-'#11'ClientWidth'#3#164#1#8'Tab'
+'Order'#2#6#0#7'TBitBtn'#16'ReplaceAllButton'#21'AnchorSideBottom.Side'#7#9
+'asrBottom'#4'Left'#3#209#0#6'Height'#2'!'#3'Top'#2#6#5'Width'#2'2'#5'Align'
+#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.In'
+'nerBorder'#2#2#7'Caption'#6#4'&All'#21'Constraints.MaxHeight'#2'!'#21'Const'
+'raints.MinHeight'#2#28#4'Kind'#7#5'bkAll'#9'NumGlyphs'#2#0#7'OnClick'#7#21
+'ReplaceAllButtonClick'#8'TabOrder'#2#0#0#0#7'TBitBtn'#8'OKButton'#21'Anchor'
+'SideBottom.Side'#7#9'asrBottom'#4'Left'#3#9#1#6'Height'#2'!'#3'Top'#2#6#5'W'
+'idth'#2'='#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
+#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#3'&OK'#21'Constraints.MaxHei'
+'ght'#2'!'#21'Constraints.MinHeight'#2#28#7'Default'#9#4'Kind'#7#4'bkOK'#9'N'
+'umGlyphs'#2#0#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#1#0#0#7'TBitBtn'
+#12'CancelButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBotto'
+'m.Side'#7#9'asrBottom'#4'Left'#3'L'#1#6'Height'#2'!'#3'Top'#2#6#5'Width'#2
+'R'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'Bord'
+'erSpacing.InnerBorder'#2#2#6'Cancel'#9#7'Caption'#6#6'Cancel'#21'Constraint'
+'s.MaxHeight'#2'!'#21'Constraints.MinHeight'#2#28#4'Kind'#7#8'bkCancel'#11'M'
+'odalResult'#2#2#9'NumGlyphs'#2#0#7'OnClick'#7#17'CancelButtonClick'#8'TabOr'
+'der'#2#2#0#0#0#0
]);

View File

@ -51,6 +51,7 @@ type
TLazFindReplaceDialog = class(TForm)
BackwardRadioButton: TRadioButton;
BtnPanel: TPanel;
ReplaceAllButton: TBitBtn;
CaseSensitiveCheckBox: TCheckBox;
EntireScopeRadioButton: TRadioButton;

View File

@ -1,47 +1,47 @@
object ProjectOptionsDialog: TProjectOptionsDialog
Left = 283
Height = 400
Height = 417
Top = 219
Width = 474
HorzScrollBar.Page = 473
VertScrollBar.Page = 399
VertScrollBar.Page = 416
ActiveControl = TitleEdit
BorderIcons = [biSystemMenu]
Caption = 'ProjectOptionsDialog'
ClientHeight = 400
ClientHeight = 417
ClientWidth = 474
Constraints.MinHeight = 400
Constraints.MinWidth = 400
OnClose = ProjectOptionsClose
Position = poScreenCenter
object Notebook: TNotebook
AnchorSideBottom.Control = CancelButton
Height = 360
AnchorSideBottom.Control = PODBtnPanel
Height = 367
Width = 474
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
PageIndex = 1
PageIndex = 5
TabOrder = 0
object ApplicationPage: TPage
Caption = 'ApplicationPage'
ClientWidth = 466
ClientHeight = 334
ClientWidth = 470
ClientHeight = 335
object AppSettingsGroupBox: TGroupBox
Left = 6
Height = 124
Top = 6
Width = 454
Width = 458
Align = alTop
BorderSpacing.Around = 6
Caption = 'AppSettingsGroupBox'
ClientHeight = 124
ClientHeight = 105
ClientWidth = 454
TabOrder = 0
object TitleLabel: TLabel
Left = 6
Height = 14
Height = 20
Top = 6
Width = 438
Width = 442
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 6
@ -52,8 +52,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
object TitleEdit: TEdit
Left = 6
Height = 23
Top = 20
Width = 438
Top = 26
Width = 442
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Right = 6
@ -64,7 +64,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Left = 6
Height = 24
Top = 52
Width = 386
Width = 390
Anchors = [akTop, akLeft, akRight]
AutoSize = False
Caption = 'UseAppBundleCheckBox'
@ -74,7 +74,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Left = 6
Height = 24
Top = 76
Width = 386
Width = 390
Anchors = [akTop, akLeft, akRight]
AutoSize = False
Caption = 'UseXPManifestCheckBox'
@ -83,20 +83,21 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object OutputSettingsGroupBox: TGroupBox
Left = 6
Height = 73
Height = 68
Top = 136
Width = 454
Width = 458
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'OutputSettingsGroupBox'
ClientHeight = 73
ClientHeight = 49
ClientWidth = 454
TabOrder = 1
object TargetFileLabel: TLabel
Left = 6
Height = 14
Height = 20
Top = 6
Width = 438
Width = 442
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 6
@ -107,11 +108,12 @@ object ProjectOptionsDialog: TProjectOptionsDialog
object TargetFileEdit: TEdit
Left = 6
Height = 23
Top = 20
Width = 438
Top = 26
Width = 442
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
TabOrder = 0
Text = 'TargetFileEdit'
end
@ -119,23 +121,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object FormsPage: TPage
Caption = 'FormsPage'
ClientWidth = 466
ClientHeight = 334
ClientWidth = 470
ClientHeight = 335
OnResize = FormsPageResize
object FormsAutoCreatedLabel: TLabel
Left = 36
Height = 14
Height = 20
Top = 10
Width = 117
Width = 155
Caption = 'FormsAutoCreatedLabel'
ParentColor = False
end
object FormsAvailFormsLabel: TLabel
AnchorSideLeft.Control = FormsAvailFormsListBox
Left = 266
Height = 14
Height = 20
Top = 10
Width = 107
Width = 143
Caption = 'FormsAvailFormsLabel'
ParentColor = False
end
@ -144,13 +146,14 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
Left = 36
Height = 277
Height = 269
Top = 32
Width = 194
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Around = 6
MultiSelect = True
TabOrder = 0
TopIndex = -1
end
object FormsAvailFormsListBox: TListBox
AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
@ -159,13 +162,14 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
Left = 266
Height = 277
Height = 269
Top = 32
Width = 194
Width = 198
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
MultiSelect = True
TabOrder = 1
TopIndex = -1
end
object FormsMoveAutoCreatedFormUpBtn: TArrow
Left = 6
@ -204,9 +208,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object FormsAutoCreateNewFormsCheckBox: TCheckBox
Left = 6
Height = 13
Top = 315
Width = 454
Height = 22
Top = 307
Width = 458
Align = alBottom
BorderSpacing.Around = 6
Caption = 'FormsAutoCreateNewFormsCheckBox'
@ -215,15 +219,15 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object MiscPage: TPage
Caption = 'MiscPage'
ClientWidth = 466
ClientHeight = 334
ClientWidth = 470
ClientHeight = 335
object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 13
Top = 25
Width = 454
Height = 22
Top = 34
Width = 458
Align = alTop
BorderSpacing.Around = 6
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
@ -233,9 +237,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 13
Top = 44
Width = 454
Height = 22
Top = 62
Width = 458
Align = alTop
BorderSpacing.Around = 6
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
@ -243,9 +247,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object MainUnitIsPascalSourceCheckBox: TCheckBox
Left = 6
Height = 13
Height = 22
Top = 6
Width = 454
Width = 458
Align = alTop
BorderSpacing.Around = 6
Caption = 'MainUnitIsPascalSourceCheckBox'
@ -255,9 +259,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 13
Top = 63
Width = 454
Height = 22
Top = 90
Width = 458
Align = alTop
BorderSpacing.Around = 6
Caption = 'MainUnitHasTitleStatementCheckBox'
@ -267,9 +271,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 13
Top = 88
Width = 454
Height = 22
Top = 124
Width = 458
Align = alTop
BorderSpacing.Top = 6
BorderSpacing.Around = 6
@ -280,9 +284,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = RunnableCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 13
Top = 107
Width = 454
Height = 22
Top = 152
Width = 458
Align = alTop
BorderSpacing.Around = 6
Caption = 'AlwaysBuildCheckBox'
@ -291,41 +295,39 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object LazDocPage: TPage
Caption = 'LazDocPage'
ClientWidth = 466
ClientHeight = 334
ClientWidth = 470
ClientHeight = 335
object LazDocPathsGroupBox: TGroupBox
Left = 6
Height = 198
Height = 205
Top = 6
Width = 454
Width = 458
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'LazDocPathsGroupBox'
ClientHeight = 198
ClientHeight = 186
ClientWidth = 454
TabOrder = 0
object LazDocListBox: TListBox
AnchorSideLeft.Control = LazDocPathsGroupBox
AnchorSideTop.Control = LazDocPathsGroupBox
AnchorSideRight.Control = LazDocPathsGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 108
Top = 6
Width = 438
Width = 442
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 = 25
Height = 31
Top = 120
Width = 137
Width = 163
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 4
@ -338,10 +340,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LazDocListBox
AnchorSideTop.Side = asrBottom
Left = 149
Height = 25
Left = 175
Height = 31
Top = 120
Width = 149
Width = 180
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 4
@ -356,8 +358,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Control = LazDocBrowseButton
Left = 6
Height = 23
Top = 151
Width = 408
Top = 157
Width = 412
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 3
@ -368,9 +370,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LazDocPathsGroupBox
AnchorSideRight.Side = asrBottom
Left = 420
Left = 424
Height = 23
Top = 151
Top = 157
Width = 24
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
@ -383,13 +385,13 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object SavePage: TPage
Caption = 'SavePage'
ClientWidth = 466
ClientHeight = 334
ClientWidth = 470
ClientHeight = 335
object SaveClosedUnitInfoCheckBox: TCheckBox
Left = 6
Height = 13
Height = 22
Top = 6
Width = 454
Width = 458
Align = alTop
BorderSpacing.Around = 6
Caption = 'SaveClosedUnitInfoCheckBox'
@ -399,9 +401,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = SaveClosedUnitInfoCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 13
Top = 25
Width = 454
Height = 22
Top = 34
Width = 458
Align = alTop
BorderSpacing.Around = 6
Caption = 'SaveOnlyProjectUnitInfoCheckBox'
@ -414,8 +416,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Side = asrBottom
Left = 6
Height = 117
Top = 50
Width = 454
Top = 68
Width = 458
Align = alTop
AutoFill = True
BorderSpacing.Top = 6
@ -434,30 +436,30 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object VersionInfoPage: TPage
Caption = 'VersionInfoPage'
ClientWidth = 466
ClientHeight = 334
ClientWidth = 470
ClientHeight = 336
object VersionInfoGroupBox: TGroupBox
AnchorSideLeft.Control = LanguageSettingsGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 95
Top = 25
Width = 454
Height = 96
Top = 34
Width = 458
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Version Numbering'
ClientHeight = 95
ClientHeight = 77
ClientWidth = 454
TabOrder = 0
object VersionLabel: TLabel
AnchorSideLeft.Control = VersionInfoGroupBox
AnchorSideTop.Control = VersionInfoGroupBox
Left = 6
Height = 14
Height = 20
Top = 6
Width = 40
Width = 52
BorderSpacing.Around = 6
Caption = 'Version:'
ParentColor = False
@ -467,9 +469,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 106
Height = 14
Height = 20
Top = 6
Width = 75
Width = 95
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'Major Revision:'
@ -480,9 +482,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 206
Height = 14
Height = 20
Top = 6
Width = 74
Width = 95
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'Minor Revision:'
@ -493,9 +495,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 306
Height = 14
Height = 20
Top = 6
Width = 27
Width = 36
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'Build:'
@ -507,7 +509,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom
Left = 306
Height = 20
Top = 26
Top = 32
Width = 70
TabOrder = 0
Text = '0'
@ -518,7 +520,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 26
Top = 32
Width = 70
TabOrder = 1
end
@ -528,7 +530,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom
Left = 106
Height = 20
Top = 26
Top = 32
Width = 70
TabOrder = 2
end
@ -538,7 +540,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom
Left = 206
Height = 20
Top = 26
Top = 32
Width = 70
TabOrder = 3
end
@ -547,9 +549,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Control = VersionSpinEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 13
Top = 58
Width = 151
Height = 22
Top = 64
Width = 204
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'Automatically increase Build'
@ -559,9 +561,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object UseVersionInfoCheckBox: TCheckBox
Left = 6
Height = 13
Height = 22
Top = 6
Width = 454
Width = 458
Align = alTop
BorderSpacing.Around = 6
Caption = 'Include Version Info in executable'
@ -572,24 +574,23 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 76
Top = 126
Width = 454
Height = 72
Top = 136
Width = 458
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Language Options'
ClientHeight = 76
ClientHeight = 53
ClientWidth = 454
TabOrder = 2
object LanguageSelectionLabel: TLabel
AnchorSideLeft.Control = LanguageSettingsGroupBox
AnchorSideTop.Control = LanguageSettingsGroupBox
Left = 6
Height = 14
Height = 20
Top = 6
Width = 98
Width = 131
BorderSpacing.Around = 6
Caption = 'Language Selection:'
ParentColor = False
@ -599,9 +600,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LanguageSettingsGroupBox
Left = 260
Height = 14
Height = 20
Top = 6
Width = 72
Width = 94
BorderSpacing.Around = 6
Caption = 'Character Set:'
ParentColor = False
@ -612,11 +613,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 26
Top = 32
Width = 248
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Top = 2
ItemHeight = 13
MaxLength = 0
TabOrder = 0
Text = 'U.S. English'
@ -624,13 +624,15 @@ object ProjectOptionsDialog: TProjectOptionsDialog
object CharacterSetComboBox: TComboBox
AnchorSideLeft.Control = CharacterSetLabel
AnchorSideTop.Control = LanguageSelectionComboBox
AnchorSideRight.Control = LanguageSettingsGroupBox
AnchorSideRight.Side = asrBottom
Left = 260
Height = 21
Top = 26
Width = 49
Top = 32
Width = 188
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 13
BorderSpacing.Right = 6
MaxLength = 0
TabOrder = 1
Text = 'Multilingual'
@ -640,33 +642,30 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 103
Top = 208
Width = 454
Height = 110
Top = 214
Width = 458
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Other Info'
ClientHeight = 85
ClientWidth = 450
ClientHeight = 91
ClientWidth = 454
TabOrder = 3
object DescriptionLabel: TLabel
AnchorSideTop.Control = DescriptionEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 2
Width = 58
Height = 20
Width = 77
Caption = 'Description:'
ParentColor = False
end
object CopyrightLabel: TLabel
AnchorSideTop.Control = CopyrightEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 29
Width = 52
Height = 20
Top = 27
Width = 66
Caption = 'Copyright:'
ParentColor = False
end
@ -675,10 +674,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 70
Left = 83
Height = 21
Top = -1
Width = 374
Width = 365
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
@ -690,10 +688,10 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 70
Left = 83
Height = 21
Top = 26
Width = 374
Top = 27
Width = 365
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 6
@ -704,12 +702,11 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = OtherInfoGroupBox
AnchorSideBottom.Side = asrBottom
Left = 349
Height = 25
Top = 53
Width = 95
Left = 338
Height = 31
Top = 54
Width = 110
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
@ -722,8 +719,8 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object i18nPage: TPage
Caption = 'i18n'
ClientWidth = 466
ClientHeight = 334
ClientWidth = 470
ClientHeight = 336
object I18NGroupBox: TGroupBox
AnchorSideLeft.Control = OtherInfoGroupBox
AnchorSideTop.Control = VersionInfoGroupBox
@ -731,23 +728,19 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 79
Top = 25
Width = 454
Height = 71
Top = 34
Width = 458
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'i18n Options'
ClientHeight = 79
ClientHeight = 52
ClientWidth = 454
TabOrder = 0
object PoOutDirLabel: TLabel
Left = 6
Height = 14
Top = 6
Width = 438
Align = alTop
Height = 20
Width = 132
BorderSpacing.Around = 6
Caption = 'PO Output Directory:'
ParentColor = False
@ -760,7 +753,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
Left = 6
Height = 23
Top = 26
Width = 408
Width = 412
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 0
@ -772,7 +765,7 @@ object ProjectOptionsDialog: TProjectOptionsDialog
AnchorSideRight.Control = I18NGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 420
Left = 424
Height = 23
Top = 26
Width = 24
@ -786,9 +779,9 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
object EnableI18NCheckBox: TCheckBox
Left = 6
Height = 13
Height = 22
Top = 6
Width = 454
Width = 458
Align = alTop
BorderSpacing.Around = 6
Caption = 'Enable i18n'
@ -797,65 +790,70 @@ object ProjectOptionsDialog: TProjectOptionsDialog
end
end
end
object HelpButton: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 28
Top = 366
Width = 75
Anchors = [akLeft, akBottom]
object PODBtnPanel: TPanel
Height = 50
Top = 367
Width = 474
Align = alBottom
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Help'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkHelp
NumGlyphs = 0
OnClick = HelpButtonClick
BevelOuter = bvNone
ClientHeight = 50
ClientWidth = 474
TabOrder = 1
end
object CancelButton: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 388
Height = 28
Top = 366
Width = 80
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 2
end
object OKButton: TBitBtn
AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 307
Height = 28
Top = 366
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 3
object OKButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 301
Height = 38
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
end
object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 382
Height = 38
Top = 6
Width = 86
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
object HelpButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 38
Top = 6
Width = 76
Align = alLeft
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Help'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkHelp
NumGlyphs = 0
OnClick = HelpButtonClick
TabOrder = 2
end
end
object SelectDirectoryDialog: TSelectDirectoryDialog
Title = 'Select Directory'

View File

@ -2,293 +2,288 @@
LazarusResources.Add('TProjectOptionsDialog','FORMDATA',[
'TPF0'#21'TProjectOptionsDialog'#20'ProjectOptionsDialog'#4'Left'#3#27#1#6'He'
+'ight'#3#144#1#3'Top'#3#219#0#5'Width'#3#218#1#18'HorzScrollBar.Page'#3#217#1
+#18'VertScrollBar.Page'#3#143#1#13'ActiveControl'#7#9'TitleEdit'#11'BorderIc'
+'ight'#3#161#1#3'Top'#3#219#0#5'Width'#3#218#1#18'HorzScrollBar.Page'#3#217#1
+#18'VertScrollBar.Page'#3#160#1#13'ActiveControl'#7#9'TitleEdit'#11'BorderIc'
+'ons'#11#12'biSystemMenu'#0#7'Caption'#6#20'ProjectOptionsDialog'#12'ClientH'
+'eight'#3#144#1#11'ClientWidth'#3#218#1#21'Constraints.MinHeight'#3#144#1#20
+'eight'#3#161#1#11'ClientWidth'#3#218#1#21'Constraints.MinHeight'#3#144#1#20
+'Constraints.MinWidth'#3#144#1#7'OnClose'#7#19'ProjectOptionsClose'#8'Positi'
+'on'#7#14'poScreenCenter'#0#9'TNotebook'#8'Notebook'#24'AnchorSideBottom.Con'
+'trol'#7#12'CancelButton'#6'Height'#3'h'#1#5'Width'#3#218#1#5'Align'#7#5'alT'
+'op'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2
+#1#8'TabOrder'#2#0#0#5'TPage'#15'ApplicationPage'#7'Caption'#6#15'Applicatio'
+'nPage'#11'ClientWidth'#3#210#1#12'ClientHeight'#3'N'#1#0#9'TGroupBox'#19'Ap'
+'pSettingsGroupBox'#4'Left'#2#6#6'Height'#2'|'#3'Top'#2#6#5'Width'#3#198#1#5
+'trol'#7#11'PODBtnPanel'#6'Height'#3'o'#1#5'Width'#3#218#1#5'Align'#7#5'alTo'
+'p'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2
+#5#8'TabOrder'#2#0#0#5'TPage'#15'ApplicationPage'#7'Caption'#6#15'Applicatio'
+'nPage'#11'ClientWidth'#3#214#1#12'ClientHeight'#3'O'#1#0#9'TGroupBox'#19'Ap'
+'pSettingsGroupBox'#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'Caption'#6#19'AppSettingsG'
+'roupBox'#12'ClientHeight'#2'|'#11'ClientWidth'#3#198#1#8'TabOrder'#2#0#0#6
+'TLabel'#10'TitleLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#3#182
+'roupBox'#12'ClientHeight'#2'i'#11'ClientWidth'#3#198#1#8'TabOrder'#2#0#0#6
+'TLabel'#10'TitleLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#186
+#1#5'Align'#7#5'alTop'#18'BorderSpacing.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'Left'#2#6#6'Height'#2#23#3'Top'#2#20#5'Width'#3
+#182#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'
+#0#5'TEdit'#9'TitleEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#26#5'Width'#3
+#186#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'UseAppBundle'
+'CheckBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'4'#5'Width'#3#130#1#7'Anchors'
+'CheckBox'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'4'#5'Width'#3#134#1#7'Anchors'
+#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#20'UseAppBund'
+'leCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'UseXPManifestCheckBox'#4'Le'
+'ft'#2#6#6'Height'#2#24#3'Top'#2'L'#5'Width'#3#130#1#7'Anchors'#11#5'akTop'#6
+'ft'#2#6#6'Height'#2#24#3'Top'#2'L'#5'Width'#3#134#1#7'Anchors'#11#5'akTop'#6
+'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#21'UseXPManifestCheckBox'#8
+'TabOrder'#2#2#0#0#0#9'TGroupBox'#22'OutputSettingsGroupBox'#4'Left'#2#6#6'H'
+'eight'#2'I'#3'Top'#3#136#0#5'Width'#3#198#1#5'Align'#7#5'alTop'#20'BorderSp'
+'acing.Around'#2#6#7'Caption'#6#22'OutputSettingsGroupBox'#12'ClientHeight'#2
+'I'#11'ClientWidth'#3#198#1#8'TabOrder'#2#1#0#6'TLabel'#15'TargetFileLabel'#4
+'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#3#182#1#5'Align'#7#5'alTop'#18
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
+#6#7'Caption'#6#15'TargetFileLabel'#11'ParentColor'#8#0#0#5'TEdit'#14'Target'
+'FileEdit'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#20#5'Width'#3#182#1#5'Align'#7
+#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'
+#2#0#4'Text'#6#14'TargetFileEdit'#0#0#0#0#5'TPage'#9'FormsPage'#7'Caption'#6
+#9'FormsPage'#11'ClientWidth'#3#210#1#12'ClientHeight'#3'N'#1#8'OnResize'#7
+#15'FormsPageResize'#0#6'TLabel'#21'FormsAutoCreatedLabel'#4'Left'#2'$'#6'He'
+'ight'#2#14#3'Top'#2#10#5'Width'#2'u'#7'Caption'#6#21'FormsAutoCreatedLabel'
+#11'ParentColor'#8#0#0#6'TLabel'#20'FormsAvailFormsLabel'#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'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#21#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
+#0#0#8'TListBox'#22'FormsAvailFormsListBox'#22'AnchorSideLeft.Control'#7#29
+'FormsAddToAutoCreatedFormsBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'An'
+'chorSideRight.Control'#7#9'FormsPage'#20'AnchorSideRight.Side'#7#9'asrBotto'
+'m'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Lef'
+'t'#3#10#1#6'Height'#3#21#1#3'Top'#2' '#5'Width'#3#194#0#7'Anchors'#11#5'akT'
+'op'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'Mult'
+'iSelect'#9#8'TabOrder'#2#1#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'"FormsMoveAutoCreatedFormUpBtnClick'#0#0#6'TArrow FormsMoveAutoC'
+'reatedFormsDownBtn'#4'Left'#2#6#6'Height'#2#24#3'Top'#2'<'#5'Width'#2#24#9
+'ArrowType'#7#6'atDown'#7'OnClick'#7'$FormsMoveAutoCreatedFormDownBtnClick'#0
+#0#6'TArrow"FormsRemoveFromAutoCreatedFormsBtn'#22'AnchorSideLeft.Control'#7
+#23'FormsAutoCreatedListBox'#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.Around'#2#6#7'OnClick'#7'''FormsRemoveFromAutoCreatedFormsBtn'
+'Click'#0#0#6'TArrow'#29'FormsAddToAutoCreatedFormsBtn'#22'AnchorSideLeft.Co'
+'ntrol'#7'"FormsRemoveFromAutoCreatedFormsBtn'#4'Left'#3#236#0#6'Height'#2#24
+#3'Top'#2'<'#5'Width'#2#24#7'OnClick'#7'"FormsAddToAutoCreatedFormsBtnClick'
,#0#0#9'TCheckBox'#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2#6#6'Height'#2
+#13#3'Top'#3';'#1#5'Width'#3#198#1#5'Align'#7#8'alBottom'#20'BorderSpacing.A'
+'round'#2#6#7'Caption'#6#31'FormsAutoCreateNewFormsCheckBox'#8'TabOrder'#2#2
+#0#0#0#5'TPage'#8'MiscPage'#7'Caption'#6#8'MiscPage'#11'ClientWidth'#3#210#1
+#12'ClientHeight'#3'N'#1#0#9'TCheckBox)MainUnitHasUsesSectionForAllUnitsChec'
+'kBox'#21'AnchorSideTop.Control'#7#30'MainUnitIsPascalSourceCheckBox'#18'Anc'
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#25#5'Wi'
+'dth'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
+')MainUnitHasUsesSectionForAllUnitsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'
+'''MainUnitHasCreateFormStatementsCheckBox'#21'AnchorSideTop.Control'#7')Mai'
+'nUnitHasUsesSectionForAllUnitsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBotto'
+'m'#4'Left'#2#6#6'Height'#2#13#3'Top'#2','#5'Width'#3#198#1#5'Align'#7#5'alT'
+'op'#20'BorderSpacing.Around'#2#6#7'Caption'#6'''MainUnitHasCreateFormStatem'
+'entsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#30'MainUnitIsPascalSourceChe'
+'ckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'#3#198#1#5'Align'#7#5
+'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#30'MainUnitIsPascalSourceC'
+'heckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox!MainUnitHasTitleStatementCheckBox'
+#21'AnchorSideTop.Control'#7'''MainUnitHasCreateFormStatementsCheckBox'#18'A'
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'?'#5
+'Width'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6
+'!MainUnitHasTitleStatementCheckBox'#8'TabOrder'#2#5#0#0#9'TCheckBox'#16'Run'
+'nableCheckBox'#21'AnchorSideTop.Control'#7'!MainUnitHasTitleStatementCheckB'
+'ox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'
+#2'X'#5'Width'#3#198#1#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#6#20'Bord'
+'erSpacing.Around'#2#6#7'Caption'#6#16'RunnableCheckBox'#8'TabOrder'#2#3#0#0
+#9'TCheckBox'#19'AlwaysBuildCheckBox'#21'AnchorSideTop.Control'#7#16'Runnabl'
+'eCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#13
+#3'Top'#2'k'#5'Width'#3#198#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'La'
+'zDocPage'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'#3#210#1#12'ClientHeig'
+'ht'#3'N'#1#0#9'TGroupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6#6'Height'#3
+#198#0#3'Top'#2#6#5'Width'#3#198#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Bord'
+'erSpacing.Around'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'
+#3#198#0#11'ClientWidth'#3#198#1#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocList'
+'Box'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.'
+'Control'#7#19'LazDocPathsGroupBox'#23'AnchorSideRight.Control'#7#19'LazDocP'
+'athsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
+#2'l'#3'Top'#2#6#5'Width'#3#182#1#5'Align'#7#5'alTop'#20'BorderSpacing.Aroun'
+'d'#2#6#8'TabOrder'#2#0#0#0#7'TButton'#19'LazDocAddPathButton'#22'AnchorSide'
+'Left.Control'#7#19'LazDocPathsGroupBox'#21'AnchorSideTop.Control'#7#13'LazD'
+'ocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#25
+#3'Top'#2'x'#5'Width'#3#137#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25
+'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#19'LazDocAddPathButton'#7'OnCli'
+'ck'#7#24'LazDocAddPathButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#22'LazDoc'
+'DeletePathButton'#22'AnchorSideLeft.Control'#7#19'LazDocAddPathButton'#19'A'
+'nchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#13'LazDocLis'
+'tBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#149#0#6'Height'#2#25#3
+'Top'#2'x'#5'Width'#3#149#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'Bo'
+'rderSpacing.InnerBorder'#2#4#7'Caption'#6#22'LazDocDeletePathButton'#7'OnCl'
+'ick'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#0#0#5'TEdit'#14'LazD'
+'ocPathEdit'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'#21'AnchorS'
+'ideTop.Control'#7#19'LazDocAddPathButton'#18'AnchorSideTop.Side'#7#9'asrBot'
+'tom'#23'AnchorSideRight.Control'#7#18'LazDocBrowseButton'#4'Left'#2#6#6'Hei'
+'ght'#2#23#3'Top'#3#151#0#5'Width'#3#152#1#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDoc'
+'PathEdit'#0#0#7'TButton'#18'LazDocBrowseButton'#21'AnchorSideTop.Control'#7
+#19'LazDocAddPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSide'
+'Right.Control'#7#19'LazDocPathsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBo'
+'ttom'#4'Left'#3#164#1#6'Height'#2#23#3'Top'#3#151#0#5'Width'#2#24#7'Anchors'
+#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#25'BorderSpacing.Inne'
+'rBorder'#2#4#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'Clie'
+'ntWidth'#3#210#1#12'ClientHeight'#3'N'#1#0#9'TCheckBox'#26'SaveClosedUnitIn'
+'foCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'#3#198#1#5'Align'
,#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'SaveClosedUnitInfoC'
+'heckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#31'SaveOnlyProjectUnitInfoCheckBo'
+'x'#21'AnchorSideTop.Control'#7#26'SaveClosedUnitInfoCheckBox'#18'AnchorSide'
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#25#5'Width'#3
+#198#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'Save'
+'OnlyProjectUnitInfoCheckBox'#8'TabOrder'#2#1#0#0#11'TRadioGroup'#29'SaveSes'
+'sionLocationRadioGroup'#21'AnchorSideTop.Control'#7#31'SaveOnlyProjectUnitI'
+'nfoCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
+'ol'#7#8'SavePage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Hei'
+'ght'#2'u'#3'Top'#2'2'#5'Width'#3#198#1#5'Align'#7#5'alTop'#8'AutoFill'#9#17
+'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'SaveSes'
+'sionLocationRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing'
+'.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenous'
+'ChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'
+#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.Shrink'
+'Vertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightTh'
+'enTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#2#0#0#0#5
+'TPage'#15'VersionInfoPage'#7'Caption'#6#15'VersionInfoPage'#11'ClientWidth'
+#3#210#1#12'ClientHeight'#3'N'#1#0#9'TGroupBox'#19'VersionInfoGroupBox'#22'A'
+'nchorSideLeft.Control'#7#24'LanguageSettingsGroupBox'#18'AnchorSideTop.Side'
+#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
+#2'_'#3'Top'#2#25#5'Width'#3#198#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'Bord'
+'erSpacing.Around'#2#6#7'Caption'#6#17'Version Numbering'#12'ClientHeight'#2
+'_'#11'ClientWidth'#3#198#1#8'TabOrder'#2#0#0#6'TLabel'#12'VersionLabel'#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'ParentColor'#8#0
+#0#6'TLabel'#18'MajorRevisionLabel'#22'AnchorSideLeft.Control'#7#15'VersionS'
+'pinEdit'#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'Caption'#6#15'Ma'
+'jor Revision:'#11'ParentColor'#8#0#0#6'TLabel'#18'MinorRevisionLabel'#22'An'
+'chorSideLeft.Control'#7#21'MajorRevisionSpinEdit'#19'AnchorSideLeft.Side'#7
+#9'asrBottom'#21'AnchorSideTop.Control'#7#19'VersionInfoGroupBox'#4'Left'#3
+#206#0#6'Height'#2#14#3'Top'#2#6#5'Width'#2'J'#18'BorderSpacing.Left'#2#24#20
+'BorderSpacing.Around'#2#6#7'Caption'#6#15'Minor Revision:'#11'ParentColor'#8
+#0#0#6'TLabel'#10'BuildLabel'#22'AnchorSideLeft.Control'#7#21'MinorRevisionS'
+'pinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
+#19'VersionInfoGroupBox'#4'Left'#3'2'#1#6'Height'#2#14#3'Top'#2#6#5'Width'#2
+#27#18'BorderSpacing.Left'#2#24#20'BorderSpacing.Around'#2#6#7'Caption'#6#6
+'Build:'#11'ParentColor'#8#0#0#5'TEdit'#9'BuildEdit'#22'AnchorSideLeft.Contr'
+'ol'#7#10'BuildLabel'#21'AnchorSideTop.Control'#7#10'BuildLabel'#18'AnchorSi'
+'deTop.Side'#7#9'asrBottom'#4'Left'#3'2'#1#6'Height'#2#20#3'Top'#2#26#5'Widt'
+'h'#2'F'#8'TabOrder'#2#0#4'Text'#6#1'0'#0#0#9'TSpinEdit'#15'VersionSpinEdit'
+#22'AnchorSideLeft.Control'#7#12'VersionLabel'#21'AnchorSideTop.Control'#7#12
+'VersionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
+#20#3'Top'#2#26#5'Width'#2'F'#8'TabOrder'#2#1#0#0#9'TSpinEdit'#21'MajorRevis'
+'ionSpinEdit'#22'AnchorSideLeft.Control'#7#18'MajorRevisionLabel'#21'AnchorS'
+'ideTop.Control'#7#18'MajorRevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBott'
+'om'#4'Left'#2'j'#6'Height'#2#20#3'Top'#2#26#5'Width'#2'F'#8'TabOrder'#2#2#0
+#0#9'TSpinEdit'#21'MinorRevisionSpinEdit'#22'AnchorSideLeft.Control'#7#18'Mi'
+'norRevisionLabel'#21'AnchorSideTop.Control'#7#18'MinorRevisionLabel'#18'Anc'
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#3#206#0#6'Height'#2#20#3'Top'#2#26#5
+'Width'#2'F'#8'TabOrder'#2#3#0#0#9'TCheckBox"AutomaticallyIncreaseBuildCheck'
+'Box'#22'AnchorSideLeft.Control'#7#19'VersionInfoGroupBox'#21'AnchorSideTop.'
+'Control'#7#15'VersionSpinEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
+#2#6#6'Height'#2#13#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'#7'E'
+'nabled'#8#8'TabOrder'#2#4#0#0#0#9'TCheckBox'#22'UseVersionInfoCheckBox'#4'L'
+'eft'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'#3#198#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'L'#3'Top'#2'~'
,#5'Width'#3#198#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
+'ight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#16'Language Options'#12'ClientHeight'#2'L'#11'ClientWidth'#3#198#1#8'TabOrd'
+'er'#2#2#0#6'TLabel'#22'LanguageSelectionLabel'#22'AnchorSideLeft.Control'#7
+#24'LanguageSettingsGroupBox'#21'AnchorSideTop.Control'#7#24'LanguageSetting'
+'sGroupBox'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'b'#20'BorderSpa'
+'cing.Around'#2#6#7'Caption'#6#19'Language Selection:'#11'ParentColor'#8#0#0
+#6'TLabel'#17'CharacterSetLabel'#22'AnchorSideLeft.Control'#7#25'LanguageSel'
+'ectionComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Con'
+'trol'#7#24'LanguageSettingsGroupBox'#4'Left'#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'LanguageSelectionComboBox'#22'AnchorS'
+'ideLeft.Control'#7#22'LanguageSelectionLabel'#21'AnchorSideTop.Control'#7#22
+'LanguageSelectionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
+'Height'#2#21#3'Top'#2#26#5'Width'#3#248#0#16'AutoCompleteText'#11#22'cbactE'
+'ndOfLineComplete'#20'cbactSearchAscending'#0#17'BorderSpacing.Top'#2#2#10'I'
+'temHeight'#2#13#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#12'U.S. English'
+#0#0#9'TComboBox'#20'CharacterSetComboBox'#22'AnchorSideLeft.Control'#7#17'C'
+'haracterSetLabel'#21'AnchorSideTop.Control'#7#25'LanguageSelectionComboBox'
+#4'Left'#3#4#1#6'Height'#2#21#3'Top'#2#26#5'Width'#2'1'#7'Anchors'#11#5'akTo'
+'p'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'
+#20'cbactSearchAscending'#0#10'ItemHeight'#2#13#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'AnchorSideRight.Side'#7#9'asrBottom'#4
+'Left'#2#6#6'Height'#2'g'#3'Top'#3#208#0#5'Width'#3#198#1#5'Align'#7#5'alTop'
+#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#10'Other Info'#12'C'
+'lientHeight'#2'U'#11'ClientWidth'#3#194#1#8'TabOrder'#2#3#0#6'TLabel'#16'De'
+'scriptionLabel'#21'AnchorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSi'
+'deTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#2#5'Width'#2
+':'#7'Caption'#6#12'Description:'#11'ParentColor'#8#0#0#6'TLabel'#14'Copyrig'
+'htLabel'#21'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Sid'
+'e'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#29#5'Width'#2'4'#7'Ca'
+'ption'#6#10'Copyright:'#11'ParentColor'#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'AnchorS'
+'ideRight.Side'#7#9'asrBottom'#4'Left'#2'F'#6'Height'#2#21#3'Top'#2#255#5'Wi'
+'dth'#3'v'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.'
+'Left'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#13'Copyr'
+'ightEdit'#22'AnchorSideLeft.Control'#7#15'DescriptionEdit'#21'AnchorSideTop'
+'.Control'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
+'chorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9
+'asrBottom'#4'Left'#2'F'#6'Height'#2#21#3'Top'#2#26#5'Width'#3'v'#1#7'Anchor'
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#19'BorderSp'
+'acing.Right'#2#6#8'TabOrder'#2#1#0#0#7'TButton'#20'AdditionalInfoButton'#21
+'AnchorSideTop.Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7#9'asrBo'
+'ttom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRigh'
+'t.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#17'OtherInfoGroupBox'
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3']'#1#6'Height'#2#25#3'To'
+'p'#2'5'#5'Width'#2'_'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20
+'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#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'ClientWidth'#3#210#1#12
+'ClientHeight'#3'N'#1#0#9'TGroupBox'#12'I18NGroupBox'#22'AnchorSideLeft.Cont'
+'rol'#7#17'OtherInfoGroupBox'#21'AnchorSideTop.Control'#7#19'VersionInfoGrou'
+'pBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#17
+'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'He'
+'ight'#2'O'#3'Top'#2#25#5'Width'#3#198#1#5'Align'#7#5'alTop'#7'Anchors'#11#5
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Ar'
+'ound'#2#6#7'Caption'#6#12'i18n Options'#12'ClientHeight'#2'O'#11'ClientWidt'
+'h'#3#198#1#8'TabOrder'#2#0#0#6'TLabel'#13'PoOutDirLabel'#4'Left'#2#6#6'Heig'
+'ht'#2#14#3'Top'#2#6#5'Width'#3#182#1#5'Align'#7#5'alTop'#20'BorderSpacing.A'
+'round'#2#6#7'Caption'#6#20'PO Output Directory:'#11'ParentColor'#8#0#0#5'TE'
+'dit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'#21'Anch'
+'orSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'
,#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4'Left'#2#6#6'Height'#2#23
+#3'Top'#2#26#5'Width'#3#152#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
+#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#12'POOutDirEdit'#0#0
+#7'TButton'#14'POOutDirButton'#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#12'I18N'
+'GroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'
+#7#9'asrBottom'#4'Left'#3#164#1#6'Height'#2#23#3'Top'#2#26#5'Width'#2#24#7'A'
+'nchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#25'BorderSpac'
+'ing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#19'POOutDirButtonClic'
+'k'#8'TabOrder'#2#1#0#0#0#9'TCheckBox'#18'EnableI18NCheckBox'#4'Left'#2#6#6
+'Height'#2#13#3'Top'#2#6#5'Width'#3#198#1#5'Align'#7#5'alTop'#20'BorderSpaci'
+'ng.Around'#2#6#7'Caption'#6#11'Enable i18n'#8'OnChange'#7#24'EnableI18NChec'
+'kBoxChange'#8'TabOrder'#2#1#0#0#0#0#7'TBitBtn'#10'HelpButton'#22'AnchorSide'
+'Left.Control'#7#5'Owner'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorS'
+'ideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#28#3'Top'#3'n'#1#5'W'
+'idth'#2'K'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpa'
+'cing.Around'#2#6#7'Caption'#6#5'&Help'#21'Constraints.MinHeight'#2#25#20'Co'
+'nstraints.MinWidth'#2'K'#4'Kind'#7#6'bkHelp'#9'NumGlyphs'#2#0#7'OnClick'#7
+#15'HelpButtonClick'#8'TabOrder'#2#1#0#0#7'TBitBtn'#12'CancelButton'#23'Anch'
+'orSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
+'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBotto'
+'m'#4'Left'#3#132#1#6'Height'#2#28#3'Top'#3'n'#1#5'Width'#2'P'#7'Anchors'#11
+#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cance'
+'l'#9#7'Caption'#6#6'Cancel'#21'Constraints.MinHeight'#2#25#20'Constraints.M'
+'inWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8
+'TabOrder'#2#2#0#0#7'TBitBtn'#8'OKButton'#23'AnchorSideRight.Control'#7#12'C'
+'ancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Si'
+'de'#7#9'asrBottom'#4'Left'#3'3'#1#6'Height'#2#28#3'Top'#3'n'#1#5'Width'#2'K'
+#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Aroun'
+'d'#2#6#7'Caption'#6#3'&OK'#21'Constraints.MinHeight'#2#25#20'Constraints.Mi'
+'nWidth'#2'K'#7'Default'#9#4'Kind'#7#4'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'
+#2#0#8'TabOrder'#2#3#0#0#22'TSelectDirectoryDialog'#21'SelectDirectoryDialog'
+#5'Title'#6#16'Select Directory'#11'FilterIndex'#2#0#4'left'#2'X'#3'top'#3'p'
+#1#0#0#0
+'eight'#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'C'
+'lientHeight'#2'1'#11'ClientWidth'#3#198#1#8'TabOrder'#2#1#0#6'TLabel'#15'Ta'
+'rgetFileLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3#186#1#5'Ali'
+'gn'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'Bord'
+'erSpacing.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#26#5'Width'
+#3#186#1#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Rig'
+'ht'#2#6#20'BorderSpacing.Bottom'#2#6#8'TabOrder'#2#0#4'Text'#6#14'TargetFil'
+'eEdit'#0#0#0#0#5'TPage'#9'FormsPage'#7'Caption'#6#9'FormsPage'#11'ClientWid'
+'th'#3#214#1#12'ClientHeight'#3'O'#1#8'OnResize'#7#15'FormsPageResize'#0#6'T'
+'Label'#21'FormsAutoCreatedLabel'#4'Left'#2'$'#6'Height'#2#20#3'Top'#2#10#5
+'Width'#3#155#0#7'Caption'#6#21'FormsAutoCreatedLabel'#11'ParentColor'#8#0#0
+#6'TLabel'#20'FormsAvailFormsLabel'#22'AnchorSideLeft.Control'#7#22'FormsAva'
+'ilFormsListBox'#4'Left'#3#10#1#6'Height'#2#20#3'Top'#2#10#5'Width'#3#143#0#7
+'Caption'#6#20'FormsAvailFormsLabel'#11'ParentColor'#8#0#0#8'TListBox'#23'Fo'
+'rmsAutoCreatedListBox'#22'AnchorSideLeft.Control'#7#29'FormsMoveAutoCreated'
+'FormUpBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.Contr'
+'ol'#7#31'FormsAutoCreateNewFormsCheckBox'#4'Left'#2'$'#6'Height'#3#13#1#3'T'
+'op'#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'AnchorSideLeft.Control'#7
+#29'FormsAddToAutoCreatedFormsBtn'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23
+'AnchorSideRight.Control'#7#9'FormsPage'#20'AnchorSideRight.Side'#7#9'asrBot'
+'tom'#24'AnchorSideBottom.Control'#7#31'FormsAutoCreateNewFormsCheckBox'#4'L'
+'eft'#3#10#1#6'Height'#3#13#1#3'Top'#2' '#5'Width'#3#198#0#7'Anchors'#11#5'a'
+'kTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#11'Mu'
+'ltiSelect'#9#8'TabOrder'#2#1#8'TopIndex'#2#255#0#0#6'TArrow'#29'FormsMoveAu'
+'toCreatedFormUpBtn'#4'Left'#2#6#6'Height'#2#24#3'Top'#2' '#5'Width'#2#24#9
+'ArrowType'#7#4'atUp'#7'OnClick'#7'"FormsMoveAutoCreatedFormUpBtnClick'#0#0#6
+'TArrow FormsMoveAutoCreatedFormsDownBtn'#4'Left'#2#6#6'Height'#2#24#3'Top'#2
+'<'#5'Width'#2#24#9'ArrowType'#7#6'atDown'#7'OnClick'#7'$FormsMoveAutoCreate'
+'dFormDownBtnClick'#0#0#6'TArrow"FormsRemoveFromAutoCreatedFormsBtn'#22'Anch'
+'orSideLeft.Control'#7#23'FormsAutoCreatedListBox'#19'AnchorSideLeft.Side'#7
+#9'asrBottom'#4'Left'#3#236#0#6'Height'#2#24#3'Top'#2' '#5'Width'#2#24#9'Arr'
+'owType'#7#7'atRight'#20'BorderSpacing.Around'#2#6#7'OnClick'#7'''FormsRemov'
+'eFromAutoCreatedFormsBtnClick'#0#0#6'TArrow'#29'FormsAddToAutoCreatedFormsB'
+'tn'#22'AnchorSideLeft.Control'#7'"FormsRemoveFromAutoCreatedFormsBtn'#4'Lef'
,'t'#3#236#0#6'Height'#2#24#3'Top'#2'<'#5'Width'#2#24#7'OnClick'#7'"FormsAddT'
+'oAutoCreatedFormsBtnClick'#0#0#9'TCheckBox'#31'FormsAutoCreateNewFormsCheck'
+'Box'#4'Left'#2#6#6'Height'#2#22#3'Top'#3'3'#1#5'Width'#3#202#1#5'Align'#7#8
+'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'FormsAutoCreateNewFo'
+'rmsCheckBox'#8'TabOrder'#2#2#0#0#0#5'TPage'#8'MiscPage'#7'Caption'#6#8'Misc'
+'Page'#11'ClientWidth'#3#214#1#12'ClientHeight'#3'O'#1#0#9'TCheckBox)MainUni'
+'tHasUsesSectionForAllUnitsCheckBox'#21'AnchorSideTop.Control'#7#30'MainUnit'
+'IsPascalSourceCheckBox'#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'BorderSpac'
+'ing.Around'#2#6#7'Caption'#6')MainUnitHasUsesSectionForAllUnitsCheckBox'#8
+'TabOrder'#2#0#0#0#9'TCheckBox''MainUnitHasCreateFormStatementsCheckBox'#21
+'AnchorSideTop.Control'#7')MainUnitHasUsesSectionForAllUnitsCheckBox'#18'Anc'
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'>'#5'Wi'
+'dth'#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'TCheckBox!MainUnit'
+'HasTitleStatementCheckBox'#21'AnchorSideTop.Control'#7'''MainUnitHasCreateF'
+'ormStatementsCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
+'Height'#2#22#3'Top'#2'Z'#5'Width'#3#202#1#5'Align'#7#5'alTop'#20'BorderSpac'
+'ing.Around'#2#6#7'Caption'#6'!MainUnitHasTitleStatementCheckBox'#8'TabOrder'
+#2#5#0#0#9'TCheckBox'#16'RunnableCheckBox'#21'AnchorSideTop.Control'#7'!Main'
+'UnitHasTitleStatementCheckBox'#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'#17'Bord'
+'erSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'RunnableChe'
+'ckBox'#8'TabOrder'#2#3#0#0#9'TCheckBox'#19'AlwaysBuildCheckBox'#21'AnchorSi'
+'deTop.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'Align'#7#5'alT'
+'op'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'AlwaysBuildCheckBox'#8'Tab'
+'Order'#2#4#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'LazDocPage'#11'Cli'
+'entWidth'#3#214#1#12'ClientHeight'#3'O'#1#0#9'TGroupBox'#19'LazDocPathsGrou'
+'pBox'#4'Left'#2#6#6'Height'#3#205#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'LazDocPat'
+'hsGroupBox'#12'ClientHeight'#3#186#0#11'ClientWidth'#3#198#1#8'TabOrder'#2#0
+#0#8'TListBox'#13'LazDocListBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'L'
+'eft'#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'TopIndex'#2#255#0#0#7'TButton'
+#19'LazDocAddPathButton'#22'AnchorSideLeft.Control'#7#19'LazDocPathsGroupBox'
+#21'AnchorSideTop.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'as'
+'rBottom'#4'Left'#2#6#6'Height'#2#31#3'Top'#2'x'#5'Width'#3#163#0#8'AutoSize'
+#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'
+#6#19'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOr'
+'der'#2#1#0#0#7'TButton'#22'LazDocDeletePathButton'#22'AnchorSideLeft.Contro'
+'l'#7#19'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch'
+'orSideTop.Control'#7#13'LazDocListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
+#4'Left'#3#175#0#6'Height'#2#31#3'Top'#2'x'#5'Width'#3#180#0#8'AutoSize'#9#20
+'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#22
+'LazDocDeletePathButton'#7'OnClick'#7#27'LazDocDeletePathButtonClick'#8'TabO'
+'rder'#2#2#0#0#5'TEdit'#14'LazDocPathEdit'#22'AnchorSideLeft.Control'#7#19'L'
+'azDocPathsGroupBox'#21'AnchorSideTop.Control'#7#19'LazDocAddPathButton'#18
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#18'LazDocB'
+'rowseButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#157#0#5'Width'#3#156#1#7'A'
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'T'
+'abOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#0#0#7'TButton'#18'LazDocBrowseBut'
+'ton'#21'AnchorSideTop.Control'#7#19'LazDocAddPathButton'#18'AnchorSideTop.S'
+'ide'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#19'LazDocPathsGroupBox'#20
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#168#1#6'Height'#2#23#3'Top'#3
+#157#0#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Ar'
+'ound'#2#6#25'BorderSpacing.InnerBorder'#2#4#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'O'#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'P'#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'`'#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'M'#11'ClientWidth'#3#198#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
+#20#3'Top'#2#6#5'Width'#2'4'#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
+#20#3'Top'#2#6#5'Width'#2'_'#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#20#3'Top'#2#6#5'Width'#2'_'
+#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#20#3'Top'#2#6#5'Width'#2'$'#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' '#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' '#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' '#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' '#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#22#3'Top'#2'@'#5'Width'#3#204
+#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#22#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'H'#3'Top'#3#136#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'5'#11'ClientWidth'#3#198#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#20#3'Top'#2#6#5'Width'#3#131#0#20'BorderSpacing.Around'#2#6#7'Capt'
+'ion'#6#19'Language Selection:'#11'ParentColor'#8#0#0#6'TLabel'#17'Character'
+'SetLabel'#22'AnchorSideLeft.Control'#7#25'LanguageSelectionComboBox'#19'Anc'
+'horSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'LanguageSet'
+'tingsGroupBox'#4'Left'#3#4#1#6'Height'#2#20#3'Top'#2#6#5'Width'#2'^'#20'Bor'
+'derSpacing.Around'#2#6#7'Caption'#6#14'Character Set:'#11'ParentColor'#8#0#0
+#9'TComboBox'#25'LanguageSelectionComboBox'#22'AnchorSideLeft.Control'#7#22
+'LanguageSelectionLabel'#21'AnchorSideTop.Control'#7#22'LanguageSelectionLab'
+'el'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'
+#2' '#5'Width'#3#248#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
+'cbactSearchAscending'#0#17'BorderSpacing.Top'#2#2#9'MaxLength'#2#0#8'TabOrd'
+'er'#2#0#4'Text'#6#12'U.S. English'#0#0#9'TComboBox'#20'CharacterSetComboBox'
+#22'AnchorSideLeft.Control'#7#17'CharacterSetLabel'#21'AnchorSideTop.Control'
+#7#25'LanguageSelectionComboBox'#23'AnchorSideRight.Control'#7#24'LanguageSe'
+'ttingsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#4#1#6'Hei'
+'ght'#2#21#3'Top'#2' '#5'Width'#3#188#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
+'kRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearch'
+'Ascending'#0#19'BorderSpacing.Right'#2#6#9'MaxLength'#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'n'#3'Top'#3#214#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'['#11'ClientWidth'#3#198#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#20#5'Width'#2'M'#7'Caption'#6#12'Descrip'
+'tion:'#11'ParentColor'#8#0#0#6'TLabel'#14'CopyrightLabel'#21'AnchorSideTop.'
+'Control'#7#13'CopyrightEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#6'Height'
+#2#20#3'Top'#2#27#5'Width'#2'B'#7'Caption'#6#10'Copyright:'#11'ParentColor'#8
+#0#0#5'TEdit'#15'DescriptionEdit'#22'AnchorSideLeft.Control'#7#16'Descriptio'
+'nLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7
+#17'OtherInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'S'#6
+'Height'#2#21#5'Width'#3'm'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
+#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#5
+'TEdit'#13'CopyrightEdit'#22'AnchorSideLeft.Control'#7#15'DescriptionEdit'#21
+'AnchorSideTop.Control'#7#15'DescriptionEdit'#18'AnchorSideTop.Side'#7#9'asr'
+'Bottom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRi'
+'ght.Side'#7#9'asrBottom'#4'Left'#2'S'#6'Height'#2#21#3'Top'#2#27#5'Width'#3
+'m'#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'TButton'#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'R'#1#6'Height'#2#31#3'Top'#2'6'#5'Width'#2'n'#7'Anchors'#11#5'akT'
+'op'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacin'
+'g.InnerBorder'#2#4#7'Caption'#6#15'Additional Info'#7'OnClick'#7#25'Additio'
+'nalInfoButtonClick'#8'TabOrder'#2#2#0#0#0#0#5'TPage'#8'i18nPage'#7'Caption'
+#6#4'i18n'#11'ClientWidth'#3#214#1#12'ClientHeight'#3'P'#1#0#9'TGroupBox'#12
+'I18NGroupBox'#22'AnchorSideLeft.Control'#7#17'OtherInfoGroupBox'#21'AnchorS'
+'ideTop.Control'#7#19'VersionInfoGroupBox'#18'AnchorSideTop.Side'#7#9'asrBot'
+'tom'#23'AnchorSideRight.Control'#7#17'OtherInfoGroupBox'#20'AnchorSideRight'
+'.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'G'#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'4'#11'ClientWidth'#3#198#1#8'TabOrder'
+#2#0#0#6'TLabel'#13'PoOutDirLabel'#6'Height'#2#20#5'Width'#3#132#0#20'Border'
+'Spacing.Around'#2#6#7'Caption'#6#20'PO Output Directory:'#11'ParentColor'#8
+#0#0#5'TEdit'#12'POOutDirEdit'#22'AnchorSideLeft.Control'#7#12'I18NGroupBox'
+#21'AnchorSideTop.Control'#7#13'PoOutDirLabel'#18'AnchorSideTop.Side'#7#9'as'
+'rBottom'#23'AnchorSideRight.Control'#7#14'POOutDirButton'#4'Left'#2#6#6'Hei'
+'ght'#2#23#3'Top'#2#26#5'Width'#3#156#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
+'kRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6#12'POOutDi'
,'rEdit'#0#0#7'TButton'#14'POOutDirButton'#21'AnchorSideTop.Control'#7#13'PoO'
+'utDirLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contro'
+'l'#7#12'I18NGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSide'
+'Bottom.Side'#7#9'asrBottom'#4'Left'#3#168#1#6'Height'#2#23#3'Top'#2#26#5'Wi'
+'dth'#2#24#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6
+#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#19'POOut'
+'DirButtonClick'#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
+'BorderSpacing.Around'#2#6#7'Caption'#6#11'Enable i18n'#8'OnChange'#7#24'Ena'
+'bleI18NCheckBoxChange'#8'TabOrder'#2#1#0#0#0#0#6'TPanel'#11'PODBtnPanel'#6
+'Height'#2'2'#3'Top'#3'o'#1#5'Width'#3#218#1#5'Align'#7#8'alBottom'#8'AutoSi'
+'ze'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'2'#11'ClientWidth'#3#218
+#1#8'TabOrder'#2#1#0#7'TBitBtn'#8'OKButton'#21'AnchorSideBottom.Side'#7#9'as'
+'rBottom'#4'Left'#3'-'#1#6'Height'#2'&'#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7
+'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'&OK'#21
+'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Default'#9#4'Ki'
+'nd'#7#4'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0#7'TB'
+'itBtn'#12'CancelButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSi'
+'deBottom.Side'#7#9'asrBottom'#4'Left'#3'~'#1#6'Height'#2'&'#3'Top'#2#6#5'Wi'
+'dth'#2'V'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6
+'Cancel'#9#7'Caption'#6#6'Cancel'#21'Constraints.MinHeight'#2#25#20'Constrai'
+'nts.MinWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2
+#0#8'TabOrder'#2#1#0#0#7'TBitBtn'#10'HelpButton'#21'AnchorSideBottom.Side'#7
+#9'asrBottom'#4'Left'#2#6#6'Height'#2'&'#3'Top'#2#6#5'Width'#2'L'#5'Align'#7
+#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#5'&Help'
+#21'Constraints.MinHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Kind'#7#6'bk'
+'Help'#9'NumGlyphs'#2#0#7'OnClick'#7#15'HelpButtonClick'#8'TabOrder'#2#2#0#0
+#0#22'TSelectDirectoryDialog'#21'SelectDirectoryDialog'#5'Title'#6#16'Select'
+' Directory'#11'FilterIndex'#2#0#4'left'#2'X'#3'top'#3'p'#1#0#0#0
]);

View File

@ -50,6 +50,7 @@ type
TProjectOptionsDialog = class(TForm)
EnableI18NCheckBox: TCheckBox;
I18NGroupBox: TGroupBox;
PODBtnPanel: TPanel;
PoOutDirLabel: TLabel;
Notebook: TNotebook;