Changeset 9 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Feb 12, 2014, 10:58:00 PM (11 years ago)
Author:
chronos
Message:
  • Added: Neighbors of selected cell can be selected as attack target.
  • Added: End of turn cause player switch.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.lfm

    r7 r9  
    11object FormMain: TFormMain
    2   Left = 526
     2  Left = 503
    33  Height = 621
    4   Top = 270
     4  Top = 263
    55  Width = 775
    66  Caption = 'xTactics'
     
    1212  OnShow = FormShow
    1313  LCLVersion = '1.3'
     14  WindowState = wsMaximized
    1415  object PaintBox1: TPaintBox
    1516    Left = 0
     
    5253  end
    5354  object ActionList1: TActionList
    54     left = 223
     55    left = 224
    5556    top = 49
    5657    object AGameNew: TAction
    5758      Caption = 'New'
    5859      OnExecute = AGameNewExecute
     60      ShortCut = 16462
    5961    end
    6062    object AExit: TAction
    6163      Caption = 'Exit'
    6264      OnExecute = AExitExecute
     65      ShortCut = 32883
    6366    end
    6467    object AGameEnd: TAction
    6568      Caption = 'End'
     69      ShortCut = 16454
    6670    end
    6771    object AGameEndTurn: TAction
    6872      Caption = 'End turn'
     73      OnExecute = AGameEndTurnExecute
     74      ShortCut = 16468
    6975    end
    7076    object AGameRestart: TAction
    7177      Caption = 'Restart'
     78      ShortCut = 16466
    7279    end
    7380  end
Note: See TracChangeset for help on using the changeset viewer.