object DebuggerExceptionOptions: TDebuggerExceptionOptions Left = 0 Top = 0 Width = 419 Height = 298 HelpContext = 2092 Caption = 'OS Exceptions' OnDestroy = DebuggerExceptionOptionsDestroy OnBroadcast = DebuggerExceptionOptionsBroadcast object Label1: TLabel Left = 8 Top = 8 Width = 55 Height = 13 Caption = '&Exceptions:' FocusControl = ExceptionList end object ExceptionList: TListBox Left = 8 Top = 26 Width = 401 Height = 200 ItemHeight = 16 MultiSelect = True Style = lbOwnerDrawFixed TabOrder = 0 OnClick = ExceptionListClick OnDrawItem = ExceptionListDrawItem end object rgHandledBy: TRadioGroup Left = 8 Top = 235 Width = 135 Height = 55 Caption = 'Handled By' Items.Strings = ( '&Debugger' 'User Pro&gram') TabOrder = 1 OnClick = rgHandledByClick end object rgResumeOptions: TRadioGroup Left = 163 Top = 235 Width = 135 Height = 55 Caption = 'On Resume' Items.Strings = ( '&Run Handled' 'Run U&nhandled') TabOrder = 2 OnClick = rgResumeOptionsClick end object AddExButton: TButton Left = 331 Top = 235 Width = 75 Height = 25 Caption = '&Add...' TabOrder = 3 OnClick = AddExButtonClick end object RemoveExButton: TButton Left = 331 Top = 268 Width = 75 Height = 25 Caption = 'Re&move' TabOrder = 4 OnClick = RemoveExButtonClick end end