home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / life / gamebrd.txt < prev    next >
Text File  |  1995-03-20  |  278b  |  16 lines

  1. object Board: TBoard
  2.   Left = 199
  3.   Top = 105
  4.   Width = 435
  5.   Height = 300
  6.   BorderIcons = []
  7.   Caption = 'Board'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Scaled = False
  14.   TextHeight = 16
  15. end
  16.