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.

299 lines
11 KiB

  1. // Microsoft Visual C++ 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
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE
  34. BEGIN
  35. "#include ""mbschema.rc""\r\n"
  36. "\0"
  37. END
  38. 4 TEXTINCLUDE
  39. BEGIN
  40. "#include ""version.rc2""\r\n"
  41. "\0"
  42. END
  43. #endif // APSTUDIO_INVOKED
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // Bitmap
  47. //
  48. IDB_ACLUSERS BITMAP "RES\\aclusers.bmp"
  49. IDB_DOWN BITMAP "RES\\DOWN.BMP"
  50. IDB_DOWNDIS BITMAP "RES\\DOWNDIS.BMP"
  51. IDB_DOWNFOC BITMAP "RES\\DOWNFOC.BMP"
  52. IDB_DOWNINV BITMAP "RES\\DOWNINV.BMP"
  53. IDB_UP BITMAP "RES\\UP.BMP"
  54. IDB_UPDIS BITMAP "RES\\UPDIS.BMP"
  55. IDB_UPFOC BITMAP "RES\\UPFOC.BMP"
  56. IDB_UPINV BITMAP "RES\\UPINV.BMP"
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Dialog
  60. //
  61. IDD_CONFIRM_PASSWORD DIALOG 0, 0, 210, 63
  62. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  63. CAPTION "Confirm Password"
  64. FONT 8, "MS Shell Dlg"
  65. BEGIN
  66. LTEXT "Please re-enter the password to confirm:",IDC_STATIC,7,
  67. 7,203,8
  68. EDITTEXT IDC_EDIT_CONFIRM_PASSWORD,7,19,196,14,ES_PASSWORD |
  69. ES_AUTOHSCROLL
  70. DEFPUSHBUTTON "OK",IDOK,52,40,50,14
  71. PUSHBUTTON "Cancel",IDCANCEL,111,40,50,14
  72. END
  73. IDD_DIRBROWSE DIALOG 36, 24, 161, 170
  74. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  75. CAPTION "Select Directory"
  76. FONT 8, "MS Shell Dlg"
  77. BEGIN
  78. LTEXT "Directory Path Goes Here",stc1,5,8,95,9,SS_NOPREFIX
  79. LTEXT "&Directories:",IDC_STATIC,5,22,92,9
  80. LISTBOX lst2,5,34,94,65,LBS_SORT | LBS_OWNERDRAWFIXED |
  81. LBS_HASSTRINGS | LBS_DISABLENOSCROLL | WS_VSCROLL |
  82. WS_TABSTOP
  83. LTEXT "New Directory &Name:",IDC_STATIC_DIR_NAME,5,100,95,8
  84. EDITTEXT IDC_EDIT_NEW_DIRECTORY_NAME,5,111,94,13,ES_AUTOHSCROLL
  85. EDITTEXT edt1,164,16,95,12,ES_AUTOHSCROLL | NOT WS_VISIBLE | NOT
  86. WS_TABSTOP
  87. LTEXT "Dri&ves:",stc4,5,127,92,9
  88. COMBOBOX cmb2,5,137,94,68,CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED |
  89. CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER |
  90. WS_VSCROLL | WS_TABSTOP
  91. DEFPUSHBUTTON "OK",IDOK,104,6,50,14,WS_GROUP
  92. PUSHBUTTON "Cancel",IDCANCEL,104,24,50,14,WS_GROUP
  93. LTEXT "File &Name:",stc3,164,6,76,9,NOT WS_VISIBLE
  94. LISTBOX lst1,164,32,90,68,LBS_SORT | LBS_OWNERDRAWFIXED |
  95. LBS_HASSTRINGS | LBS_DISABLENOSCROLL | NOT WS_VISIBLE |
  96. WS_VSCROLL
  97. LTEXT "List Files of &Type:",stc2,164,104,90,9,NOT WS_VISIBLE
  98. COMBOBOX cmb1,164,114,90,36,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL |
  99. NOT WS_VISIBLE | WS_BORDER | WS_VSCROLL
  100. CONTROL "&Read Only",chx1,"Button",BS_AUTOCHECKBOX | NOT
  101. WS_VISIBLE | WS_GROUP,164,130,50,12
  102. END
  103. IDD_ERROR DIALOG 0, 0, 245, 159
  104. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  105. CAPTION "Error!"
  106. FONT 8, "MS Shell Dlg"
  107. BEGIN
  108. DEFPUSHBUTTON "OK",IDOK,36,63,50,14
  109. ICON "",IDC_STATIC_ERROR_ICON,7,7,20,20
  110. PUSHBUTTON "Cancel",IDCANCEL,97,63,50,14
  111. PUSHBUTTON "(3)",IDC_BUTTON_E3,158,63,50,14
  112. LTEXT "x\nx\nx\nx\nx\nx\n",IDC_STATIC,35,8,203,49
  113. CONTROL "",IDC_STATIC,"Static",SS_BLACKRECT,7,84,231,1
  114. END
  115. IDD_INHERITANCE DIALOG 0, 0, 281, 180
  116. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  117. CAPTION "Inheritance Overrides"
  118. FONT 8, "MS Shell Dlg"
  119. BEGIN
  120. LTEXT "* Description *",IDC_STATIC_PROMPT,7,7,267,41
  121. LTEXT "&Child Nodes:",IDC_STATIC,7,50,41,8
  122. LISTBOX IDC_LIST_CHILD_NODES,7,59,195,91,LBS_MULTIPLESEL |
  123. WS_VSCROLL | WS_TABSTOP
  124. PUSHBUTTON "&Select All",IDC_BUTTON_SELECT_ALL,206,59,68,14
  125. DEFPUSHBUTTON "OK",IDOK,52,159,50,14
  126. PUSHBUTTON "Cancel",IDCANCEL,116,159,50,14
  127. PUSHBUTTON "&Help",ID_HELP,180,159,50,14
  128. END
  129. IDD_WIZARD_BOOKEND DIALOG 0, 0, 317, 186
  130. STYLE DS_SETFONT | WS_CHILD | WS_VISIBLE | WS_BORDER
  131. FONT 8, "MS Shell Dlg"
  132. BEGIN
  133. LTEXT "--- Welcome Text ---\nx\nx\nx\nx\nx",
  134. IDC_STATIC_WZ_WELCOME,115,1,188,49
  135. LTEXT "--- Body Text ---\nx\nx\nx\nx\nx\nx\nx\nx\nx\nx\nx\nx\nx\nx",
  136. IDC_STATIC_WZ_BODY,115,55,188,97
  137. LTEXT "--- Click Instructions ---",IDC_STATIC_WZ_CLICK,115,161,
  138. 188,8
  139. END
  140. /////////////////////////////////////////////////////////////////////////////
  141. //
  142. // DESIGNINFO
  143. //
  144. #ifdef APSTUDIO_INVOKED
  145. GUIDELINES DESIGNINFO
  146. BEGIN
  147. IDD_ERROR, DIALOG
  148. BEGIN
  149. LEFTMARGIN, 7
  150. RIGHTMARGIN, 238
  151. TOPMARGIN, 7
  152. BOTTOMMARGIN, 152
  153. END
  154. IDD_INHERITANCE, DIALOG
  155. BEGIN
  156. LEFTMARGIN, 7
  157. RIGHTMARGIN, 274
  158. TOPMARGIN, 7
  159. BOTTOMMARGIN, 173
  160. END
  161. IDD_WIZARD_BOOKEND, DIALOG
  162. BEGIN
  163. VERTGUIDE, 115
  164. VERTGUIDE, 303
  165. BOTTOMMARGIN, 172
  166. HORZGUIDE, 91
  167. END
  168. END
  169. #endif // APSTUDIO_INVOKED
  170. /////////////////////////////////////////////////////////////////////////////
  171. //
  172. // String Table
  173. //
  174. STRINGTABLE
  175. BEGIN
  176. IDS_ERR_RPC_NA "Unable to connect to this computer."
  177. IDS_ERR_INTERFACE "The connection attempt failed because there's a version conflict between the server and client software."
  178. IDS_ERR_ODBC "ODBC reported an error. The Data Source Name (DSN) may be incorrect. Check the server's event log for details."
  179. IDS_ERR_NO_MESSAGE "Unexpected error 0x%08lx occurred."
  180. IDS_ERR_CANT_START_SERVICE
  181. "The service could not be started because it is not correctly configured. Make sure that its server bindings do not conflict with other sites running on the same machine."
  182. IDS_ERR_METABASE_ERROR "An error occurred reading or setting a configuration parameter (0x%lx)"
  183. IDS_ERR_DUP_VROOT "A virtual directory already exists with that name."
  184. IDS_ERR_NO_INTERFACE "This computer is not running Internet Information Services version 4 or higher."
  185. IDS_ERR_NO_SHUTDOWN "The IIS Restart commands are not available on this server."
  186. IDS_ERR_NO_BACKUP_RESTORE "The machine does not support backup/restore"
  187. 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 component \n\ns 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."
  188. IDS_ERR_RPC_NA_SHORT "Unable to connect to this computer."
  189. IDS_ERR_ACCESS_DENIED "You have been denied access to this machine."
  190. IDS_ERR_BINDING_SHORT "Binding is not unique."
  191. IDS_ERR_BINDING_LONG "This site cannot be started because another site running on this computer is already using the IP address and TCP port values that you have specified for this site.\nPlease change either the IP address or the TCP port values for this site."
  192. END
  193. STRINGTABLE
  194. BEGIN
  195. IDS_ERR_INVALID_PATH "The path is invalid."
  196. IDS_ERR_PATH_NOT_FOUND "The path does not exist or is not a directory."
  197. IDS_ERR_BAD_PATH "The path is not a fully qualified local path."
  198. IDS_BAD_UNC_PATH "The path is not a UNC path."
  199. END
  200. STRINGTABLE
  201. BEGIN
  202. IDS_BAD_URL_PATH "The path is not a valid URL"
  203. IDS_ERR_FILE_NOT_FOUND "The file does not exist."
  204. END
  205. STRINGTABLE
  206. BEGIN
  207. IDS_ERR_BAD_BACKUP_NAME "Backup name syntax is incorrect.\nYou cannot use characters |, <, >, /, ?, *, and ""."
  208. IDS_PATH_INPUT_INVALID "The path name cannot contains characters *,<,>,?,/,|,"""
  209. IDS_ERR_INVALID_HOSTHEADER_CHARS
  210. "The header can only contain the characters A to Z,\na to z, digits, '-' and '.'"
  211. IDS_ERR_NUM_TOO_LARGE "Value too large."
  212. END
  213. STRINGTABLE
  214. BEGIN
  215. IDS_INHERITANCE_NO_NAME "MD_%d"
  216. IDS_INHERITANCE_PROMPT "The following child nodes also define the value of the ""%s"" property, which overrides the value you have just set. Please select from the list below those nodes which should use the new value."
  217. IDS_FMT_SECURITY "%s (%s)"
  218. END
  219. STRINGTABLE
  220. BEGIN
  221. IDS_DDX_MINIMUM "Please enter at least %1 character(s)."
  222. IDS_PASSWORD_NO_MATCH "The password was not correctly confirmed.\nPlease ensure that the password and confirmation match exactly"
  223. END
  224. STRINGTABLE
  225. BEGIN
  226. IDS_NO_MESSAGE "Unexpected error 0x%08lx occurred."
  227. IDS_DEFAULT_IP "* All Unassigned *"
  228. IDS_INVALID_NUMBER "Number is not valid!"
  229. IDS_SELECT_ADMIN "Select Administrator Account"
  230. IDS_BROWSE_DOMAIN "Select a domain:"
  231. IDS_SELECT_IUSR_ACCOUNT "Select Windows User Account"
  232. IDS_PASSWORD_OK "The given username/password combination is valid."
  233. END
  234. STRINGTABLE
  235. BEGIN
  236. IDS_BAD_BROWSE "The path selected is not valid."
  237. IDS_ALL_UNASSIGNED "(All Unassigned)"
  238. IDS_INVALID_IP_ADDRESS "Invalid IP address"
  239. IDS_UNKNOWN_USER "Account Unknown"
  240. END
  241. STRINGTABLE
  242. BEGIN
  243. IDS_WIZ_NEXT "To continue, click Next."
  244. IDS_WIZ_FINISH "To close this wizard, click Finish."
  245. IDS_PATH_INPUT_INVALID_ALLOW_DEVICE_PATH
  246. "The path name cannot contains characters *,<,>,/,|,"""
  247. END
  248. #endif // English (U.S.) resources
  249. /////////////////////////////////////////////////////////////////////////////
  250. #ifndef APSTUDIO_INVOKED
  251. /////////////////////////////////////////////////////////////////////////////
  252. //
  253. // Generated from the TEXTINCLUDE 3 resource.
  254. //
  255. #include "mbschema.rc"
  256. #include "version.rc2"
  257. /////////////////////////////////////////////////////////////////////////////
  258. #endif // not APSTUDIO_INVOKED