home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / PREVIEW.DFM / PREVIEW.txt
Text File  |  1997-01-16  |  2KB  |  103 lines

  1. object PrevForm: TPrevForm
  2.   Left = 343
  3.   Top = 125
  4.   Width = 666
  5.   Height = 608
  6.   Caption = 'PrevForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 658
  19.     Height = 40
  20.     Align = alTop
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 8
  25.       Top = 12
  26.       Width = 33
  27.       Height = 16
  28.       Caption = 'Page'
  29.       Font.Charset = ANSI_CHARSET
  30.       Font.Color = clBlack
  31.       Font.Height = -13
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = []
  34.       ParentFont = False
  35.     end
  36.     object Label2: TLabel
  37.       Left = 136
  38.       Top = 12
  39.       Width = 35
  40.       Height = 16
  41.       Caption = 'Zoom'
  42.       Font.Charset = ANSI_CHARSET
  43.       Font.Color = clBlack
  44.       Font.Height = -13
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.     end
  49.     object ZoomFitBtn: TButton
  50.       Left = 264
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Caption = 'Zoom to fit'
  55.       TabOrder = 0
  56.       OnClick = ZoomFitBtnClick
  57.     end
  58.     object ZoomWidthBtn: TButton
  59.       Left = 352
  60.       Top = 8
  61.       Width = 75
  62.       Height = 25
  63.       Caption = 'Zoom to width'
  64.       TabOrder = 1
  65.       OnClick = ZoomWidthBtnClick
  66.     end
  67.     object SpinPage: TSpinEdit
  68.       Left = 48
  69.       Top = 10
  70.       Width = 55
  71.       Height = 22
  72.       TabStop = True
  73.       ParentColor = False
  74.       TabOrder = 2
  75.       OnChange = SpinPageChange
  76.     end
  77.     object SpinZoom: TSpinEdit
  78.       Left = 176
  79.       Top = 10
  80.       Width = 55
  81.       Height = 22
  82.       TabStop = True
  83.       Increment = 10
  84.       MaxValue = 100
  85.       ParentColor = False
  86.       TabOrder = 3
  87.       OnChange = SpinZoomChange
  88.     end
  89.   end
  90.   object QRPreview1: TQRPreview
  91.     Left = 0
  92.     Top = 40
  93.     Width = 658
  94.     Height = 541
  95.     HorzScrollBar.Tracking = True
  96.     VertScrollBar.Tracking = True
  97.     Align = alClient
  98.     TabOrder = 1
  99.     PageNumber = 1
  100.     Zoom = 50
  101.   end
  102. end
  103.