object PlayerSettingsForm: TPlayerSettingsForm Left = 379 Top = 254 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Player Settings' ClientHeight = 232 ClientWidth = 247 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False PixelsPerInch = 96 TextHeight = 13 object PlayerSettingsBox: TGroupBox Left = 4 Top = 4 Width = 239 Height = 197 Caption = 'Number of Players' TabOrder = 0 object Label1: TLabel Left = 48 Top = 18 Width = 65 Height = 13 Caption = 'Player Names' end object RadioButton1: TRadioButton Left = 16 Top = 41 Width = 33 Height = 16 Caption = '1' Checked = True TabOrder = 0 TabStop = True OnClick = RadioClick end object RadioButton2: TRadioButton Left = 16 Top = 63 Width = 33 Height = 18 Caption = '2' TabOrder = 1 OnClick = RadioClick end object RadioButton3: TRadioButton Left = 16 Top = 89 Width = 33 Height = 17 Caption = '3' TabOrder = 2 OnClick = RadioClick end object RadioButton4: TRadioButton Left = 16 Top = 114 Width = 33 Height = 17 Caption = '4' TabOrder = 3 OnClick = RadioClick end object RadioButton5: TRadioButton Left = 16 Top = 139 Width = 33 Height = 17 Caption = '5' TabOrder = 4 OnClick = RadioClick end object RadioButton6: TRadioButton Left = 16 Top = 164 Width = 33 Height = 17 Caption = '6' TabOrder = 5 OnClick = RadioClick end object Edit1: TEdit Left = 48 Top = 37 Width = 177 Height = 21 MaxLength = 35 TabOrder = 6 end object Edit2: TEdit Left = 48 Top = 62 Width = 177 Height = 21 MaxLength = 35 TabOrder = 7 Visible = False end object Edit3: TEdit Left = 48 Top = 87 Width = 177 Height = 21 MaxLength = 35 TabOrder = 8 Visible = False end object Edit4: TEdit Left = 48 Top = 112 Width = 177 Height = 21 MaxLength = 35 TabOrder = 9 Visible = False end object Edit5: TEdit Left = 48 Top = 137 Width = 177 Height = 21 MaxLength = 35 TabOrder = 10 Visible = False end object Edit6: TEdit Left = 48 Top = 162 Width = 177 Height = 21 MaxLength = 35 TabOrder = 11 Visible = False end end object OK: TButton Left = 168 Top = 205 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Cancel: TButton Left = 88 Top = 205 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end