Changeset 20 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Mar 1, 2014, 11:18:26 AM (11 years ago)
Author:
chronos
Message:
  • Added: Build modes Debug and Release in project settings.
  • Modified: Show game board only if game is in Running state.
  • Added: Keep board center during main form resize.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33lib
        44xtactics.res
         5xtactics.dbg
  • trunk/UFormMain.lfm

    r9 r20  
    2626    OnMouseWheelUp = PaintBox1MouseWheelUp
    2727    OnPaint = PaintBox1Paint
     28    OnResize = PaintBox1Resize
    2829  end
    2930  object MainMenu1: TMainMenu
     
    6768    object AGameEnd: TAction
    6869      Caption = 'End'
     70      OnExecute = AGameEndExecute
    6971      ShortCut = 16454
    7072    end
     
    7678    object AGameRestart: TAction
    7779      Caption = 'Restart'
     80      OnExecute = AGameRestartExecute
    7881      ShortCut = 16466
    7982    end
Note: See TracChangeset for help on using the changeset viewer.