object MsgPrinter: TMsgPrinter Left = 215 Top = 66 Width = 515 Height = 458 Caption = 'MsgPrinter' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object dPrint: TPrintDialog Options = [poPrintToFile, poPageNums, poWarning] Left = 48 Top = 264 end end