home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / picdll.zip / SQUARES.DFM / SQUARES.txt
Text File  |  1995-06-16  |  412b  |  23 lines

  1. object DrawSqr: TDrawSqr
  2.   Left = 200
  3.   Top = 99
  4.   AutoScroll = False
  5.   Caption = 'Draw Squares'
  6.   ClientHeight = 292
  7.   ClientWidth = 427
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Timer1: TTimer
  17.     Interval = 1
  18.     OnTimer = Timer1Timer
  19.     Left = 16
  20.     Top = 16
  21.   end
  22. end
  23.