Changeset 13 for trunk/UCore.lfm
- Timestamp:
- Sep 22, 2014, 5:25:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.lfm
r10 r13 49 49 Category = 'File' 50 50 Caption = 'Open...' 51 OnExecute = AFileOpenExecute 51 52 end 52 53 object AFileClose: TAction 53 54 Category = 'File' 54 55 Caption = 'Close' 56 OnExecute = AFileCloseExecute 55 57 end 56 58 object AFileSave: TAction 57 59 Category = 'File' 58 60 Caption = 'Save' 61 OnExecute = AFileSaveExecute 59 62 end 60 63 object AFileSaveAs: TAction 61 64 Category = 'File' 62 65 Caption = 'Save as...' 66 OnExecute = AFileSaveAsExecute 63 67 end 64 68 object AImageRandom: TAction … … 82 86 OnExecute = AImageGradientExecute 83 87 end 88 object AImageNegative: TAction 89 Category = 'Image' 90 Caption = 'Negative' 91 OnExecute = AImageNegativeExecute 92 end 84 93 end 85 94 object ImageList1: TImageList … … 87 96 top = 240 88 97 end 98 object OpenPictureDialog1: TOpenPictureDialog 99 left = 462 100 top = 126 101 end 102 object SavePictureDialog1: TSavePictureDialog 103 left = 462 104 top = 208 105 end 89 106 end
Note:
See TracChangeset
for help on using the changeset viewer.