object PrevForm: TPrevForm Left = 200 Top = 108 Width = 683 Height = 568 Caption = 'QuickReport Custom preview form demonstration' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 675 Height = 41 Align = alTop BevelOuter = bvNone TabOrder = 0 object Label1: TLabel Left = 8 Top = 8 Width = 33 Height = 16 Caption = 'Page' end object Label3: TLabel Left = 112 Top = 8 Width = 37 Height = 16 Caption = 'Zoom' end object SpinEdit1: TSpinEdit Left = 48 Top = 4 Width = 57 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 OnChange = SpinEdit1Change end object SpinEdit2: TSpinEdit Left = 160 Top = 4 Width = 53 Height = 22 Increment = 10 MaxValue = 300 MinValue = 10 TabOrder = 1 Value = 100 OnChange = SpinEdit2Change end object Button1: TButton Left = 216 Top = 4 Width = 85 Height = 29 Caption = 'Zoom to fit' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 304 Top = 4 Width = 101 Height = 29 Caption = 'Zoom to width' TabOrder = 3 OnClick = Button2Click end end object QRPreview1: TQRPreview Left = 0 Top = 41 Width = 675 Height = 500 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True Align = alClient TabOrder = 1 PageNumber = 1 Zoom = 100 end end