home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / life / setboard.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  442 b   |  22 lines

  1. object SetBrd: TSetBrd
  2.   Left = 252
  3.   Top = 114
  4.   Width = 133
  5.   Height = 94
  6.   HorzScrollBar.Range = 0
  7.   VertScrollBar.Range = 0
  8.   AutoScroll = False
  9.   BorderStyle = bsDialog
  10.   Caption = 'Set Board'
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   PixelsPerInch = 96
  16.   object OpenDialog1: TOpenDialog
  17.     Filter = 'Life (*.lif)|*.lif'
  18.     Left = 51
  19.     Top = 16
  20.   end
  21. end
  22.