object PagePreview: TPagePreview Left = 245 Top = 96 Width = 511 Height = 446 BorderIcons = [biSystemMenu] Caption = 'Print preview' Color = clWhite Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object PaintBox1: TPaintBox Left = 0 Top = 0 Width = 503 Height = 419 Align = alClient OnPaint = PaintBox1Paint end end