Ignore:
Timestamp:
Sep 28, 2014, 6:04:57 PM (10 years ago)
Author:
chronos
Message:
  • Added: Support for symetric map usable for two players game.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r55 r70  
    11object FormNew: TFormNew
    2   Left = 706
     2  Left = 440
    33  Height = 614
    4   Top = 455
     4  Top = 178
    55  Width = 716
    66  Caption = 'New game'
     
    127127    object CheckBoxVoid: TCheckBox
    128128      Left = 8
    129       Height = 27
     129      Height = 24
    130130      Top = 101
    131       Width = 198
     131      Width = 175
    132132      Caption = 'Inaccessible places'
    133133      OnChange = CheckBoxVoidChange
     
    136136    object Label1: TLabel
    137137      Left = 8
    138       Height = 25
     138      Height = 22
    139139      Top = 9
    140       Width = 104
     140      Width = 88
    141141      Caption = 'Map width:'
    142142      ParentColor = False
     
    144144    object SpinEditMapSizeX: TSpinEdit
    145145      Left = 128
    146       Height = 35
     146      Height = 32
    147147      Top = 4
    148148      Width = 98
     
    154154    object SpinEditMapSizeY: TSpinEdit
    155155      Left = 128
    156       Height = 35
     156      Height = 32
    157157      Top = 55
    158158      Width = 98
     
    164164    object SpinEditVoidPercent: TSpinEdit
    165165      Left = 216
    166       Height = 35
     166      Height = 32
    167167      Top = 97
    168168      Width = 106
     
    173173    object Label3: TLabel
    174174      Left = 331
    175       Height = 25
     175      Height = 22
    176176      Top = 102
    177       Width = 17
     177      Width = 15
    178178      Caption = '%'
    179179      ParentColor = False
     
    207207    object Label2: TLabel
    208208      Left = 8
    209       Height = 25
     209      Height = 22
    210210      Top = 57
    211       Width = 110
     211      Width = 94
    212212      Caption = 'Map height:'
    213213      ParentColor = False
     
    215215    object CheckBoxCity: TCheckBox
    216216      Left = 8
    217       Height = 27
     217      Height = 24
    218218      Top = 141
    219       Width = 73
     219      Width = 68
    220220      Caption = 'Cities'
    221221      OnChange = CheckBoxCityChange
     
    224224    object SpinEditCityPercent: TSpinEdit
    225225      Left = 216
    226       Height = 35
     226      Height = 32
    227227      Top = 137
    228228      Width = 106
     
    233233    object Label4: TLabel
    234234      Left = 331
    235       Height = 25
     235      Height = 22
    236236      Top = 142
    237       Width = 17
     237      Width = 15
    238238      Caption = '%'
    239239      ParentColor = False
     
    253253      ChildSizing.Layout = cclLeftToRightThenTopToBottom
    254254      ChildSizing.ControlsPerLine = 1
    255       ClientHeight = 49
     255      ClientHeight = 52
    256256      ClientWidth = 301
    257257      Items.Strings = (
     
    275275      ChildSizing.Layout = cclLeftToRightThenTopToBottom
    276276      ChildSizing.ControlsPerLine = 1
    277       ClientHeight = 78
     277      ClientHeight = 81
    278278      ClientWidth = 308
    279279      Items.Strings = (
     
    286286    object ComboBoxGridType: TComboBox
    287287      Left = 473
    288       Height = 33
     288      Height = 30
    289289      Top = 201
    290290      Width = 208
     
    300300    object Label5: TLabel
    301301      Left = 336
    302       Height = 25
     302      Height = 22
    303303      Top = 201
    304       Width = 90
     304      Width = 79
    305305      Caption = 'Grid type:'
    306306      ParentColor = False
     
    308308    object Label6: TLabel
    309309      Left = 8
    310       Height = 25
     310      Height = 22
    311311      Top = 313
    312       Width = 129
     312      Width = 114
    313313      Caption = 'Win objective:'
    314314      ParentColor = False
     
    316316    object ComboBoxWinObjective: TComboBox
    317317      Left = 232
    318       Height = 33
     318      Height = 30
    319319      Top = 305
    320320      Width = 328
     
    331331    object Label7: TLabel
    332332      Left = 8
    333       Height = 25
     333      Height = 22
    334334      Top = 348
    335       Width = 245
     335      Width = 211
    336336      Caption = 'Max random neutral units:'
    337337      ParentColor = False
     
    339339    object SpinEditNeutralUnits: TSpinEdit
    340340      Left = 384
    341       Height = 35
     341      Height = 32
    342342      Top = 344
    343343      Width = 98
     
    346346      TabOrder = 14
    347347      Value = 12
     348    end
     349    object CheckBoxSymetricMap: TCheckBox
     350      Left = 334
     351      Height = 24
     352      Top = 238
     353      Width = 133
     354      Caption = 'Symetric map'
     355      TabOrder = 15
    348356    end
    349357  end
Note: See TracChangeset for help on using the changeset viewer.