home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ysfl12.zip / FILES1.ZIP / unit2.dfm / unit2.txt
Text File  |  1995-07-27  |  404b  |  23 lines

  1. object Form2: TForm2
  2.   Left = 1
  3.   Top = -1
  4.   Width = 186
  5.   Height = 149
  6.   Caption = 'Tic-Tac-Toe'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object TTTControl1: TTTTControl
  14.     Left = 0
  15.     Top = 0
  16.     Width = 177
  17.     Height = 121
  18.     StartButton = True
  19.     Caption = 'Click To Start'
  20.     UserStarts = True
  21.   end
  22. end
  23.