home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / the_bat.exe / thebat.exe / 0 / RCDATA / TMSGPRINTER / TMSGPRINTER.txt
Encoding:
Text File  |  2001-06-19  |  469 b   |  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.