home *** CD-ROM | disk | FTP | other *** search
- object Settings: TSettings
- Left = 280
- Top = 227
- Width = 376
- Height = 177
- BorderIcons = []
- Caption = 'Settings'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- PixelsPerInch = 96
- Scaled = False
- TextHeight = 16
- object LBoardSize: TLabel
- Left = 10
- Top = 11
- Width = 80
- Height = 16
- Caption = 'BoardSizeX'
- end
- object LBoardSizeY: TLabel
- Left = 9
- Top = 43
- Width = 80
- Height = 16
- Caption = 'BoardSizeY'
- end
- object LGridSize: TLabel
- Left = 25
- Top = 75
- Width = 64
- Height = 16
- Caption = 'GridSize'
- end
- object CheckforAltGen: TCheckBox
- Left = 8
- Top = 112
- Width = 304
- Height = 17
- Caption = 'Check for Alternating Generations'
- TabOrder = 1
- OnClick = AnyChangeClick
- end
- object SpinEdit1: TSpinEdit
- Left = 96
- Top = 72
- Width = 169
- Height = 26
- Color = clYellow
- MaxValue = 25
- MinValue = 5
- TabOrder = 0
- Value = 5
- OnChange = AnyChangeClick
- end
- object PBoardSizeX: TPanel
- Left = 96
- Top = 8
- Width = 169
- Height = 27
- Alignment = taLeftJustify
- BevelInner = bvLowered
- Caption = 'PBoardSizeX'
- Color = clYellow
- TabOrder = 2
- end
- object PBoardSizeY: TPanel
- Left = 96
- Top = 40
- Width = 169
- Height = 27
- Alignment = taLeftJustify
- BevelInner = bvLowered
- Caption = 'PBoardSizeY'
- Color = clYellow
- TabOrder = 3
- end
- end
-