home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TDEBUGGERLANGEXCEPTOPTIONS / TDEBUGGERLANGEXCEPTOPTIONS.txt
Text File  |  1998-06-16  |  1KB  |  62 lines

  1. object DebuggerLangExceptOptions: TDebuggerLangExceptOptions
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 298
  6.   HelpContext = 2093
  7.   Caption = 'Language Exceptions'
  8.   OnCreate = DebuggerLangExceptOptionsCreate
  9.   OnDestroy = DebuggerLangExceptOptionsDestroy
  10.   OnBroadcast = DebuggerLangExceptOptionsBroadcast
  11.   object cbDelphiExcept: TCheckBox
  12.     Left = 8
  13.     Top = 16
  14.     Width = 175
  15.     Height = 17
  16.     Caption = '&Stop on Delphi Exceptions'
  17.     TabOrder = 0
  18.   end
  19.   object cbCPPExcept: TCheckBox
  20.     Left = 200
  21.     Top = 16
  22.     Width = 175
  23.     Height = 17
  24.     Caption = 'Stop on &C++ Exceptions'
  25.     TabOrder = 1
  26.   end
  27.   object gbIgnoreExcept: TGroupBox
  28.     Left = 8
  29.     Top = 40
  30.     Width = 405
  31.     Height = 253
  32.     Caption = ' &Exception Types to Ignore '
  33.     TabOrder = 2
  34.     object ExceptListBox: TListBox
  35.       Left = 16
  36.       Top = 24
  37.       Width = 377
  38.       Height = 177
  39.       ItemHeight = 13
  40.       TabOrder = 0
  41.     end
  42.     object AddButton: TButton
  43.       Left = 232
  44.       Top = 216
  45.       Width = 75
  46.       Height = 25
  47.       Caption = '&Add...'
  48.       TabOrder = 1
  49.       OnClick = AddButtonClick
  50.     end
  51.     object RemoveButton: TButton
  52.       Left = 318
  53.       Top = 216
  54.       Width = 75
  55.       Height = 25
  56.       Caption = '&Remove'
  57.       TabOrder = 2
  58.       OnClick = RemoveButtonClick
  59.     end
  60.   end
  61. end
  62.