home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / EverythingIOwn / EIOWN_17.EXE / EIO.EXE / 0 / RCDATA / TPREVFORM / TPREVFORM.txt < prev   
Encoding:
Text File  |  1998-02-24  |  1.7 KB  |  93 lines

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