home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / imagview.pak / VIEWWIN.DFM / VIEWWIN.txt
Encoding:
Text File  |  1995-08-24  |  443 b   |  25 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.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   TextHeight = 16
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 495
  20.     Height = 287
  21.     Align = alClient
  22.     AutoSize = True
  23.   end
  24. end
  25.