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

  1. object PrevForm: TPrevForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 683
  5.   Height = 568
  6.   Caption = 'QuickReport Custom preview form demonstration'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 675
  19.     Height = 41
  20.     Align = alTop
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 8
  25.       Top = 8
  26.       Width = 33
  27.       Height = 16
  28.       Caption = 'Page'
  29.     end
  30.     object Label3: TLabel
  31.       Left = 112
  32.       Top = 8
  33.       Width = 37
  34.       Height = 16
  35.       Caption = 'Zoom'
  36.     end
  37.     object SpinEdit1: TSpinEdit
  38.       Left = 48
  39.       Top = 4
  40.       Width = 57
  41.       Height = 22
  42.       MaxValue = 0
  43.       MinValue = 0
  44.       TabOrder = 0
  45.       Value = 0
  46.       OnChange = SpinEdit1Change
  47.     end
  48.     object SpinEdit2: TSpinEdit
  49.       Left = 160
  50.       Top = 4
  51.       Width = 53
  52.       Height = 22
  53.       Increment = 10
  54.       MaxValue = 300
  55.       MinValue = 10
  56.       TabOrder = 1
  57.       Value = 100
  58.       OnChange = SpinEdit2Change
  59.     end
  60.     object Button1: TButton
  61.       Left = 216
  62.       Top = 4
  63.       Width = 85
  64.       Height = 29
  65.       Caption = 'Zoom to fit'
  66.       TabOrder = 2
  67.       OnClick = Button1Click
  68.     end
  69.     object Button2: TButton
  70.       Left = 304
  71.       Top = 4
  72.       Width = 101
  73.       Height = 29
  74.       Caption = 'Zoom to width'
  75.       TabOrder = 3
  76.       OnClick = Button2Click
  77.     end
  78.   end
  79.   object QRPreview1: TQRPreview
  80.     Left = 0
  81.     Top = 41
  82.     Width = 675
  83.     Height = 500
  84.     HorzScrollBar.Tracking = True
  85.     VertScrollBar.Tracking = True
  86.     Align = alClient
  87.     TabOrder = 1
  88.     PageNumber = 1
  89.     Zoom = 100
  90.   end
  91. end
  92.