Ignore:
Timestamp:
Mar 24, 2019, 11:15:07 PM (6 years ago)
Author:
chronos
Message:
  • Added: Allow to add building kinds to game system.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormGameSystem.lfm

    r283 r289  
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '1.8.4.0'
     14  LCLVersion = '2.0.0.4'
    1515  object ButtonSave: TButton
    1616    Left = 160
     
    5858    Top = 16
    5959    Width = 744
    60     ActivePage = TabSheetNations
     60    ActivePage = TabSheetBuildings
    6161    Anchors = [akTop, akLeft, akRight, akBottom]
    62     TabIndex = 2
     62    TabIndex = 3
    6363    TabOrder = 4
    6464    object TabSheetGeneral: TTabSheet
     
    9797      Caption = 'Nations'
    9898    end
     99    object TabSheetBuildings: TTabSheet
     100      Caption = 'Buildings'
     101    end
    99102  end
    100103  object OpenDialog1: TOpenDialog
Note: See TracChangeset for help on using the changeset viewer.