home *** CD-ROM | disk | FTP | other *** search
- object Settings: TSettings
- Left = 280
- Top = 227
- Width = 376
- Height = 177
- BorderIcons = []
- Caption = 'Settings'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Scaled = False
- TextHeight = 16
- object LBoardSize: TLabel
- Left = 9
- Top = 8
- Width = 82
- Height = 20
- AutoSize = False
- Caption = 'BoardSizeX'
- end
- object LBoardSizeY: TLabel
- Left = 8
- Top = 40
- Width = 82
- Height = 20
- AutoSize = False
- Caption = 'BoardSizeY'
- end
- object LGridSize: TLabel
- Left = 8
- Top = 72
- Width = 90
- Height = 20
- AutoSize = False
- Caption = 'GridSize'
- end
- object EBoardSizeX: TEdit
- Left = 96
- Top = 8
- Width = 169
- Height = 24
- Color = clYellow
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- Text = 'EBoardSizeX'
- end
- object EBoardSizeY: TEdit
- Left = 96
- Top = 40
- Width = 169
- Height = 24
- Color = clYellow
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- Text = 'EBoardSizeY'
- end
- object CheckforAltGen: TCheckBox
- Left = 8
- Top = 112
- Width = 241
- Height = 17
- Caption = 'Check for Alternating Generations'
- TabOrder = 2
- OnClick = AnyChangeClick
- end
- object SpinEdit1: TSpinEdit
- Left = 96
- Top = 72
- Width = 169
- Height = 29
- Color = clYellow
- Font.Color = clBlue
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- MaxValue = 25
- MinValue = 5
- ParentFont = False
- TabOrder = 3
- Value = 5
- OnChange = AnyChangeClick
- end
- end
-