Changeset 13 for trunk/UCore.lfm


Ignore:
Timestamp:
Sep 22, 2014, 5:25:11 PM (10 years ago)
Author:
chronos
Message:
  • Added: Image operation Negative image.
  • Added: Partialy implemented Image load from and save to file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r10 r13  
    4949      Category = 'File'
    5050      Caption = 'Open...'
     51      OnExecute = AFileOpenExecute
    5152    end
    5253    object AFileClose: TAction
    5354      Category = 'File'
    5455      Caption = 'Close'
     56      OnExecute = AFileCloseExecute
    5557    end
    5658    object AFileSave: TAction
    5759      Category = 'File'
    5860      Caption = 'Save'
     61      OnExecute = AFileSaveExecute
    5962    end
    6063    object AFileSaveAs: TAction
    6164      Category = 'File'
    6265      Caption = 'Save as...'
     66      OnExecute = AFileSaveAsExecute
    6367    end
    6468    object AImageRandom: TAction
     
    8286      OnExecute = AImageGradientExecute
    8387    end
     88    object AImageNegative: TAction
     89      Category = 'Image'
     90      Caption = 'Negative'
     91      OnExecute = AImageNegativeExecute
     92    end
    8493  end
    8594  object ImageList1: TImageList
     
    8796    top = 240
    8897  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
    89106end
Note: See TracChangeset for help on using the changeset viewer.