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.

52 lines
1.5 KiB

  1. #ifndef _STARTIDS_H
  2. #define _STARTIDS_H
  3. #define IDM_FILERUN 401
  4. #define IDM_LOGOFF 402
  5. #define IDM_EJECTPC 410
  6. #define IDM_SETTINGSASSIST 411
  7. #define IDM_TRAYPROPERTIES 413
  8. #define IDM_UPDATEWIZARD 414
  9. #define IDM_UPDATE_SEP 415
  10. #ifdef WINNT // hydra specific ids
  11. #define IDM_MU_DISCONNECT 5000
  12. #define IDM_MU_SECURITY 5001
  13. #endif
  14. #define IDM_RECENT 501
  15. #define IDM_FIND 502
  16. #define IDM_HELPSEARCH 503
  17. #define IDM_PROGRAMS 504
  18. #define IDM_CONTROLS 505
  19. #define IDM_EXITWIN 506
  20. #define IDM_SETTINGS 508
  21. #define IDM_PRINTERS 510
  22. #define IDM_STARTMENU 511
  23. #define IDM_MYCOMPUTER 512
  24. #define IDM_PROGRAMSINIT 513
  25. #define IDM_RECENTINIT 514
  26. #define IDM_MYDOCUMENTS 516
  27. #define IDM_MENU_FIND 520
  28. #define TRAY_IDM_FINDFIRST 521 // this range
  29. #define TRAY_IDM_FINDLAST 550 // is reserved for find command
  30. #define IDM_NETCONNECT 557
  31. // Orphans from IE401....
  32. #ifdef FEATURE_BROWSEWEB
  33. #define IDM_MENU_WEB 551
  34. #endif
  35. #define IDM_DESKTOPHTML_CUSTOMIZE 552
  36. #define IDM_DESKTOPHTML_UPDATE 553
  37. #define IDM_DESKTOPHTML_ONOFF 554
  38. #define IDM_FOLDERPROPERTIES 555
  39. #define IDM_ACTIVEDESKTOP_PROP 556
  40. #define IDM_FAVORITES 507
  41. #define IDM_SUSPEND 409
  42. #define IDM_CSC 553
  43. #endif