home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / life / setboard.dfm / setboard.txt
Encoding:
Text File  |  1995-03-21  |  378 b   |  20 lines

  1. object SetBrd: TSetBrd
  2.   Left = 252
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Set Board'
  6.   ClientHeight = 67
  7.   ClientWidth = 125
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object OpenDialog1: TOpenDialog
  15.     Filter = 'Life (*.lif)|*.lif'
  16.     Left = 51
  17.     Top = 16
  18.   end
  19. end
  20.