object FormNewGame: TFormNewGame Left = 479 Height = 650 Top = 392 Width = 1015 Caption = 'New game' ClientHeight = 650 ClientWidth = 1015 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.12.0' object ButtonStart: TButton Left = 888 Height = 37 Top = 600 Width = 113 Anchors = [akRight, akBottom] Caption = 'Start' ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 756 Height = 37 Top = 600 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object Label1: TLabel Left = 12 Height = 25 Top = 10 Width = 59 Caption = 'Players:' ParentColor = False ParentFont = False end object ListView1: TListView Left = 12 Height = 552 Top = 36 Width = 442 Anchors = [akTop, akLeft, akBottom] Checkboxes = True Columns = < item Caption = 'Name' Width = 226 end item Caption = 'Color' Width = 74 end item Caption = 'Controls' Width = 227 end> OwnerData = True ParentFont = False ReadOnly = True RowSelect = True TabOrder = 2 ViewStyle = vsReport OnChange = ListView1Change OnCustomDrawSubItem = ListView1CustomDrawSubItem OnData = ListView1Data OnSelectItem = ListView1SelectItem end object ColorButton1: TColorButton Left = 761 Height = 37 Top = 134 Width = 113 BorderWidth = 2 ButtonColorSize = 16 ButtonColor = clBlack OnColorChanged = ColorButton1ColorChanged ParentFont = False end object Label2: TLabel Left = 600 Height = 25 Top = 139 Width = 62 Caption = 'Color 1:' ParentColor = False ParentFont = False end object GroupBox1: TGroupBox Left = 588 Height = 292 Top = 250 Width = 408 Caption = 'Control keys' ClientHeight = 262 ClientWidth = 404 ParentFont = False TabOrder = 3 object EditUp: TEdit Left = 130 Height = 33 Top = 2 Width = 120 OnChange = EditUpChange OnKeyDown = EditUpKeyDown ParentFont = False TabOrder = 0 end object Label3: TLabel Left = 10 Height = 25 Top = 14 Width = 27 Caption = 'Up:' ParentColor = False ParentFont = False end object Label4: TLabel Left = 10 Height = 25 Top = 62 Width = 51 Caption = 'Down:' ParentColor = False ParentFont = False end object EditDown: TEdit Left = 130 Height = 33 Top = 48 Width = 120 OnChange = EditDownChange OnKeyDown = EditDownKeyDown ParentFont = False TabOrder = 1 end object Label5: TLabel Left = 10 Height = 25 Top = 110 Width = 33 Caption = 'Left:' ParentColor = False ParentFont = False end object EditLeft: TEdit Left = 130 Height = 33 Top = 98 Width = 120 OnChange = EditLeftChange OnKeyDown = EditLeftKeyDown ParentFont = False TabOrder = 2 end object Label6: TLabel Left = 10 Height = 25 Top = 158 Width = 46 Caption = 'Right:' ParentColor = False ParentFont = False end object EditRight: TEdit Left = 130 Height = 33 Top = 146 Width = 120 OnChange = EditRightChange OnKeyDown = EditRightKeyDown ParentFont = False TabOrder = 3 end object Label7: TLabel Left = 10 Height = 25 Top = 206 Width = 52 Caption = 'Shoot:' ParentColor = False ParentFont = False end object EditShoot: TEdit Left = 130 Height = 33 Top = 194 Width = 120 OnChange = EditShootChange OnKeyDown = EditShootKeyDown ParentFont = False TabOrder = 4 end end object EditName: TEdit Left = 720 Height = 33 Top = 36 Width = 264 OnChange = EditNameChange ParentFont = False TabOrder = 4 end object Label8: TLabel Left = 600 Height = 25 Top = 48 Width = 51 Caption = 'Name:' ParentColor = False ParentFont = False end object Label9: TLabel Left = 600 Height = 25 Top = 174 Width = 62 Caption = 'Color 2:' ParentColor = False ParentFont = False end object ColorButton2: TColorButton Left = 761 Height = 37 Top = 174 Width = 113 BorderWidth = 2 ButtonColorSize = 16 ButtonColor = clBlack OnColorChanged = ColorButton2ColorChanged ParentFont = False end object CheckBoxEnabled: TCheckBox Left = 605 Height = 29 Top = 96 Width = 93 Caption = 'Enabled' OnChange = CheckBoxEnabledChange ParentFont = False TabOrder = 5 end end