object FormNew: TFormNew Left = 706 Height = 516 Top = 455 Width = 716 Caption = 'New game' ClientHeight = 516 ClientWidth = 716 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.3' object ButtonOk: TButton Left = 632 Height = 25 Top = 479 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 544 Height = 25 Top = 480 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object CheckBoxVoid: TCheckBox Left = 8 Height = 24 Top = 168 Width = 175 Caption = 'Inaccessible places' TabOrder = 2 end object ListView1: TListView Left = 16 Height = 150 Top = 8 Width = 594 Columns = < item Caption = 'Name' Width = 200 end item Caption = 'Type' Width = 100 end item Caption = 'Color' Width = 100 end item Caption = 'Start units' Width = 177 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 3 ViewStyle = vsReport OnData = ListView1Data OnSelectItem = ListView1SelectItem end object ButtonPlayerAdd: TButton Left = 616 Height = 25 Top = 8 Width = 83 Caption = 'Add' OnClick = ButtonPlayerAddClick TabOrder = 4 end object ButtonPlayerRemove: TButton Left = 616 Height = 25 Top = 40 Width = 83 Caption = 'Remove' OnClick = ButtonPlayerRemoveClick TabOrder = 5 end object Label1: TLabel Left = 16 Height = 22 Top = 206 Width = 75 Caption = 'Map size:' ParentColor = False end object SpinEditMapSizeX: TSpinEdit Left = 136 Height = 32 Top = 200 Width = 98 MinValue = 2 TabOrder = 6 Value = 2 end object SpinEditMapSizeY: TSpinEdit Left = 256 Height = 32 Top = 200 Width = 90 MinValue = 2 TabOrder = 7 Value = 2 end object Label2: TLabel Left = 240 Height = 22 Top = 208 Width = 9 Caption = 'x' ParentColor = False end end