Ignore:
Timestamp:
Aug 17, 2014, 2:02:43 AM (10 years ago)
Author:
chronos
Message:
  • Modified: Cell neightbors list is now attached to each cell as it will not be possible to easily calucalte it for generic mesh. Neighbour relation will be generated during map generation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r42 r47  
    127127    object CheckBoxVoid: TCheckBox
    128128      Left = 8
    129       Height = 24
     129      Height = 27
    130130      Top = 101
    131       Width = 175
     131      Width = 198
    132132      Caption = 'Inaccessible places'
    133133      OnChange = CheckBoxVoidChange
     
    136136    object Label1: TLabel
    137137      Left = 8
    138       Height = 22
     138      Height = 25
    139139      Top = 9
    140       Width = 88
     140      Width = 104
    141141      Caption = 'Map width:'
    142142      ParentColor = False
     
    144144    object SpinEditMapSizeX: TSpinEdit
    145145      Left = 128
    146       Height = 32
     146      Height = 35
    147147      Top = 4
    148148      Width = 98
     
    154154    object SpinEditMapSizeY: TSpinEdit
    155155      Left = 128
    156       Height = 32
     156      Height = 35
    157157      Top = 55
    158158      Width = 98
     
    164164    object SpinEditVoidPercent: TSpinEdit
    165165      Left = 216
    166       Height = 32
     166      Height = 35
    167167      Top = 97
    168168      Width = 106
     
    173173    object Label3: TLabel
    174174      Left = 331
    175       Height = 22
     175      Height = 25
    176176      Top = 102
    177       Width = 15
     177      Width = 17
    178178      Caption = '%'
    179179      ParentColor = False
     
    181181    object TrackBarSizeX: TTrackBar
    182182      Left = 240
    183       Height = 43
     183      Height = 46
    184184      Top = 1
    185185      Width = 451
     
    194194    object TrackBarSizeY: TTrackBar
    195195      Left = 240
    196       Height = 43
     196      Height = 46
    197197      Top = 49
    198198      Width = 451
     
    207207    object Label2: TLabel
    208208      Left = 8
    209       Height = 22
     209      Height = 25
    210210      Top = 57
    211       Width = 94
     211      Width = 110
    212212      Caption = 'Map height:'
    213213      ParentColor = False
     
    215215    object CheckBoxCity: TCheckBox
    216216      Left = 8
    217       Height = 24
     217      Height = 27
    218218      Top = 141
    219       Width = 68
     219      Width = 73
    220220      Caption = 'Cities'
    221221      OnChange = CheckBoxCityChange
     
    224224    object SpinEditCityPercent: TSpinEdit
    225225      Left = 216
    226       Height = 32
     226      Height = 35
    227227      Top = 137
    228228      Width = 106
     
    233233    object Label4: TLabel
    234234      Left = 331
    235       Height = 22
     235      Height = 25
    236236      Top = 142
    237       Width = 15
     237      Width = 17
    238238      Caption = '%'
    239239      ParentColor = False
     
    253253      ChildSizing.Layout = cclLeftToRightThenTopToBottom
    254254      ChildSizing.ControlsPerLine = 1
    255       ClientHeight = 52
     255      ClientHeight = 49
    256256      ClientWidth = 237
    257257      Items.Strings = (
     
    275275      ChildSizing.Layout = cclLeftToRightThenTopToBottom
    276276      ChildSizing.ControlsPerLine = 1
    277       ClientHeight = 81
     277      ClientHeight = 78
    278278      ClientWidth = 181
    279279      Items.Strings = (
     
    286286    object ComboBoxGridType: TComboBox
    287287      Left = 312
    288       Height = 30
     288      Height = 37
    289289      Top = 201
    290290      Width = 208
     
    293293        'Hexagonal'
    294294        'Square'
     295        'Triangular'
    295296      )
    296297      Style = csDropDownList
     
    299300    object Label5: TLabel
    300301      Left = 216
    301       Height = 22
     302      Height = 25
    302303      Top = 201
    303       Width = 79
     304      Width = 90
    304305      Caption = 'Grid type:'
    305306      ParentColor = False
     
    307308    object Label6: TLabel
    308309      Left = 8
    309       Height = 22
     310      Height = 25
    310311      Top = 313
    311       Width = 114
     312      Width = 129
    312313      Caption = 'Win objective:'
    313314      ParentColor = False
     
    315316    object ComboBoxWinObjective: TComboBox
    316317      Left = 160
    317       Height = 30
     318      Height = 37
    318319      Top = 305
    319320      Width = 208
     
    330331    object Label7: TLabel
    331332      Left = 8
    332       Height = 22
     333      Height = 25
    333334      Top = 348
    334       Width = 211
     335      Width = 245
    335336      Caption = 'Max random neutral units:'
    336337      ParentColor = False
     
    338339    object SpinEditNeutralUnits: TSpinEdit
    339340      Left = 272
    340       Height = 32
     341      Height = 35
    341342      Top = 343
    342343      Width = 98
Note: See TracChangeset for help on using the changeset viewer.