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.

430 lines
18 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 <ntverp.h>\r\n"
  36. "\r\n"
  37. "#define\tVER_FILETYPE\t\t VFT_DLL\r\n"
  38. "#define VER_FILESUBTYPE\t\t VFT2_UNKNOWN\r\n"
  39. "#define VER_FILEDESCRIPTION_STR ""uddiocm Module""\r\n"
  40. "#define VER_INTERNALNAME_STR\t ""UDDIOCM.DLL""\r\n"
  41. "#define VER_ORIGINALFILENAME_STR ""UDDIOCM.DLL""\r\n"
  42. "\r\n"
  43. "#include ""common.ver""\r\n"
  44. "\0"
  45. END
  46. #endif // APSTUDIO_INVOKED
  47. /////////////////////////////////////////////////////////////////////////////
  48. //
  49. // Bitmap
  50. //
  51. ID_MAINICON BITMAP "logo.bmp"
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Dialog
  55. //
  56. IDD_DB_INSTANCE DIALOGEX 0, 0, 310, 156
  57. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
  58. CAPTION "UDDI Services"
  59. FONT 8, "MS Shell Dlg", 0, 0, 0x0
  60. BEGIN
  61. CONTROL "&Create a new MSDE database instance for UDDI Services named ""UDDI.""",
  62. IDC_RADIO_INSTALL_MSDE,"Button",BS_AUTORADIOBUTTON |
  63. BS_MULTILINE | WS_GROUP | WS_TABSTOP,45,57,204,19
  64. CONTROL "&Use the following SQL Server 2000 database instance already installed on this computer:",
  65. IDC_RADIO_USE_EXISTING_INSTANCE,"Button",
  66. BS_AUTORADIOBUTTON | BS_MULTILINE,45,81,204,20
  67. COMBOBOX IDC_LIST_DB_INSTANCES,57,106,128,43,CBS_DROPDOWNLIST |
  68. WS_VSCROLL | WS_TABSTOP
  69. LTEXT "Database components are installed to either a new instance of Microsoft SQL Server 2000 Desktop Engine (MSDE) or to a new database instance in an existing SQL Server 2000 database server.",
  70. IDC_STATIC,31,18,239,35
  71. END
  72. IDD_SSL DIALOGEX 0, 0, 309, 156
  73. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
  74. CAPTION "UDDI Services"
  75. FONT 8, "MS Shell Dlg", 0, 0, 0x0
  76. BEGIN
  77. CONTROL "&Require SSL (Recommended)",IDC_SSL_YES,"Button",
  78. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,85,83,166,10
  79. CONTROL "&Do not require SSL",IDC_SSL_NO,"Button",
  80. BS_AUTORADIOBUTTON,85,99,112,10
  81. LTEXT "To require SSL-encryption for this site, select ""Require SSL""",
  82. IDC_STATIC,30,22,242,56
  83. END
  84. IDD_REMOTE_DB DIALOGEX 0, 0, 310, 156
  85. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
  86. CAPTION "UDDI Services"
  87. FONT 8, "MS Shell Dlg", 0, 0, 0x0
  88. BEGIN
  89. LTEXT "Select the computer that hosts the UDDI Services database components for this site, and then select the instance that hosts the UDDI Services database components.",
  90. IDC_STATIC,24,18,239,45
  91. CONTROL "Computer name:",IDC_REMOTE_MACHINE_PROMPT,"Static",
  92. SS_LEFTNOWORDWRAP | WS_GROUP,23,75,77,10
  93. LTEXT "",IDC_REMOTE_MACHINE,104,72,118,15,SS_CENTERIMAGE |
  94. WS_BORDER
  95. PUSHBUTTON "B&rowse...",IDC_BROWSE_MACHINES,228,72,60,15
  96. LTEXT "Database instance:",IDC_REMOTE_INSTANCES_PROMPT,23,96,
  97. 88,17
  98. LTEXT "",IDC_REMOTE_INSTANCE,104,92,118,15,SS_CENTERIMAGE |
  99. WS_BORDER
  100. END
  101. IDD_LOGIN DIALOGEX 0, 0, 310, 156
  102. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
  103. CAPTION "UDDI Services"
  104. FONT 8, "MS Shell Dlg", 0, 0, 0x0
  105. BEGIN
  106. CONTROL "Network &Service",IDC_RADIO_NETWORK_SERVICE,"Button",
  107. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,25,20,204,10
  108. CONTROL "&Domain account",IDC_RADIO_DOMAIN_ACCT,"Button",
  109. BS_AUTORADIOBUTTON | WS_TABSTOP,25,41,112,10
  110. LTEXT "&User name:",IDC_USER_NAME_PROMPT,40,65,50,8
  111. EDITTEXT IDC_USER_NAME,94,62,132,15,ES_AUTOHSCROLL
  112. PUSHBUTTON "B&rowse...",IDC_BROWSE_USERS,235,62,60,15
  113. LTEXT "&Password:",IDC_PASSWORD_PROMPT,40,89,50,8
  114. EDITTEXT IDC_PASSWORD,94,86,132,15,ES_PASSWORD | ES_AUTOHSCROLL
  115. END
  116. IDD_CONFIRM_PW DIALOGEX 0, 0, 233, 90
  117. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP |
  118. WS_CAPTION | WS_SYSMENU
  119. CAPTION "Confirm Password"
  120. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  121. BEGIN
  122. LTEXT "To &confirm the password, type it again.",IDC_STATIC,
  123. 10,15,215,13
  124. EDITTEXT IDC_CONFIRM_PW,10,35,210,15,ES_PASSWORD | ES_AUTOHSCROLL
  125. DEFPUSHBUTTON "OK",IDOK,63,65,50,14
  126. PUSHBUTTON "Cancel",IDCANCEL,120,65,50,14
  127. END
  128. IDD_SITE_NAME DIALOGEX 0, 0, 310, 156
  129. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
  130. CAPTION "UDDI Services"
  131. FONT 8, "MS Shell Dlg", 0, 0, 0x0
  132. BEGIN
  133. LTEXT "&Please type the name of this UDDI Services site. A site name helps users and Administrators identify this site.",
  134. IDC_STATIC,48,24,222,27
  135. EDITTEXT IDC_SITE_NAME,48,57,211,15,ES_AUTOHSCROLL
  136. END
  137. IDD_ADD_SERVICES DIALOGEX 0, 0, 310, 156
  138. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
  139. CAPTION "UDDI Services"
  140. FONT 8, "MS Shell Dlg", 0, 0, 0x0
  141. BEGIN
  142. CONTROL "&Self-register (recommended)",IDC_CHECK_ADDSVC,"Button",
  143. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,36,
  144. 54,240,37
  145. LTEXT "Select self-register to document the available interfaces within this UDDI Services site. When deploying multiple web servers for a UDDI Services site, this should only be selected for one of the web servers.",
  146. IDC_STATIC,36,17,225,32
  147. END
  148. IDD_DATAPATHS DIALOGEX 0, 0, 310, 156
  149. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
  150. CAPTION "UDDI Services"
  151. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  152. BEGIN
  153. LTEXT "Specify a location to install all database files, or click ""More"" to specify a location for each database file.",
  154. IDC_STATIC,22,17,240,16
  155. LTEXT "<PATH>",IDC_SYSPATH,86,41,192,12,SS_CENTERIMAGE |
  156. SS_PATHELLIPSIS | WS_BORDER,WS_EX_CLIENTEDGE
  157. PUSHBUTTON "...",IDC_BROWSESYSPATH,284,41,19,12
  158. RTEXT "System data file",IDC_STATIC_SYS,13,42,67,10
  159. LTEXT "<PATH>",IDC_COREPATH_1,86,55,192,12,SS_CENTERIMAGE |
  160. SS_PATHELLIPSIS | WS_BORDER,WS_EX_CLIENTEDGE
  161. PUSHBUTTON "...",IDC_BROWSECOREPATH1,284,55,19,12
  162. RTEXT "Core data file 1",IDC_STATIC_C1,13,56,67,10
  163. LTEXT "<PATH>",IDC_COREPATH_2,86,69,192,12,SS_CENTERIMAGE |
  164. SS_PATHELLIPSIS | WS_BORDER,WS_EX_CLIENTEDGE
  165. PUSHBUTTON "...",IDC_BROWSECOREPATH2,284,69,19,12
  166. RTEXT "Core data file 2",IDC_STATIC_C2,13,70,67,10
  167. LTEXT "<PATH>",IDC_JRNLPATH,86,83,192,12,SS_CENTERIMAGE |
  168. SS_PATHELLIPSIS | WS_BORDER,WS_EX_CLIENTEDGE
  169. PUSHBUTTON "...",IDC_BROWSEJRNLPATH,284,83,19,12
  170. RTEXT "Journal data file",IDC_STATIC_JRNL,13,84,67,10
  171. LTEXT "<PATH>",IDC_STAGINGPATH,86,97,192,12,SS_CENTERIMAGE |
  172. SS_PATHELLIPSIS | WS_BORDER,WS_EX_CLIENTEDGE
  173. PUSHBUTTON "...",IDC_BROWSESTAGINGPATH,284,97,19,12
  174. RTEXT "Staging data file",IDC_STATIC_STG,13,98,67,10
  175. LTEXT "<PATH>",IDC_XLOGPATH,86,111,192,12,SS_CENTERIMAGE |
  176. SS_PATHELLIPSIS | WS_BORDER,WS_EX_CLIENTEDGE
  177. PUSHBUTTON "...",IDC_BROWSEXLOGPATH,284,111,19,12,0,
  178. WS_EX_TRANSPARENT
  179. RTEXT "Transaction log file",IDC_STATIC_XLOG,13,112,67,10
  180. PUSHBUTTON "<< &Less",IDC_LESS_BTN,248,135,55,14
  181. PUSHBUTTON "&More >>",IDC_MORE_BTN,248,62,55,14
  182. END
  183. IDD_EXISTING_DBINSTANCE DIALOGEX 0, 0, 310, 157
  184. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CAPTION
  185. CAPTION "UDDI Services"
  186. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  187. BEGIN
  188. LTEXT "Setup has found a UDDI Services database on this computer and will use the following database instance for this site:",
  189. IDC_STATIC,31,18,239,24,SS_NOPREFIX
  190. CONTROL "<Unknown>",IDC_INSTANCENAME,"Static",SS_LEFTNOWORDWRAP |
  191. SS_NOPREFIX | SS_CENTERIMAGE | WS_BORDER | WS_GROUP,31,
  192. 47,239,14
  193. END
  194. IDD_CLUSTDATA DIALOGEX 0, 0, 309, 156
  195. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CAPTION
  196. CAPTION "UDDI Services"
  197. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  198. BEGIN
  199. END
  200. /////////////////////////////////////////////////////////////////////////////
  201. //
  202. // DESIGNINFO
  203. //
  204. #ifdef APSTUDIO_INVOKED
  205. GUIDELINES DESIGNINFO
  206. BEGIN
  207. IDD_DB_INSTANCE, DIALOG
  208. BEGIN
  209. LEFTMARGIN, 7
  210. RIGHTMARGIN, 303
  211. TOPMARGIN, 7
  212. BOTTOMMARGIN, 149
  213. END
  214. IDD_SSL, DIALOG
  215. BEGIN
  216. LEFTMARGIN, 7
  217. RIGHTMARGIN, 302
  218. TOPMARGIN, 7
  219. BOTTOMMARGIN, 149
  220. END
  221. IDD_REMOTE_DB, DIALOG
  222. BEGIN
  223. LEFTMARGIN, 7
  224. RIGHTMARGIN, 303
  225. TOPMARGIN, 7
  226. BOTTOMMARGIN, 149
  227. END
  228. IDD_LOGIN, DIALOG
  229. BEGIN
  230. LEFTMARGIN, 7
  231. RIGHTMARGIN, 303
  232. TOPMARGIN, 7
  233. BOTTOMMARGIN, 149
  234. END
  235. IDD_CONFIRM_PW, DIALOG
  236. BEGIN
  237. LEFTMARGIN, 7
  238. RIGHTMARGIN, 226
  239. TOPMARGIN, 7
  240. BOTTOMMARGIN, 83
  241. END
  242. IDD_SITE_NAME, DIALOG
  243. BEGIN
  244. LEFTMARGIN, 7
  245. RIGHTMARGIN, 303
  246. TOPMARGIN, 7
  247. BOTTOMMARGIN, 149
  248. END
  249. IDD_ADD_SERVICES, DIALOG
  250. BEGIN
  251. LEFTMARGIN, 7
  252. RIGHTMARGIN, 302
  253. TOPMARGIN, 7
  254. BOTTOMMARGIN, 149
  255. END
  256. IDD_DATAPATHS, DIALOG
  257. BEGIN
  258. LEFTMARGIN, 6
  259. RIGHTMARGIN, 303
  260. TOPMARGIN, 7
  261. BOTTOMMARGIN, 149
  262. END
  263. IDD_EXISTING_DBINSTANCE, DIALOG
  264. BEGIN
  265. LEFTMARGIN, 7
  266. RIGHTMARGIN, 303
  267. TOPMARGIN, 7
  268. BOTTOMMARGIN, 150
  269. END
  270. IDD_CLUSTDATA, DIALOG
  271. BEGIN
  272. LEFTMARGIN, 7
  273. RIGHTMARGIN, 302
  274. TOPMARGIN, 7
  275. BOTTOMMARGIN, 149
  276. END
  277. END
  278. #endif // APSTUDIO_INVOKED
  279. /////////////////////////////////////////////////////////////////////////////
  280. //
  281. // String Table
  282. //
  283. STRINGTABLE
  284. BEGIN
  285. IDS_TITLE "UDDI Services"
  286. END
  287. STRINGTABLE
  288. BEGIN
  289. IDS_DB_SUBTITLE "Select or create a local database instance for the UDDI Services database components."
  290. IDS_NO_INSTANCE_MSG "Select an instance name."
  291. IDS_LOGIN_ERROR "Unable to authenticate the account."
  292. IDS_MSDE_ALREADY_USED "This instance of MSDE is already installed on this computer. You must install another instance of MSDE or install Microsoft SQL Server 2000."
  293. IDS_NO_LOCAL_ACCT_ALLOWED
  294. "You must specify an existing domain account. Please check the user name and try again."
  295. IDS_IIS_ISOLATION_MODE_ERROR
  296. "UDDI Services is not compatible with IIS 5.0 isolation mode. The UDDI Services Web server components will not be installed."
  297. IDS_UDDI_DB_NOT_EXIST "The specified computer does not host UDDI Services database components. Please select a different computer or install UDDI Services database components onto that computer and try again."
  298. IDS_SELECT_REMOTE_COMPUTER "Please select a remote computer"
  299. IDS_SSL_SUBTITLE "Secure Sockets Layer (SSL) encryption provides a secure channel for communication with a UDDI Services site."
  300. IDS_REMOTE_DB_SUBTITLE "Select a remote database instance for UDDI Services."
  301. IDS_LOGIN_SUBTITLE "Select the security credentials that UDDI Services will use."
  302. IDS_PW_MISMATCH "The passwords do not match."
  303. IDS_ZERO_LEN_USER_NAME "Please enter a user name."
  304. IDS_INSTALL "Installing %s..."
  305. IDS_UNINSTALL "Uninstalling %s. %s"
  306. IDS_REMOTE_DB_NOT_FOUND "The specified computer does not host Microsoft SQL Server 2000. Please select a different computer or install Microsoft SQL Server 2000 on that computer and try again.\n\nError:"
  307. END
  308. STRINGTABLE
  309. BEGIN
  310. IDS_EXISTINGDB_SUBTITLE "Existing UDDI database instance detected."
  311. IDS_UDDI_ILLEGALCHARACTERS
  312. "The instance name cannot contain any of the following characters: ""?:*;/\\"
  313. END
  314. STRINGTABLE
  315. BEGIN
  316. IDS_WIZARD_SUMMARY_SUBTITLE "UDDI Services Setup Wizard Summary"
  317. IDS_WIZARD_SUMMARY_GENERAL "The UDDI Services Setup Wizard is complete."
  318. IDS_WIZARD_SUMMARY_DB "Wizard summary notes for the DB component go here."
  319. IDS_WIZARD_SUMMARY_WEB "Wizard summary notes for the Web component go here."
  320. IDS_WIZARD_SUMMARY_ADMIN
  321. "Wizard summary notes for the Admin component go here."
  322. IDS_INSTALL_ERROR "Errors occurred during the installation of UDDI Services.\nSee the log file for details:\n"
  323. IDS_MSDE_NAME "Microsoft SQL Server Desktop Edition (MSDE) for UDDI Services"
  324. IDS_DB_NAME "UDDI Services Database Components"
  325. IDS_WEB_NAME "UDDI Services Web Server Components"
  326. IDS_ADMIN_NAME "UDDI Services Administration Console"
  327. IDS_IIS_SERVICE_DISABLED
  328. "Setup cannot install the UDDI Services Web server components because IIS is disabled. You must enable IIS before the UDDI Services Web server components can be installed."
  329. IDS_IIS_UNKNOWN_ERROR "IIS has reported an unknown error. You must correct this problem before the UDDI Services Web server components can be installed."
  330. IDS_ZERO_LEN_PROVIDER_NAME "Specify a site name."
  331. IDS_UDDIPROV_SUBTITLE "Specify a site name."
  332. IDS_UDDIADDSVC_SUBTITLE "Register available site interfaces."
  333. IDS_FILEPATHS_SUBTITLE "Select where to install the UDDI Services database files."
  334. END
  335. STRINGTABLE
  336. BEGIN
  337. IDS_PROMPT_SELSYSDATAPATH "Select the location for the System Data file"
  338. IDS_PROMPT_SELCOREPATH_1
  339. "Select the location for the Core file 1"
  340. IDS_PROMPT_SELCOREPATH_2
  341. "Select the location for the Core file 2"
  342. IDS_PROMPT_SELJRNLPATH "Select the location for the Journal Data file"
  343. IDS_PROMPT_SELSTGPATH "Select the location for the Staging Data file"
  344. IDS_PROMPT_SELXLOGPATH "Select the location for the Transaction Log file"
  345. IDS_LABEL_SYSPATHSIMPLE "Database files"
  346. IDS_LABEL_SYSPATH_ADV "System data file"
  347. IDS_GETSID_ERROR "Unable to retrieve the SID for the account."
  348. IDS_GETREMOTEACCT_ERROR "Unable to lookup the remote account by the local account SID."
  349. IDS_SQLSPVERSION_TOO_LOW
  350. "This database instance does not meet the minimum version or Service Pack level requirements and cannot be used for installation. Please upgrade this instance or select another one."
  351. IDS_CANTOPENCLUSTER "Setup was unable to contact the Cluster Management Service on the virtual server that hosts this database instance.\nPlease correct this problem and try again."
  352. IDS_NOCLUSTERRESAVAIL "This database instance has no physical resources available. Please select a different database instance or correct the problem and try again."
  353. IDS_GENERALCLUSTERR "Error while inspecting the cluster environment."
  354. IDS_PASSIVENODE_DB "Setup has detected that this computer is a passive node of the virtual server that hosts the instance you have selected. Setup will install and register the UDDI Services tools and configuration settings. You must install the UDDI Services database components to the same instance on each node of this virtual server.\n\nDo you want to continue to install to this instance?"
  355. IDS_ACTIVENODE_DB "Setup has detected that this computer is an active node of the virtual server that hosts the instance you have selected. Setup will install and register the UDDI Services database, tools and configuration settings. You must install the UDDI Services database components to the same instance on each node of this virtual server.\n\nDo you want to continue to install to this instance?"
  356. IDS_DB_ANALYSING_MSG "Please wait"
  357. END
  358. STRINGTABLE
  359. BEGIN
  360. IDS_WRONGLOGONTYPE "Installing to a virtual server requires domain-level credentials with privileges to install applications and services on this computer. Please specify a domain-level username and password with sufficient privileges and try again."
  361. IDS_CANTCONNTOSTD "The specified target computer does not support distributed installations. Distributed support is available only with Windows Server 2003, Enterprise Edition and Windows Server 2003, Datacenter Edition. Please select a new target computer and try again."
  362. IDS_DB_EXISTS "Setup has detected existing UDDI Services database components. Setup will install and register the tools and configuration settings only - the database will not be modified.\n\nDo you want to continue to install to this database instance?"
  363. END
  364. #endif // English (U.S.) resources
  365. /////////////////////////////////////////////////////////////////////////////
  366. #ifndef APSTUDIO_INVOKED
  367. /////////////////////////////////////////////////////////////////////////////
  368. //
  369. // Generated from the TEXTINCLUDE 3 resource.
  370. //
  371. #include <ntverp.h>
  372. #define VER_FILETYPE VFT_DLL
  373. #define VER_FILESUBTYPE VFT2_UNKNOWN
  374. #define VER_FILEDESCRIPTION_STR "uddiocm Module"
  375. #define VER_INTERNALNAME_STR "UDDIOCM.DLL"
  376. #define VER_ORIGINALFILENAME_STR "UDDIOCM.DLL"
  377. #include "common.ver"
  378. /////////////////////////////////////////////////////////////////////////////
  379. #endif // not APSTUDIO_INVOKED