home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / DPHIDE40.BPL / 0 / RCDATA / TPASEDITORPROPERTYDIALOG / TPASEDITORPROPERTYDIALOG.txt
Text File  |  1998-06-16  |  572b  |  23 lines

  1. inherited PasEditorPropertyDialog: TPasEditorPropertyDialog
  2.   Caption = 'Editor Properties'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited Panel2: TPanel
  6.     inherited PropertySheetControl1: TPropertySheetControl
  7.       PropertySheets = <
  8.         item
  9.           PropertySheetClassName = 'TEditorOptions'
  10.         end
  11.         item
  12.           PropertySheetClassName = 'TEditorDisplay'
  13.         end
  14.         item
  15.           PropertySheetClassName = 'TEditorColor'
  16.         end
  17.         item
  18.           PropertySheetClassName = 'TCodeInsightOptions'
  19.         end>
  20.     end
  21.   end
  22. end
  23.