home *** CD-ROM | disk | FTP | other *** search
/ Java Interactive Reference Guide / Java Interactive Reference Guide.iso / autorun / unit1.dfm / unit1.txt
Encoding:
Text File  |  1980-01-03  |  359 b   |  21 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   WindowState = wsMinimized
  13.   OnShow = FormShow
  14.   TextHeight = 16
  15.   object Timer1: TTimer
  16.     OnTimer = Timer1Timer
  17.     Left = 199
  18.     Top = 122
  19.   end
  20. end
  21.