home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / life / setting.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  1.9 KB  |  96 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 = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Scaled = False
  14.   TextHeight = 16
  15.   object LBoardSize: TLabel
  16.     Left = 9
  17.     Top = 8
  18.     Width = 82
  19.     Height = 20
  20.     AutoSize = False
  21.     Caption = 'BoardSizeX'
  22.   end
  23.   object LBoardSizeY: TLabel
  24.     Left = 8
  25.     Top = 40
  26.     Width = 82
  27.     Height = 20
  28.     AutoSize = False
  29.     Caption = 'BoardSizeY'
  30.   end
  31.   object LGridSize: TLabel
  32.     Left = 8
  33.     Top = 72
  34.     Width = 90
  35.     Height = 20
  36.     AutoSize = False
  37.     Caption = 'GridSize'
  38.   end
  39.   object EBoardSizeX: TEdit
  40.     Left = 96
  41.     Top = 8
  42.     Width = 169
  43.     Height = 24
  44.     Color = clYellow
  45.     Font.Color = clNavy
  46.     Font.Height = -13
  47.     Font.Name = 'System'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     ReadOnly = True
  51.     TabOrder = 0
  52.     Text = 'EBoardSizeX'
  53.   end
  54.   object EBoardSizeY: TEdit
  55.     Left = 96
  56.     Top = 40
  57.     Width = 169
  58.     Height = 24
  59.     Color = clYellow
  60.     Font.Color = clNavy
  61.     Font.Height = -13
  62.     Font.Name = 'System'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.     ReadOnly = True
  66.     TabOrder = 1
  67.     Text = 'EBoardSizeY'
  68.   end
  69.   object CheckforAltGen: TCheckBox
  70.     Left = 8
  71.     Top = 112
  72.     Width = 241
  73.     Height = 17
  74.     Caption = 'Check for Alternating Generations'
  75.     TabOrder = 2
  76.     OnClick = AnyChangeClick
  77.   end
  78.   object SpinEdit1: TSpinEdit
  79.     Left = 96
  80.     Top = 72
  81.     Width = 169
  82.     Height = 29
  83.     Color = clYellow
  84.     Font.Color = clBlue
  85.     Font.Height = -16
  86.     Font.Name = 'Times New Roman'
  87.     Font.Style = [fsBold]
  88.     MaxValue = 25
  89.     MinValue = 5
  90.     ParentFont = False
  91.     TabOrder = 3
  92.     Value = 5
  93.     OnChange = AnyChangeClick
  94.   end
  95. end
  96.