view.rc 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*
  2. * View resources
  3. *
  4. * Copyright 1998 Douglas Ridgway
  5. * Copyright 2003 Marcelo Duarte
  6. *
  7. * This library is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU Lesser General Public
  9. * License as published by the Free Software Foundation; either
  10. * version 2.1 of the License, or (at your option) any later version.
  11. *
  12. * This library is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. * Lesser General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU Lesser General Public
  18. * License along with this library; if not, write to the Free Software
  19. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  20. */
  21. #include "resource.h"
  22. #pragma makedep po
  23. LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
  24. VIEW MENU
  25. BEGIN
  26. POPUP "&File"
  27. BEGIN
  28. MENUITEM "&Open...", IDM_OPEN
  29. MENUITEM "E&xit", IDM_EXIT
  30. END
  31. POPUP "&Pan"
  32. BEGIN
  33. MENUITEM "&Scale to Window", IDM_SET_EXT_TO_WIN
  34. MENUITEM SEPARATOR
  35. MENUITEM "&Left", IDM_LEFT
  36. MENUITEM "&Right", IDM_RIGHT
  37. MENUITEM "&Up", IDM_UP
  38. MENUITEM "&Down", IDM_DOWN
  39. END
  40. END
  41. STRINGTABLE
  42. BEGIN
  43. IDS_DESCRIPTION "Regular Metafile Viewer"
  44. IDS_OPEN_META_STRING "Metafiles (*.wmf, *.emf)"
  45. END
  46. /* @makedep: view.manifest */
  47. 1 RT_MANIFEST view.manifest