object FormPlayer: TFormPlayer Left = 470 Height = 303 Top = 219 Width = 551 Caption = 'Player' object Label1: TLabel Left = 28 Height = 22 Top = 27 Width = 53 Caption = 'Name:' ParentColor = False end object EditName: TEdit Left = 139 Height = 32 Top = 27 Width = 368 TabOrder = 0 end object ButtonCancel: TButton Left = 307 Height = 25 Top = 252 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ButtonOk: TButton Left = 428 Height = 25 Top = 252 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 2 end object ComboBox1: TComboBox Left = 139 Height = 30 Top = 72 Width = 368 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Human' 'Computer' ) Style = csDropDownList TabOrder = 3 Text = 'Human' end object Label2: TLabel Left = 24 Height = 22 Top = 72 Width = 50 Caption = 'Mode:' ParentColor = False end object Label3: TLabel Left = 24 Height = 22 Top = 128 Width = 48 Caption = 'Color:' ParentColor = False end object ColorBox1: TColorBox Left = 139 Height = 34 Top = 120 Width = 368 ItemHeight = 0 TabOrder = 4 end end