home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TDEBUGGERLANGEXCEPTOPTIONS / TDEBUGGERLANGEXCEPTOPTIONS.txt
Text File  |  1999-08-11  |  1KB  |  63 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 = 22
  13.     Top = 272
  14.     Width = 165
  15.     Height = 17
  16.     Caption = '&Stop on Delphi Exceptions'
  17.     TabOrder = 1
  18.   end
  19.   object cbCPPExcept: TCheckBox
  20.     Left = 189
  21.     Top = 272
  22.     Width = 155
  23.     Height = 17
  24.     Caption = 'Stop on &C++ Exceptions'
  25.     TabOrder = 2
  26.   end
  27.   object gbIgnoreExcept: TGroupBox
  28.     Left = 8
  29.     Top = 8
  30.     Width = 403
  31.     Height = 253
  32.     Caption = ' &Exception Types to Ignore '
  33.     TabOrder = 0
  34.     object AddButton: TButton
  35.       Left = 233
  36.       Top = 217
  37.       Width = 75
  38.       Height = 25
  39.       Caption = '&Add...'
  40.       TabOrder = 1
  41.       OnClick = AddButtonClick
  42.     end
  43.     object RemoveButton: TButton
  44.       Left = 318
  45.       Top = 217
  46.       Width = 75
  47.       Height = 25
  48.       Caption = '&Remove'
  49.       TabOrder = 2
  50.       OnClick = RemoveButtonClick
  51.     end
  52.     object ExceptListBox: TCheckListBox
  53.       Left = 10
  54.       Top = 20
  55.       Width = 383
  56.       Height = 189
  57.       ItemHeight = 13
  58.       TabOrder = 0
  59.       OnClick = ExceptListBoxClick
  60.     end
  61.   end
  62. end
  63.