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 = 195 ItemHeight = 16 MultiSelect = True Style = lbOwnerDrawFixed TabOrder = 0 OnClick = ExceptionListClick OnDrawItem = ExceptionListDrawItem end object rgHandledBy: TRadioGroup Left = 8 Top = 228 Width = 150 Height = 62 Caption = ' Handled by ' Items.Strings = ( '&Debugger' 'User pro&gram') TabOrder = 1 OnClick = rgHandledByClick end object rgResumeOptions: TRadioGroup Left = 168 Top = 228 Width = 150 Height = 62 Caption = ' On resume ' Items.Strings = ( '&Run handled' 'Run u&nhandled') TabOrder = 2 OnClick = rgResumeOptionsClick end object AddExButton: TButton Left = 328 Top = 233 Width = 81 Height = 25 Caption = '&Add...' TabOrder = 3 OnClick = AddExButtonClick end object RemoveExButton: TButton Left = 328 Top = 265 Width = 81 Height = 25 Caption = 'Re&move' TabOrder = 4 OnClick = RemoveExButtonClick end end