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.

72 lines
2.5 KiB

  1. /****************************************************************************/
  2. /* qidle.rc */
  3. /* */
  4. /* QueryIdle utility resource file */
  5. /* */
  6. /* Copyright (c) 1999 Microsoft Corporation */
  7. /****************************************************************************/
  8. #ifdef NOMINMAX
  9. #undef NOMINMAX
  10. #endif
  11. #include <winver.h>
  12. #include <ntverp.h>
  13. #include "qidle.h"
  14. #define VER_FILETYPE VFT_APP
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Query Idle Perftest Monitoring Utility"
  17. #define VER_INTERNALNAME_STR "qidle"
  18. #define VER_ORIGINALFILENAME_STR "qidle.exe"
  19. #include <verall.h>
  20. #include "common.ver"
  21. STRINGTABLE
  22. BEGIN
  23. IDS_TITLE_TEXT
  24. L"Queryidle version 1.07\nCopyright (C) 1999-2000 Microsoft Corp.\n\n"
  25. IDS_ERROROPENINGSERVER
  26. L"Error opening server %s\n"
  27. IDS_USAGETEXT
  28. L"Usage: %s <termsvrname> [/r:<RoboServer machine name>] [/s]\n"
  29. IDS_WINSOCKNOINIT
  30. L"Windows sockets couldn't initialize\n"
  31. IDS_UNKNOWNHOST
  32. L"Unknown host or DNS error -- %s\n"
  33. IDS_INETADDRERR
  34. L"Could not load IP address for RoboServer\n"
  35. IDS_SOCKETERROR
  36. L"Could not create socket connecting to RoboServer\n"
  37. IDS_CONNECTERROR
  38. L"Unable to connect to RoboServer\n"
  39. IDS_LOGGINGOFFIDLE
  40. L"Logging off idle session...\n"
  41. IDS_TERMCTRLC
  42. L"Process terminated by Ctrl+C\n"
  43. IDS_TERMCTRLBREAK
  44. L"Process terminated by Ctrl+Break or because of error\n"
  45. IDS_TERMCLOSE
  46. L"Process terminated by close\n"
  47. IDS_TERMLOGOFF
  48. L"Process terminated by logoff\n"
  49. IDS_TERMSHUTDOWN
  50. L"Process terminated by shutdown\n"
  51. IDS_ROBOSRVCONNECTERROR
  52. L"ERROR: Connect to RoboServer on machine %s failed\n\n"
  53. IDS_CANTDOCTRLC
  54. L"ERROR: Could not set Ctrl+C handler\n"
  55. IDS_IDLESESSIONLINE1
  56. L"%-8s (ID %2d)\t%-12s\t"
  57. IDS_IDLESESSIONLINE2
  58. L"Idle Time: %d days, %d:%02d\n"
  59. IDS_DISCONNECTED
  60. L"%-8s (ID %2d) disconnected\n"
  61. IDS_SUMMARY
  62. L"Simulated Clients(smc001-smc299): %d\tOther users: %d\n"
  63. END