debugger: fix some button align in options dialog

git-svn-id: trunk@16649 -
This commit is contained in:
paul 2008-09-19 15:21:55 +00:00
parent fa7ae42825
commit 6f92209879
2 changed files with 213 additions and 207 deletions

View File

@ -10,6 +10,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
ClientWidth = 482 ClientWidth = 482
OnCreate = DebuggerOptionsFormCREATE OnCreate = DebuggerOptionsFormCREATE
OnDestroy = DebuggerOptionsFormDESTROY OnDestroy = DebuggerOptionsFormDESTROY
ParentFont = False
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '0.9.25' LCLVersion = '0.9.25'
object nbDebugOptions: TNotebook object nbDebugOptions: TNotebook
@ -22,19 +23,19 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
TabOrder = 0 TabOrder = 0
object pgGeneral: TPage object pgGeneral: TPage
Caption = 'pgGeneral' Caption = 'pgGeneral'
ClientWidth = 476 ClientWidth = 474
ClientHeight = 366 ClientHeight = 379
object gbDebuggerType: TGroupBox object gbDebuggerType: TGroupBox
Left = 6 Left = 6
Height = 86 Height = 80
Top = 6 Top = 6
Width = 464 Width = 462
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Debugger type and path' Caption = 'Debugger type and path'
ClientHeight = 64 ClientHeight = 62
ClientWidth = 456 ClientWidth = 458
ParentCtl3D = False ParentCtl3D = False
TabOrder = 0 TabOrder = 0
object cmbDebuggerType: TComboBox object cmbDebuggerType: TComboBox
@ -45,10 +46,10 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Left = 6 Left = 6
Height = 21 Height = 21
Top = 6 Top = 6
Width = 444 Width = 446
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
MaxLength = -1 ItemHeight = 13
OnEditingDone = cmbDebuggerTypeCHANGE OnEditingDone = cmbDebuggerTypeCHANGE
OnSelect = cmbDebuggerTypeCHANGE OnSelect = cmbDebuggerTypeCHANGE
ParentCtl3D = False ParentCtl3D = False
@ -62,24 +63,25 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Left = 6 Left = 6
Height = 21 Height = 21
Top = 33 Top = 33
Width = 415 Width = 417
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
MaxLength = -1 ItemHeight = 13
ParentCtl3D = False ParentCtl3D = False
TabOrder = 1 TabOrder = 1
end end
object cmdOpenDebuggerPath: TButton object cmdOpenDebuggerPath: TButton
AnchorSideTop.Control = cmbDebuggerType AnchorSideTop.Control = cmbDebuggerPath
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbDebuggerType AnchorSideRight.Control = gbDebuggerType
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 427 AnchorSideBottom.Control = cmbDebuggerPath
Height = 25 AnchorSideBottom.Side = asrBottom
Left = 429
Height = 21
Top = 33 Top = 33
Width = 23 Width = 23
Anchors = [akTop, akRight] Anchors = [akTop, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Right = 6
Caption = '...' Caption = '...'
OnClick = cmdOpenDebuggerPathCLICK OnClick = cmdOpenDebuggerPathCLICK
TabOrder = 2 TabOrder = 2
@ -92,15 +94,15 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Control = pgGeneral AnchorSideRight.Control = pgGeneral
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 59 Height = 55
Top = 98 Top = 92
Width = 464 Width = 462
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Additional search path' Caption = 'Additional search path'
ClientHeight = 37 ClientHeight = 37
ClientWidth = 456 ClientWidth = 458
ParentCtl3D = False ParentCtl3D = False
TabOrder = 1 TabOrder = 1
object txtAdditionalPath: TEdit object txtAdditionalPath: TEdit
@ -110,21 +112,23 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Left = 6 Left = 6
Height = 25 Height = 25
Top = 6 Top = 6
Width = 415 Width = 417
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
TabOrder = 0 TabOrder = 0
end end
object cmdOpenAdditionalPath: TButton object cmdOpenAdditionalPath: TButton
AnchorSideTop.Control = gbAdditionalSearchPath AnchorSideTop.Control = txtAdditionalPath
AnchorSideRight.Control = gbAdditionalSearchPath AnchorSideRight.Control = gbAdditionalSearchPath
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 427 AnchorSideBottom.Control = txtAdditionalPath
Height = 24 AnchorSideBottom.Side = asrBottom
Left = 429
Height = 25
Top = 6 Top = 6
Width = 23 Width = 23
Anchors = [akTop, akRight] Anchors = [akTop, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Right = 6
Caption = '...' Caption = '...'
OnClick = cmdOpenAdditionalPathClick OnClick = cmdOpenAdditionalPathClick
TabOrder = 1 TabOrder = 1
@ -139,21 +143,21 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideBottom.Control = pgGeneral AnchorSideBottom.Control = pgGeneral
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 135 Height = 158
Top = 225 Top = 215
Width = 464 Width = 462
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Debugger specific options (depends on type of debugger)' Caption = 'Debugger specific options (depends on type of debugger)'
ClientHeight = 113 ClientHeight = 140
ClientWidth = 456 ClientWidth = 458
ParentCtl3D = False ParentCtl3D = False
TabOrder = 2 TabOrder = 2
object pnlDebugSpecific: TPanel object pnlDebugSpecific: TPanel
Left = 6 Left = 6
Height = 101 Height = 128
Top = 6 Top = 6
Width = 444 Width = 446
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BevelOuter = bvNone BevelOuter = bvNone
@ -171,8 +175,8 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 56 Height = 56
Top = 163 Top = 153
Width = 464 Width = 462
Align = alTop Align = alTop
AutoFill = True AutoFill = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -200,8 +204,8 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'General' Caption = 'General'
ClientHeight = 110 ClientHeight = 132
ClientWidth = 454 ClientWidth = 462
ParentCtl3D = False ParentCtl3D = False
TabOrder = 0 TabOrder = 0
object chkClearLogOnRun: TCheckBox object chkClearLogOnRun: TCheckBox
@ -237,8 +241,8 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Messages' Caption = 'Messages'
ClientHeight = 207 ClientHeight = 229
ClientWidth = 454 ClientWidth = 462
Enabled = False Enabled = False
ParentCtl3D = False ParentCtl3D = False
TabOrder = 1 TabOrder = 1
@ -319,8 +323,8 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Ignore these exceptions' Caption = 'Ignore these exceptions'
ClientHeight = 300 ClientHeight = 322
ClientWidth = 458 ClientWidth = 466
ParentCtl3D = False ParentCtl3D = False
TabOrder = 0 TabOrder = 0
object cmdExceptionRemove: TButton object cmdExceptionRemove: TButton
@ -396,8 +400,8 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Signals' Caption = 'Signals'
ClientHeight = 320 ClientHeight = 342
ClientWidth = 456 ClientWidth = 464
ParentCtl3D = False ParentCtl3D = False
TabOrder = 0 TabOrder = 0
object cmdSignalRemove: TButton object cmdSignalRemove: TButton
@ -476,7 +480,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
TabOrder = 1 TabOrder = 1
object cmdOK: TBitBtn object cmdOK: TBitBtn
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 320 Left = 318
Height = 26 Height = 26
Top = 6 Top = 6
Width = 75 Width = 75
@ -494,10 +498,10 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
object cmdCancel: TBitBtn object cmdCancel: TBitBtn
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 401 Left = 399
Height = 26 Height = 26
Top = 6 Top = 6
Width = 75 Width = 77
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6

View File

@ -5,165 +5,167 @@ LazarusResources.Add('TDebuggerOptionsForm','FORMDATA',[
+'ght'#3#187#1#3'Top'#3#196#0#5'Width'#3#226#1#13'ActiveControl'#7#15'cmbDebu' +'ght'#3#187#1#3'Top'#3#196#0#5'Width'#3#226#1#13'ActiveControl'#7#15'cmbDebu'
+'ggerType'#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#16'Debugger Op' +'ggerType'#11'BorderIcons'#11#12'biSystemMenu'#0#7'Caption'#6#16'Debugger Op'
+'tions'#12'ClientHeight'#3#187#1#11'ClientWidth'#3#226#1#8'OnCreate'#7#25'De' +'tions'#12'ClientHeight'#3#187#1#11'ClientWidth'#3#226#1#8'OnCreate'#7#25'De'
+'buggerOptionsFormCREATE'#9'OnDestroy'#7#26'DebuggerOptionsFormDESTROY'#8'Po' +'buggerOptionsFormCREATE'#9'OnDestroy'#7#26'DebuggerOptionsFormDESTROY'#10'P'
+'sition'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9'TNotebook'#14'n' +'arentFont'#8#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9
+'bDebugOptions'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#6'Height'#3#149#1 +'TNotebook'#14'nbDebugOptions'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#6
+#5'Width'#3#226#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR' +'Height'#3#149#1#5'Width'#3#226#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'
+'ight'#8'akBottom'#0#9'PageIndex'#2#0#8'TabOrder'#2#0#0#5'TPage'#9'pgGeneral' +#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#0#8'TabOrder'#2#0#0#5'TPa'
+#7'Caption'#6#9'pgGeneral'#11'ClientWidth'#3#220#1#12'ClientHeight'#3'n'#1#0 +'ge'#9'pgGeneral'#7'Caption'#6#9'pgGeneral'#11'ClientWidth'#3#218#1#12'Clien'
+#9'TGroupBox'#14'gbDebuggerType'#4'Left'#2#6#6'Height'#2'V'#3'Top'#2#6#5'Wid' +'tHeight'#3'{'#1#0#9'TGroupBox'#14'gbDebuggerType'#4'Left'#2#6#6'Height'#2'P'
+'th'#3#208#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7 +#3'Top'#2#6#5'Width'#3#206#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpac'
+'Caption'#6#22'Debugger type and path'#12'ClientHeight'#2'@'#11'ClientWidth' +'ing.Around'#2#6#7'Caption'#6#22'Debugger type and path'#12'ClientHeight'#2
+#3#200#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#9'TComboBox'#15'cmbDebuggerType' +'>'#11'ClientWidth'#3#202#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#9'TComboBox'
+#22'AnchorSideLeft.Control'#7#14'gbDebuggerType'#21'AnchorSideTop.Control'#7 +#15'cmbDebuggerType'#22'AnchorSideLeft.Control'#7#14'gbDebuggerType'#21'Anch'
+#14'gbDebuggerType'#23'AnchorSideRight.Control'#7#14'gbDebuggerType'#20'Anch' +'orSideTop.Control'#7#14'gbDebuggerType'#23'AnchorSideRight.Control'#7#14'gb'
+'orSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Wi' +'DebuggerType'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
+'dth'#3#188#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing' +#2#21#3'Top'#2#6#5'Width'#3#190#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
+'.Around'#2#6#9'MaxLength'#2#255#13'OnEditingDone'#7#21'cmbDebuggerTypeCHANG' +#0#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#13'OnEditingDone'#7#21'c'
+'E'#8'OnSelect'#7#21'cmbDebuggerTypeCHANGE'#11'ParentCtl3D'#8#8'TabOrder'#2#0 +'mbDebuggerTypeCHANGE'#8'OnSelect'#7#21'cmbDebuggerTypeCHANGE'#11'ParentCtl3'
+#0#0#9'TComboBox'#15'cmbDebuggerPath'#22'AnchorSideLeft.Control'#7#14'gbDebu' +'D'#8#8'TabOrder'#2#0#0#0#9'TComboBox'#15'cmbDebuggerPath'#22'AnchorSideLeft'
+'ggerType'#21'AnchorSideTop.Control'#7#15'cmbDebuggerType'#18'AnchorSideTop.' +'.Control'#7#14'gbDebuggerType'#21'AnchorSideTop.Control'#7#15'cmbDebuggerTy'
+'Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#19'cmdOpenDebuggerPath'#4 +'pe'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#19
+'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#159#1#7'Anchors'#11#5'akTop' +'cmdOpenDebuggerPath'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#161#1
+#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#9'MaxLength'#2#255#11'P' +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6
+'arentCtl3D'#8#8'TabOrder'#2#1#0#0#7'TButton'#19'cmdOpenDebuggerPath'#21'Anc' +#10'ItemHeight'#2#13#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#0#7'TButton'#19'cmd'
+'horSideTop.Control'#7#15'cmbDebuggerType'#18'AnchorSideTop.Side'#7#9'asrBot' +'OpenDebuggerPath'#21'AnchorSideTop.Control'#7#15'cmbDebuggerPath'#23'Anchor'
+'tom'#23'AnchorSideRight.Control'#7#14'gbDebuggerType'#20'AnchorSideRight.Si' +'SideRight.Control'#7#14'gbDebuggerType'#20'AnchorSideRight.Side'#7#9'asrBot'
+'de'#7#9'asrBottom'#4'Left'#3#171#1#6'Height'#2#25#3'Top'#2'!'#5'Width'#2#23 +'tom'#24'AnchorSideBottom.Control'#7#15'cmbDebuggerPath'#21'AnchorSideBottom'
+#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption' +'.Side'#7#9'asrBottom'#4'Left'#3#173#1#6'Height'#2#21#3'Top'#2'!'#5'Width'#2
+#6#3'...'#7'OnClick'#7#24'cmdOpenDebuggerPathCLICK'#8'TabOrder'#2#2#0#0#0#9 +#23#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2
+'TGroupBox'#22'gbAdditionalSearchPath'#22'AnchorSideLeft.Control'#7#9'pgGene' +#6#7'Caption'#6#3'...'#7'OnClick'#7#24'cmdOpenDebuggerPathCLICK'#8'TabOrder'
+'ral'#21'AnchorSideTop.Control'#7#14'gbDebuggerType'#18'AnchorSideTop.Side'#7 +#2#2#0#0#0#9'TGroupBox'#22'gbAdditionalSearchPath'#22'AnchorSideLeft.Control'
+#9'asrBottom'#23'AnchorSideRight.Control'#7#9'pgGeneral'#20'AnchorSideRight.' +#7#9'pgGeneral'#21'AnchorSideTop.Control'#7#14'gbDebuggerType'#18'AnchorSide'
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2';'#3'Top'#2'b'#5'Width'#3#208#1 +'Top.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'pgGeneral'#20'Anch'
+#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6 +'orSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'7'#3'Top'#2'\'#5'W'
+#22'Additional search path'#12'ClientHeight'#2'%'#11'ClientWidth'#3#200#1#11 +'idth'#3#206#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
+'ParentCtl3D'#8#8'TabOrder'#2#1#0#5'TEdit'#17'txtAdditionalPath'#22'AnchorSi' +#7'Caption'#6#22'Additional search path'#12'ClientHeight'#2'%'#11'ClientWidt'
+'deLeft.Control'#7#22'gbAdditionalSearchPath'#21'AnchorSideTop.Control'#7#22 +'h'#3#202#1#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#5'TEdit'#17'txtAdditionalPat'
+'gbAdditionalSearchPath'#23'AnchorSideRight.Control'#7#21'cmdOpenAdditionalP' +'h'#22'AnchorSideLeft.Control'#7#22'gbAdditionalSearchPath'#21'AnchorSideTop'
+'ath'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#6#5'Width'#3#159#1#7'Anchors'#11#5 +'.Control'#7#22'gbAdditionalSearchPath'#23'AnchorSideRight.Control'#7#21'cmd'
+'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0 +'OpenAdditionalPath'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#6#5'Width'#3#161#1#7
+#0#7'TButton'#21'cmdOpenAdditionalPath'#21'AnchorSideTop.Control'#7#22'gbAdd' +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8
+'itionalSearchPath'#23'AnchorSideRight.Control'#7#22'gbAdditionalSearchPath' +'TabOrder'#2#0#0#0#7'TButton'#21'cmdOpenAdditionalPath'#21'AnchorSideTop.Con'
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#171#1#6'Height'#2#24#3'To' +'trol'#7#17'txtAdditionalPath'#23'AnchorSideRight.Control'#7#22'gbAdditional'
+'p'#2#6#5'Width'#2#23#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.A' +'SearchPath'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Con'
+'round'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#26'cmdOpenAdditionalPathClick'#8 +'trol'#7#17'txtAdditionalPath'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Le'
+'TabOrder'#2#1#0#0#0#9'TGroupBox'#18'gbDebuggerSpecific'#22'AnchorSideLeft.C' +'ft'#3#173#1#6'Height'#2#25#3'Top'#2#6#5'Width'#2#23#7'Anchors'#11#5'akTop'#7
+'ontrol'#7#9'pgGeneral'#21'AnchorSideTop.Control'#7#25'gcbDebuggerGeneralOpt' +'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'On'
+'ions'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9 +'Click'#7#26'cmdOpenAdditionalPathClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'
+'pgGeneral'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Cont' +#18'gbDebuggerSpecific'#22'AnchorSideLeft.Control'#7#9'pgGeneral'#21'AnchorS'
+'rol'#7#9'pgGeneral'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6 +'ideTop.Control'#7#25'gcbDebuggerGeneralOptions'#18'AnchorSideTop.Side'#7#9
+'Height'#3#135#0#3'Top'#3#225#0#5'Width'#3#208#1#5'Align'#7#8'alClient'#20'B' +'asrBottom'#23'AnchorSideRight.Control'#7#9'pgGeneral'#20'AnchorSideRight.Si'
+'orderSpacing.Around'#2#6#7'Caption'#6'7Debugger specific options (depends o' +'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'pgGeneral'#21'AnchorSid'
+'n type of debugger)'#12'ClientHeight'#2'q'#11'ClientWidth'#3#200#1#11'Paren' +'eBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#158#0#3'Top'#3#215#0#5
+'tCtl3D'#8#8'TabOrder'#2#2#0#6'TPanel'#16'pnlDebugSpecific'#4'Left'#2#6#6'He' +'Width'#3#206#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Captio'
+'ight'#2'e'#3'Top'#2#6#5'Width'#3#188#1#5'Align'#7#8'alClient'#20'BorderSpac' +'n'#6'7Debugger specific options (depends on type of debugger)'#12'ClientHei'
+'ing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#11'BorderWidth'#2#4#11'FullRepai' +'ght'#3#140#0#11'ClientWidth'#3#202#1#11'ParentCtl3D'#8#8'TabOrder'#2#2#0#6
+'nt'#8#8'TabOrder'#2#0#7'TabStop'#9#0#0#0#11'TCheckGroup'#25'gcbDebuggerGene' +'TPanel'#16'pnlDebugSpecific'#4'Left'#2#6#6'Height'#3#128#0#3'Top'#2#6#5'Wid'
+'ralOptions'#22'AnchorSideLeft.Control'#7#9'pgGeneral'#21'AnchorSideTop.Cont' +'th'#3#190#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#10'BevelOut'
+'rol'#7#22'gbAdditionalSearchPath'#18'AnchorSideTop.Side'#7#9'asrBottom'#23 +'er'#7#6'bvNone'#11'BorderWidth'#2#4#11'FullRepaint'#8#8'TabOrder'#2#0#7'Tab'
+'AnchorSideRight.Control'#7#9'pgGeneral'#20'AnchorSideRight.Side'#7#9'asrBot' +'Stop'#9#0#0#0#11'TCheckGroup'#25'gcbDebuggerGeneralOptions'#22'AnchorSideLe'
+'tom'#4'Left'#2#6#6'Height'#2'8'#3'Top'#3#163#0#5'Width'#3#208#1#5'Align'#7#5 +'ft.Control'#7#9'pgGeneral'#21'AnchorSideTop.Control'#7#22'gbAdditionalSearc'
+'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#24'Debugger ' +'hPath'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9
,'general options'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBot' ,'pgGeneral'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
+'tomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildRe' +'8'#3'Top'#3#153#0#5'Width'#3#206#1#5'Align'#7#5'alTop'#8'AutoFill'#9#20'Bor'
+'size'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'Chi' +'derSpacing.Around'#2#6#7'Caption'#6#24'Debugger general options'#28'ChildSi'
+'ldSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertic' +'zing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSiz'
+'al'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopT' +'ing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enlarg'
+'oBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#3#0#0#0#5'TPage' +'eVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7
+#10'pgEventLog'#7'Caption'#6#10'pgEventLog'#11'ClientWidth'#3#218#1#12'Clien' +#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'C'
+'tHeight'#3'{'#1#0#9'TGroupBox'#9'gbGeneral'#4'Left'#2#6#6'Height'#3#132#0#3 +'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Contr'
+'Top'#2#6#5'Width'#3#206#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7 +'olsPerLine'#2#1#8'TabOrder'#2#3#0#0#0#5'TPage'#10'pgEventLog'#7'Caption'#6
+'Caption'#6#7'General'#12'ClientHeight'#2'n'#11'ClientWidth'#3#198#1#11'Pare' +#10'pgEventLog'#11'ClientWidth'#3#218#1#12'ClientHeight'#3'{'#1#0#9'TGroupBo'
+'ntCtl3D'#8#8'TabOrder'#2#0#0#9'TCheckBox'#16'chkClearLogOnRun'#4'Left'#2#4#6 +'x'#9'gbGeneral'#4'Left'#2#6#6'Height'#3#132#0#3'Top'#2#6#5'Width'#3#206#1#5
+'Height'#2#19#3'Top'#2#5#5'Width'#2'f'#7'Caption'#6#16'Clear log on run'#8'T' +'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'General'#12'C'
+'abOrder'#2#0#0#0#9'TCheckBox'#17'chkLimitLinecount'#4'Left'#2#4#6'Height'#2 +'lientHeight'#3#132#0#11'ClientWidth'#3#206#1#11'ParentCtl3D'#8#8'TabOrder'#2
+#19#3'Top'#2#29#5'Width'#2'j'#7'Caption'#6#18'Limit linecount to'#8'TabOrder' +#0#0#9'TCheckBox'#16'chkClearLogOnRun'#4'Left'#2#4#6'Height'#2#19#3'Top'#2#5
+#2#1#0#0#9'TSpinEdit'#16'seLimitLinecount'#4'Left'#2'.'#6'Height'#2#20#3'Top' +#5'Width'#2'f'#7'Caption'#6#16'Clear log on run'#8'TabOrder'#2#0#0#0#9'TChec'
+#2'6'#5'Width'#2'R'#7'Enabled'#8#8'TabOrder'#2#2#0#0#0#9'TGroupBox'#10'gbMes' +'kBox'#17'chkLimitLinecount'#4'Left'#2#4#6'Height'#2#19#3'Top'#2#29#5'Width'
+'sages'#4'Left'#2#6#6'Height'#3#229#0#3'Top'#3#144#0#5'Width'#3#206#1#5'Alig' +#2'j'#7'Caption'#6#18'Limit linecount to'#8'TabOrder'#2#1#0#0#9'TSpinEdit'#16
+'n'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'Messages'#12'C' +'seLimitLinecount'#4'Left'#2'.'#6'Height'#2#20#3'Top'#2'6'#5'Width'#2'R'#7'E'
+'lientHeight'#3#207#0#11'ClientWidth'#3#198#1#7'Enabled'#8#11'ParentCtl3D'#8 +'nabled'#8#8'TabOrder'#2#2#0#0#0#9'TGroupBox'#10'gbMessages'#4'Left'#2#6#6'H'
+#8'TabOrder'#2#1#0#9'TCheckBox'#21'chkMessagesBreakpoint'#4'Left'#2#4#6'Heig' +'eight'#3#229#0#3'Top'#3#144#0#5'Width'#3#206#1#5'Align'#7#8'alClient'#20'Bo'
+'ht'#2#19#3'Top'#2#5#5'Width'#2'M'#11'AllowGrayed'#9#7'Caption'#6#10'Breakpo' +'rderSpacing.Around'#2#6#7'Caption'#6#8'Messages'#12'ClientHeight'#3#229#0#11
+'int'#8'TabOrder'#2#0#0#0#9'TCheckBox'#18'chkMessagesProcess'#4'Left'#2#4#6 +'ClientWidth'#3#206#1#7'Enabled'#8#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#9'TCh'
+'Height'#2#19#3'Top'#2#29#5'Width'#2'?'#11'AllowGrayed'#9#7'Caption'#6#7'Pro' +'eckBox'#21'chkMessagesBreakpoint'#4'Left'#2#4#6'Height'#2#19#3'Top'#2#5#5'W'
+'cess'#8'TabOrder'#2#1#0#0#9'TCheckBox'#17'chkMessagesThread'#4'Left'#2#4#6 +'idth'#2'M'#11'AllowGrayed'#9#7'Caption'#6#10'Breakpoint'#8'TabOrder'#2#0#0#0
+'Height'#2#19#3'Top'#2'5'#5'Width'#2'<'#11'AllowGrayed'#9#7'Caption'#6#6'Thr' +#9'TCheckBox'#18'chkMessagesProcess'#4'Left'#2#4#6'Height'#2#19#3'Top'#2#29#5
+'ead'#8'TabOrder'#2#2#0#0#9'TCheckBox'#17'chkMessagesModule'#4'Left'#2#4#6'H' +'Width'#2'?'#11'AllowGrayed'#9#7'Caption'#6#7'Process'#8'TabOrder'#2#1#0#0#9
+'eight'#2#19#3'Top'#2'M'#5'Width'#2'<'#11'AllowGrayed'#9#7'Caption'#6#6'Modu' +'TCheckBox'#17'chkMessagesThread'#4'Left'#2#4#6'Height'#2#19#3'Top'#2'5'#5'W'
+'le'#8'TabOrder'#2#3#0#0#9'TCheckBox'#17'chkMessagesOutput'#4'Left'#2#4#6'He' +'idth'#2'<'#11'AllowGrayed'#9#7'Caption'#6#6'Thread'#8'TabOrder'#2#2#0#0#9'T'
+'ight'#2#19#3'Top'#2'e'#5'Width'#2'<'#11'AllowGrayed'#9#7'Caption'#6#6'Outpu' +'CheckBox'#17'chkMessagesModule'#4'Left'#2#4#6'Height'#2#19#3'Top'#2'M'#5'Wi'
+'t'#8'TabOrder'#2#4#0#0#9'TCheckBox'#17'chkMessagesWindow'#4'Left'#2#4#6'Hei' +'dth'#2'<'#11'AllowGrayed'#9#7'Caption'#6#6'Module'#8'TabOrder'#2#3#0#0#9'TC'
+'ght'#2#19#3'Top'#2'}'#5'Width'#2'@'#11'AllowGrayed'#9#7'Caption'#6#6'Window' +'heckBox'#17'chkMessagesOutput'#4'Left'#2#4#6'Height'#2#19#3'Top'#2'e'#5'Wid'
+#8'TabOrder'#2#5#0#0#9'TCheckBox'#20'chkMessagesInterface'#4'Left'#2#4#6'Hei' +'th'#2'<'#11'AllowGrayed'#9#7'Caption'#6#6'Output'#8'TabOrder'#2#4#0#0#9'TCh'
+'ght'#2#19#3'Top'#3#149#0#5'Width'#2'G'#11'AllowGrayed'#9#7'Caption'#6#9'Int' +'eckBox'#17'chkMessagesWindow'#4'Left'#2#4#6'Height'#2#19#3'Top'#2'}'#5'Widt'
+'erface'#8'TabOrder'#2#6#0#0#0#0#5'TPage'#12'pgExceptions'#7'Caption'#6#12'p' +'h'#2'@'#11'AllowGrayed'#9#7'Caption'#6#6'Window'#8'TabOrder'#2#5#0#0#9'TChe'
+'gExceptions'#11'ClientWidth'#3#222#1#12'ClientHeight'#3'j'#1#0#9'TGroupBox' +'ckBox'#20'chkMessagesInterface'#4'Left'#2#4#6'Height'#2#19#3'Top'#3#149#0#5
+#18'bgIgnoreExceptions'#4'Left'#2#6#6'Height'#3'B'#1#3'Top'#2#6#5'Width'#3 +'Width'#2'G'#11'AllowGrayed'#9#7'Caption'#6#9'Interface'#8'TabOrder'#2#6#0#0
+#210#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'I' +#0#0#5'TPage'#12'pgExceptions'#7'Caption'#6#12'pgExceptions'#11'ClientWidth'
+'gnore these exceptions'#12'ClientHeight'#3','#1#11'ClientWidth'#3#202#1#11 +#3#222#1#12'ClientHeight'#3'j'#1#0#9'TGroupBox'#18'bgIgnoreExceptions'#4'Lef'
+'ParentCtl3D'#8#8'TabOrder'#2#0#0#7'TButton'#18'cmdExceptionRemove'#23'Ancho' +'t'#2#6#6'Height'#3'B'#1#3'Top'#2#6#5'Width'#3#210#1#5'Align'#7#8'alClient'
+'rSideRight.Control'#7#18'bgIgnoreExceptions'#20'AnchorSideRight.Side'#7#9'a' +#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'Ignore these exceptions'#12'Cl'
+'srBottom'#24'AnchorSideBottom.Control'#7#18'bgIgnoreExceptions'#21'AnchorSi' +'ientHeight'#3'B'#1#11'ClientWidth'#3#210#1#11'ParentCtl3D'#8#8'TabOrder'#2#0
+'deBottom.Side'#7#9'asrBottom'#4'Left'#3'y'#1#6'Height'#2#31#3'Top'#3#7#1#5 +#0#7'TButton'#18'cmdExceptionRemove'#23'AnchorSideRight.Control'#7#18'bgIgno'
+'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderS' +'reExceptions'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.C'
+'pacing.Around'#2#6#7'Caption'#6#6'Remove'#20'Constraints.MinWidth'#2'K'#7'E' +'ontrol'#7#18'bgIgnoreExceptions'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
+'nabled'#8#7'OnClick'#7#23'cmdExceptionRemoveCLICK'#8'TabOrder'#2#0#0#0#7'TB' +'Left'#3'y'#1#6'Height'#2#31#3'Top'#3#7#1#5'Width'#2'K'#7'Anchors'#11#7'akRi'
+'utton'#15'cmdExceptionAdd'#23'AnchorSideRight.Control'#7#18'cmdExceptionRem' +'ght'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#6
+'ove'#24'AnchorSideBottom.Control'#7#18'bgIgnoreExceptions'#21'AnchorSideBot' +'Remove'#20'Constraints.MinWidth'#2'K'#7'Enabled'#8#7'OnClick'#7#23'cmdExcep'
+'tom.Side'#7#9'asrBottom'#4'Left'#3'('#1#6'Height'#2#31#3'Top'#3#7#1#5'Width' +'tionRemoveCLICK'#8'TabOrder'#2#0#0#0#7'TButton'#15'cmdExceptionAdd'#23'Anch'
+#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.' +'orSideRight.Control'#7#18'cmdExceptionRemove'#24'AnchorSideBottom.Control'#7
+'Around'#2#6#7'Caption'#6#3'Add'#20'Constraints.MinWidth'#2'K'#7'OnClick'#7 +#18'bgIgnoreExceptions'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'('
+#20'cmdExceptionAddCLICK'#8'TabOrder'#2#1#0#0#13'TCheckListBox'#13'clbExcept' +#1#6'Height'#2#31#3'Top'#3#7#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBo'
+'ions'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7 +'ttom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'Add'#20'C'
+#15'cmdExceptionAdd'#4'Left'#2#6#6'Height'#3#251#0#3'Top'#2#6#5'Width'#3#190 +'onstraints.MinWidth'#2'K'#7'OnClick'#7#20'cmdExceptionAddCLICK'#8'TabOrder'
+#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBotto' +#2#1#0#0#13'TCheckListBox'#13'clbExceptions'#20'AnchorSideRight.Side'#7#9'as'
+'m'#0#20'BorderSpacing.Around'#2#6#7'OnClick'#7#18'clbExceptionsCLICK'#8'Tab' +'rBottom'#24'AnchorSideBottom.Control'#7#15'cmdExceptionAdd'#4'Left'#2#6#6'H'
+'Order'#2#2#0#0#0#9'TCheckBox'#19'chkBreakOnException'#4'Left'#2#6#6'Height' +'eight'#3#251#0#3'Top'#2#6#5'Width'#3#190#1#5'Align'#7#5'alTop'#7'Anchors'#11
+#2#22#3'Top'#3'N'#1#5'Width'#3#210#1#5'Align'#7#8'alBottom'#11'AllowGrayed'#9 +#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7
+#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Captio' +'OnClick'#7#18'clbExceptionsCLICK'#8'TabOrder'#2#2#0#0#0#9'TCheckBox'#19'chk'
+'n'#6#27'Break on Lazarus Exceptions'#8'TabOrder'#2#1#0#0#0#5'TPage'#9'pgSig' +'BreakOnException'#4'Left'#2#6#6'Height'#2#22#3'Top'#3'N'#1#5'Width'#3#210#1
+'nals'#7'Caption'#6#9'pgSignals'#11'ClientWidth'#3#220#1#12'ClientHeight'#3 +#5'Align'#7#8'alBottom'#11'AllowGrayed'#9#7'Anchors'#11#6'akLeft'#8'akBottom'
+'b'#1#0#9'TGroupBox'#9'gbSignals'#4'Left'#2#6#6'Height'#3'V'#1#3'Top'#2#6#5 +#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'Break on Lazarus Exceptions'
+'Width'#3#208#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Captio' +#8'TabOrder'#2#1#0#0#0#5'TPage'#9'pgSignals'#7'Caption'#6#9'pgSignals'#11'Cl'
+'n'#6#7'Signals'#12'ClientHeight'#3'@'#1#11'ClientWidth'#3#200#1#11'ParentCt' +'ientWidth'#3#220#1#12'ClientHeight'#3'b'#1#0#9'TGroupBox'#9'gbSignals'#4'Le'
+'l3D'#8#8'TabOrder'#2#0#0#7'TButton'#15'cmdSignalRemove'#23'AnchorSideRight.' +'ft'#2#6#6'Height'#3'V'#1#3'Top'#2#6#5'Width'#3#208#1#5'Align'#7#8'alClient'
,'Control'#7#9'gbSignals'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSi' ,#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Signals'#12'ClientHeight'#3'V'#1
+'deBottom.Control'#7#9'gbSignals'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4 +#11'ClientWidth'#3#208#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#7'TButton'#15'c'
+'Left'#3't'#1#6'Height'#2#20#3'Top'#3'&'#1#5'Width'#2'N'#7'Anchors'#11#7'akR' +'mdSignalRemove'#23'AnchorSideRight.Control'#7#9'gbSignals'#20'AnchorSideRig'
+'ight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6 +'ht.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'gbSignals'#21'Anch'
+#6'Remove'#20'Constraints.MinWidth'#2'K'#7'Enabled'#8#8'TabOrder'#2#0#0#0#7 +'orSideBottom.Side'#7#9'asrBottom'#4'Left'#3't'#1#6'Height'#2#20#3'Top'#3'&'
+'TButton'#12'cmdSignalAdd'#23'AnchorSideRight.Control'#7#15'cmdSignalRemove' +#1#5'Width'#2'N'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'Bor'
+#24'AnchorSideBottom.Control'#7#9'gbSignals'#21'AnchorSideBottom.Side'#7#9'a' +'derSpacing.Around'#2#6#7'Caption'#6#6'Remove'#20'Constraints.MinWidth'#2'K'
+'srBottom'#4'Left'#3'#'#1#6'Height'#2#20#3'Top'#3'&'#1#5'Width'#2'K'#7'Ancho' +#7'Enabled'#8#8'TabOrder'#2#0#0#0#7'TButton'#12'cmdSignalAdd'#23'AnchorSideR'
+'rs'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7 +'ight.Control'#7#15'cmdSignalRemove'#24'AnchorSideBottom.Control'#7#9'gbSign'
+'Caption'#6#3'Add'#20'Constraints.MinWidth'#2'K'#8'TabOrder'#2#1#0#0#9'TList' +'als'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'#'#1#6'Height'#2#20
+'View'#9'lvSignals'#24'AnchorSideBottom.Control'#7#12'cmdSignalAdd'#4'Left'#2 +#3'Top'#3'&'#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSi'
+#6#6'Height'#3#26#1#3'Top'#2#6#5'Width'#3#188#1#5'Align'#7#5'alTop'#7'Anchor' +'ze'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'Add'#20'Constraints.MinWi'
+'s'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2 +'dth'#2'K'#8'TabOrder'#2#1#0#0#9'TListView'#9'lvSignals'#24'AnchorSideBottom'
+#6#7'Columns'#14#1#7'Caption'#6#4'Name'#5'Width'#3#200#0#0#1#7'Caption'#6#2 +'.Control'#7#12'cmdSignalAdd'#4'Left'#2#6#6'Height'#3#26#1#3'Top'#2#6#5'Widt'
+'ID'#0#1#7'Caption'#6#10'Handled by'#5'Width'#2'K'#0#1#7'Caption'#6#6'Resume' +'h'#3#188#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
+#5'Width'#2'k'#0#0#9'PopupMenu'#7#9'popSignal'#8'TabOrder'#2#2#9'ViewStyle'#7 +'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Columns'#14#1#7'Caption'#6#4'Nam'
+#8'vsReport'#0#0#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2'&'#3'Top'#3#149#1#5 +'e'#5'Width'#3#200#0#0#1#7'Caption'#6#2'ID'#0#1#7'Caption'#6#10'Handled by'#5
+'Width'#3#226#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNo' +'Width'#2'K'#0#1#7'Caption'#6#6'Resume'#5'Width'#2'k'#0#0#9'PopupMenu'#7#9'p'
+'ne'#12'ClientHeight'#2'&'#11'ClientWidth'#3#226#1#8'TabOrder'#2#1#0#7'TBitB' +'opSignal'#8'TabOrder'#2#2#9'ViewStyle'#7#8'vsReport'#0#0#0#0#0#6'TPanel'#8
+'tn'#5'cmdOK'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'@'#1#6'Heig' +'BtnPanel'#6'Height'#2'&'#3'Top'#3#149#1#5'Width'#3#226#1#5'Align'#7#8'alBot'
+'ht'#2#26#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'Bo' +'tom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'&'#11'Clie'
+'rderSpacing.Around'#2#6#7'Caption'#6#3'&OK'#20'Constraints.MinWidth'#2'K'#7 +'ntWidth'#3#226#1#8'TabOrder'#2#1#0#7'TBitBtn'#5'cmdOK'#21'AnchorSideBottom.'
+'Default'#9#4'Kind'#7#4'bkOK'#9'NumGlyphs'#2#0#7'OnClick'#7#10'cmdOKCLICK'#8 +'Side'#7#9'asrBottom'#4'Left'#3'>'#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'K'
+'TabOrder'#2#0#0#0#7'TBitBtn'#9'cmdCancel'#20'AnchorSideRight.Side'#7#9'asrB' +#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'
+'ottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#145#1#6'Height'#2 +#6#3'&OK'#20'Constraints.MinWidth'#2'K'#7'Default'#9#4'Kind'#7#4'bkOK'#9'Num'
+#26#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSp' +'Glyphs'#2#0#7'OnClick'#7#10'cmdOKCLICK'#8'TabOrder'#2#0#0#0#7'TBitBtn'#9'cm'
+'acing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#20'Constraints.MinWidt' +'dCancel'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7
+'h'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrd' +#9'asrBottom'#4'Left'#3#143#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'M'#5'Alig'
+'er'#2#1#0#0#0#10'TPopupMenu'#9'popSignal'#4'left'#2#8#3'top'#3#192#1#0#9'TM' +'n'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Ca'
+'enuItem'#19'mnuHandledByProgram'#9'AutoCheck'#9#7'Caption'#6#18'Handled by ' +'ption'#6#6'Cancel'#20'Constraints.MinWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'M'
+'Program'#10'GroupIndex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#21'mnuiHandledB' +'odalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#0#10'TPopupMenu'#9'pop'
+'yDebugger'#9'AutoCheck'#9#7'Caption'#6#19'Handled by Debugger'#10'GroupInde' +'Signal'#4'left'#2#8#3'top'#3#192#1#0#9'TMenuItem'#19'mnuHandledByProgram'#9
+'x'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#2'N1'#7'Caption'#6#1'-'#0#0#9'TMenuI' +'AutoCheck'#9#7'Caption'#6#18'Handled by Program'#10'GroupIndex'#2#1#9'Radio'
+'tem'#16'mnuResumeHandled'#9'AutoCheck'#9#7'Caption'#6#14'Resume Handled'#10 +'Item'#9#0#0#9'TMenuItem'#21'mnuiHandledByDebugger'#9'AutoCheck'#9#7'Caption'
+'GroupIndex'#2#2#9'RadioItem'#9#0#0#9'TMenuItem'#18'mnuResumeUnhandled'#9'Au' +#6#19'Handled by Debugger'#10'GroupIndex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'
+'toCheck'#9#7'Caption'#6#16'Resume Unhandled'#10'GroupIndex'#2#2#9'RadioItem' +#2'N1'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#16'mnuResumeHandled'#9'AutoCheck'#9
+#9#0#0#0#0 +#7'Caption'#6#14'Resume Handled'#10'GroupIndex'#2#2#9'RadioItem'#9#0#0#9'TMe'
+'nuItem'#18'mnuResumeUnhandled'#9'AutoCheck'#9#7'Caption'#6#16'Resume Unhand'
+'led'#10'GroupIndex'#2#2#9'RadioItem'#9#0#0#0#0
]); ]);