home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / DEMOPRE.DFM / DEMOPRE.txt
Text File  |  1997-02-14  |  2KB  |  112 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.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 675
  20.     Height = 41
  21.     Align = alTop
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 14
  26.       Top = 14
  27.       Width = 33
  28.       Height = 16
  29.       Caption = 'Page'
  30.     end
  31.     object Label3: TLabel
  32.       Left = 147
  33.       Top = 14
  34.       Width = 37
  35.       Height = 16
  36.       Caption = 'Zoom'
  37.     end
  38.     object Button1: TButton
  39.       Left = 293
  40.       Top = 5
  41.       Width = 85
  42.       Height = 29
  43.       Caption = 'Zoom to fit'
  44.       TabOrder = 0
  45.       OnClick = Button1Click
  46.     end
  47.     object Button2: TButton
  48.       Left = 383
  49.       Top = 5
  50.       Width = 101
  51.       Height = 29
  52.       Caption = 'Zoom to width'
  53.       TabOrder = 1
  54.       OnClick = Button2Click
  55.     end
  56.     object UpDown1: TUpDown
  57.       Left = 109
  58.       Top = 8
  59.       Width = 18
  60.       Height = 21
  61.       Min = 0
  62.       Position = 0
  63.       TabOrder = 2
  64.       Wrap = False
  65.       OnClick = UpDown1Click
  66.     end
  67.     object Edit1: TEdit
  68.       Left = 62
  69.       Top = 9
  70.       Width = 49
  71.       Height = 21
  72.       TabOrder = 3
  73.       Text = '1'
  74.       OnKeyUp = Edit1KeyUp
  75.     end
  76.     object UpDown2: TUpDown
  77.       Left = 238
  78.       Top = 8
  79.       Width = 17
  80.       Height = 21
  81.       Min = 10
  82.       Max = 300
  83.       Increment = 10
  84.       Position = 100
  85.       TabOrder = 4
  86.       Wrap = False
  87.       OnClick = UpDown2Click
  88.     end
  89.     object Edit2: TEdit
  90.       Left = 189
  91.       Top = 8
  92.       Width = 49
  93.       Height = 21
  94.       TabOrder = 5
  95.       Text = '100'
  96.       OnKeyUp = Edit2KeyUp
  97.     end
  98.   end
  99.   object QRPreview1: TQRPreview
  100.     Left = 0
  101.     Top = 41
  102.     Width = 675
  103.     Height = 496
  104.     HorzScrollBar.Tracking = True
  105.     VertScrollBar.Tracking = True
  106.     Align = alClient
  107.     TabOrder = 1
  108.     PageNumber = 1
  109.     Zoom = 100
  110.   end
  111. end
  112.