home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / life / setting.dfm / setting.txt
Encoding:
Text File  |  1995-03-21  |  1.4 KB  |  80 lines

  1. object Settings: TSettings
  2.   Left = 280
  3.   Top = 227
  4.   Width = 376
  5.   Height = 177
  6.   BorderIcons = []
  7.   Caption = 'Settings'
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Courier New'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Scaled = False
  14.   TextHeight = 16
  15.   object LBoardSize: TLabel
  16.     Left = 10
  17.     Top = 11
  18.     Width = 80
  19.     Height = 16
  20.     Caption = 'BoardSizeX'
  21.   end
  22.   object LBoardSizeY: TLabel
  23.     Left = 9
  24.     Top = 43
  25.     Width = 80
  26.     Height = 16
  27.     Caption = 'BoardSizeY'
  28.   end
  29.   object LGridSize: TLabel
  30.     Left = 25
  31.     Top = 75
  32.     Width = 64
  33.     Height = 16
  34.     Caption = 'GridSize'
  35.   end
  36.   object CheckforAltGen: TCheckBox
  37.     Left = 8
  38.     Top = 112
  39.     Width = 304
  40.     Height = 17
  41.     Caption = 'Check for Alternating Generations'
  42.     TabOrder = 1
  43.     OnClick = AnyChangeClick
  44.   end
  45.   object SpinEdit1: TSpinEdit
  46.     Left = 96
  47.     Top = 72
  48.     Width = 169
  49.     Height = 26
  50.     Color = clYellow
  51.     MaxValue = 25
  52.     MinValue = 5
  53.     TabOrder = 0
  54.     Value = 5
  55.     OnChange = AnyChangeClick
  56.   end
  57.   object PBoardSizeX: TPanel
  58.     Left = 96
  59.     Top = 8
  60.     Width = 169
  61.     Height = 27
  62.     Alignment = taLeftJustify
  63.     BevelInner = bvLowered
  64.     Caption = 'PBoardSizeX'
  65.     Color = clYellow
  66.     TabOrder = 2
  67.   end
  68.   object PBoardSizeY: TPanel
  69.     Left = 96
  70.     Top = 40
  71.     Width = 169
  72.     Height = 27
  73.     Alignment = taLeftJustify
  74.     BevelInner = bvLowered
  75.     Caption = 'PBoardSizeY'
  76.     Color = clYellow
  77.     TabOrder = 3
  78.   end
  79. end
  80.