home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TDEBUGGEREXCEPTIONOPTIONS / TDEBUGGEREXCEPTIONOPTIONS.txt
Text File  |  1999-08-11  |  1KB  |  73 lines

  1. object DebuggerExceptionOptions: TDebuggerExceptionOptions
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 298
  6.   HelpContext = 2092
  7.   Caption = 'OS Exceptions'
  8.   OnDestroy = DebuggerExceptionOptionsDestroy
  9.   OnBroadcast = DebuggerExceptionOptionsBroadcast
  10.   object Label1: TLabel
  11.     Left = 8
  12.     Top = 8
  13.     Width = 55
  14.     Height = 13
  15.     Caption = '&Exceptions:'
  16.     FocusControl = ExceptionList
  17.   end
  18.   object ExceptionList: TListBox
  19.     Left = 8
  20.     Top = 26
  21.     Width = 401
  22.     Height = 195
  23.     ItemHeight = 16
  24.     MultiSelect = True
  25.     Style = lbOwnerDrawFixed
  26.     TabOrder = 0
  27.     OnClick = ExceptionListClick
  28.     OnDrawItem = ExceptionListDrawItem
  29.   end
  30.   object rgHandledBy: TRadioGroup
  31.     Left = 8
  32.     Top = 228
  33.     Width = 150
  34.     Height = 62
  35.     Caption = ' Handled by '
  36.     Items.Strings = (
  37.       '&Debugger'
  38.       'User pro&gram')
  39.     TabOrder = 1
  40.     OnClick = rgHandledByClick
  41.   end
  42.   object rgResumeOptions: TRadioGroup
  43.     Left = 168
  44.     Top = 228
  45.     Width = 150
  46.     Height = 62
  47.     Caption = ' On resume '
  48.     Items.Strings = (
  49.       '&Run handled'
  50.       'Run u&nhandled')
  51.     TabOrder = 2
  52.     OnClick = rgResumeOptionsClick
  53.   end
  54.   object AddExButton: TButton
  55.     Left = 328
  56.     Top = 233
  57.     Width = 81
  58.     Height = 25
  59.     Caption = '&Add...'
  60.     TabOrder = 3
  61.     OnClick = AddExButtonClick
  62.   end
  63.   object RemoveExButton: TButton
  64.     Left = 328
  65.     Top = 265
  66.     Width = 81
  67.     Height = 25
  68.     Caption = 'Re&move'
  69.     TabOrder = 4
  70.     OnClick = RemoveExButtonClick
  71.   end
  72. end
  73.