home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / VIEWWIN.DFM / VIEWWIN.txt
Text File  |  1997-05-01  |  420b  |  24 lines

  1. object ViewForm: TViewForm
  2.   Left = 211
  3.   Top = 121
  4.   AutoScroll = False
  5.   AutoScroll = False
  6.   Caption = 'View Form'
  7.   ClientHeight = 287
  8.   ClientWidth = 495
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   TextHeight = 16
  15.   object Image1: TImage
  16.     Left = 0
  17.     Top = 0
  18.     Width = 495
  19.     Height = 287
  20.     Align = alClient
  21.     AutoSize = True
  22.   end
  23. end
  24.