home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / PREVIEW.DFM / PREVIEW.txt
Text File  |  1997-02-28  |  3KB  |  135 lines

  1. object PrevForm: TPrevForm
  2.   Left = 393
  3.   Top = 127
  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.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 658
  20.     Height = 40
  21.     Align = alTop
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 12
  27.       Width = 33
  28.       Height = 16
  29.       Caption = 'Page'
  30.       Font.Charset = ANSI_CHARSET
  31.       Font.Color = clBlack
  32.       Font.Height = -13
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = []
  35.       ParentFont = False
  36.     end
  37.     object Label2: TLabel
  38.       Left = 136
  39.       Top = 12
  40.       Width = 35
  41.       Height = 16
  42.       Caption = 'Zoom'
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clBlack
  45.       Font.Height = -13
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = []
  48.       ParentFont = False
  49.     end
  50.     object ZoomFitBtn: TButton
  51.       Left = 240
  52.       Top = 8
  53.       Width = 75
  54.       Height = 25
  55.       Caption = 'Zoom to &fit'
  56.       TabOrder = 0
  57.       OnClick = ZoomFitBtnClick
  58.     end
  59.     object ZoomWidthBtn: TButton
  60.       Left = 328
  61.       Top = 8
  62.       Width = 75
  63.       Height = 25
  64.       Caption = 'Zoom to &width'
  65.       TabOrder = 1
  66.       OnClick = ZoomWidthBtnClick
  67.     end
  68.     object SpinPage: TSpinEdit
  69.       Left = 48
  70.       Top = 10
  71.       Width = 55
  72.       Height = 22
  73.       TabStop = True
  74.       ParentColor = False
  75.       TabOrder = 2
  76.       OnChange = SpinPageChange
  77.     end
  78.     object SpinZoom: TSpinEdit
  79.       Left = 176
  80.       Top = 10
  81.       Width = 55
  82.       Height = 22
  83.       TabStop = True
  84.       Increment = 10
  85.       MaxValue = 100
  86.       ParentColor = False
  87.       TabOrder = 3
  88.       Value = 100
  89.       OnChange = SpinZoomChange
  90.     end
  91.     object PrintBtn: TButton
  92.       Left = 432
  93.       Top = 8
  94.       Width = 36
  95.       Height = 25
  96.       Caption = '&Print'
  97.       Font.Charset = ANSI_CHARSET
  98.       Font.Color = clGreen
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       TabOrder = 4
  104.       OnClick = PrintBtnClick
  105.     end
  106.     object ExitBtn: TButton
  107.       Left = 480
  108.       Top = 8
  109.       Width = 36
  110.       Height = 25
  111.       Caption = 'E&xit'
  112.       Font.Charset = ANSI_CHARSET
  113.       Font.Color = clMaroon
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = []
  117.       ParentFont = False
  118.       TabOrder = 5
  119.       OnClick = ExitBtnClick
  120.     end
  121.   end
  122.   object QRPreview1: TQRPreview
  123.     Left = 0
  124.     Top = 40
  125.     Width = 658
  126.     Height = 541
  127.     HorzScrollBar.Tracking = True
  128.     VertScrollBar.Tracking = True
  129.     Align = alClient
  130.     TabOrder = 1
  131.     PageNumber = 1
  132.     Zoom = 50
  133.   end
  134. end
  135.