object Form2: TForm2 Left = -8 Top = 1 Width = 633 Height = 448 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Print Preview' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 625 Height = 41 Align = alTop TabOrder = 0 object Label1: TLabel Left = 192 Top = 8 Width = 37 Height = 13 Caption = 'Page: 1' end object Button1: TButton Left = 24 Top = 8 Width = 75 Height = 25 Caption = '<< Prev' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 104 Top = 8 Width = 75 Height = 25 Caption = 'Next >>' TabOrder = 1 OnClick = Button2Click end end object Panel2: TPanel Left = 0 Top = 41 Width = 625 Height = 380 Align = alClient Color = clWhite TabOrder = 1 object PaintBox1: TPaintBox Left = 1 Top = 1 Width = 623 Height = 378 Align = alClient OnPaint = PaintBox1Paint end end end