Changeset 6 for trunk/UCore.lfm
- Timestamp:
- Sep 19, 2014, 7:12:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r4 r6 7 7 Width = 857 8 8 object ActionList1: TActionList 9 Images = ImageList1 9 10 left = 201 10 top = 162 11 object AProjectNew: TAction 11 top = 160 12 object AFileNew: TAction 13 Category = 'File' 12 14 Caption = 'New...' 13 OnExecute = A ProjectNewExecute15 OnExecute = AFileNewExecute 14 16 end 15 17 object AExit: TAction … … 21 23 OnExecute = AImageClearExecute 22 24 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...' 26 61 end 27 62 end 63 object ImageList1: TImageList 64 left = 200 65 top = 240 66 end 28 67 end
Note:
See TracChangeset
for help on using the changeset viewer.