home *** CD-ROM | disk | FTP | other *** search
- object PrevForm: TPrevForm
- Left = 8
- Top = 6
- Width = 630
- Height = 450
- Caption = 'Everything I Own! -- Easy Preview'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 622
- 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 = 26
- MaxValue = 0
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = SpinEdit1Change
- end
- object SpinEdit2: TSpinEdit
- Left = 160
- Top = 4
- Width = 53
- Height = 26
- 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 = 622
- Height = 382
- HorzScrollBar.Tracking = True
- VertScrollBar.Tracking = True
- Align = alClient
- TabOrder = 1
- PageNumber = 1
- Zoom = 100
- end
- end
-