Ignore:
Timestamp:
Mar 10, 2014, 11:01:14 PM (11 years ago)
Author:
chronos
Message:
  • Added: Option to create hexagonal or square map. This is implemented using object inheritance and virtual methods of class TMap.
  • Added: Dummy actions to load and save map.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r38 r39  
    3535    Height = 24
    3636    Top = 276
    37     Width = 194
     37    Width = 175
    3838    Caption = 'Inaccessible places'
    3939    OnChange = CheckBoxVoidChange
     
    9292    Height = 22
    9393    Top = 184
    94     Width = 99
     94    Width = 88
    9595    Caption = 'Map width:'
    9696    ParentColor = False
     
    139139    Height = 22
    140140    Top = 277
    141     Width = 17
     141    Width = 15
    142142    Caption = '%'
    143143    ParentColor = False
     
    173173    Height = 22
    174174    Top = 232
    175     Width = 106
     175    Width = 94
    176176    Caption = 'Map height:'
    177177    ParentColor = False
     
    181181    Height = 24
    182182    Top = 316
    183     Width = 73
     183    Width = 68
    184184    Caption = 'Cities'
    185185    OnChange = CheckBoxCityChange
     
    199199    Height = 22
    200200    Top = 317
    201     Width = 17
     201    Width = 15
    202202    Caption = '%'
    203203    ParentColor = False
     
    248248    TabOrder = 15
    249249  end
     250  object ComboBoxGridType: TComboBox
     251    Left = 320
     252    Height = 32
     253    Top = 376
     254    Width = 208
     255    ItemHeight = 0
     256    Items.Strings = (
     257      'Hexagonal'
     258      'Square'
     259    )
     260    Style = csDropDownList
     261    TabOrder = 16
     262  end
     263  object Label5: TLabel
     264    Left = 224
     265    Height = 22
     266    Top = 376
     267    Width = 79
     268    Caption = 'Grid type:'
     269    ParentColor = False
     270  end
    250271end
Note: See TracChangeset for help on using the changeset viewer.