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.

440 lines
18 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 ""res\\minetmgr.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  36. "\r\n"
  37. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  38. "#define _AFX_NO_OLE_RESOURCES\r\n"
  39. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  40. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  41. "#include ""afxres.rc"" \t// Standard components\r\n"
  42. "\0"
  43. END
  44. #endif // APSTUDIO_INVOKED
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Bitmap
  48. //
  49. IDB_VIEWS16 BITMAP DISCARDABLE "res\\views16.bmp"
  50. IDB_UNKNOWN BITMAP DISCARDABLE "res\\unknown.bmp"
  51. IDB_NOTOOL BITMAP DISCARDABLE "res\\notool.bmp"
  52. IDB_NOTLOADED BITMAP DISCARDABLE "res\\notload.bmp"
  53. IDB_TOOLBAR BITMAP DISCARDABLE "res\\toolbar.bmp"
  54. IDB_VIEWS32 BITMAP DISCARDABLE "res\\views32.bmp"
  55. IDB_BACKUPS BITMAP DISCARDABLE "res\\backups.bmp"
  56. IDB_INETMGR16 BITMAP DISCARDABLE "res\\imgr16.bmp"
  57. IDB_INETMGR32 BITMAP DISCARDABLE "res\\imgr32.bmp"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_DISCOVERY DIALOG DISCARDABLE 30, 20, 221, 92
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  64. CAPTION "Finding All Computers"
  65. FONT 8, "MS Shell Dlg"
  66. BEGIN
  67. DEFPUSHBUTTON "&STOP",IDOK,53,72,50,14
  68. PUSHBUTTON "&Help",ID_HELP,119,72,50,14
  69. LTEXT "Internet Service Manager is searching for all the Internet Servers on the network.\n\nPress <STOP> to cancel the search.",
  70. IDC_STATIC,19,10,157,46
  71. CONTROL "Animate1",IDC_ANIMATE_PROGRESS,"SysAnimate32",
  72. ACS_CENTER | ACS_TRANSPARENT | ACS_AUTOPLAY | WS_TABSTOP,
  73. 144,27,71,32
  74. END
  75. IDD_CONNECT_SERVER DIALOG DISCARDABLE 0, 0, 248, 62
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  77. CAPTION "Connect To Computer"
  78. FONT 8, "MS Shell Dlg"
  79. BEGIN
  80. LTEXT "&Computer Name:",IDC_STATIC,6,26,54,10
  81. EDITTEXT IDC_SERVERNAME,62,24,119,12,ES_AUTOHSCROLL
  82. DEFPUSHBUTTON "OK",IDOK,189,6,50,14
  83. PUSHBUTTON "Cancel",IDCANCEL,189,23,50,14
  84. PUSHBUTTON "&Help",ID_HELP,189,40,50,14
  85. END
  86. IDD_METABACKREST DIALOG DISCARDABLE 20, 30, 293, 175
  87. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  88. CAPTION "Configuration Backup/Restore"
  89. FONT 8, "MS Shell Dlg"
  90. BEGIN
  91. GROUPBOX "Previous backups",IDC_STATIC,6,3,280,144
  92. LTEXT "&Backups:",IDC_STATIC,19,20,31,8
  93. LISTBOX IDC_LIST_BACKUPS,19,30,254,83,LBS_OWNERDRAWVARIABLE |
  94. LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
  95. WS_TABSTOP
  96. PUSHBUTTON "&Create backup...",IDC_BUTTON_CREATE,25,122,71,14
  97. PUSHBUTTON "&Restore",IDC_BUTTON_RESTORE,111,122,71,14
  98. PUSHBUTTON "&Delete",IDC_BUTTON_DELETE,197,122,71,14
  99. DEFPUSHBUTTON "Close",IDOK,88,155,50,14
  100. PUSHBUTTON "&Help",ID_HELP,155,155,50,14
  101. END
  102. IDD_BACKUP DIALOG DISCARDABLE 0, 0, 229, 126
  103. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  104. CAPTION "Configuration Backup"
  105. FONT 8, "MS Shell Dlg"
  106. BEGIN
  107. LTEXT "&Configuration backup name:",IDC_STATIC,7,7,92,8
  108. EDITTEXT IDC_EDIT_BACKUP_NAME,7,18,215,14,ES_AUTOHSCROLL
  109. DEFPUSHBUTTON "OK",IDOK,61,105,50,14
  110. PUSHBUTTON "Cancel",IDCANCEL,117,105,50,14
  111. CONTROL "Enc&rypt backup using password",IDC_USE_PASSWORD,"Button",
  112. BS_AUTOCHECKBOX | WS_TABSTOP,7,37,215,10
  113. LTEXT "&Password:",IDC_STATIC,7,53,34,8
  114. EDITTEXT IDC_BACKUP_PASSWORD,71,50,151,14,ES_PASSWORD |
  115. ES_AUTOHSCROLL
  116. LTEXT "Con&firm password:",IDC_STATIC,5,70,58,8
  117. EDITTEXT IDC_BACKUP_PASSWORD_CONFIRM,71,67,151,14,ES_PASSWORD |
  118. ES_AUTOHSCROLL
  119. END
  120. IDD_SHUTDOWN DIALOG DISCARDABLE 0, 0, 244, 138
  121. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  122. CAPTION "Stop/Start/Reboot..."
  123. FONT 8, "MS Shell Dlg"
  124. BEGIN
  125. ICON IDI_SHUTDOWN,IDC_STATIC,7,7,20,20
  126. LTEXT "&What do you want IIS to do?",IDC_STATIC,38,9,199,10
  127. COMBOBOX IDC_COMBO_RESTART,38,21,199,61,CBS_DROPDOWNLIST |
  128. WS_VSCROLL | WS_TABSTOP
  129. LTEXT "x\nx\nx\nx\nx\nx\nx\nx\nx\nx",IDC_STATIC_DETAILS,38,38,
  130. 199,73
  131. PUSHBUTTON "OK",IDOK,33,117,50,14
  132. PUSHBUTTON "Cancel",IDCANCEL,107,117,50,14
  133. PUSHBUTTON "&Help",ID_HELP,181,117,50,14
  134. END
  135. IDD_SD_PROGRESS DIALOG DISCARDABLE 20, 12, 235, 105
  136. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  137. CAPTION "Shutting Down..."
  138. FONT 8, "MS Shell Dlg"
  139. BEGIN
  140. LTEXT "Attempting to shut down Internet Services...",
  141. IDC_STATIC_PROGRESS,7,7,221,22
  142. CONTROL "Progress1",IDC_PROGRESS_SHUTDOWN,"msctls_progress32",
  143. WS_BORDER,11,37,212,14
  144. LTEXT "Click 'End now' to shut down Internet Services immediately.",
  145. IDC_STATIC,7,64,221,8
  146. PUSHBUTTON "",IDCANCEL,132,83,10,14,NOT WS_VISIBLE
  147. PUSHBUTTON "&End now",IDOK,148,83,80,14
  148. END
  149. IDD_PASSWORD DIALOG DISCARDABLE 0, 0, 186, 61
  150. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  151. CAPTION "Backup password"
  152. FONT 8, "MS Shell Dlg"
  153. BEGIN
  154. LTEXT "Please enter &password to restore the metabase:",
  155. IDC_STATIC,7,7,150,8
  156. EDITTEXT IDC_BACKUP_PASSWORD,7,18,172,14,ES_PASSWORD |
  157. ES_AUTOHSCROLL
  158. DEFPUSHBUTTON "OK",IDOK,33,40,50,14
  159. PUSHBUTTON "Cancel",IDCANCEL,87,40,50,14
  160. END
  161. /////////////////////////////////////////////////////////////////////////////
  162. //
  163. // Icon
  164. //
  165. // Icon with lowest ID value placed first to ensure application icon
  166. // remains consistent on all systems.
  167. IDI_SHUTDOWN ICON DISCARDABLE "res\\shutdown.ico"
  168. IDI_IISPRODUCT ICON DISCARDABLE "res\\iis_product.ico"
  169. IDI_ICON ICON DISCARDABLE "res\\inetmgr.ico"
  170. /////////////////////////////////////////////////////////////////////////////
  171. //
  172. // DESIGNINFO
  173. //
  174. #ifdef APSTUDIO_INVOKED
  175. GUIDELINES DESIGNINFO DISCARDABLE
  176. BEGIN
  177. IDD_BACKUP, DIALOG
  178. BEGIN
  179. BOTTOMMARGIN, 94
  180. END
  181. IDD_SHUTDOWN, DIALOG
  182. BEGIN
  183. LEFTMARGIN, 7
  184. RIGHTMARGIN, 237
  185. TOPMARGIN, 7
  186. BOTTOMMARGIN, 131
  187. END
  188. IDD_SD_PROGRESS, DIALOG
  189. BEGIN
  190. LEFTMARGIN, 7
  191. RIGHTMARGIN, 228
  192. TOPMARGIN, 7
  193. BOTTOMMARGIN, 98
  194. END
  195. IDD_PASSWORD, DIALOG
  196. BEGIN
  197. LEFTMARGIN, 7
  198. RIGHTMARGIN, 179
  199. TOPMARGIN, 7
  200. BOTTOMMARGIN, 54
  201. END
  202. END
  203. #endif // APSTUDIO_INVOKED
  204. /////////////////////////////////////////////////////////////////////////////
  205. //
  206. // String Table
  207. //
  208. STRINGTABLE DISCARDABLE
  209. BEGIN
  210. AFX_IDS_APP_TITLE "Internet Services Manager"
  211. IDS_PASSWORDS_DOESNT_MATCH
  212. "The passwords you typed do not match. Type the password in both text boxes."
  213. IDS_WRONG_PASSWORD "IIS was unable to restore the previous version of the configuration using the password you entered.\nPlease re-enter the password."
  214. END
  215. STRINGTABLE DISCARDABLE
  216. BEGIN
  217. IDS_SNAPIN_DESC "This snap-in administers the Microsoft Internet Information Services (IIS)"
  218. IDS_NAME "Service Name"
  219. IDS_MENU_HELPER " (%c%c)"
  220. IDS_COMPANY "Microsoft Corporation"
  221. IDS_NODENAME "Internet Information Services"
  222. IDS_TREEROOT "Internet"
  223. IDS_DEFAULT_SHORTNAME "Invalid: %s"
  224. END
  225. STRINGTABLE DISCARDABLE
  226. BEGIN
  227. IDS_DEFAULT_LONGNAME "Unavailable: %s"
  228. IDS_VERSION "Version 5.1"
  229. IDS_STOPPED "Stopped"
  230. IDS_PAUSED "Paused"
  231. IDS_RUNNING "Running"
  232. IDS_UNKNOWN "Unknown"
  233. IDS_MACHINE_PROPERTIES "Computer properties for %s"
  234. IDS_EXT_NODENAME "Internet Information Services Extension"
  235. IDS_SNAPIN_TYPE "Extension Snap-in"
  236. IDS_LOCAL_COMPUTER "* %s"
  237. IDS_ERR_NO_LOAD "The service configuration dynamic link library '%s' failed to load correctly:\n\n%h"
  238. IDS_VERSION_INCOMPATIBLE
  239. "You need a newer version of Internet Services Manager to load this configuration dynamic link library."
  240. IDS_ERROR_CONNECTING "Error connecting to %s:\n\n%h"
  241. IDS_YES "Yes"
  242. IDS_NO "No"
  243. END
  244. STRINGTABLE DISCARDABLE
  245. BEGIN
  246. IDS_MENU_CONNECT "&Connect"
  247. IDS_MENU_DISCOVER "Discover"
  248. IDS_MENU_PROPERTIES "&Properties"
  249. IDS_MENU_START "St&art"
  250. END
  251. STRINGTABLE DISCARDABLE
  252. BEGIN
  253. IDS_MENU_STOP "S&top"
  254. IDS_MENU_PAUSE "Pa&use"
  255. IDS_MENU_EXPLORE "E&xplore"
  256. IDS_MENU_OPEN "&Open"
  257. IDS_MENU_BROWSE "&Browse"
  258. IDS_MENU_NEWINSTANCE "&Site"
  259. IDS_MENU_NEWVROOT "&Virtual Directory"
  260. IDS_MENU_EX_NEWINSTANCE "&%s Site"
  261. IDS_ERR_SERVICE_NOT_INSTALLED
  262. "The service is not installed on this machine."
  263. IDS_MENU_TASKPAD "IIS Taskpad View"
  264. IDS_MENU_DISCONNECT "&Disconnect"
  265. IDS_MENU_SECURITY_WIZARD "&Permissions Wizard"
  266. END
  267. STRINGTABLE DISCARDABLE
  268. BEGIN
  269. IDS_MENU_TT_CONNECT "Add a computer to the list"
  270. IDS_MENU_TT_DISCOVER "Find Internet Servers"
  271. IDS_MENU_TT_PROPERTIES "Properties for the selected item"
  272. IDS_MENU_TT_START "Start item"
  273. IDS_MENU_TT_STOP "Stop Item"
  274. IDS_MENU_TT_PAUSE "Pause Item"
  275. IDS_MENU_TT_EXPLORE "Explore item"
  276. IDS_MENU_TT_OPEN "Open item"
  277. IDS_MENU_TT_BROWSE "Browse item"
  278. IDS_MENU_TT_NEWINSTANCE "Create new site"
  279. IDS_MENU_TT_NEWVROOT "Create new virtual directory"
  280. IDS_MENU_TT_EX_NEWINSTANCE "New %s Site"
  281. IDS_MENU_TT_DISCONNECT "Remove selected computer from the list"
  282. IDS_MENU_BACKUP "&Backup/Restore Configuration"
  283. IDS_MENU_TT_BACKUP "Backup and restore configuration information"
  284. END
  285. STRINGTABLE DISCARDABLE
  286. BEGIN
  287. IDS_TCPIP "TCP/IP"
  288. IDS_NETBIOS "NetBIOS"
  289. IDS_ACCESS_DENIED "Access Denied"
  290. IDS_REDIRECTED "* Redirected to %s *"
  291. IDS_ERROR_CONNECTING_CACHE
  292. "Error connecting to %s:\n\n%h\n\nDo you wish to continue to attempt to connect to it in the future?"
  293. IDS_RESULT_COMPUTER_NAME "Computer"
  294. IDS_RESULT_COMPUTER_LOCAL "Local"
  295. IDS_RESULT_COMPUTER_CONNECTION_TYPE "Connection Type"
  296. IDS_DEFAULT_IP "* All Unassigned *"
  297. IDS_NO_SERVICES_INSTALLED
  298. "No ISM service configuration modules have been installed."
  299. IDS_RESULT_SERVICE_DESCRIPTION "Description"
  300. IDS_RESULT_SERVICE_DOMAIN_NAME "Host Header Name"
  301. IDS_RESULT_SERVICE_IP_ADDRESS "IP Address"
  302. IDS_RESULT_SERVICE_TCP_PORT "Port"
  303. END
  304. STRINGTABLE DISCARDABLE
  305. BEGIN
  306. IDS_RESULT_SERVICE_STATE "State"
  307. IDS_RESULT_VDIR_ALIAS "Name"
  308. IDS_RESULT_PATH "Path"
  309. IDS_NO_SERVICE "No administerable services found."
  310. IDS_RESULT_ATTRIBUTES "Attributes"
  311. IDS_NON_FATAL_ERROR_INSTANCES
  312. "A non-fatal configuration error occurred. Not all available information may be displayed."
  313. IDS_CONFIRM_DELETE "Are you sure you want to delete this item?"
  314. IDS_CONFIRM_DISCONNECT "Are you sure you want to disconnect %s?"
  315. IDS_RESULT_STATUS "Status"
  316. IDS_CONFIRM_DELETE_ITEMS
  317. "Are you sure you want to delete the selected items?"
  318. END
  319. STRINGTABLE DISCARDABLE
  320. BEGIN
  321. IDS_PROP_OPEN_REFRESH "Please close property sheet before refreshing this item"
  322. IDS_MENU_TT_TASKPAD "Switch to/from taskpad view"
  323. IDS_ERR_ENUMERATE_FILES "Unable to enumerate files and directories because the following error occurred:\n\n%h"
  324. IDS_ERR_ENUMERATE_SVC "Unable to administer the %s service on %s because the following error occurred:\n\n%h"
  325. IDS_BACKUP_BAD_NAME "The configuration backup name contains invalid characters."
  326. IDS_MENU_DS_NEWINSTANCE "Launch the new site wizard"
  327. IDS_MENU_DS_NEWVROOT "Launch the new virtual directory wizard"
  328. IDS_MENU_TT_SECURITY_WIZARD "Launch the security wizard"
  329. IDS_MENU_TT_SHUTDOWN_IIS
  330. "Shutdown, and/or restart Internet Information Services..."
  331. IDS_IIS_START "Start Internet Services on %s"
  332. IDS_IIS_STOP "Stop Internet Services on %s"
  333. IDS_IIS_SHUTDOWN "Reboot %s"
  334. IDS_IIS_RESTART "Restart Internet Services on %s"
  335. IDS_IIS_START_DETAILS "Starts Internet Services. To start individual services, use the Computer Management application in the Microsoft Management Console.\n\nChoose this option if you have previously stopped Internet Services and wish to restart them."
  336. IDS_IIS_STOP_DETAILS "Stops all Internet Services. All current sessions will be lost, and all Internet sites will be unavailable until Internet Services are started.\n\nChoose this option if you need to install files or components which are locked while Internet Services are running."
  337. IDS_IIS_SHUTDOWN_DETAILS
  338. "Restarts this computer. All current sessions will be lost, and all Internet sites will be unavailable for several minutes until the computer is restarted.\n\nChoose this option only if there is is a serious problem with this computer that cannot be solved by restarting Internet Services."
  339. END
  340. STRINGTABLE DISCARDABLE
  341. BEGIN
  342. IDS_IIS_RESTART_DETAILS "Stops and restarts all Internet Services. All current sessions will be lost, and all Internet sites will be unavailable until Internet Services are restarted.\n\nChoose this option to reset Internet Services in the case of a serious problem. Note: you do not need to reboot the server to reset Internet Services."
  343. IDS_ERR_DUP_METABASE "The item cannot be renamed because an entry already exists with that name."
  344. IDS_ERR_NO_SHUTDOWN "The IIS Restart commands are not available on this server."
  345. IDS_SHUTDOWN_PROGRESS "Attempting to shut down Internet Services. %d Seconds..."
  346. IDS_PROP_OPEN_SHUTDOWN "Please close all open property sheets on this node and its descendants before continuing."
  347. IDS_ERR_SHUTDOWN_ACCESS_DENIED
  348. "You do not have the required access rights to perform restart operations on this server."
  349. IDS_HELPFILE "help\\iismmc.chm"
  350. IDS_CLUSTER_ENABLED_2 "Resource unavailable. Remove it from the cluster using the Cluster Administrator, then delete it."
  351. END
  352. STRINGTABLE DISCARDABLE
  353. BEGIN
  354. IDS_BACKUP_LOCATION "Location"
  355. IDS_BACKUP_VERSION "#"
  356. IDS_BACKUP_DATE "Date/Time"
  357. IDS_MENU_SHUTDOWN_IIS "R&estart IIS..."
  358. IDS_RESTORE_CONFIRM "Restoring is a lengthy operation, which will wipe out all current settings and cause all services to be stopped and restarted. Are you sure you want to continue?"
  359. IDS_NO_MACHINE_PROPS "The machine does not support machine properties"
  360. IDS_PROP_OPEN "Please close property sheet before deleting this item."
  361. IDS_PROP_OPEN_SAVE "The item is about to be deleted. Do you want to save properties?"
  362. IDS_PROP_OPEN_CONTINUE "Item could not be deleted because it has an open property sheet"
  363. IDS_ERR_CANNOT_RESTORE "IIS was unable to restore the previous version of the configuration store because of one of the following reasons:\n1) The previous version of the configuration store was corrupt.\n2) One or more MTS packages or components have been manually removed or corrupted.\n3) Another user is attempting to administer an application in this configuration store.\n\nPlease try again later or contact your system administrator."
  364. IDS_SUCCESS "Operation Completed Successfully"
  365. IDS_ERR_ENUMERATE_INST "Unable to enumerate %s sites because the following error occurred:\n\n%h"
  366. IDS_ERR_ENUMERATE_CHILD "Unable to enumerate %s virtual directories because the following error occurred:\n\n%h"
  367. IDS_DOWNLEVEL " (Downlevel)"
  368. IDS_NO_BACKUP_RESTORE "The machine does not support backup/restore"
  369. IDS_CLUSTER_ENABLED "You must use Cluster Administrator to start or stop this item"
  370. END
  371. STRINGTABLE DISCARDABLE
  372. BEGIN
  373. IDS_RECONNECT_WARNING "The connection to the server '%s' was lost.\n\nDo you want to attempt to reconnect?"
  374. IDS_ERR_INVALID_CHAR "A filename cannot contain any of the following characters:\n\\/: *?""""<>|"
  375. IDS_ERR_EMPTY_FILENAME "You must type a filename"
  376. END
  377. #endif // English (U.S.) resources
  378. /////////////////////////////////////////////////////////////////////////////
  379. #ifndef APSTUDIO_INVOKED
  380. /////////////////////////////////////////////////////////////////////////////
  381. //
  382. // Generated from the TEXTINCLUDE 3 resource.
  383. //
  384. #include "res\minetmgr.rc2" // non-Microsoft Visual C++ edited resources
  385. #define _AFX_NO_SPLITTER_RESOURCES
  386. #define _AFX_NO_OLE_RESOURCES
  387. #define _AFX_NO_TRACKER_RESOURCES
  388. #define _AFX_NO_PROPERTY_RESOURCES
  389. #include "afxres.rc" // Standard components
  390. /////////////////////////////////////////////////////////////////////////////
  391. #endif // not APSTUDIO_INVOKED