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.

55 lines
1.7 KiB

  1. /*****************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1989-1990 **/
  4. /*****************************************************************/
  5. /*
  6. * Windows/Network Interface -- LAN Manager Version
  7. *
  8. * This is used for resources associated with the Print Manager.
  9. */
  10. #define IDM_NEW_PRINTER 200
  11. #define IDM_NEW_SHARE 201
  12. // #define IDM_PROPERTIES 202 still defined in spl_wnt.h
  13. #define IDM_DELETE 203
  14. #define IDM_DELETE_ALL 204
  15. #define IDM_SET_FOCUS 205
  16. #define IDM_FIND 206
  17. #define IDM_CONFIRMATION 207
  18. #define IDM_REFRESH_INTERVAL 208
  19. #define IDM_REFRESH 209
  20. #define IDM_ADMIN_MENUS 210
  21. #define IDM_STANDARD_MENUS 211
  22. // #define IDM_CHANGE_MENUS 212 still defined in spl_wnt.h
  23. // Test Driver only
  24. #define DEBUG_ADMINISTRATOR 213
  25. #define SEP_COMMAND 220 // Admin Menu Seperator ID
  26. #define IDS_A_PRINTCOMPL (IDS_A_BASE+1)
  27. #define IDS_A_INTERV (IDS_A_BASE+2)
  28. #define IDS_A_ERROR (IDS_A_BASE+3)
  29. #define IDS_A_DESTOFFLINE (IDS_A_BASE+4)
  30. #define IDS_A_DESTPAUSED (IDS_A_BASE+5)
  31. #define IDS_A_NOTIFY (IDS_A_BASE+6)
  32. #define IDS_A_NOPAPER (IDS_A_BASE+7)
  33. #define IDS_A_FORMCHG (IDS_A_BASE+8)
  34. #define IDS_A_CRTCHG (IDS_A_BASE+9)
  35. #define IDS_A_PENCHG (IDS_A_BASE+10)
  36. #define IDS_A_NOQUEUES (IDS_A_BASE+11)
  37. #define IDS_A_JOBQUEUED (IDS_A_BASE+12)
  38. #define IDS_A_JOBPAUSED (IDS_A_BASE+13)
  39. #define IDS_A_JOBSPOOLING (IDS_A_BASE+14)
  40. #define IDS_A_JOBPRINTING (IDS_A_BASE+15)
  41. #define IDS_CAPTION_DOMAIN (IDS_A_BASE+20)
  42. #define IDS_CAPTION_SERVER (IDS_A_BASE+21)
  43. // Test Driver only
  44. #define IDS_PMAN_ISADMIN (IDSBASE_PRINTMAN + 0)
  45. #define IDS_PMAN_AdminMenuItem (IDSBASE_PRINTMAN + 1)