+ Added 'Save all parameters' option to the main menu

This commit is contained in:
utak3r
2005-06-29 19:02:43 +00:00
parent 8e77ea06e8
commit 82243aaf59
3 changed files with 52 additions and 4 deletions

View File

@ -2476,6 +2476,12 @@ object MainForm: TMainForm
ShortCut = 16467
OnClick = mnuSaveAsClick
end
object mnuSaveAllAs: TMenuItem
Caption = 'Save &All Parameters'
Hint = 'Saves all parameters to file.'
ShortCut = 24659
OnClick = mnuSaveAllAsClick
end
object N9: TMenuItem
Caption = '-'
end