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

  1. inherited DebuggerOptDialog: TDebuggerOptDialog
  2.   Left = 264
  3.   Top = 234
  4.   Caption = 'Debugger Options'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited Panel1: TPanel
  8.     inherited OKButton: TButton
  9.       Left = 195
  10.       Top = 3
  11.     end
  12.     inherited CancelButton: TButton
  13.       Left = 276
  14.       Top = 3
  15.     end
  16.     inherited HelpButton: TButton
  17.       Left = 357
  18.       Top = 3
  19.     end
  20.     object cbIntegratedDebugging: TCheckBox
  21.       Left = 11
  22.       Top = 7
  23.       Width = 150
  24.       Height = 17
  25.       Caption = '&Integrated debugging'
  26.       TabOrder = 3
  27.     end
  28.   end
  29.   inherited Panel2: TPanel
  30.     inherited PropertySheetControl1: TPropertySheetControl
  31.       PropertySheets = <
  32.         item
  33.           PropertySheetClassName = 'TDebuggerOptionsPage'
  34.         end
  35.         item
  36.           PropertySheetClassName = 'TDebuggerLogOptionsPage'
  37.         end
  38.         item
  39.           PropertySheetClassName = 'TDebuggerLangExceptOptions'
  40.         end
  41.         item
  42.           PropertySheetClassName = 'TDebuggerExceptionOptions'
  43.         end
  44.         item
  45.           PropertySheetClassName = 'TDistributedDebuggingOptions'
  46.         end>
  47.     end
  48.   end
  49. end
  50.