Changeset 6 for trunk/UCore.lfm


Ignore:
Timestamp:
Sep 19, 2014, 7:12:01 AM (10 years ago)
Author:
chronos
Message:
  • Added: Prepared more menu actions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r4 r6  
    77  Width = 857
    88  object ActionList1: TActionList
     9    Images = ImageList1
    910    left = 201
    10     top = 162
    11     object AProjectNew: TAction
     11    top = 160
     12    object AFileNew: TAction
     13      Category = 'File'
    1214      Caption = 'New...'
    13       OnExecute = AProjectNewExecute
     15      OnExecute = AFileNewExecute
    1416    end
    1517    object AExit: TAction
     
    2123      OnExecute = AImageClearExecute
    2224    end
    23     object AImageRandom: TAction
    24       Caption = 'Random'
    25       OnExecute = AImageRandomExecute
     25    object AZoomIn: TAction
     26      Category = 'View'
     27      Caption = 'Zoom in'
     28      OnExecute = AZoomInExecute
     29      ShortCut = 107
     30    end
     31    object AZoomOut: TAction
     32      Category = 'View'
     33      Caption = 'Zoom out'
     34      OnExecute = AZoomOutExecute
     35      ShortCut = 109
     36    end
     37    object AZoomAll: TAction
     38      Category = 'View'
     39      Caption = 'Zoom all'
     40    end
     41    object AZoomNormal: TAction
     42      Category = 'View'
     43      Caption = 'Zoom 100%'
     44      OnExecute = AZoomNormalExecute
     45    end
     46    object AFileOpen: TAction
     47      Category = 'File'
     48      Caption = 'Open...'
     49    end
     50    object AFileClose: TAction
     51      Category = 'File'
     52      Caption = 'Close'
     53    end
     54    object AFileSave: TAction
     55      Category = 'File'
     56      Caption = 'Save'
     57    end
     58    object AFileSaveAs: TAction
     59      Category = 'File'
     60      Caption = 'Save as...'
    2661    end
    2762  end
     63  object ImageList1: TImageList
     64    left = 200
     65    top = 240
     66  end
    2867end
Note: See TracChangeset for help on using the changeset viewer.