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.

134 lines
4.1 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#include ""ntverp.h""\r\n"
  36. "#define VER_FILEDESCRIPTION_STR ""PWS Shell extension""\r\n"
  37. "#define VER_INTERNALNAME_STR ""pwsext.dll""\r\n"
  38. "#define VER_ORIGINALFILENAME_STR ""pwsext.dll""\r\n"
  39. "#define VER_FILETYPE VFT_DLL\r\n"
  40. "#include ""iisver.h""\r\n"
  41. "#include ""common.ver""\r\n"
  42. "\r\n"
  43. "\0"
  44. END
  45. #endif // APSTUDIO_INVOKED
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // Icon
  49. //
  50. // Icon with lowest ID value placed first to ensure application icon
  51. // remains consistent on all systems.
  52. IDI_RUNNING ICON DISCARDABLE "running.ico"
  53. IDI_PAUSED ICON DISCARDABLE "paused.ico"
  54. IDI_STOPPED ICON DISCARDABLE "stopped.ico"
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // Menu
  58. //
  59. IDR_POPUP MENU DISCARDABLE
  60. BEGIN
  61. POPUP "_POPUP_"
  62. BEGIN
  63. MENUITEM "S&tart Service", ID_START
  64. MENUITEM "St&op Service", ID_STOP
  65. MENUITEM "Pa&use Service", ID_PAUSE
  66. MENUITEM "Conti&nue Service", ID_CONTINUE
  67. MENUITEM SEPARATOR
  68. MENUITEM "Properties...", ID_PROPERTIES
  69. END
  70. END
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // String Table
  74. //
  75. STRINGTABLE DISCARDABLE
  76. BEGIN
  77. IDS_PAUSED "Internet Information Services are paused."
  78. IDS_PAUSING "Internet Information Services are pausing."
  79. IDS_STARTED "Internet Information Services are running."
  80. IDS_STARTING "Internet Information Services are starting."
  81. IDS_STOPPED "Internet Information Services are stopped."
  82. IDS_STOPPING "Internet Information Services are stopping."
  83. IDS_ADMIN_UI "\\pws.exe"
  84. IDS_ADMINUI_ERR "Unable to start the PWM Administration program."
  85. END
  86. STRINGTABLE DISCARDABLE
  87. BEGIN
  88. ID_START "Start Internet Information Services\nStart Internet Information Services"
  89. ID_STOP "Stop Internet Information Services\nStop Internet Information Services"
  90. ID_PAUSE "Pause Internet Information Services\nPause Internet Information Services"
  91. ID_CONTINUE "Continue Internet Information Services\nContinue Internet Information Services"
  92. ID_PROPERTIES "Configure Internet Information Services\nConfigure Internet Information Services"
  93. END
  94. #endif // English (U.S.) resources
  95. /////////////////////////////////////////////////////////////////////////////
  96. #ifndef APSTUDIO_INVOKED
  97. /////////////////////////////////////////////////////////////////////////////
  98. //
  99. // Generated from the TEXTINCLUDE 3 resource.
  100. //
  101. #include "ntverp.h"
  102. #define VER_FILEDESCRIPTION_STR "PWS Shell extension"
  103. #define VER_INTERNALNAME_STR "pwsext.dll"
  104. #define VER_ORIGINALFILENAME_STR "pwsext.dll"
  105. #define VER_FILETYPE VFT_DLL
  106. #include "iisver.h"
  107. #include "common.ver"
  108. /////////////////////////////////////////////////////////////////////////////
  109. #endif // not APSTUDIO_INVOKED