IDE: debugger options: set OnSelect for debuger type combobox

git-svn-id: trunk@16045 -
This commit is contained in:
mattias 2008-08-12 18:17:43 +00:00
parent 2d27a81a8f
commit 223c1adcfc
3 changed files with 214 additions and 219 deletions

View File

@ -3,8 +3,6 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Height = 443
Top = 196
Width = 482
HorzScrollBar.Page = 481
VertScrollBar.Page = 442
ActiveControl = cmbDebuggerType
BorderIcons = [biSystemMenu]
Caption = 'Debugger Options'
@ -13,29 +11,30 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
OnCreate = DebuggerOptionsFormCREATE
OnDestroy = DebuggerOptionsFormDESTROY
Position = poScreenCenter
LCLVersion = '0.9.25'
object nbDebugOptions: TNotebook
AnchorSideBottom.Control = BtnPanel
Height = 393
Width = 482
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
PageIndex = 3
PageIndex = 0
TabOrder = 0
object pgGeneral: TPage
Caption = 'pgGeneral'
ClientWidth = 478
ClientHeight = 362
ClientWidth = 476
ClientHeight = 354
object gbDebuggerType: TGroupBox
Left = 6
Height = 87
Top = 6
Width = 466
Width = 464
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Debugger type and path'
ClientHeight = 68
ClientWidth = 462
ClientHeight = 65
ClientWidth = 456
ParentCtl3D = False
TabOrder = 0
object cmbDebuggerType: TComboBox
@ -44,14 +43,15 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Control = gbDebuggerType
AnchorSideRight.Side = asrBottom
Left = 6
Height = 25
Height = 21
Top = 6
Width = 450
Width = 444
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Around = 6
MaxLength = 0
OnChange = cmbDebuggerTypeCHANGE
OnSelect = cmbDebuggerTypeCHANGE
ParentCtl3D = False
TabOrder = 0
end
@ -61,9 +61,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = cmdOpenDebuggerPath
Left = 6
Height = 25
Top = 37
Width = 421
Height = 21
Top = 33
Width = 415
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Around = 6
@ -76,9 +76,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbDebuggerType
AnchorSideRight.Side = asrBottom
Left = 433
Left = 427
Height = 25
Top = 37
Top = 33
Width = 23
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
@ -94,15 +94,15 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Control = pgGeneral
AnchorSideRight.Side = asrBottom
Left = 6
Height = 56
Height = 59
Top = 99
Width = 466
Width = 464
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Additional search path'
ClientHeight = 37
ClientWidth = 462
ClientWidth = 456
ParentCtl3D = False
TabOrder = 1
object txtAdditionalPath: TEdit
@ -112,7 +112,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Left = 6
Height = 25
Top = 6
Width = 421
Width = 415
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 0
@ -121,7 +121,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideTop.Control = gbAdditionalSearchPath
AnchorSideRight.Control = gbAdditionalSearchPath
AnchorSideRight.Side = asrBottom
Left = 433
Left = 427
Height = 24
Top = 6
Width = 23
@ -141,21 +141,21 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideBottom.Control = pgGeneral
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 133
Top = 223
Width = 466
Height = 122
Top = 226
Width = 464
Align = alClient
BorderSpacing.Around = 6
Caption = 'Debugger specific options (depends on type of debugger)'
ClientHeight = 114
ClientWidth = 462
ClientHeight = 100
ClientWidth = 456
ParentCtl3D = False
TabOrder = 2
object pnlDebugSpecific: TPanel
Left = 6
Height = 102
Height = 88
Top = 6
Width = 450
Width = 444
Align = alClient
BorderSpacing.Around = 6
BevelOuter = bvNone
@ -173,8 +173,8 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Side = asrBottom
Left = 6
Height = 56
Top = 161
Width = 466
Top = 164
Width = 464
Align = alTop
AutoFill = True
BorderSpacing.Around = 6
@ -202,8 +202,8 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Align = alTop
BorderSpacing.Around = 6
Caption = 'General'
ClientHeight = 113
ClientWidth = 462
ClientHeight = 110
ClientWidth = 458
ParentCtl3D = False
TabOrder = 0
object chkClearLogOnRun: TCheckBox
@ -241,8 +241,8 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Align = alClient
BorderSpacing.Around = 6
Caption = 'Messages'
ClientHeight = 193
ClientWidth = 462
ClientHeight = 190
ClientWidth = 458
Enabled = False
ParentCtl3D = False
TabOrder = 1
@ -323,8 +323,8 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Align = alClient
BorderSpacing.Around = 6
Caption = 'Ignore these exceptions'
ClientHeight = 303
ClientWidth = 462
ClientHeight = 300
ClientWidth = 458
ParentCtl3D = False
TabOrder = 0
object cmdExceptionRemove: TButton
@ -332,9 +332,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = bgIgnoreExceptions
AnchorSideBottom.Side = asrBottom
Left = 381
Left = 377
Height = 31
Top = 266
Top = 263
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
@ -349,9 +349,9 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Control = cmdExceptionRemove
AnchorSideBottom.Control = bgIgnoreExceptions
AnchorSideBottom.Side = asrBottom
Left = 300
Left = 296
Height = 31
Top = 266
Top = 263
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
@ -365,15 +365,14 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = cmdExceptionAdd
Left = 6
Height = 254
Height = 251
Top = 6
Width = 450
Width = 446
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
OnClick = clbExceptionsCLICK
TabOrder = 2
TopIndex = -1
end
end
object chkBreakOnException: TCheckBox
@ -391,18 +390,18 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
end
object pgSignals: TPage
Caption = 'pgSignals'
ClientWidth = 478
ClientHeight = 362
ClientWidth = 476
ClientHeight = 354
object gbSignals: TGroupBox
Left = 6
Height = 350
Height = 342
Top = 6
Width = 466
Width = 464
Align = alClient
BorderSpacing.Around = 6
Caption = 'Signals'
ClientHeight = 331
ClientWidth = 462
ClientHeight = 320
ClientWidth = 456
ParentCtl3D = False
TabOrder = 0
object cmdSignalRemove: TButton
@ -410,10 +409,10 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = gbSignals
AnchorSideBottom.Side = asrBottom
Left = 381
Height = 31
Left = 372
Height = 20
Top = 294
Width = 75
Width = 78
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
@ -426,8 +425,8 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
AnchorSideRight.Control = cmdSignalRemove
AnchorSideBottom.Control = gbSignals
AnchorSideBottom.Side = asrBottom
Left = 300
Height = 31
Left = 291
Height = 20
Top = 294
Width = 75
Anchors = [akRight, akBottom]
@ -442,7 +441,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
Left = 6
Height = 282
Top = 6
Width = 450
Width = 444
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
@ -481,7 +480,7 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
TabOrder = 1
object cmdOK: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 309
Left = 320
Height = 38
Top = 6
Width = 75
@ -499,10 +498,10 @@ object DebuggerOptionsForm: TDebuggerOptionsForm
object cmdCancel: TBitBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 390
Left = 401
Height = 38
Top = 6
Width = 86
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6

View File

@ -2,173 +2,170 @@
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'#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#137#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#3#8'T'
+'abOrder'#2#0#0#5'TPage'#9'pgGeneral'#7'Caption'#6#9'pgGeneral'#11'ClientWid'
+'th'#3#222#1#12'ClientHeight'#3'j'#1#0#9'TGroupBox'#14'gbDebuggerType'#4'Lef'
+'t'#2#6#6'Height'#2'W'#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'D'#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#25#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
+'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'
+'tions'#12'ClientHeight'#3#187#1#11'ClientWidth'#3#226#1#8'OnCreate'#7#25'De'
+'buggerOptionsFormCREATE'#9'OnDestroy'#7#26'DebuggerOptionsFormDESTROY'#8'Po'
+'sition'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9'TNotebook'#14'n'
+'bDebugOptions'#24'AnchorSideBottom.Control'#7#8'BtnPanel'#6'Height'#3#137#1
+#5'Width'#3#226#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
+'ight'#8'akBottom'#0#9'PageIndex'#2#0#8'TabOrder'#2#0#0#5'TPage'#9'pgGeneral'
+#7'Caption'#6#9'pgGeneral'#11'ClientWidth'#3#220#1#12'ClientHeight'#3'b'#1#0
+#9'TGroupBox'#14'gbDebuggerType'#4'Left'#2#6#6'Height'#2'W'#3'Top'#2#6#5'Wid'
+'th'#3#208#1#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#22'Debugger type and path'#12'ClientHeight'#2'A'#11'ClientWidth'
+#3#200#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#9'TComboBox'#15'cmbDebuggerType'
+#22'AnchorSideLeft.Control'#7#14'gbDebuggerType'#21'AnchorSideTop.Control'#7
+#14'gbDebuggerType'#23'AnchorSideRight.Control'#7#14'gbDebuggerType'#20'Anch'
+'orSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Wi'
+'dth'#3#188#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteT'
+'ext'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#20'BorderSpac'
+'ing.Around'#2#6#9'MaxLength'#2#0#8'OnChange'#7#21'cmbDebuggerTypeCHANGE'#8
+'OnSelect'#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#25#3'Top'#2'%'#5'Width'#3#165#1#7'Anchors'#11#5'akTop'#6'ak'
+#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#159#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'c'#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
+#133#0#3'Top'#3#223#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'r'#11'ClientWidth'#3#206#1#11'ParentCtl3D'#8#8
+'TabOrder'#2#2#0#6'TPanel'#16'pnlDebugSpecific'#4'Left'#2#6#6'Height'#2'f'#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#161#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'j'#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#212#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#193#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'j'#1
+#0#9'TGroupBox'#18'bgIgnoreExceptions'#4'Left'#2#6#6'Height'#3'B'#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#31#3'To'
+'p'#3#10#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'#20'Constraints.MinWidth'#2'K'#7'Enabled'#8#7'OnClick'#7#23'cmdExc'
+'eptionRemoveCLICK'#8'TabOrder'#2#0#0#0#7'TButton'#15'cmdExceptionAdd'#23'An'
+'chorSideRight.Control'#7#18'cmdExceptionRemove'#24'AnchorSideBottom.Control'
+#7#18'bgIgnoreExceptions'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3
+','#1#6'Height'#2#31#3'Top'#3#10#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8
+'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.Inn'
+'erBorder'#2#4#7'Caption'#6#3'Add'#20'Constraints.MinWidth'#2'K'#7'OnClick'#7
+#20'cmdExceptionAddCLICK'#8'TabOrder'#2#1#0#0#13'TCheckListBox'#13'clbExcept'
+'ions'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7
+#15'cmdExceptionAdd'#4'Left'#2#6#6'Height'#3#254#0#3'Top'#2#6#5'Width'#3#194
+#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBotto'
+'m'#0#20'BorderSpacing.Around'#2#6#7'OnClick'#7#18'clbExceptionsCLICK'#8'Tab'
+'Order'#2#2#8'TopIndex'#2#255#0#0#0#9'TCheckBox'#19'chkBreakOnException'#4'L'
+'eft'#2#6#6'Height'#2#22#3'Top'#3'N'#1#5'Width'#3#210#1#5'Align'#7#8'alBotto'
+'m'#11'AllowGrayed'#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'ClientHeight'#3'j'#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.Ar'
+'ound'#2#6#7'Caption'#6#7'Signals'#12'ClientHeight'#3'K'#1#11'ClientWidth'#3
+#206#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#7'TButton'#15'cmdSignalRemove'#23
+'AnchorSideRight.Control'#7#9'gbSignals'#20'AnchorSideRight.Side'#7#9'asrBot'
+'tom'#24'AnchorSideBottom.Control'#7#9'gbSignals'#21'AnchorSideBottom.Side'#7
+#9'asrBottom'#4'Left'#3'}'#1#6'Height'#2#31#3'Top'#3'&'#1#5'Width'#2'K'#7'An'
+'chors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2
+#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#6'Remove'#20'Constraints.M'
+'inWidth'#2'K'#7'Enabled'#8#8'TabOrder'#2#0#0#0#7'TButton'#12'cmdSignalAdd'
+#23'AnchorSideRight.Control'#7#15'cmdSignalRemove'#24'AnchorSideBottom.Contr'
+'ol'#7#9'gbSignals'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3','#1#6
+'Height'#2#31#3'Top'#3'&'#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBotto'
+'m'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorde'
+'r'#2#4#7'Caption'#6#3'Add'#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#26#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'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'k'#0#0#9'PopupMenu'#7#9'popSignal'#8'TabOrder'#2#2#9'Vie'
+'wStyle'#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'ClientHeight'#2'2'#11'ClientWidth'#3#226#1#8'TabOrder'#2#1#0
+#7'TBitBtn'#5'cmdOK'#21'AnchorSideBottom.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'cmdOKCLI'
+'CK'#8'TabOrder'#2#0#0#0#7'TBitBtn'#9'cmdCancel'#20'AnchorSideRight.Side'#7#9
+'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#134#1#6'Heigh'
+'t'#2'&'#3'Top'#2#6#5'Width'#2'V'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'Bor'
+'derSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#20'Constraints.Mi'
+'nWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'T'
+'abOrder'#2#1#0#0#0#10'TPopupMenu'#9'popSignal'#4'left'#2#8#3'top'#3#192#1#0
+#9'TMenuItem'#19'mnuHandledByProgram'#9'AutoCheck'#9#7'Caption'#6#18'Handled'
+' by Program'#10'GroupIndex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#21'mnuiHand'
+'ledByDebugger'#9'AutoCheck'#9#7'Caption'#6#19'Handled by Debugger'#10'Group'
+'Index'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#2'N1'#7'Caption'#6#1'-'#0#0#9'TM'
+'enuItem'#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
+'AutoCheck'#9#7'Caption'#6#16'Resume Unhandled'#10'GroupIndex'#2#2#9'RadioIt'
+'em'#9#0#0#0#0
+#9'asrBottom'#4'Left'#3#171#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#7'Caption'#6#3
+'...'#7'OnClick'#7#24'cmdOpenDebuggerPathCLICK'#8'TabOrder'#2#2#0#0#0#9'TGro'
+'upBox'#22'gbAdditionalSearchPath'#22'AnchorSideLeft.Control'#7#9'pgGeneral'
+#21'AnchorSideTop.Control'#7#14'gbDebuggerType'#18'AnchorSideTop.Side'#7#9'a'
+'srBottom'#23'AnchorSideRight.Control'#7#9'pgGeneral'#20'AnchorSideRight.Sid'
+'e'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2';'#3'Top'#2'c'#5'Width'#3#208#1#5
+'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#22
+'Additional search path'#12'ClientHeight'#2'%'#11'ClientWidth'#3#200#1#11'Pa'
+'rentCtl3D'#8#8'TabOrder'#2#1#0#5'TEdit'#17'txtAdditionalPath'#22'AnchorSide'
+'Left.Control'#7#22'gbAdditionalSearchPath'#21'AnchorSideTop.Control'#7#22'g'
+'bAdditionalSearchPath'#23'AnchorSideRight.Control'#7#21'cmdOpenAdditionalPa'
+'th'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#6#5'Width'#3#159#1#7'Anchors'#11#5
+'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0
+#0#7'TButton'#21'cmdOpenAdditionalPath'#21'AnchorSideTop.Control'#7#22'gbAdd'
+'itionalSearchPath'#23'AnchorSideRight.Control'#7#22'gbAdditionalSearchPath'
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#171#1#6'Height'#2#24#3'To'
+'p'#2#6#5'Width'#2#23#7'Anchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.A'
+'round'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#26'cmdOpenAdditionalPathClick'#8
+'TabOrder'#2#1#0#0#0#9'TGroupBox'#18'gbDebuggerSpecific'#22'AnchorSideLeft.C'
+'ontrol'#7#9'pgGeneral'#21'AnchorSideTop.Control'#7#25'gcbDebuggerGeneralOpt'
+'ions'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9
+'pgGeneral'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Cont'
+'rol'#7#9'pgGeneral'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6
+'Height'#2'z'#3'Top'#3#226#0#5'Width'#3#208#1#5'Align'#7#8'alClient'#20'Bord'
+'erSpacing.Around'#2#6#7'Caption'#6'7Debugger specific options (depends on t'
+'ype of debugger)'#12'ClientHeight'#2'd'#11'ClientWidth'#3#200#1#11'ParentCt'
+'l3D'#8#8'TabOrder'#2#2#0#6'TPanel'#16'pnlDebugSpecific'#4'Left'#2#6#6'Heigh'
+'t'#2'X'#3'Top'#2#6#5'Width'#3#188#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'gcbDebuggerGeneralO'
+'ptions'#22'AnchorSideLeft.Control'#7#9'pgGeneral'#21'AnchorSideTop.Control'
+#7#22'gbAdditionalSearchPath'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Ancho'
+'rSideRight.Control'#7#9'pgGeneral'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
,'Left'#2#6#6'Height'#2'8'#3'Top'#3#164#0#5'Width'#3#208#1#5'Align'#7#5'alTop'
+#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#24'Debugger general'
+' options'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpac'
+'ing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27
+'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.'
+'ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14
+'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'
+#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#3#0#0#0#5'TPage'#10'pgEve'
+'ntLog'#7'Caption'#6#10'pgEventLog'#11'ClientWidth'#3#222#1#12'ClientHeight'
+#3'j'#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'General'#12'ClientHeight'#2'n'#11'ClientWidth'#3#202#1#11'ParentCtl3D'#8
+#8'TabOrder'#2#0#0#9'TCheckBox'#16'chkClearLogOnRun'#4'Left'#2#4#6'Height'#2
+#22#3'Top'#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'H'
+'eight'#2#22#3'Top'#2#29#5'Width'#3#134#0#11'AllowGrayed'#9#7'Caption'#6#18
+'Limit linecount 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#212#0#3'Top'#3
+#144#0#5'Width'#3#210#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7
+'Caption'#6#8'Messages'#12'ClientHeight'#3#190#0#11'ClientWidth'#3#202#1#7'E'
+'nabled'#8#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#9'TCheckBox'#21'chkMessagesBr'
+'eakpoint'#4'Left'#2#4#6'Height'#2#22#3'Top'#2#5#5'Width'#2']'#11'AllowGraye'
+'d'#9#7'Caption'#6#10'Breakpoint'#8'TabOrder'#2#0#0#0#9'TCheckBox'#18'chkMes'
+'sagesProcess'#4'Left'#2#4#6'Height'#2#22#3'Top'#2#29#5'Width'#2'J'#11'Allow'
+'Grayed'#9#7'Caption'#6#7'Process'#8'TabOrder'#2#1#0#0#9'TCheckBox'#17'chkMe'
+'ssagesThread'#4'Left'#2#4#6'Height'#2#22#3'Top'#2'5'#5'Width'#2'D'#11'Allow'
+'Grayed'#9#7'Caption'#6#6'Thread'#8'TabOrder'#2#2#0#0#9'TCheckBox'#17'chkMes'
+'sagesModule'#4'Left'#2#4#6'Height'#2#22#3'Top'#2'M'#5'Width'#2'F'#11'AllowG'
+'rayed'#9#7'Caption'#6#6'Module'#8'TabOrder'#2#3#0#0#9'TCheckBox'#17'chkMess'
+'agesOutput'#4'Left'#2#4#6'Height'#2#22#3'Top'#2'e'#5'Width'#2'D'#11'AllowGr'
+'ayed'#9#7'Caption'#6#6'Output'#8'TabOrder'#2#4#0#0#9'TCheckBox'#17'chkMessa'
+'gesWindow'#4'Left'#2#4#6'Height'#2#22#3'Top'#2'}'#5'Width'#2'G'#11'AllowGra'
+'yed'#9#7'Caption'#6#6'Window'#8'TabOrder'#2#5#0#0#9'TCheckBox'#20'chkMessag'
+'esInterface'#4'Left'#2#4#6'Height'#2#22#3'Top'#3#149#0#5'Width'#2'P'#11'All'
+'owGrayed'#9#7'Caption'#6#9'Interface'#8'TabOrder'#2#6#0#0#0#0#5'TPage'#12'p'
+'gExceptions'#7'Caption'#6#12'pgExceptions'#11'ClientWidth'#3#222#1#12'Clien'
+'tHeight'#3'j'#1#0#9'TGroupBox'#18'bgIgnoreExceptions'#4'Left'#2#6#6'Height'
+#3'B'#1#3'Top'#2#6#5'Width'#3#210#1#5'Align'#7#8'alClient'#20'BorderSpacing.'
+'Around'#2#6#7'Caption'#6#23'Ignore these exceptions'#12'ClientHeight'#3','#1
+#11'ClientWidth'#3#202#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#7'TButton'#18'c'
+'mdExceptionRemove'#23'AnchorSideRight.Control'#7#18'bgIgnoreExceptions'#20
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'bgIg'
+'noreExceptions'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'y'#1#6'H'
+'eight'#2#31#3'Top'#3#7#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'
+#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#6'Remove'#20'Cons'
+'traints.MinWidth'#2'K'#7'Enabled'#8#7'OnClick'#7#23'cmdExceptionRemoveCLICK'
+#8'TabOrder'#2#0#0#0#7'TButton'#15'cmdExceptionAdd'#23'AnchorSideRight.Contr'
+'ol'#7#18'cmdExceptionRemove'#24'AnchorSideBottom.Control'#7#18'bgIgnoreExce'
+'ptions'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'('#1#6'Height'#2
+#31#3'Top'#3#7#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'Auto'
+'Size'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'Add'#20'Constraints.Min'
+'Width'#2'K'#7'OnClick'#7#20'cmdExceptionAddCLICK'#8'TabOrder'#2#1#0#0#13'TC'
+'heckListBox'#13'clbExceptions'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'A'
+'nchorSideBottom.Control'#7#15'cmdExceptionAdd'#4'Left'#2#6#6'Height'#3#251#0
+#3'Top'#2#6#5'Width'#3#190#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'OnClick'#7#18
+'clbExceptionsCLICK'#8'TabOrder'#2#2#0#0#0#9'TCheckBox'#19'chkBreakOnExcepti'
+'on'#4'Left'#2#6#6'Height'#2#22#3'Top'#3'N'#1#5'Width'#3#210#1#5'Align'#7#8
+'alBottom'#11'AllowGrayed'#9#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'Border'
+'Spacing.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
+#220#1#12'ClientHeight'#3'b'#1#0#9'TGroupBox'#9'gbSignals'#4'Left'#2#6#6'Hei'
+'ght'#3'V'#1#3'Top'#2#6#5'Width'#3#208#1#5'Align'#7#8'alClient'#20'BorderSpa'
,'cing.Around'#2#6#7'Caption'#6#7'Signals'#12'ClientHeight'#3'@'#1#11'ClientW'
+'idth'#3#200#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#7'TButton'#15'cmdSignalRe'
+'move'#23'AnchorSideRight.Control'#7#9'gbSignals'#20'AnchorSideRight.Side'#7
+#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'gbSignals'#21'AnchorSideBotto'
+'m.Side'#7#9'asrBottom'#4'Left'#3't'#1#6'Height'#2#20#3'Top'#3'&'#1#5'Width'
+#2'N'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.'
+'Around'#2#6#7'Caption'#6#6'Remove'#20'Constraints.MinWidth'#2'K'#7'Enabled'
+#8#8'TabOrder'#2#0#0#0#7'TButton'#12'cmdSignalAdd'#23'AnchorSideRight.Contro'
+'l'#7#15'cmdSignalRemove'#24'AnchorSideBottom.Control'#7#9'gbSignals'#21'Anc'
+'horSideBottom.Side'#7#9'asrBottom'#4'Left'#3'#'#1#6'Height'#2#20#3'Top'#3'&'
+#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'Bor'
+'derSpacing.Around'#2#6#7'Caption'#6#3'Add'#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#26#1#3'Top'#2#6#5'Width'#3#188#1#5
+'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#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'Ta'
+'bOrder'#2#2#9'ViewStyle'#7#8'vsReport'#0#0#0#0#0#6'TPanel'#8'BtnPanel'#6'He'
+'ight'#2'2'#3'Top'#3#137#1#5'Width'#3#226#1#5'Align'#7#8'alBottom'#8'AutoSiz'
+'e'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'2'#11'ClientWidth'#3#226
+#1#8'TabOrder'#2#1#0#7'TBitBtn'#5'cmdOK'#21'AnchorSideBottom.Side'#7#9'asrBo'
+'ttom'#4'Left'#3'@'#1#6'Height'#2'&'#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'a'
+'lRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#3'&OK'#20'C'
+'onstraints.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'An'
+'chorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'
+#4'Left'#3#145#1#6'Height'#2'&'#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRigh'
+'t'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Ca'
+'ncel'#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'TPopupMenu'#9'popSignal'#4'left'
+#2#8#3'top'#3#192#1#0#9'TMenuItem'#19'mnuHandledByProgram'#9'AutoCheck'#9#7
+'Caption'#6#18'Handled by Program'#10'GroupIndex'#2#1#9'RadioItem'#9#0#0#9'T'
+'MenuItem'#21'mnuiHandledByDebugger'#9'AutoCheck'#9#7'Caption'#6#19'Handled '
+'by Debugger'#10'GroupIndex'#2#1#9'RadioItem'#9#0#0#9'TMenuItem'#2'N1'#7'Cap'
+'tion'#6#1'-'#0#0#9'TMenuItem'#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'AutoCheck'#9#7'Caption'#6#16'Resume Unhandled'#10'Gro'
+'upIndex'#2#2#9'RadioItem'#9#0#0#0#0
]);

View File

@ -517,7 +517,6 @@ begin
typeCFIndex, nil, SizeOf(CFIndex), nil, @Index),
'CarbonComboBox_ListItemSelected', SGetEvent,
'kEventParamComboBoxListSelectedItemIndex') then Index := -1;
(AWidget as TCarbonComboBox).ListItemSelected(Index);
end;