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

  1. inherited DebuggerProcessOptDialog: TDebuggerProcessOptDialog
  2.   Caption = ''
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited Panel2: TPanel
  6.     inherited PropertySheetControl1: TPropertySheetControl
  7.       PropertySheets = <
  8.         item
  9.           PropertySheetClassName = 'TDebuggerLogOptionsPage'
  10.         end
  11.         item
  12.           PropertySheetClassName = 'TDebuggerLangExceptOptions'
  13.         end
  14.         item
  15.           PropertySheetClassName = 'TDebuggerExceptionOptions'
  16.         end
  17.         item
  18.           PropertySheetClassName = 'TDistributedDebuggingOptions'
  19.         end>
  20.     end
  21.   end
  22. end
  23.