Changeset 9 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Apr 1, 2016, 8:25:11 AM (8 years ago)
Author:
chronos
Message:
  • Added: Project save action in menu activated if project was modified.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.lfm

    r8 r9  
    285285      OnExecute = AFileOpenExecute
    286286    end
     287    object AFileSave: TAction
     288      Caption = 'Save'
     289      OnExecute = AFileSaveExecute
     290    end
    287291  end
    288292  object OpenDialog1: TOpenDialog
     
    302306        Action = AFileOpen
    303307      end
     308      object MenuItem9: TMenuItem
     309        Action = AFileSave
     310      end
    304311      object MenuItem3: TMenuItem
    305312        Action = AFileSaveAs
Note: See TracChangeset for help on using the changeset viewer.