home *** CD-ROM | disk | FTP | other *** search
- object DebuggerLangExceptOptions: TDebuggerLangExceptOptions
- Left = 0
- Top = 0
- Width = 419
- Height = 298
- HelpContext = 2093
- Caption = 'Language Exceptions'
- OnCreate = DebuggerLangExceptOptionsCreate
- OnDestroy = DebuggerLangExceptOptionsDestroy
- OnBroadcast = DebuggerLangExceptOptionsBroadcast
- object cbDelphiExcept: TCheckBox
- Left = 22
- Top = 272
- Width = 165
- Height = 17
- Caption = '&Stop on Delphi Exceptions'
- TabOrder = 1
- end
- object cbCPPExcept: TCheckBox
- Left = 189
- Top = 272
- Width = 155
- Height = 17
- Caption = 'Stop on &C++ Exceptions'
- TabOrder = 2
- end
- object gbIgnoreExcept: TGroupBox
- Left = 8
- Top = 8
- Width = 403
- Height = 253
- Caption = ' &Exception Types to Ignore '
- TabOrder = 0
- object AddButton: TButton
- Left = 233
- Top = 217
- Width = 75
- Height = 25
- Caption = '&Add...'
- TabOrder = 1
- OnClick = AddButtonClick
- end
- object RemoveButton: TButton
- Left = 318
- Top = 217
- Width = 75
- Height = 25
- Caption = '&Remove'
- TabOrder = 2
- OnClick = RemoveButtonClick
- end
- object ExceptListBox: TCheckListBox
- Left = 10
- Top = 20
- Width = 383
- Height = 189
- ItemHeight = 13
- TabOrder = 0
- OnClick = ExceptListBoxClick
- end
- end
- end
-