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.

55 lines
1.1 KiB

  1. /************************************************************************
  2. Copyright (c) 2000 - 2000 Microsoft Corporation
  3. Module Name :
  4. resource.h
  5. Abstract :
  6. Localized strings
  7. Author :
  8. Revision History :
  9. ***********************************************************************/
  10. //
  11. // 100-199 - globals
  12. // 200-299 - QMgr
  13. // 300-399 - service
  14. // 400-499 - logon
  15. // 500-599 - progdl
  16. //
  17. // 1000-1099 - HTTP protocol
  18. // 1100-1199 - SMB protocol
  19. // 1200-1299 - multicast protocol
  20. //
  21. #define IDS_SERVICE_NAME 101
  22. #define IDS_SERVICE_DESCRIPTION 102
  23. //
  24. // Registry data for CLogonSubscriber
  25. //
  26. #define IDR_LOGONSUB 401
  27. //
  28. // Registry data for CLogon2Subscriber
  29. //
  30. #define IDR_LOGON2SUB 402
  31. //
  32. // subscription strings for CLogonMonitor
  33. //
  34. #define IDS_LOGON_SUB_NAME 403
  35. #define IDS_LOGON_SUB_DESCRIPTION 404
  36. #define IDS_LOGOFF_SUB_NAME 405
  37. #define IDS_LOGOFF_SUB_DESCRIPTION 406
  38. #define IDS_DISCONNECT_SUB_NAME 407
  39. #define IDS_DISCONNECT_SUB_DESCRIPTION 408
  40. #define IDS_RECONNECT_SUB_NAME 409
  41. #define IDS_RECONNECT_SUB_DESCRIPTION 410