Changeset 11 for trunk/UCore.lfm


Ignore:
Timestamp:
Oct 4, 2019, 11:57:05 PM (5 years ago)
Author:
chronos
Message:
  • Added: Configurable speed of animations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r10 r11  
    4040    top = 295
    4141  end
     42  object ActionList1: TActionList
     43    left = 420
     44    top = 184
     45    object AGameNew: TAction
     46      Caption = 'New...'
     47      OnExecute = AGameNewExecute
     48    end
     49    object AExit: TAction
     50      Caption = 'Exit'
     51      OnExecute = AExitExecute
     52    end
     53    object AAbout: TAction
     54      Caption = 'About'
     55      OnExecute = AAboutExecute
     56    end
     57    object ASettings: TAction
     58      Caption = 'Settings'
     59      OnExecute = ASettingsExecute
     60    end
     61  end
    4262end
Note: See TracChangeset for help on using the changeset viewer.