object NewGameForm: TNewGameForm Left = 312 Height = 387 Top = 137 Width = 560 Caption = 'New game' ClientHeight = 387 ClientWidth = 560 OnShow = FormShow LCLVersion = '0.9.31' object ButtonStart: TButton Left = 476 Height = 25 Top = 358 Width = 75 Anchors = [akRight, akBottom] Caption = 'Start' ModalResult = 1 OnClick = ButtonStartClick TabOrder = 0 end object ButtonCancel: TButton Left = 388 Height = 25 Top = 358 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Label1: TLabel Left = 8 Height = 18 Top = 8 Width = 53 Caption = 'Players:' ParentColor = False end object ListView1: TListView Left = 8 Height = 320 Top = 24 Width = 368 Checkboxes = True Columns = < item Caption = 'Name' Width = 150 end item Caption = 'Color' end item Caption = 'Controls' Width = 147 end> ReadOnly = True RowSelect = True TabOrder = 2 ViewStyle = vsReport OnChange = ListView1Change end end