home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / TDP_FULL.ZIP / _SETUP.1 / todopro.exe / 0 / RCDATA / TPAGEPREVIEW / TPAGEPREVIEW.txt
Text File  |  1998-01-21  |  474b  |  25 lines

  1. object PagePreview: TPagePreview
  2.   Left = 245
  3.   Top = 96
  4.   Width = 511
  5.   Height = 446
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Print preview'
  8.   Color = clWhite
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PaintBox1: TPaintBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 503
  20.     Height = 419
  21.     Align = alClient
  22.     OnPaint = PaintBox1Paint
  23.   end
  24. end
  25.