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.

63 lines
2.8 KiB

  1. /*-----------------------------------------------------------------------------+
  2. | MENUIDS.H |
  3. | |
  4. | IDs of the menu items. |
  5. | |
  6. | (C) Copyright Microsoft Corporation 1992. All rights reserved. |
  7. | |
  8. | Revision History |
  9. | Oct-1992 MikeTri Ported to WIN32 / WIN16 common code |
  10. | |
  11. +-----------------------------------------------------------------------------*/
  12. /* Menu Identifiers */
  13. /* File */
  14. #define IDM_OPEN 100 /* ID of the 'Open File' option */
  15. #define IDM_CLOSE 101 /* ID of the 'Close' option */
  16. #define IDM_EXIT 102 /* ID of the 'Exit' option */
  17. /* Edit */
  18. #define IDM_COPY_OBJECT 110 /* copy ole object */
  19. #define IDM_OPTIONS 111
  20. #define IDM_SELECTION 112
  21. /* Device */
  22. #define IDM_CONFIG 120 /* do device config dialog */
  23. #define IDM_VOLUME 121 /* do device config dialog */
  24. /* Scale */
  25. #define IDM_SCALE 131 /* Add to one of the below */
  26. #define ID_NONE 0 /* nothing */
  27. #define ID_FRAMES 1 /* ID of the 'Frames' scale option */
  28. #define ID_TIME 2 /* ID of the 'Time' scale option */
  29. #define ID_TRACKS 3 /* ID of the 'Tracks' scale option */
  30. /* Help */
  31. #define IDM_HELPTOPICS 140 /* ID of the 'Help Topics' option */
  32. #define IDM_ABOUT 143 /* ID of the 'About' option */
  33. #define IDM_UPDATE 222
  34. #define IDM_WINDOW 223 /* make MPlayer small/big */
  35. #define IDM_DEFAULTSIZE 224 /* make MPlayer the default size */
  36. #define IDM_MCISTRING 225
  37. #define IDM_ZOOM 230
  38. #define IDM_ZOOM1 231
  39. #define IDM_ZOOM2 232
  40. #define IDM_ZOOM3 233
  41. #define IDM_ZOOM4 234
  42. #define IDM_NONE 400
  43. #define IDM_DEVICE0 400 /* ID of the first entry in the Device*/
  44. /* menu. No new menu items should be */
  45. /* #defined with a number greater than*/
  46. /* this. */
  47.