Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
534 B

  1. #include <windows.h>
  2. #include "test.h"
  3. IDM_VERSION MENU
  4. BEGIN
  5. POPUP "&File"
  6. BEGIN
  7. MENUITEM "E&xit", IDM_EXIT
  8. MENUITEM SEPARATOR
  9. MENUITEM "&About ResDump...", IDM_ABOUT
  10. END
  11. POPUP "&Version"
  12. BEGIN
  13. MENUITEM "&Language...", IDM_LANG
  14. MENUITEM SEPARATOR
  15. MENUITEM "&Information...", IDM_INFO
  16. MENUITEM "&Query...", IDM_QUERY
  17. MENUITEM "&Done", IDM_FREE
  18. MENUITEM SEPARATOR
  19. MENUITEM "&Find...", IDM_FIND
  20. MENUITEM "In&stall...", IDM_INSTALL
  21. END
  22. END
  23. #include "test.dlg"