home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / PRINTP43.ZIP / PRINTPAG.DFM / PRINTPAG.txt < prev   
Text File  |  1995-10-04  |  671b  |  33 lines

  1. object PrintPreview: TPrintPreview
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Print Preview'
  7.   ClientHeight = 336
  8.   ClientWidth = 336
  9.   Ctl3D = False
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   TextHeight = 16
  20.   object MainMenu1: TMainMenu
  21.     Left = 8
  22.     Top = 8
  23.     object Print1: TMenuItem
  24.       Caption = '&Print'
  25.       OnClick = Print1Click
  26.     end
  27.     object Cancel1: TMenuItem
  28.       Caption = '&Cancel'
  29.       OnClick = Cancel1Click
  30.     end
  31.   end
  32. end
  33.