home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TMSGPRINTER / TMSGPRINTER.txt
Text File  |  2001-09-09  |  469b  |  23 lines

  1. object MsgPrinter: TMsgPrinter
  2.   Left = 215
  3.   Top = 66
  4.   Width = 515
  5.   Height = 458
  6.   Caption = 'MsgPrinter'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object dPrint: TPrintDialog
  18.     Options = [poPrintToFile, poPageNums, poWarning]
  19.     Left = 48
  20.     Top = 264
  21.   end
  22. end
  23.