Leaked source code of windows server 2003
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.

49 lines
1.9 KiB

  1. /*-----------------------------
  2. APITest.RC resource script
  3. -----------------------------*/
  4. #include <windows.h>
  5. #include "apitest.h"
  6. APITest MENU
  7. {
  8. POPUP "&File"
  9. {
  10. MENUITEM "E&xit", IDM_EXIT
  11. }
  12. POPUP "&Test"
  13. {
  14. MENUITEM "&Allocate", IDM_ALLOCATE
  15. MENUITEM "&IProp", IDM_IPROP
  16. MENUITEM "Contents &Table", IDM_CONTENTS_TABLE
  17. MENUITEM "GetSearc&hPath", IDM_GETSEARCHPATH
  18. MENUITEM "&WABOpen", IDM_WABOPEN
  19. MENUITEM "&CreateEntry", IDM_CREATE_ENTRY
  20. MENUITEM "Create D&L", IDM_CREATE_DL
  21. MENUITEM "&ResolveName", IDM_RESOLVE_NAME
  22. MENUITEM "Resol&veNames", IDM_RESOLVE_NAMES
  23. MENUITEM "D&eleteEntries", IDM_DELETE_ENTRIES
  24. POPUP "A&ddress (Select Recipients)"
  25. {
  26. MENUITEM "&0 Wells", IDM_ADDRESS_WELLS0
  27. MENUITEM "&1 Wells", IDM_ADDRESS_WELLS1
  28. MENUITEM "&2 Wells", IDM_ADDRESS_WELLS2
  29. MENUITEM "&3 Wells", IDM_ADDRESS_WELLS3
  30. MENUITEM "&Default", IDM_ADDRESS_DEFAULT
  31. }
  32. MENUITEM "Address (&Browse)", IDM_ADDRESS_BROWSE_ONLY
  33. MENUITEM "Address (Browse &Modal)", IDM_ADDRESS_BROWSE_MODAL_ONLY
  34. MENUITEM "Address (&Pick User)", IDM_ADDRESS_PICK_USER
  35. MENUITEM "&Details", IDM_DETAILS
  36. MENUITEM "Details (&One Off)", IDM_DETAILS_ONE_OFF
  37. MENUITEM "Root Container", IDM_ROOT_CONTAINER
  38. MENUITEM "&Notifications", IDM_NOTIFICATIONS
  39. MENUITEM "Get&Me", IDM_GETME
  40. }
  41. POPUP "&Help"
  42. {
  43. MENUITEM "&About APITest...", IDM_ABOUT
  44. }
  45. }
  46. #include "instring.rc"