object PrevForm: TPrevForm Left = 343 Top = 125 Width = 666 Height = 608 Caption = 'PrevForm' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 658 Height = 40 Align = alTop BevelOuter = bvNone TabOrder = 0 object Label1: TLabel Left = 8 Top = 12 Width = 33 Height = 16 Caption = 'Page' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 136 Top = 12 Width = 35 Height = 16 Caption = 'Zoom' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object ZoomFitBtn: TButton Left = 264 Top = 8 Width = 75 Height = 25 Caption = 'Zoom to fit' TabOrder = 0 OnClick = ZoomFitBtnClick end object ZoomWidthBtn: TButton Left = 352 Top = 8 Width = 75 Height = 25 Caption = 'Zoom to width' TabOrder = 1 OnClick = ZoomWidthBtnClick end object SpinPage: TSpinEdit Left = 48 Top = 10 Width = 55 Height = 22 TabStop = True ParentColor = False TabOrder = 2 OnChange = SpinPageChange end object SpinZoom: TSpinEdit Left = 176 Top = 10 Width = 55 Height = 22 TabStop = True Increment = 10 MaxValue = 100 ParentColor = False TabOrder = 3 OnChange = SpinZoomChange end end object QRPreview1: TQRPreview Left = 0 Top = 40 Width = 658 Height = 541 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True Align = alClient TabOrder = 1 PageNumber = 1 Zoom = 50 end end