Changeset 30 for trunk/UCore.lfm


Ignore:
Timestamp:
Dec 23, 2016, 10:07:39 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Drawing and loading using bitmap rawimage improvement.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r28 r30  
    1111    left = 201
    1212    top = 160
    13     object AFileNew: TAction
    14       Category = 'File'
    15       Caption = 'New...'
    16       OnExecute = AFileNewExecute
    17     end
    1813    object AExit: TAction
    1914      Caption = 'Exit'
     
    4742      OnExecute = AZoomNormalExecute
    4843    end
     44    object AFileNew: TAction
     45      Category = 'File'
     46      Caption = 'New...'
     47      OnExecute = AFileNewExecute
     48      ShortCut = 16462
     49    end
    4950    object AFileOpen: TAction
    5051      Category = 'File'
    5152      Caption = 'Open...'
    5253      OnExecute = AFileOpenExecute
     54      ShortCut = 16463
    5355    end
    5456    object AFileClose: TAction
     
    6163      Caption = 'Save'
    6264      OnExecute = AFileSaveExecute
     65      ShortCut = 16467
    6366    end
    6467    object AFileSaveAs: TAction
Note: See TracChangeset for help on using the changeset viewer.