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.

209 lines
6.0 KiB

  1. #if 0
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. #endif
  4. //Microsoft Developer Studio generated resource script.
  5. //
  6. #include "resource.h"
  7. #include <windows.h>
  8. #include <ntverp.h>
  9. #define VER_FILETYPE VFT_APP
  10. #define VER_FILESUBTYPE VFT2_UNKNOWN
  11. #define VER_FILEDESCRIPTION_STR "WMI Snapins"
  12. #define VER_INTERNALNAME_STR "ServDeps.exe"
  13. #define VER_ORIGINALFILENAME_STR "ServDeps.exe"
  14. #include "common.ver"
  15. #define APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // Generated from the TEXTINCLUDE 2 resource.
  19. //
  20. #include "winres.h"
  21. /////////////////////////////////////////////////////////////////////////////
  22. #undef APSTUDIO_READONLY_SYMBOLS
  23. /////////////////////////////////////////////////////////////////////////////
  24. // English (U.S.) resources
  25. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  26. #ifdef _WIN32
  27. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  28. #pragma code_page(1252)
  29. #endif //_WIN32
  30. #ifdef APSTUDIO_INVOKED
  31. /////////////////////////////////////////////////////////////////////////////
  32. //
  33. // TEXTINCLUDE
  34. //
  35. 1 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "resource.h\0"
  38. END
  39. 2 TEXTINCLUDE DISCARDABLE
  40. BEGIN
  41. "#include ""winres.h""\r\n"
  42. "\0"
  43. END
  44. 3 TEXTINCLUDE DISCARDABLE
  45. BEGIN
  46. "1 TYPELIB ""ServDeps.tlb""\r\n"
  47. "\0"
  48. END
  49. 4 TEXTINCLUDE DISCARDABLE
  50. BEGIN
  51. "#include ""ServDeps.rc2""\r\n"
  52. "\0"
  53. END
  54. #endif // APSTUDIO_INVOKED
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // Dialog
  58. //
  59. IDD_DEPENDENCY DIALOG DISCARDABLE 32, 10, 256, 226
  60. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  61. CAPTION "Dependencies"
  62. FONT 8, "MS Shell Dlg"
  63. BEGIN
  64. LTEXT "&This service depends on the following system components:",
  65. IDC_DEPENDS_LBL,7,53,241,11
  66. CONTROL "Tree1",IDC_DEPENDS_TREE,"SysTreeView32",TVS_HASBUTTONS |
  67. TVS_HASLINES | TVS_LINESATROOT | TVS_DISABLEDRAGDROP |
  68. WS_BORDER | WS_TABSTOP,7,64,241,68
  69. LTEXT "The &following system components depend on this service:",
  70. IDC_NEEDED_LBL,7,140,241,10
  71. CONTROL "Tree1",IDC_NEEDED_TREE,"SysTreeView32",TVS_HASBUTTONS |
  72. TVS_HASLINES | TVS_LINESATROOT | TVS_DISABLEDRAGDROP |
  73. WS_BORDER | WS_TABSTOP,7,151,241,68
  74. LTEXT "Some services depend on other services, system drivers or load order groups. If a system component is stopped, or is not running properly, dependent services can be affected.",
  75. IDC_DESC,7,7,241,24
  76. LTEXT "",IDC_DEPENDS_SRVC,7,38,241,12
  77. END
  78. IDD_SDSNAPIN DIALOG DISCARDABLE 0, 0, 195, 127
  79. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  80. CAPTION "Property Page"
  81. FONT 8, "MS Shell Dlg"
  82. BEGIN
  83. END
  84. /////////////////////////////////////////////////////////////////////////////
  85. //
  86. // Icon
  87. //
  88. // Icon with lowest ID value placed first to ensure application icon
  89. // remains consistent on all systems.
  90. IDI_SERVICE ICON DISCARDABLE "..\\artwork\\service.ico"
  91. IDI_SYSTEMDRIVER ICON DISCARDABLE "..\\artwork\\systemdriver.ico"
  92. IDI_SERVGROUP ICON DISCARDABLE "..\\artwork\\win32loadordergroup.ico"
  93. IDI_WAITING ICON DISCARDABLE "..\\artwork\\waiting.ico"
  94. /////////////////////////////////////////////////////////////////////////////
  95. //
  96. // Bitmap
  97. //
  98. IDB_SDSNAPIN_16 BITMAP DISCARDABLE "sdsnapin16.bmp"
  99. IDB_SDSNAPIN_32 BITMAP DISCARDABLE "sdsnapin32.bmp"
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // REGISTRY
  103. //
  104. IDR_SDSNAPIN REGISTRY DISCARDABLE "SDSnapin.rgs"
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // DESIGNINFO
  108. //
  109. #ifdef APSTUDIO_INVOKED
  110. GUIDELINES DESIGNINFO DISCARDABLE
  111. BEGIN
  112. IDD_DEPENDENCY, DIALOG
  113. BEGIN
  114. LEFTMARGIN, 7
  115. RIGHTMARGIN, 249
  116. TOPMARGIN, 7
  117. BOTTOMMARGIN, 211
  118. HORZGUIDE, 23
  119. HORZGUIDE, 38
  120. HORZGUIDE, 108
  121. HORZGUIDE, 123
  122. END
  123. END
  124. #endif // APSTUDIO_INVOKED
  125. /////////////////////////////////////////////////////////////////////////////
  126. //
  127. // String Table
  128. //
  129. STRINGTABLE DISCARDABLE
  130. BEGIN
  131. IDS_DISPLAY_NAME "Service Dependencies"
  132. IDS_DEPENDS_LBL "&depends on these system components"
  133. IDS_NEEDED_LBL "&These system components depend on"
  134. IDS_DESCRIPTION "Shows interdependencies among the services available on the computer."
  135. IDS_CONNECTING "Connecting to Windows Management..."
  136. IDS_BAD_CONNECT "Cannot connect to Windows Management on the requested computer. You may not have sufficient permission to start or access the Windows Management service. Please contact your System Administrator."
  137. END
  138. STRINGTABLE DISCARDABLE
  139. BEGIN
  140. IDS_BYTES "%s bytes"
  141. IDS_ORDERKB "%sKB"
  142. IDS_ORDERMB "%sMB"
  143. IDS_ORDERGB "%sGB"
  144. IDS_ORDERTB "%sTB"
  145. IDS_ORDERPB "%sPB"
  146. IDS_ORDEREB "%sEB"
  147. IDS_MB "MB"
  148. END
  149. STRINGTABLE DISCARDABLE
  150. BEGIN
  151. IDS_PROJNAME "ServDeps"
  152. END
  153. STRINGTABLE DISCARDABLE
  154. BEGIN
  155. IDS_SDSNAPIN_DESC "SDSnapin Description"
  156. IDS_SDSNAPIN_PROVIDER "Microsoft Corporation"
  157. IDS_SDSNAPIN_VERSION "2.0"
  158. IDS_WORKING "Working..."
  159. IDS_NO_DEPS "<No Dependencies>"
  160. END
  161. #endif // English (U.S.) resources
  162. /////////////////////////////////////////////////////////////////////////////
  163. #ifndef APSTUDIO_INVOKED
  164. /////////////////////////////////////////////////////////////////////////////
  165. //
  166. // Generated from the TEXTINCLUDE 3 resource.
  167. //
  168. 1 TYPELIB "ServDeps.tlb"
  169. /////////////////////////////////////////////////////////////////////////////
  170. #endif // not APSTUDIO_INVOKED