home *** CD-ROM | disk | FTP | other *** search
- object PrevForm: TPrevForm
- Left = 393
- Top = 127
- Width = 666
- Height = 608
- Caption = 'PrevForm'
- Font.Charset = DEFAULT_CHARSET
- 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 = 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 = 240
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Zoom to &fit'
- TabOrder = 0
- OnClick = ZoomFitBtnClick
- end
- object ZoomWidthBtn: TButton
- Left = 328
- 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
- Value = 100
- OnChange = SpinZoomChange
- end
- object PrintBtn: TButton
- Left = 432
- Top = 8
- Width = 36
- Height = 25
- Caption = '&Print'
- Font.Charset = ANSI_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = PrintBtnClick
- end
- object ExitBtn: TButton
- Left = 480
- Top = 8
- Width = 36
- Height = 25
- Caption = 'E&xit'
- Font.Charset = ANSI_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = ExitBtnClick
- 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
-