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.

36 lines
802 B

  1. /* dialogs */
  2. #define ABOUTBOX 1
  3. /* Menu Items */
  4. #define MENU_ABOUT 1000
  5. #define MENU_EXIT 1001
  6. #define MENU_NEW 1002
  7. #define MENU_CLOSE 1003
  8. #define MENU_CLOSEALL 1004
  9. #define MENU_OPEN 1005
  10. /* Movie menu */
  11. #define IDM_STOP 9
  12. #define IDM_PLAY 10
  13. #define IDM_HOME 11
  14. #define IDM_END 12
  15. #define IDM_STEP 13
  16. #define IDM_RSTEP 14
  17. #define IDM_RPLAY 15
  18. #define IDM_PAUSE 16
  19. #define IDM_SAutosizeWindow 17
  20. #define IDM_SAutosizeMovie 18
  21. #define IDM_SPlaybar 19
  22. #define IDM_SMenu 20
  23. #define IDM_SShowName 21
  24. #define IDM_SShowMode 22
  25. #define IDM_SShowPos 23
  26. #define IDM_SNotifyMedia 24
  27. #define IDM_SNotifyMode 25
  28. #define IDM_SNotifyPos 26
  29. #define IDM_SNotifySize 27
  30. #define IDM_SRecord 28
  31. #define IDM_SErrorDlg 29
  32. #define IDM_SRepeat 30