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.

37 lines
938 B

  1. /*++
  2. Copyright (C) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. smlogsvc.rc
  5. Abstract:
  6. Resources for the Performance Logs and Alerts service.
  7. --*/
  8. #include <windows.h>
  9. #include <ntverp.h>
  10. #define VER_FILETYPE VFT_APP
  11. #define VER_FILESUBTYPE VFT2_UNKNOWN
  12. #define VER_FILEDESCRIPTION_STR "Performance Logs and Alerts Service"
  13. #define VER_INTERNALNAME_STR "SMLOGSVC.EXE"
  14. #define VER_ORIGINALFILENAME_STR "SMLOGSVC.EXE"
  15. #include "smlogsvc.h"
  16. STRINGTABLE DISCARDABLE
  17. BEGIN
  18. IDS_UNDER "under"
  19. IDS_OVER "over"
  20. IDS_ALERT_MSG_FMT "%s %s tripped its alert threshold. %s is %s the limit value of %s."
  21. IDS_ALERT_TIMESTAMP_FMT "%2.2d-%2.2d-%2.2d %2.2d:%2.2d:%2.2d"
  22. IDS_CNF_SERIAL_NUMBER_FMT "_%3.3d"
  23. IDS_ERR_COUNTER_NOT_VALIDATED "At least one counter has not been validated nor accessed."
  24. END
  25. #include "common.ver"
  26. #include "smlogmsg.rc"
  27.