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.

984 lines
41 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. "1 TYPELIB ""CertWiz.tlb""\r\n"
  36. "#include ""countries.rc""\r\n"
  37. "#include ""res\\version.rc2""\0"
  38. END
  39. #endif // APSTUDIO_INVOKED
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Dialog
  43. //
  44. IDD_PAGE_WELCOME_START DIALOG DISCARDABLE 0, 0, 317, 179
  45. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  46. FONT 8, "MS Shell Dlg"
  47. BEGIN
  48. LTEXT "Welcome to the Web Server Certificate Wizard",
  49. IDC_STATIC_WZ_WELCOME,115,1,178,31
  50. LTEXT "This wizard helps you create and administer server certificates used in secure Web communications between your server and a client.",
  51. IDC_STATIC,115,41,160,25
  52. LTEXT "Status of your Web server:",IDC_STATIC,115,69,189,8
  53. LTEXT "",IDC_STATIC_WZ_BODY,115,80,163,57
  54. LTEXT "To continue, click Next.",IDC_STATIC_WZ_CLICK,115,147,
  55. 189,11
  56. END
  57. IDD_PAGE_WIZ_GET_WHAT DIALOGEX 0, 0, 317, 179
  58. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  59. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  60. BEGIN
  61. CONTROL "&Create a new certificate.",IDC_RADIO0,"Button",
  62. BS_AUTORADIOBUTTON | BS_MULTILINE | WS_GROUP |
  63. WS_TABSTOP,21,59,275,9
  64. CONTROL "&Assign an existing certificate",IDC_RADIO1,"Button",
  65. BS_AUTORADIOBUTTON | BS_MULTILINE | WS_TABSTOP,21,76,275,
  66. 9
  67. CONTROL "Imp&ort a certificate from a Key Manager backup file.",
  68. IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE |
  69. WS_TABSTOP,21,93,275,9
  70. LTEXT "There are three methods for assigning a certificate to a Web site.",
  71. IDC_STATIC_WZ_SUBTITLE,21,9,229,23
  72. LTEXT "Server Certificate",IDC_STATIC_WZ_TITLE,7,0,289,9,0,
  73. WS_EX_TRANSPARENT
  74. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  75. SS_SUNKEN,0,35,316,1
  76. LTEXT "Select the method you want to use for this web site:",
  77. IDC_STATIC,21,44,275,8
  78. END
  79. IDD_PAGE_WIZ_CHOOSE_ONLINE DIALOGEX 0, 0, 317, 179
  80. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  81. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  82. BEGIN
  83. LTEXT "Certificate requests are sent to a certification authority available on your network.",
  84. IDC_STATIC_WZ_SUBTITLE,21,9,229,22
  85. LTEXT "Choose a Certification Authority",IDC_STATIC_WZ_TITLE,7,
  86. 0,267,9,0,WS_EX_TRANSPARENT
  87. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  88. SS_SUNKEN,0,35,317,1
  89. LTEXT "Select a certification authority to process your request.",
  90. IDC_STATIC,21,44,275,9
  91. LTEXT "&Certification authorities:",IDC_STATIC,21,59,275,8
  92. COMBOBOX IDC_CA_ONLINE_LIST,21,69,275,67,CBS_DROPDOWNLIST |
  93. WS_VSCROLL | WS_TABSTOP
  94. END
  95. IDD_PAGE_WIZ_SECURITY_SETTINGS DIALOGEX 0, 0, 317, 179
  96. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  97. FONT 8, "MS Shell Dlg"
  98. BEGIN
  99. LTEXT "Your new certificate must have a name and a specific bit length.",
  100. IDC_STATIC_WZ_SUBTITLE,21,9,228,9
  101. LTEXT "Name and Security Settings",IDC_STATIC_WZ_TITLE,7,0,289,
  102. 9,0,WS_EX_TRANSPARENT
  103. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  104. SS_SUNKEN,0,35,316,1
  105. LTEXT "Type a name for the new certificate. The name should be easy for you to refer to and remember.",
  106. IDC_STATIC,21,39,274,17
  107. LTEXT "Na&me:",IDC_STATIC,21,58,274,8
  108. EDITTEXT IDC_FRIENDLY_NAME,21,68,275,14,ES_AUTOHSCROLL
  109. LTEXT "The bit length of the encryption key determines the certificate's encryption strength. The greater the bit length, the stronger the security. However, a greater bit length may decrease performance.",
  110. IDC_STATIC,21,90,274,25
  111. LTEXT "Bit lengt&h:",IDC_STATIC,21,118,66,8
  112. COMBOBOX IDC_BIT_LENGTH,89,117,68,86,CBS_DROPDOWNLIST |
  113. WS_VSCROLL | WS_TABSTOP
  114. CONTROL "&Server Gated Cryptography (SGC) certificate (for export versions only)",
  115. IDC_SGC_CERT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,
  116. 137,275,10
  117. CONTROL "Select cryptographic service provider (CSP) for this certificate",
  118. IDC_PROVIDER_SELECT,"Button",BS_AUTOCHECKBOX |
  119. WS_TABSTOP,21,153,275,10
  120. END
  121. IDD_PAGE_WIZ_ORG_INFO DIALOGEX 0, 0, 317, 179
  122. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  123. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  124. BEGIN
  125. LTEXT "Your certificate must include information about your organization that distinguishes it from other organizations.",
  126. IDC_STATIC_WZ_SUBTITLE,21,9,228,24
  127. LTEXT "Organization Information",IDC_STATIC_WZ_TITLE,7,0,238,9,
  128. 0,WS_EX_TRANSPARENT
  129. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  130. SS_SUNKEN,0,35,316,1
  131. LTEXT "Select or type your organization's name and your organizational unit. This is typically the legal name of your organization and the name of your division or department.",
  132. IDC_STATIC,21,43,275,19
  133. LTEXT "For further information, consult certification authority's Web site.",
  134. IDC_STATIC,21,67,275,8
  135. LTEXT "&Organization:",IDC_STATIC,21,82,275,8
  136. COMBOBOX IDC_NEWKEY_ORG,21,92,224,49,CBS_DROPDOWN |
  137. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  138. LTEXT "Organizational &unit:",IDC_STATIC,21,112,275,8
  139. COMBOBOX IDC_NEWKEY_ORGUNIT,21,122,224,47,CBS_DROPDOWN |
  140. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  141. END
  142. IDD_PAGE_WIZ_SITE_NAME DIALOGEX 0, 0, 317, 179
  143. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  144. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  145. BEGIN
  146. LTEXT "Your Site's Common Name",IDC_STATIC_WZ_TITLE,7,0,289,9,
  147. 0,WS_EX_TRANSPARENT
  148. LTEXT "Your Web site's common name is its fully qualified domain name.",
  149. IDC_STATIC_WZ_SUBTITLE,21,9,227,10
  150. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  151. SS_SUNKEN,0,35,316,1
  152. LTEXT "Type the common name for your site. If the server is on the Internet, use a valid DNS name. If the server is on the intranet, you may prefer to use the computer's NetBIOS name.",
  153. IDC_STATIC,21,44,275,26
  154. LTEXT "If the common name changes, you will need to obtain a new certificate.",
  155. IDC_STATIC,21,75,275,9
  156. LTEXT "&Common name:",IDC_STATIC,21,90,256,8
  157. EDITTEXT IDC_NEWKEY_COMMONNAME,21,100,256,13,ES_AUTOHSCROLL
  158. END
  159. IDD_PAGE_WIZ_GEO_INFO DIALOGEX 0, 0, 317, 179
  160. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  161. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  162. BEGIN
  163. LTEXT "Geographical Information",IDC_STATIC_WZ_TITLE,7,0,289,9,
  164. 0,WS_EX_TRANSPARENT
  165. LTEXT "The certification authority requires the following geographical information.",
  166. IDC_STATIC_WZ_SUBTITLE,21,9,228,21
  167. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  168. SS_SUNKEN,0,35,316,1
  169. LTEXT "&Country/Region:",IDC_STATIC,21,44,83,8
  170. COMBOBOX IDC_NEWKEY_COUNTRY,21,54,84,85,CBS_DROPDOWN | CBS_SORT |
  171. WS_VSCROLL | WS_TABSTOP
  172. LTEXT "&State/province:",IDC_STATIC,21,73,275,8
  173. COMBOBOX IDC_NEWKEY_STATE,22,83,274,48,CBS_DROPDOWN |
  174. CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
  175. LTEXT "City/&locality:",IDC_STATIC,21,102,275,8
  176. COMBOBOX IDC_NEWKEY_LOCALITY,21,112,275,56,CBS_DROPDOWN |
  177. CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
  178. LTEXT "State/province and City/locality must be complete, official names and may not contain abbreviations.",
  179. IDC_STATIC,21,136,275,18
  180. END
  181. IDD_PAGE_WIZ_CONTACT_INFO DIALOGEX 0, 0, 317, 179
  182. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  183. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  184. BEGIN
  185. LTEXT "Contact Information",IDC_STATIC_WZ_TITLE,7,0,289,9,0,
  186. WS_EX_TRANSPARENT
  187. LTEXT "This information will allow the certification authority to contact you in case there are any questions.",
  188. IDC_STATIC_WZ_SUBTITLE,21,9,229,23
  189. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  190. SS_SUNKEN,0,35,317,1
  191. LTEXT "Type the contact information for your site. The contact person should be the administrator requesting the certificate.",
  192. IDC_STATIC,21,44,275,17
  193. LTEXT "&Full name:",IDC_STATIC,21,67,221,8
  194. COMBOBOX IDC_CONTACT_NAME,21,77,223,39,CBS_DROPDOWN | WS_VSCROLL |
  195. WS_TABSTOP
  196. LTEXT "&E-mail address:",IDC_STATIC,21,96,222,8
  197. COMBOBOX IDC_EMAIL_ADDRESS,21,106,223,43,CBS_DROPDOWN |
  198. WS_VSCROLL | WS_TABSTOP
  199. LTEXT "&Phone number:",IDC_STATIC,21,125,222,8
  200. COMBOBOX IDC_PHONE_NUMBER,21,135,127,42,CBS_DROPDOWN | WS_VSCROLL |
  201. WS_TABSTOP
  202. LTEXT "E&xt.",IDC_STATIC,155,137,16,8
  203. COMBOBOX IDC_PHONE_EXT,176,135,50,42,CBS_DROPDOWN | WS_VSCROLL |
  204. WS_TABSTOP
  205. LTEXT "",IDC_STATUS_LINE,21,157,260,19
  206. END
  207. IDD_PAGE_WIZ_FINAL_TO_FILE DIALOGEX 0, 0, 331, 193
  208. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  209. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  210. BEGIN
  211. LTEXT "Completing the Web Server Certificate Wizard",
  212. IDC_STATIC_WZ_WELCOME,115,1,189,33,0,WS_EX_TRANSPARENT
  213. LTEXT "",IDC_STATIC_WZ_BODY,115,43,189,92
  214. CONTROL "Click here",IDC_HOTLINK_CCODES,"Button",BS_OWNERDRAW |
  215. BS_FLAT,115,139,189,11
  216. LTEXT "for a list of certification authorities who offer services for Microsoft products.",
  217. IDC_STATIC_WZ_BODY2,115,151,189,21
  218. LTEXT "To close this wizard, click Finish.",
  219. IDC_STATIC_WZ_CLICK,115,172,189,8
  220. END
  221. IDD_PAGE_WIZ_CHOOSE_CATYPE DIALOGEX 0, 0, 317, 179
  222. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  223. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  224. BEGIN
  225. LTEXT "Delayed or Immediate Request",IDC_STATIC_WZ_TITLE,7,0,
  226. 267,9,0,WS_EX_TRANSPARENT
  227. LTEXT "You can prepare a request to be sent later, or you can send one immediately.",
  228. IDC_STATIC_WZ_SUBTITLE,21,9,228,23
  229. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  230. SS_SUNKEN,0,35,317,1
  231. CONTROL "&Prepare the request now, but send it later",
  232. IDC_OFFLINE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  233. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,64,274,10
  234. CONTROL "&Send the request immediately to an online certification authority",
  235. IDC_ONLINE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  236. BS_MULTILINE | WS_TABSTOP,21,79,275,10
  237. LTEXT "Do you want to prepare a certificate request to be sent later, or do you want to send it immediately to an online certification authority?",
  238. IDC_STATIC,21,41,275,21
  239. END
  240. IDD_PAGE_WIZ_CHOOSE_FILENAME DIALOGEX 0, 0, 317, 179
  241. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  242. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  243. BEGIN
  244. LTEXT "Certificate Request File Name",IDC_STATIC_WZ_TITLE,7,0,
  245. 289,9,0,WS_EX_TRANSPARENT
  246. LTEXT "Your certificate request is saved as a text file with the file name you specify.",
  247. IDC_STATIC_WZ_SUBTITLE,21,9,227,22
  248. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  249. SS_SUNKEN,0,35,317,1
  250. LTEXT "Enter a file name for the certificate request.",
  251. IDC_STATIC,21,44,275,12
  252. LTEXT "&File name:",IDC_STATIC,21,59,220,10
  253. EDITTEXT IDC_FILE_NAME,21,69,221,14,ES_AUTOHSCROLL | WS_GROUP
  254. PUSHBUTTON "B&rowse...",IDC_BROWSE_BTN,246,69,50,14
  255. END
  256. IDD_PAGE_WIZ_REQUEST_DUMP DIALOGEX 0, 0, 317, 179
  257. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  258. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  259. BEGIN
  260. LTEXT "Request File Summary",IDC_STATIC_WZ_TITLE,7,0,275,9,0,
  261. WS_EX_TRANSPARENT
  262. LTEXT "You have chosen to generate a request file.",
  263. IDC_STATIC_WZ_SUBTITLE,21,9,228,9
  264. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  265. SS_SUNKEN,0,35,316,1
  266. LTEXT "File name:",IDC_STATIC,21,56,35,8
  267. LTEXT "Static",IDC_FILE_NAME,61,56,235,8
  268. LTEXT "Your request contains the following information:",
  269. IDC_STATIC,21,70,275,8
  270. EDITTEXT IDC_CERT_CONTENTS,21,84,275,82,ES_MULTILINE |
  271. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  272. LTEXT "To generate the following request, click Next.",
  273. IDC_STATIC,21,42,275,8
  274. END
  275. IDD_PAGE_WIZ_PENDING_WHAT_TODO DIALOGEX 0, 0, 317, 179
  276. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  277. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  278. BEGIN
  279. LTEXT "Pending Certificate Request",IDC_STATIC_WZ_TITLE,7,0,
  280. 289,9,0,WS_EX_TRANSPARENT
  281. LTEXT "A pending certificate request is a request to which the certification authority has not yet responded.",
  282. IDC_STATIC_WZ_SUBTITLE,21,9,228,24
  283. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  284. SS_SUNKEN,0,35,316,1
  285. CONTROL "&Process the pending request and install the certificate",
  286. IDC_PROCESS_PENDING,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  287. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,59,275,11
  288. CONTROL "&Delete the pending request",IDC_KILL_PENDING,"Button",
  289. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  290. 21,74,275,11
  291. LTEXT "A certificate request is pending. What would you like to do? ",
  292. IDC_STATIC,21,44,272,8
  293. END
  294. IDD_PAGE_WIZ_GETRESP_FILE DIALOGEX 0, 0, 317, 179
  295. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  296. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  297. BEGIN
  298. LTEXT "Process a Pending Request",IDC_STATIC_WZ_TITLE,7,0,162,
  299. 8
  300. LTEXT "Process a pending certificate request by retrieving the file that contains the certification authority's response.",
  301. IDC_STATIC_WZ_SUBTITLE,21,9,227,24,0,WS_EX_TRANSPARENT
  302. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  303. SS_SUNKEN,0,35,316,1
  304. LTEXT "Enter the path and file name of the file containing the certification authority's response.",
  305. IDC_STATIC,21,44,275,9
  306. LTEXT "&Path and file name:",IDC_STATIC,21,59,206,8
  307. EDITTEXT IDC_FILE_NAME,21,69,223,14,ES_AUTOHSCROLL
  308. DEFPUSHBUTTON "B&rowse...",IDC_BROWSE_BTN,248,69,50,14
  309. LTEXT "",IDC_ERROR_MSG,21,94,220,70
  310. END
  311. IDD_PAGE_WIZ_INSTALL_RESP DIALOGEX 0, 0, 317, 179
  312. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  313. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  314. BEGIN
  315. LTEXT "Certificate Summary",IDC_STATIC_WZ_TITLE,7,0,275,9
  316. LTEXT "You have chosen to install a certificate from a response file.",
  317. IDC_STATIC_WZ_SUBTITLE,21,9,228,9
  318. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  319. SS_SUNKEN,0,35,317,1
  320. LTEXT "File name:",IDC_STATIC,21,59,45,8
  321. LTEXT "Static",IDC_FILE_NAME,94,59,202,8
  322. LTEXT "Certificate details:",IDC_STATIC,21,74,275,8
  323. EDITTEXT IDC_CERT_CONTENTS,21,84,275,82,ES_MULTILINE |
  324. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  325. LTEXT "To install the following certificate, click Next.",
  326. IDC_STATIC,21,44,275,8
  327. END
  328. IDD_PAGE_WIZ_MANAGE_CERT DIALOGEX 0, 0, 317, 179
  329. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  330. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  331. BEGIN
  332. LTEXT "Modify the Current Certificate Assignment",
  333. IDC_STATIC_WZ_TITLE,7,0,289,9,0,WS_EX_TRANSPARENT
  334. LTEXT "A certificate is currently installed on this Web site.",
  335. IDC_STATIC_WZ_SUBTITLE,21,9,228,9
  336. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  337. SS_SUNKEN,0,35,316,1
  338. CONTROL "Rene&w the current certificate",IDC_RENEW_CERT,"Button",
  339. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  340. WS_TABSTOP,21,59,275,10
  341. CONTROL "&Remove the current certificate ",IDC_REMOVE_CERT,
  342. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
  343. WS_TABSTOP,21,74,275,11
  344. CONTROL "Repl&ace the current certificate",IDC_REPLACE_CERT,
  345. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
  346. WS_TABSTOP,21,89,275,10
  347. LTEXT "What do you want to do with the currently installed certificate?",
  348. IDC_STATIC,21,44,196,8
  349. END
  350. IDD_PAGE_WIZ_FINAL_INSTALL DIALOGEX 0, 0, 317, 179
  351. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  352. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  353. BEGIN
  354. LTEXT "Completing the Web Server Certificate Wizard",
  355. IDC_STATIC_WZ_WELCOME,115,0,181,33,0,WS_EX_TRANSPARENT
  356. LTEXT "",IDC_STATIC_WZ_BODY,115,53,189,73
  357. LTEXT "To close this wizard, click Finish.",
  358. IDC_STATIC_WZ_CLICK,115,128,189,8
  359. END
  360. IDD_PAGE_WIZ_REMOVE_CERT DIALOGEX 0, 0, 317, 179
  361. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  362. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  363. BEGIN
  364. LTEXT "Remove a Certificate",IDC_STATIC_WZ_TITLE,7,0,289,9,0,
  365. WS_EX_TRANSPARENT
  366. LTEXT "This certificate can be stored and reused later for this or another server.",
  367. IDC_STATIC_WZ_SUBTITLE,21,9,227,11
  368. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  369. SS_SUNKEN,0,35,316,1
  370. LTEXT "Certificate details:",IDC_STATIC,21,59,275,8
  371. EDITTEXT IDC_CERT_CONTENTS,21,71,272,95,ES_MULTILINE |
  372. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  373. LTEXT "To remove this certificate from your server and store it for later use, click Next.",
  374. IDC_STATIC,21,44,275,8
  375. END
  376. IDD_PAGE_WIZ_FINAL_REMOVE DIALOGEX 0, 0, 317, 179
  377. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  378. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  379. BEGIN
  380. LTEXT "Completing the Web Server Certificate Wizard",
  381. IDC_STATIC_WZ_WELCOME,115,0,181,33,0,WS_EX_TRANSPARENT
  382. LTEXT "",IDC_STATIC_WZ_BODY,115,53,189,73
  383. LTEXT "To close this wizard, click Finish.",
  384. IDC_STATIC_WZ_CLICK,115,128,189,8
  385. END
  386. IDD_PAGE_WIZ_ONLINE_DUMP DIALOGEX 0, 0, 317, 179
  387. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  388. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  389. BEGIN
  390. LTEXT "Certificate Request Submission",IDC_STATIC_WZ_TITLE,7,0,
  391. 275,9
  392. LTEXT "You have chosen to submit the following certificate request.",
  393. IDC_STATIC_WZ_SUBTITLE,21,9,228,9
  394. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  395. SS_SUNKEN,0,35,316,1
  396. LTEXT "Certification Authority:",IDC_STATIC,21,59,72,8
  397. LTEXT "Static",IDC_CA_NAME,112,59,184,8
  398. LTEXT "Request parameters:",IDC_STATIC,21,74,275,8
  399. EDITTEXT IDC_CERT_CONTENTS,21,84,275,82,ES_MULTILINE |
  400. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  401. LTEXT "To submit this request, click Next.",IDC_STATIC,21,44,
  402. 275,8
  403. END
  404. IDD_PAGE_WIZ_CHOOSE_CERT DIALOGEX 0, 0, 317, 179
  405. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  406. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  407. BEGIN
  408. LTEXT "Available Certificates",IDC_STATIC_WZ_TITLE,7,0,289,8,0,
  409. WS_EX_TRANSPARENT
  410. LTEXT "The certificates you can use for your Web server are listed below.",
  411. IDC_STATIC_WZ_SUBTITLE,21,9,228,25
  412. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  413. SS_SUNKEN,0,35,317,1
  414. LTEXT "Select a certificate:",IDC_STATIC,21,44,275,9
  415. CONTROL "List1",IDC_CERT_LIST,"SysListView32",LVS_REPORT |
  416. LVS_SINGLESEL | WS_BORDER | WS_TABSTOP,21,54,275,106
  417. END
  418. IDD_PAGE_WIZ_REPLACE_CERT DIALOGEX 0, 0, 317, 179
  419. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  420. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  421. BEGIN
  422. LTEXT "Replace Certificate",IDC_STATIC_WZ_TITLE,7,0,289,9,0,
  423. WS_EX_TRANSPARENT
  424. LTEXT "The current certificate will be replaced by the certificate described below.",
  425. IDC_STATIC_WZ_SUBTITLE,21,9,228,21
  426. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  427. SS_SUNKEN,0,35,316,1
  428. LTEXT "Replacement certificate details:",IDC_STATIC,21,58,275,
  429. 8
  430. EDITTEXT IDC_CERT_CONTENTS,21,69,275,97,ES_MULTILINE |
  431. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  432. LTEXT "To replace the current certificate with this one, click Next.",
  433. IDC_STATIC,21,44,275,8
  434. END
  435. IDD_PAGE_WIZ_INSTALL_CERT DIALOGEX 0, 0, 317, 179
  436. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  437. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  438. BEGIN
  439. LTEXT "Certificate Summary",IDC_STATIC_WZ_TITLE,7,0,275,9
  440. LTEXT "You have chosen to install an existing certificate.",
  441. IDC_STATIC_WZ_SUBTITLE,21,9,228,9,0,WS_EX_TRANSPARENT
  442. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  443. SS_SUNKEN,0,35,316,1
  444. LTEXT "Certificate details:",IDC_STATIC,21,67,275,8
  445. EDITTEXT IDC_CERT_CONTENTS,21,77,275,89,ES_MULTILINE |
  446. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  447. LTEXT "The following certificate is available for installation on your Web server. To install this certificate, click Next.",
  448. IDC_STATIC,21,44,275,17
  449. END
  450. IDD_PAGE_WIZ_CANCEL_REQUEST DIALOGEX 0, 0, 317, 179
  451. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  452. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  453. BEGIN
  454. LTEXT "Delete a Pending Request",IDC_STATIC_WZ_TITLE,7,0,289,9,
  455. 0,WS_EX_TRANSPARENT
  456. LTEXT "You have chosen to delete a pending certificate request.",
  457. IDC_STATIC_WZ_SUBTITLE,21,9,228,24
  458. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  459. SS_SUNKEN,0,35,316,1
  460. LTEXT "The wizard removes any data from the pending certificate request, and you will not be able to process any future responses regarding this request.",
  461. IDC_STATIC,21,40,275,19
  462. EDITTEXT IDC_CERT_CONTENTS,21,106,275,59,ES_MULTILINE |
  463. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  464. LTEXT "To delete the request, click Next.",IDC_STATIC,21,87,
  465. 275,8
  466. LTEXT "You may want to notify the certification authority that this request has been canceled.",
  467. IDC_STATIC,21,60,275,8
  468. END
  469. IDD_PAGE_WIZ_FINAL_CANCEL DIALOGEX 0, 0, 317, 179
  470. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  471. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  472. BEGIN
  473. LTEXT "Completing the Web Server Certificate Wizard",
  474. IDC_STATIC_WZ_WELCOME,115,0,189,33,0,WS_EX_TRANSPARENT
  475. LTEXT "",IDC_STATIC_WZ_BODY,115,53,189,73
  476. LTEXT "To close this wizard, click Finish.",
  477. IDC_STATIC_WZ_CLICK,115,128,189,8
  478. END
  479. IDD_PAGE_WIZ_GETKEY_FILE DIALOGEX 0, 0, 317, 179
  480. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  481. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  482. BEGIN
  483. LTEXT "Import Certificate",IDC_STATIC_WZ_TITLE,7,0,54,8
  484. LTEXT "You can import a certificate from a Key Manager backup file.",
  485. IDC_STATIC_WZ_SUBTITLE,21,9,222,22,0,WS_EX_TRANSPARENT
  486. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  487. SS_SUNKEN,0,35,317,1
  488. LTEXT "Enter the path and file name of the file containing the Key Manager certificate backup.",
  489. IDC_STATIC,21,44,275,10
  490. LTEXT "&Path and file name:",IDC_STATIC,21,59,219,8
  491. EDITTEXT IDC_FILE_NAME,21,69,221,14,ES_AUTOHSCROLL
  492. DEFPUSHBUTTON "B&rowse...",IDC_BROWSE_BTN,246,69,50,14
  493. END
  494. IDD_PAGE_WIZ_GET_PASSWORD DIALOGEX 0, 0, 317, 179
  495. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  496. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  497. BEGIN
  498. LTEXT "Key Manager Certificate Password ",IDC_STATIC_WZ_TITLE,
  499. 7,0,289,9,0,WS_EX_TRANSPARENT
  500. LTEXT "To import a Key Manager certificate, you must supply a password.",
  501. IDC_STATIC_WZ_SUBTITLE,21,9,227,22
  502. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  503. SS_SUNKEN,0,35,316,1
  504. LTEXT "&Password:",IDC_STATIC,21,59,218,8
  505. EDITTEXT IDC_KEYPASSWORD,21,69,217,13,ES_PASSWORD |
  506. ES_AUTOHSCROLL
  507. LTEXT "",IDC_ERROR_TEXT,21,83,217,34
  508. LTEXT "Type the password for the Key Manager certificate you want to import.",
  509. IDC_STATIC,21,44,275,8
  510. END
  511. IDD_PAGE_WIZ_INSTALL_KEYCERT DIALOGEX 0, 0, 317, 179
  512. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  513. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  514. BEGIN
  515. LTEXT "Imported Certificate Summary",IDC_STATIC_WZ_TITLE,7,0,
  516. 289,9,0,WS_EX_TRANSPARENT
  517. LTEXT "You have chosen to install the following certificate.",
  518. IDC_STATIC_WZ_SUBTITLE,21,9,229,9
  519. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  520. SS_SUNKEN,0,35,316,1
  521. LTEXT "File name:",IDC_STATIC,21,59,45,8
  522. LTEXT "Static",IDC_FILE_NAME,94,59,202,8
  523. LTEXT "Certificate details:",IDC_STATIC,21,74,169,8
  524. EDITTEXT IDC_CERT_CONTENTS,21,84,275,82,ES_MULTILINE |
  525. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  526. LTEXT "To install the following imported certificate, click Next.",
  527. IDC_STATIC,21,44,275,8
  528. END
  529. IDD_PAGE_WIZ_FINAL_REPLACE DIALOGEX 0, 0, 317, 179
  530. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  531. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  532. BEGIN
  533. LTEXT "Completing the Web Server Certificate Wizard",
  534. IDC_STATIC_WZ_WELCOME,115,0,189,33,0,WS_EX_TRANSPARENT
  535. LTEXT "",IDC_STATIC_WZ_BODY,115,53,189,73
  536. LTEXT "To close this wizard, click Finish.",
  537. IDC_STATIC_WZ_CLICK,115,132,189,8
  538. END
  539. IDD_PAGE_WIZ_CHOOSE_CSP DIALOGEX 0, 0, 317, 179
  540. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  541. FONT 8, "MS Shell Dlg"
  542. BEGIN
  543. LTEXT "Available Providers",IDC_STATIC_WZ_TITLE,7,0,289,8,0,
  544. WS_EX_TRANSPARENT
  545. LTEXT "The cryptographic providers you can use for your certificate are listed below.",
  546. IDC_STATIC_WZ_SUBTITLE,21,9,228,25
  547. CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
  548. SS_SUNKEN,0,35,317,1
  549. LTEXT "&Select a provider",IDC_STATIC,21,44,275,9
  550. LISTBOX IDC_CSP_LIST,21,58,275,104,LBS_SORT |
  551. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  552. END
  553. /////////////////////////////////////////////////////////////////////////////
  554. //
  555. // DESIGNINFO
  556. //
  557. #ifdef APSTUDIO_INVOKED
  558. GUIDELINES DESIGNINFO DISCARDABLE
  559. BEGIN
  560. IDD_PAGE_WELCOME_START, DIALOG
  561. BEGIN
  562. RIGHTMARGIN, 304
  563. VERTGUIDE, 115
  564. BOTTOMMARGIN, 166
  565. HORZGUIDE, 52
  566. HORZGUIDE, 137
  567. END
  568. IDD_PAGE_WIZ_GET_WHAT, DIALOG
  569. BEGIN
  570. VERTGUIDE, 21
  571. VERTGUIDE, 296
  572. BOTTOMMARGIN, 178
  573. END
  574. IDD_PAGE_WIZ_CHOOSE_ONLINE, DIALOG
  575. BEGIN
  576. VERTGUIDE, 7
  577. VERTGUIDE, 21
  578. VERTGUIDE, 296
  579. HORZGUIDE, 37
  580. END
  581. IDD_PAGE_WIZ_SECURITY_SETTINGS, DIALOG
  582. BEGIN
  583. VERTGUIDE, 7
  584. VERTGUIDE, 21
  585. VERTGUIDE, 296
  586. BOTTOMMARGIN, 166
  587. HORZGUIDE, 117
  588. END
  589. IDD_PAGE_WIZ_ORG_INFO, DIALOG
  590. BEGIN
  591. VERTGUIDE, 7
  592. VERTGUIDE, 21
  593. VERTGUIDE, 296
  594. BOTTOMMARGIN, 178
  595. END
  596. IDD_PAGE_WIZ_SITE_NAME, DIALOG
  597. BEGIN
  598. VERTGUIDE, 7
  599. VERTGUIDE, 21
  600. VERTGUIDE, 296
  601. BOTTOMMARGIN, 178
  602. END
  603. IDD_PAGE_WIZ_GEO_INFO, DIALOG
  604. BEGIN
  605. RIGHTMARGIN, 316
  606. VERTGUIDE, 21
  607. VERTGUIDE, 296
  608. BOTTOMMARGIN, 178
  609. END
  610. IDD_PAGE_WIZ_CONTACT_INFO, DIALOG
  611. BEGIN
  612. VERTGUIDE, 7
  613. VERTGUIDE, 21
  614. VERTGUIDE, 296
  615. END
  616. IDD_PAGE_WIZ_FINAL_TO_FILE, DIALOG
  617. BEGIN
  618. VERTGUIDE, 115
  619. VERTGUIDE, 304
  620. BOTTOMMARGIN, 172
  621. HORZGUIDE, 57
  622. END
  623. IDD_PAGE_WIZ_CHOOSE_CATYPE, DIALOG
  624. BEGIN
  625. VERTGUIDE, 7
  626. VERTGUIDE, 21
  627. VERTGUIDE, 33
  628. VERTGUIDE, 296
  629. BOTTOMMARGIN, 177
  630. HORZGUIDE, 112
  631. END
  632. IDD_PAGE_WIZ_CHOOSE_FILENAME, DIALOG
  633. BEGIN
  634. VERTGUIDE, 7
  635. VERTGUIDE, 21
  636. VERTGUIDE, 296
  637. HORZGUIDE, 37
  638. HORZGUIDE, 69
  639. END
  640. IDD_PAGE_WIZ_REQUEST_DUMP, DIALOG
  641. BEGIN
  642. VERTGUIDE, 7
  643. VERTGUIDE, 21
  644. VERTGUIDE, 296
  645. BOTTOMMARGIN, 166
  646. END
  647. IDD_PAGE_WIZ_PENDING_WHAT_TODO, DIALOG
  648. BEGIN
  649. VERTGUIDE, 7
  650. VERTGUIDE, 21
  651. VERTGUIDE, 33
  652. VERTGUIDE, 296
  653. BOTTOMMARGIN, 178
  654. END
  655. IDD_PAGE_WIZ_GETRESP_FILE, DIALOG
  656. BEGIN
  657. VERTGUIDE, 7
  658. VERTGUIDE, 21
  659. VERTGUIDE, 296
  660. HORZGUIDE, 83
  661. END
  662. IDD_PAGE_WIZ_INSTALL_RESP, DIALOG
  663. BEGIN
  664. VERTGUIDE, 7
  665. VERTGUIDE, 21
  666. VERTGUIDE, 296
  667. BOTTOMMARGIN, 166
  668. END
  669. IDD_PAGE_WIZ_MANAGE_CERT, DIALOG
  670. BEGIN
  671. VERTGUIDE, 7
  672. VERTGUIDE, 21
  673. VERTGUIDE, 296
  674. END
  675. IDD_PAGE_WIZ_FINAL_INSTALL, DIALOG
  676. BEGIN
  677. VERTGUIDE, 115
  678. VERTGUIDE, 296
  679. BOTTOMMARGIN, 166
  680. END
  681. IDD_PAGE_WIZ_REMOVE_CERT, DIALOG
  682. BEGIN
  683. VERTGUIDE, 7
  684. VERTGUIDE, 21
  685. VERTGUIDE, 296
  686. BOTTOMMARGIN, 166
  687. END
  688. IDD_PAGE_WIZ_FINAL_REMOVE, DIALOG
  689. BEGIN
  690. VERTGUIDE, 115
  691. VERTGUIDE, 296
  692. BOTTOMMARGIN, 166
  693. END
  694. IDD_PAGE_WIZ_ONLINE_DUMP, DIALOG
  695. BEGIN
  696. VERTGUIDE, 7
  697. VERTGUIDE, 21
  698. VERTGUIDE, 296
  699. BOTTOMMARGIN, 166
  700. END
  701. IDD_PAGE_WIZ_CHOOSE_CERT, DIALOG
  702. BEGIN
  703. VERTGUIDE, 7
  704. VERTGUIDE, 21
  705. VERTGUIDE, 296
  706. BOTTOMMARGIN, 172
  707. END
  708. IDD_PAGE_WIZ_REPLACE_CERT, DIALOG
  709. BEGIN
  710. VERTGUIDE, 7
  711. VERTGUIDE, 21
  712. VERTGUIDE, 296
  713. BOTTOMMARGIN, 166
  714. HORZGUIDE, 36
  715. END
  716. IDD_PAGE_WIZ_INSTALL_CERT, DIALOG
  717. BEGIN
  718. RIGHTMARGIN, 316
  719. VERTGUIDE, 7
  720. VERTGUIDE, 21
  721. VERTGUIDE, 296
  722. BOTTOMMARGIN, 166
  723. END
  724. IDD_PAGE_WIZ_CANCEL_REQUEST, DIALOG
  725. BEGIN
  726. RIGHTMARGIN, 316
  727. VERTGUIDE, 7
  728. VERTGUIDE, 21
  729. VERTGUIDE, 296
  730. BOTTOMMARGIN, 174
  731. END
  732. IDD_PAGE_WIZ_FINAL_CANCEL, DIALOG
  733. BEGIN
  734. VERTGUIDE, 115
  735. VERTGUIDE, 304
  736. VERTGUIDE, 316
  737. END
  738. IDD_PAGE_WIZ_GETKEY_FILE, DIALOG
  739. BEGIN
  740. VERTGUIDE, 7
  741. VERTGUIDE, 21
  742. VERTGUIDE, 296
  743. END
  744. IDD_PAGE_WIZ_GET_PASSWORD, DIALOG
  745. BEGIN
  746. VERTGUIDE, 21
  747. VERTGUIDE, 296
  748. BOTTOMMARGIN, 178
  749. HORZGUIDE, 37
  750. END
  751. IDD_PAGE_WIZ_INSTALL_KEYCERT, DIALOG
  752. BEGIN
  753. VERTGUIDE, 21
  754. VERTGUIDE, 296
  755. BOTTOMMARGIN, 166
  756. END
  757. IDD_PAGE_WIZ_FINAL_REPLACE, DIALOG
  758. BEGIN
  759. VERTGUIDE, 115
  760. VERTGUIDE, 304
  761. BOTTOMMARGIN, 166
  762. END
  763. IDD_PAGE_WIZ_CHOOSE_CSP, DIALOG
  764. BEGIN
  765. VERTGUIDE, 7
  766. VERTGUIDE, 21
  767. VERTGUIDE, 296
  768. BOTTOMMARGIN, 172
  769. END
  770. END
  771. #endif // APSTUDIO_INVOKED
  772. /////////////////////////////////////////////////////////////////////////////
  773. //
  774. // Bitmap
  775. //
  776. IDB_WIZ_LEFT BITMAP DISCARDABLE "res\\WelcomeLeft_4Bit.bmp"
  777. IDB_WIZ_TOP BITMAP DISCARDABLE "res\\wiz_top.bmp"
  778. /////////////////////////////////////////////////////////////////////////////
  779. //
  780. // Cursor
  781. //
  782. IDC_BROWSE_CUR CURSOR DISCARDABLE "res\\browse.cur"
  783. /////////////////////////////////////////////////////////////////////////////
  784. //
  785. // String Table
  786. //
  787. STRINGTABLE DISCARDABLE
  788. BEGIN
  789. IDS_CERTWIZ "IIS Certificate Wizard"
  790. IDS_CERTWIZ_PPG "Certificate Wizard Property Page"
  791. END
  792. STRINGTABLE DISCARDABLE
  793. BEGIN
  794. IDS_CERTWIZ_PPG_CAPTION "General"
  795. IDS_WELCOME_PAGE_CAPTION "Welcome to the Web Server Certificate Wizard."
  796. IDS_CHOOSE_CA_PAGE_CAPTION "Choose a Request Method"
  797. IDS_REPLACE_FILE "%1 already exists.\nDo you want to replace it?"
  798. IDS_PENDING_REQUEST "You have a pending certificate request. Certificate Wizard will help you to process the response from a Certification Authority or to remove this pending request."
  799. IDS_NEW_CERT "Your Web Server doesn't have a certificate installed and you don't have any pending requests. Certificate Wizard will help you to create a new certificate for this Web Server or attach to an existing certificate."
  800. IDS_REQ_FILE_EXT ".txt"
  801. IDS_RESP_FILE_EXT ".cer"
  802. END
  803. STRINGTABLE DISCARDABLE
  804. BEGIN
  805. IDS_REQ_FILE_FILTER "Text Files (*.txt)!*.txt!All files (*.*)!*.*!!"
  806. IDS_RESP_FILE_FILTER "Certificate file (*.cer)!*.cer!All files (*.*)!*.*!!"
  807. IDS_INSTALLED_CERT "You have a certificate installed for the selected server. Certificate Wizard will help you to manage this certificate."
  808. IDS_CERT_INSTALLATION_FAILURE
  809. "Failed to install certificate. Error code is %h."
  810. IDS_METABASE_OPEN_FAILURE "Failed to open MetaBase. Error code is %h."
  811. IDS_INSTALL_CERT_SUCCESS_HEADER "Certificate Successfully Installed"
  812. IDS_INSTALL_CERT_FAILURE_HEADER "Failed to Install the Certificate"
  813. IDS_REMOVE_CERT_FAILED "Failed to uninstall the certificate. Error code %h"
  814. IDS_INTERNAL_ERROR "Internal error"
  815. IDS_RESPONSE_CERT_KEY_MISMATCH
  816. "Public keys mismatch in request and response"
  817. IDS_ISSUED_TO "Issued To"
  818. END
  819. STRINGTABLE DISCARDABLE
  820. BEGIN
  821. IDS_ISSUED_BY "Issued By"
  822. IDS_EXPIRATION_DATE "Expiration Date"
  823. IDS_PURPOSE "Intended Purpose"
  824. IDS_FRIENDLY_NAME "Friendly Name"
  825. IDS_FRIENDLYNAME_NONE "<None>"
  826. IDS_REMOVE_CERT_SUCCESS_HEADER "Certificate Successfully Unistalled"
  827. IDS_REMOVE_CERT_FAILURE_HEADER "Failed to Uninstall Certificate"
  828. IDS_RESP_FILE_DEFAULT "c:\\newcert.cer"
  829. IDS_REQ_FILE_DEFAULT "c:\\certreq.txt"
  830. IDS_CANCEL_CERT_SUCCESS_HEADER
  831. "Certificate request was successfully canceled"
  832. IDS_CANCEL_CERT_FAILURE_HEADER "Failed to cancel certificate request"
  833. IDS_ASK_CREATE_DIR "Directory %1 does not exist.\nDo you want to create it?"
  834. IDS_FINAL_TO_FILE_SUCCESS_HEADER
  835. "Certificate Request Successfully Generated"
  836. IDS_FINAL_TO_FILE_FAILURE_HEADER
  837. "Failed to Generate the Certificate Request"
  838. IDS_CERTKEY_MISMATCH_ERROR1
  839. "The public key in this certificate mismatches the key in the request. This certificate was issued for the server with instance name:\n\t%1\nPlease select matching response file or restart the Wizard for the matching server and then install the certificate from this file."
  840. IDS_CERTKEY_MISMATCH_ERROR2
  841. "The pending certificate request for this response file was not found. This request may be canceled. You cannot install selected response certificate using this Wizard."
  842. END
  843. STRINGTABLE DISCARDABLE
  844. BEGIN
  845. IDS_WEB_SITE_N "[Web Site #%1]"
  846. IDS_KEY_FILE_EXT ".key"
  847. IDS_KEY_FILE_FILTER "Key Ring backup files (*.key)!*.key!All Files (*.*)!*.*!!"
  848. IDS_KEY_FILE_DEFAULT "c:\\keyring.key"
  849. IDS_FAILED_IMPORT_KEY_FILE
  850. "Cannot import Key Ring backup file.\nEither you entered wrong password for this file or certificate is expired."
  851. IDS_COUNTRY "Country / Region"
  852. IDS_STATE "State / Province"
  853. IDS_LOCALITY "City"
  854. IDS_ORGANIZATION "Organization"
  855. IDS_ORGANIZATION_UNIT "Organizational Unit"
  856. IDS_ANY "Any"
  857. IDS_CERTKEY_ALREADY_INSTALLED
  858. "Selected certificate was already installed to another server.\nPlease, choose another response file."
  859. IDS_CERTKEY_ALREADY_INSTALLED_WHERE
  860. "Selected certificate was already installed to server\n\n%1\n\nPlease, choose another response file."
  861. IDS_FINAL_TO_FILE_BODY_SUCCESS
  862. "Your request was saved to the file:\r\n\r\n%s\r\n\r\nTo complete the certificate request process, send or e-mail this file to your Certification Authority. Your CA should send you a response file that contains your new certificate.\r\nWhen you receive your CA response, restart this wizard to attach it to your site."
  863. IDS_CONTACT_NAME "Web Master"
  864. IDS_CONTACT_ADDRESS "E_Mail"
  865. END
  866. STRINGTABLE DISCARDABLE
  867. BEGIN
  868. IDS_CONTACT_PHONE "Contact phone"
  869. IDS_FILE_DOES_NOT_EXIST "File %1 does not exist"
  870. IDS_FILE_IS_DIRECTORY "%1 is directory name and cannot be opened"
  871. IDS_CERT_REPLACE_SUCCESS
  872. "You have successfully completed the Web Server Certificate wizard.\n\nThe previous certificate has been stored for future use, and a new certificate has been installed.\n\nIf you need to renew, replace, or delete this new certificate in the future, you can use the wizard again."
  873. IDS_CERT_INSTALLED_SUCCESS
  874. "You have successfully completed the Web Server Certificate wizard.\n\nA certificate is now installed on this server.\n\nIf you need to renew, replace, or delete the certificate in the future, you can use the wizard again."
  875. IDS_CERT_CANCEL_SUCCESS "You have successfully completed the Web Server Certificate wizard.\n\nThe certificate request was canceled.\n\nTo install a certificate on this server, start the Web Server Certificate wizard again. You can then create a new certificate or reuse a stored certificate."
  876. IDS_CERT_REMOVE_SUCCESS "You have successfully completed the Web Server Certificate wizard.\n\nThe certificate was uninstalled\n\nTo attach a certificate on this server, start the Web Server Certificate wizard again. You can then create a new certificate or reuse a stored certificate."
  877. IDS_CERT_REQUEST_SUCCESS
  878. "You have successfully completed the Web Server Certificate wizard. A certificate request was created and saved to the file:\n\n%s\n\nSend or e-mail this file to your certification authority, who will send you a response file containing your new certificate.\nRestart this wizard to attach the new certificate to your server."
  879. IDS_MICROSOFT_CA_LINK "http://www.microsoft.com/security/ca/ca.htm"
  880. IDS_ALL "<All>"
  881. IDS_WRONG_PHONE_NUMBER "Valid phone number could contain only digits and +-/ (). Valid extension could contain only digits."
  882. END
  883. #endif // English (U.S.) resources
  884. /////////////////////////////////////////////////////////////////////////////
  885. #ifndef APSTUDIO_INVOKED
  886. /////////////////////////////////////////////////////////////////////////////
  887. //
  888. // Generated from the TEXTINCLUDE 3 resource.
  889. //
  890. 1 TYPELIB "CertWiz.tlb"
  891. #include "countries.rc"
  892. #include "res\version.rc2"
  893. /////////////////////////////////////////////////////////////////////////////
  894. #endif // not APSTUDIO_INVOKED