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.

1408 lines
85 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: wizards.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Dialog for the enrollment wizard
  16. //
  17. IDD_WELCOME DIALOGEX 0, 0, 317, 179
  18. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  19. CAPTION "Certificate Request Wizard"
  20. FONT 8, "MS Shell Dlg"
  21. BEGIN
  22. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  23. LTEXT "Welcome to the Certificate Request Wizard",IDC_WIZARD_STATIC_BIG_BOLD1,
  24. 115,1,189,29
  25. LTEXT "This wizard helps you request a new certificate from a certification authority (CA) in your domain.",
  26. IDC_WIZARD_STATIC,115,37,189,17
  27. // LTEXT "What is a certificate?",IDC_WIZARD_STATIC_BOLD1,115,60,189,10
  28. // LTEXT "What is a private key?",IDC_WIZARD_STATIC_BOLD2,115,114,189,10
  29. LTEXT "A certificate, which is issued by a certification authority, is a confirmation of your identity and contains information used to protect data or to establish secure network connections.",
  30. IDC_WIZARD_STATIC,115,60,179,36
  31. LTEXT "A private key is the secret half of a public and private key pair associated with a certificate. It is used to digitally sign or decrypt data encrypted with the corresponding public key.",
  32. IDC_WIZARD_STATIC,115,101,179,36
  33. LTEXT "To continue, click Next.",IDC_WIZARD_STATIC,115,142,179,8
  34. CONTROL IDB_WIZARD_CERT_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  35. END
  36. IDD_COMPLETION DIALOGEX 0, 0, 317, 179
  37. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  38. CAPTION "Certificate Request Wizard"
  39. FONT 8, "MS Shell Dlg"
  40. BEGIN
  41. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  42. LTEXT "Completing the Certificate Request Wizard",
  43. IDC_WIZARD_STATIC_BIG_BOLD1,115,1,190,29
  44. LTEXT "You have successfully completed the Certificate Request wizard.",
  45. IDC_WIZARD_STATIC,115,37,175,19
  46. LTEXT "You have specified the following settings:",
  47. IDC_WIZARD_STATIC,115,60,185,8
  48. CONTROL "Summary",IDC_WIZARD_LIST1,"SysListView32", LVS_REPORT |
  49. LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,
  50. 115,70,181,102,WS_EX_TRANSPARENT
  51. CONTROL IDB_WIZARD_CERT_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  52. END
  53. IDD_PURPOSE DIALOGEX 0, 0, 317, 179
  54. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  55. CAPTION "Certificate Request Wizard"
  56. FONT 8, "MS Shell Dlg"
  57. BEGIN
  58. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  59. LTEXT "A certificate type contains preset properties for certificates.",
  60. IDC_WIZARD_STATIC,21,11,271,8
  61. LTEXT "Certificate Types",IDC_WIZARD_STATIC_BOLD1,7,0,310,10
  62. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,
  63. 0,28,317,1
  64. LTEXT "Select a certificate type for your request. You can access only certificate types that you have permissions for and that are available from a trusted CA.",
  65. IDC_WIZARD_STATIC,21,32,274,24
  66. LTEXT "&Certificate types:",IDC_WIZARD_STATIC,21,57,208,8
  67. CONTROL "Certificate Template",IDC_WIZARD_LIST1,"SysListView32",
  68. LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS |
  69. LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | WS_BORDER |
  70. WS_TABSTOP,21,68,275,61
  71. CONTROL "A&dvanced",IDC_WIZARD_CHECK1,"Button",BS_AUTOCHECKBOX |
  72. WS_TABSTOP,21,158,221,11
  73. LTEXT "To select a cryptographic service provider and a CA, select Advanced.",
  74. IDC_WIZARD_STATIC,21,140,275,19
  75. END
  76. IDD_CSP_SERVICE_PROVIDER DIALOGEX 0, 0, 317, 179
  77. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  78. CAPTION "Certificate Request Wizard"
  79. FONT 8, "MS Shell Dlg"
  80. BEGIN
  81. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  82. LTEXT "A cryptographic service provider (CSP) generates public and private key pairs for the encryption and decryption of messages.",
  83. IDC_WIZARD_STATIC,21,11,281,17,NOT WS_GROUP
  84. LTEXT "Cryptographic Service Provider",IDC_WIZARD_STATIC_BOLD1,
  85. 7,0,310,10,NOT WS_GROUP
  86. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,
  87. 0,28,317,1
  88. LTEXT "&Cryptographic Service Providers:",IDC_WIZARD_STATIC,21,
  89. 35,281,8
  90. CONTROL "Cryptographic Service Provider",IDC_WIZARD_LIST1,
  91. "SysListView32",LVS_REPORT | LVS_SINGLESEL |
  92. LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  93. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,21,45,256,45
  94. LTEXT "&Key Length:",IDC_WIZARD_STATIC,21,98,87,8
  95. COMBOBOX IDC_WIZARD_COMBO1,21,107,88,60,CBS_DROPDOWNLIST |
  96. WS_VSCROLL | WS_TABSTOP
  97. CONTROL "&Enable strong private key protection. You will be prompted every time the private key is used by an application if you enable this option.",
  98. IDC_WIZARD_CHECK2,"Button",BS_AUTOCHECKBOX | BS_TOP |
  99. BS_MULTILINE | WS_TABSTOP,21,147,278,20
  100. CONTROL "&Mark this key as exportable. This will allow you to back up or transport your keys at a later time.",
  101. IDC_WIZARD_CHECK_EXPORTKEY,"Button",BS_AUTOCHECKBOX |
  102. BS_TOP | BS_MULTILINE | WS_TABSTOP,21,125,278,20
  103. END
  104. IDD_CERTIFICATE_AUTHORITY DIALOGEX 0, 0, 317, 179
  105. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  106. CAPTION "Certificate Request Wizard"
  107. FONT 8, "MS Shell Dlg"
  108. BEGIN
  109. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  110. LTEXT "The certificate request is sent to the CA you select.",
  111. IDC_WIZARD_STATIC,21,11,296,8,NOT WS_GROUP
  112. LTEXT "Certification Authority",
  113. IDC_WIZARD_STATIC_BOLD1,7,0,310,10,NOT WS_GROUP
  114. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  115. 317,1
  116. LTEXT "&CA:",IDC_WIZARD_STATIC,21,44,228,8
  117. EDITTEXT IDC_WIZARD_EDIT1,21,54,221,14,ES_AUTOHSCROLL|ES_READONLY
  118. PUSHBUTTON "B&rowse...",IDC_WIZARD_BUTTON1,246,54,50,14,
  119. LTEXT "C&omputer:",IDC_WIZARD_STATIC,21,75,59,8
  120. EDITTEXT IDC_WIZARD_EDIT2,21,85,221,14,ES_AUTOHSCROLL|ES_READONLY
  121. END
  122. IDD_NAME_DESCRIPTION DIALOGEX 0, 0, 317, 179
  123. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  124. CAPTION "Certificate Request Wizard"
  125. FONT 8, "MS Shell Dlg"
  126. BEGIN
  127. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  128. LTEXT "You can provide a name and description that help you quickly identify a specific certificate.",
  129. IDC_WIZARD_STATIC,21,11,275,18,NOT WS_GROUP
  130. LTEXT "Certificate Friendly Name and Description",
  131. IDC_WIZARD_STATIC_BOLD1,7,0,289,10,NOT WS_GROUP
  132. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  133. 317,1
  134. LTEXT "Type a friendly name and description for the new certificate.",
  135. IDC_WIZARD_STATIC,21,44,275,8
  136. LTEXT "&Friendly name: ",IDC_WIZARD_STATIC,21,57,66,8
  137. EDITTEXT IDC_WIZARD_EDIT1,21,67,130,14,ES_AUTOHSCROLL
  138. LTEXT "&Description:",IDC_WIZARD_STATIC,21,86,66,8
  139. EDITTEXT IDC_WIZARD_EDIT2,21,96,202,40,ES_MULTILINE | ES_AUTOVSCROLL
  140. END
  141. IDD_SENDING DIALOGEX 0, 0, 200, 70
  142. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | DS_SHELLFONT
  143. CAPTION "Certificate Request"
  144. FONT 8, "MS Shell Dlg2"
  145. BEGIN
  146. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  147. PUSHBUTTON "Hide",IDC_WIZARD_BUTTON1,143,49,50,14
  148. LTEXT "Sending certificate request to the certification authority...",
  149. IDC_WIZARD_STATIC,7,7,186,8
  150. END
  151. IDD_SUCCESSFULL DIALOGEX 150, 150, 203, 49
  152. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | DS_SHELLFONT
  153. CAPTION "Certificate Request Wizard"
  154. FONT 8, "MS Shell Dlg"
  155. BEGIN
  156. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  157. PUSHBUTTON "&View Certificate...",IDC_WIZARD_BUTTON1,127,31,69,14
  158. LTEXT "The certificate request was successful.",IDC_STATIC,7,7,153,8
  159. PUSHBUTTON "&Install Certificate",IDC_WIZARD_BUTTON2,7,31,61,14
  160. PUSHBUTTON "Cancel",IDCANCEL,73,31,50,14
  161. END
  162. IDD_FAILED DIALOGEX 0, 0, 170, 60
  163. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | DS_SHELLFONT
  164. CAPTION "Certificate Request"
  165. FONT 8, "MS Shell Dlg"
  166. BEGIN
  167. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  168. PUSHBUTTON "OK",IDC_WIZARD_BUTTON1,113,39,50,14
  169. LTEXT "The certificate request did not succeed. ",IDC_WIZARD_STATIC,7,
  170. 7,156,8
  171. END
  172. IDD_RECIEVED DIALOGEX 0, 0, 205, 71
  173. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | DS_SHELLFONT
  174. CAPTION "Certificate Request"
  175. FONT 8, "MS Shell Dlg"
  176. BEGIN
  177. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  178. PUSHBUTTON "&OK",IDC_WIZARD_BUTTON1,148,50,50,14
  179. LTEXT "Your certificate request has been received by the certification authority and will be processed shortly.",
  180. IDC_WIZARD_STATIC,7,7,191,35
  181. END
  182. /////////////////////////////////////////////////////////////////////////////
  183. //
  184. // Dialog for the renew wizard
  185. //
  186. IDD_RENEW_WELCOME DIALOGEX 0, 0, 317, 179
  187. STYLE WS_CHILD | WS_DISABLED | WS_BORDER | WS_CAPTION | DS_SHELLFONT
  188. CAPTION "Certificate Renewal Wizard"
  189. FONT 8, "MS Shell Dlg"
  190. BEGIN
  191. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  192. LTEXT "Welcome to the Certificate Renewal Wizard",
  193. IDC_WIZARD_STATIC_BIG_BOLD1,115,1,190,29
  194. LTEXT "This wizard helps you renew a certificate issued by a certification authority (CA) in your domain.",
  195. IDC_WIZARD_STATIC,115,37,163,17
  196. LTEXT "A certificate is a confirmation of your identity issued by a certification authority. Certificates contain information used to protect data, or to establish secure network connections.",
  197. IDC_WIZARD_STATIC,115,60,179,36
  198. LTEXT "A private key is the secret half of a public and private key pair associated with a certificate. It is used to digitally sign or decrypt data encrypted with the corresponding public key.",
  199. IDC_WIZARD_STATIC,115,101,179,36
  200. LTEXT "To continue, click Next.",IDC_WIZARD_STATIC,115,142,179,8
  201. CONTROL IDB_WIZARD_CERT_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  202. END
  203. IDD_RENEW_COMPLETION DIALOGEX 0, 0, 317, 179
  204. STYLE WS_CHILD | WS_DISABLED | WS_BORDER | WS_CAPTION | DS_SHELLFONT
  205. CAPTION "Certificate Renewal Wizard"
  206. FONT 8, "MS Shell Dlg"
  207. BEGIN
  208. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  209. LTEXT "Completing the Certificate Renewal Wizard",
  210. IDC_WIZARD_STATIC_BIG_BOLD1,115,1,190,29
  211. LTEXT "You have successfully completed the Certificate Renewal wizard.",
  212. IDC_WIZARD_STATIC,115,37,175,17
  213. LTEXT "You have specified the following settings:",
  214. IDC_WIZARD_STATIC,115,60,181,9
  215. CONTROL "Summary",IDC_WIZARD_LIST1,"SysListView32",LVS_REPORT |
  216. LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,
  217. 115,70,181,88,WS_EX_TRANSPARENT
  218. CONTROL IDB_WIZARD_CERT_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  219. END
  220. IDD_RENEW_OPTIONS DIALOGEX 0, 0, 317, 179
  221. STYLE WS_CHILD | WS_DISABLED | WS_BORDER | WS_CAPTION | DS_SHELLFONT
  222. CAPTION "Certificate Renewal Wizard"
  223. FONT 8, "MS Shell Dlg"
  224. BEGIN
  225. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  226. LTEXT "Certificate Renewal Options",IDC_WIZARD_STATIC_BOLD1,
  227. 7,0,310,10,NOT WS_GROUP
  228. LTEXT "You may use default values for the certificate renewal or specify your own.",
  229. IDC_STATIC,21,11,296,17,NOT WS_GROUP
  230. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  231. 317,1
  232. LTEXT "Do you want to use default values for the certificate renewal?",
  233. IDC_STATIC,23,40,280,13
  234. CONTROL "&Yes, use default values",IDC_WIZARD_RADIO1,"Button",
  235. BS_AUTORADIOBUTTON,21,53,239,9
  236. CONTROL "N&o, I want to provide my own settings",IDC_WIZARD_RADIO2,
  237. "Button",BS_AUTORADIOBUTTON,21,66,186,11
  238. END
  239. IDD_RENEW_SERVICE_PROVIDER DIALOGEX 0, 0, 317, 179
  240. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  241. CAPTION "Certificate Renewal Wizard"
  242. FONT 8, "MS Shell Dlg"
  243. BEGIN
  244. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  245. LTEXT "A cryptographic service provider (CSP) generates public and private key pairs for the encryption and decryption of messages.",
  246. IDC_WIZARD_STATIC,21,11,281,17,NOT WS_GROUP
  247. LTEXT "Cryptographic Service Provider",IDC_WIZARD_STATIC_BOLD1,
  248. 7,0,310,10,NOT WS_GROUP
  249. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,
  250. 0,28,317,1
  251. LTEXT "&Cryptographic Service Providers:",IDC_WIZARD_STATIC,21,
  252. 35,281,8
  253. CONTROL "Cryptographic Service Provider",IDC_WIZARD_LIST1,
  254. "SysListView32",LVS_REPORT | LVS_SINGLESEL |
  255. LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  256. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,21,45,256,45
  257. LTEXT "&Key Length:",IDC_WIZARD_STATIC,21,98,87,8
  258. COMBOBOX IDC_WIZARD_COMBO1,21,107,88,60,CBS_DROPDOWNLIST |
  259. WS_VSCROLL | WS_TABSTOP
  260. CONTROL "&Enable strong private key protection. You will be prompted every time the private key is used by an application if you enable this option.",
  261. IDC_WIZARD_CHECK2,"Button",BS_AUTOCHECKBOX | BS_TOP |
  262. BS_MULTILINE | WS_TABSTOP,21,147,278,20
  263. CONTROL "&Mark this key as exportable. This will allow you to back up or transport your keys at a later time.",
  264. IDC_WIZARD_CHECK_EXPORTKEY,"Button",BS_AUTOCHECKBOX |
  265. BS_TOP | BS_MULTILINE | WS_TABSTOP,21,125,278,20
  266. END
  267. IDD_RENEW_CA DIALOGEX 0, 0, 317, 179
  268. STYLE WS_CHILD | WS_DISABLED | WS_BORDER | WS_CAPTION | DS_SHELLFONT
  269. CAPTION "Certificate Renewal Wizard"
  270. FONT 8, "MS Shell Dlg"
  271. BEGIN
  272. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  273. LTEXT "Certification Authority ",
  274. IDC_WIZARD_STATIC_BOLD1,7,0,310,10,NOT WS_GROUP
  275. LTEXT "The certificate request is sent to the CA you specify.",
  276. IDC_WIZARD_STATIC,21,11,296,8,NOT WS_GROUP
  277. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  278. 317,1
  279. LTEXT "&CA:",IDC_WIZARD_STATIC,21,44,228,8
  280. EDITTEXT IDC_WIZARD_EDIT1,21,54,221,14,ES_AUTOHSCROLL|ES_READONLY
  281. PUSHBUTTON "B&rowse...",IDC_WIZARD_BUTTON1,246,54,50,14
  282. LTEXT "C&omputer:",IDC_WIZARD_STATIC,21,75,228,8
  283. EDITTEXT IDC_WIZARD_EDIT2,21,85,221,14,ES_AUTOHSCROLL|ES_READONLY
  284. END
  285. /////////////////////////////////////////////////////////////////////////////
  286. //
  287. // Dialog for import wizard
  288. //
  289. IDD_IMPORT_WELCOME DIALOGEX 0, 0, 317, 179
  290. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  291. CAPTION "Certificate Import Wizard"
  292. FONT 8, "MS Shell Dlg"
  293. BEGIN
  294. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  295. LTEXT "Welcome to the Certificate Import Wizard",
  296. IDC_WIZARD_STATIC_BIG_BOLD1,115,1,190,29
  297. LTEXT "This wizard helps you copy certificates, certificate trust lists, and certificate revocation lists from your disk to a certificate store.",
  298. IDC_WIZARD_STATIC,115,37,186,24
  299. // LTEXT "What is a certificate?",IDC_WIZARD_STATIC_BOLD1,115,68,186,10
  300. LTEXT "A certificate, which is issued by a certification authority, is a confirmation of your identity and contains information used to protect data or to establish secure network connections. A certificate store is the system area where certificates are kept."
  301. IDC_WIZARD_STATIC,115,68,186,50
  302. // LTEXT "What is a certificate store?",IDC_WIZARD_STATIC_BOLD2,115,122,186,10
  303. // LTEXT "A certificate store is a system area where certificates, certificate trust lists, and certificate revocation lists are stored.",
  304. // IDC_WIZARD_STATIC,115,137,186,30
  305. LTEXT "To continue, click Next.",IDC_WIZARD_STATIC,
  306. 115,115,180,8
  307. CONTROL IDB_WIZARD_CERT_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  308. END
  309. IDD_IMPORT_FILE DIALOGEX 0, 0, 317, 179
  310. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  311. CAPTION "Certificate Import Wizard"
  312. FONT 8, "MS Shell Dlg"
  313. BEGIN
  314. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  315. LTEXT "Specify the file you want to import.",
  316. IDC_WIZARD_STATIC,21,11,273,8,NOT WS_GROUP
  317. LTEXT "File to Import",IDC_WIZARD_STATIC_BOLD1,7,0,103,10,NOT
  318. WS_GROUP
  319. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  320. 317,1
  321. LTEXT "&File name:",IDC_WIZARD_STATIC,21,44,183,8
  322. EDITTEXT IDC_WIZARD_EDIT1,21,54,219,14,ES_AUTOHSCROLL
  323. PUSHBUTTON "B&rowse...",IDC_WIZARD_BUTTON1,246,54,50,14
  324. LTEXT "Personal Information Exchange- PKCS #12 (.PFX,.P12)",
  325. IDC_WIZARD_STATIC,31,95,247,8
  326. LTEXT "Cryptographic Message Syntax Standard- PKCS #7 Certificates (.P7B)",
  327. IDC_WIZARD_STATIC,31,110,247,8
  328. LTEXT "Microsoft Serialized Certificate Store (.SST)",
  329. IDC_WIZARD_STATIC,31,125,187,8
  330. LTEXT "Note: More than one certificate can be stored in a single file in the following formats:",
  331. IDC_WIZARD_STATIC,21,80,290,8
  332. END
  333. IDD_IMPORT_PASSWORD DIALOGEX 0, 0, 317, 179
  334. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  335. CAPTION "Certificate Import Wizard"
  336. FONT 8, "MS Shell Dlg"
  337. BEGIN
  338. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  339. LTEXT "To maintain security, the private key was protected with a password.",
  340. IDC_WIZARD_STATIC,21,11,280,15,NOT WS_GROUP
  341. LTEXT "Password ",IDC_WIZARD_STATIC_BOLD1,7,0,
  342. 200,10,NOT WS_GROUP
  343. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  344. 317,1
  345. LTEXT "&Password:",IDC_WIZARD_STATIC,31,59,205,8
  346. CONTROL "None",IDC_WIZARD_EDIT1,"RICHEDIT",ES_PASSWORD | ES_AUTOHSCROLL |
  347. ES_SUNKEN | WS_TABSTOP,31,69,178,14
  348. //EDITTEXT IDC_WIZARD_EDIT1,31,69,178,14,ES_PASSWORD | ES_AUTOHSCROLL
  349. LTEXT "Type the password for the private key.",
  350. IDC_WIZARD_STATIC,21,44,273,8
  351. /* NOTE !!! richedit 1.0 does not support the ES_PASSWORD style, so if these bits go on a system
  352. that does not guarantee richedit 2.0 or greater then we need to do something!! */
  353. /*LTEXT "Do you want to protect the private key after it is imported into the system? You will be required to enter the password every time the private key is used.",
  354. IDC_WIZARD_STATIC,21,93,290,17 */
  355. CONTROL "&Enable strong private key protection. You will be prompted every time the private key is used by an application if you enable this option.",
  356. IDC_WIZARD_CHECK2,"Button",BS_AUTOCHECKBOX | BS_TOP |
  357. BS_MULTILINE | WS_TABSTOP,31,100,268,27
  358. CONTROL "&Mark this key as exportable. This will allow you to back up or transport your keys at a later time.",
  359. IDC_WIZARD_CHECK_EXPORTKEY,"Button",BS_AUTOCHECKBOX |
  360. BS_TOP | BS_MULTILINE | WS_TABSTOP,31,140,268,24
  361. END
  362. IDD_IMPORT_STORE DIALOGEX 0, 0, 317, 179
  363. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  364. CAPTION "Certificate Import Wizard"
  365. FONT 8, "MS Shell Dlg"
  366. BEGIN
  367. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  368. LTEXT "Certificate stores are system areas where certificates are kept.",
  369. IDC_WIZARD_STATIC,21,11,233,8,NOT WS_GROUP
  370. LTEXT "Certificate Store",IDC_WIZARD_STATIC_BOLD1,7,0,103,10,NOT WS_GROUP
  371. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  372. 317,1
  373. LTEXT "Windows can automatically select a certificate store, or you can specify a location for the certificate.",
  374. IDC_WIZARD_STATIC,21,44,275,8
  375. CONTROL "A&utomatically select the certificate store based on the type of certificate",
  376. IDC_WIZARD_RADIO1,"Button",BS_AUTORADIOBUTTON,31,59,261,10
  377. CONTROL "&Place all certificates in the following store",
  378. IDC_WIZARD_RADIO2,"Button",BS_AUTORADIOBUTTON,31,74,265,10
  379. LTEXT "Certificate store:",IDC_WIZARD_STATIC1,43,89,240,8
  380. // CONTROL "List1",IDC_WIZARD_LIST1,"SysListView32",LVS_REPORT |
  381. // LVS_SINGLESEL | LVS_NOSCROLL | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,43,99,198,
  382. // 14,WS_EX_TRANSPARENT
  383. EDITTEXT IDC_WIZARD_LIST1,43,99,198,14,ES_AUTOHSCROLL|ES_READONLY
  384. PUSHBUTTON "B&rowse...",IDC_WIZARD_BUTTON1,246,99,50,14
  385. END
  386. IDD_IMPORT_COMPLETION DIALOGEX 0, 0, 317, 179
  387. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  388. CAPTION "Certificate Import Wizard"
  389. FONT 8, "MS Shell Dlg"
  390. BEGIN
  391. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  392. LTEXT "Completing the Certificate Import Wizard",
  393. IDC_WIZARD_STATIC_BIG_BOLD1,115,1,189,29
  394. LTEXT "You have successfully completed the Certificate Import wizard.",
  395. IDC_WIZARD_STATIC,115,37,189,20
  396. LTEXT "You have specified the following settings:",
  397. IDC_WIZARD_STATIC,115,60,189,8
  398. CONTROL "Summary",IDC_WIZARD_LIST1,"SysListView32",LVS_REPORT |
  399. LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,
  400. 115,70,189,91,WS_EX_TRANSPARENT
  401. CONTROL IDB_WIZARD_CERT_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  402. END
  403. /////////////////////////////////////////////////////////////////////////////
  404. //
  405. // Dialog for buildCTL wizard
  406. //
  407. IDD_BUILDCTL_WELCOME DIALOGEX 0, 0, 317, 179
  408. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  409. CAPTION "Certificate Trust List Wizard"
  410. FONT 8, "MS Shell Dlg"
  411. BEGIN
  412. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  413. LTEXT "Welcome to the Certificate Trust List Wizard",
  414. IDC_WIZARD_STATIC_BIG_BOLD1,115,1,190,29
  415. LTEXT "This wizard helps you create a new certificate trust list or modify an existing certificate trust list.",
  416. IDC_WIZARD_STATIC,115,37,181,30
  417. // LTEXT "What is a certificate trust list?",IDC_WIZARD_STATIC_BOLD1,115,60,
  418. // 181,10
  419. LTEXT "A certificate trust list (CTL) is a signed list of root certification authority (CA) certificates that have been judged reputable by an administrator.",
  420. IDC_WIZARD_STATIC,115,60,181,34
  421. LTEXT "To continue, click Next.",IDC_WIZARD_STATIC,115,94,181,8
  422. CONTROL IDB_WIZARD_CTL_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  423. END
  424. IDD_BUILDCTL_PURPOSE DIALOGEX 0, 0, 317, 179
  425. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  426. CAPTION "Certificate Trust List Wizard"
  427. FONT 8, "MS Shell Dlg"
  428. BEGIN
  429. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  430. LTEXT "Certificate Trust List Purpose",IDC_WIZARD_STATIC_BOLD1,7,0,
  431. 200,10,NOT WS_GROUP
  432. LTEXT "You have the option of supplying an identification and a duration for the CTL. You must also designate its purposes.",
  433. IDC_WIZARD_STATIC,21,11,275,17,NOT WS_GROUP
  434. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,29,
  435. 317,1
  436. LTEXT "&Type a prefix that identifies this CTL (optional):",
  437. IDC_STATIC,21,44,200,8
  438. EDITTEXT IDC_WIZARD_EDIT1,21,55,200,14,ES_AUTOHSCROLL
  439. LTEXT "Valid Duration (optional):",IDC_STATIC,23,74,83,8
  440. LTEXT "&months",IDC_STATIC,37,88,24,8
  441. EDITTEXT IDC_WIZARD_EDIT_MONTH,21,85,12,14,ES_NUMBER
  442. LTEXT "&days",IDC_STATIC,103,88,16,8
  443. EDITTEXT IDC_WIZARD_EDIT_DAY,79,85,18,14,ES_NUMBER
  444. LTEXT "De&signate purposes:",IDC_WIZARD_STATIC,21,104,200,8
  445. CONTROL "Purpose",IDC_WIZARD_LIST1,"SysListView32",LVS_REPORT |
  446. LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER |
  447. WS_BORDER | WS_TABSTOP,21,114,200,58
  448. PUSHBUTTON "&Add Purpose...",IDC_WIZARD_BUTTON1,226,158,70,14
  449. END
  450. IDD_BUILDCTL_CERTS DIALOGEX 0, 0, 317, 179
  451. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  452. CAPTION "Certificate Trust List Wizard"
  453. FONT 8, "MS Shell Dlg"
  454. BEGIN
  455. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  456. LTEXT "Certificates in the CTL",
  457. IDC_WIZARD_STATIC_BOLD1,7,0,274,10,NOT WS_GROUP
  458. LTEXT "The certificates listed in the following table are currently in the CTL.",
  459. IDC_WIZARD_STATIC,21,11,275,8,NOT WS_GROUP
  460. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  461. 317,1
  462. LTEXT "&Current CTL certificates:",IDC_WIZARD_STATIC,21,44,200,8
  463. CONTROL "Certificate",IDC_WIZARD_LIST1,"SysListView32",LVS_REPORT |
  464. WS_BORDER | LVS_SHOWSELALWAYS |
  465. WS_TABSTOP,21,54,275,94
  466. PUSHBUTTON "Add from &Store",IDC_WIZARD_BUTTON1,21,158,65,14
  467. PUSHBUTTON "Add from &File",IDC_WIZARD_BUTTON2,89,158,65,14
  468. PUSHBUTTON "&Remove",IDC_WIZARD_BUTTON3,157,158,65,14
  469. PUSHBUTTON "&View Certificate",IDC_WIZARD_BUTTON4,231,158,65,14
  470. END
  471. IDD_BUILDCTL_DESTINATION DIALOGEX 0, 0, 317, 179
  472. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  473. CAPTION "Certificate Trust List Wizard"
  474. FONT 8, "MS Shell Dlg"
  475. BEGIN
  476. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  477. LTEXT "The new certificate trust list can be saved to the certificate store for immediate availability, or to a file for subsequent use.",
  478. IDC_WIZARD_STATIC,21,11,275,17,NOT WS_GROUP
  479. LTEXT "Certificate Trust List Storage ",IDC_WIZARD_STATIC_BOLD1,7,0,200,10,NOT WS_GROUP
  480. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,29,
  481. 317,1
  482. CONTROL "&Certificate store:",IDC_WIZARD_RADIO1,"Button",
  483. BS_AUTORADIOBUTTON,21,46,67,10
  484. CONTROL "&File:",IDC_WIZARD_RADIO2,"Button",BS_AUTORADIOBUTTON,22,70,41,
  485. 10
  486. // CONTROL "List1",IDC_WIZARD_LIST1,"SysListView32",LVS_REPORT |
  487. // LVS_SINGLESEL | LVS_NOSCROLL | LVS_NOCOLUMNHEADER | WS_BORDER |WS_TABSTOP,
  488. // 95,44,146,14,WS_EX_TRANSPARENT
  489. EDITTEXT IDC_WIZARD_LIST1,95,44,146,14,ES_AUTOHSCROLL|ES_READONLY
  490. PUSHBUTTON "B&rowse...",IDC_WIZARD_BUTTON1,246,44,50,14
  491. EDITTEXT IDC_WIZARD_EDIT1,95,68,146,14,ES_AUTOHSCROLL
  492. PUSHBUTTON "Bro&wse...",IDC_WIZARD_BUTTON2,246,68,50,14
  493. END
  494. IDD_BUILDCTL_NAME DIALOGEX 0, 0, 317, 179
  495. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  496. CAPTION "Certificate Trust List Wizard"
  497. FONT 8, "MS Shell Dlg"
  498. BEGIN
  499. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  500. LTEXT "The CTL name and description help distinguish it from others CTLs.",
  501. IDC_WIZARD_STATIC,21,11,275,16,NOT WS_GROUP
  502. LTEXT "Name and Description",IDC_WIZARD_STATIC_BOLD1,7,0,
  503. 276,10,NOT WS_GROUP
  504. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  505. 317,1
  506. LTEXT "Type a friendly name and description for the new CTL.",
  507. IDC_WIZARD_STATIC,21,44,240,8
  508. LTEXT "&Friendly name:",IDC_WIZARD_STATIC,21,57,66,8
  509. EDITTEXT IDC_WIZARD_EDIT1,21,67,130,14,ES_AUTOHSCROLL
  510. LTEXT "&Description:",IDC_WIZARD_STATIC,21,86,38,8
  511. EDITTEXT IDC_WIZARD_EDIT2,21,96,202,40,ES_MULTILINE | ES_AUTOVSCROLL
  512. END
  513. IDD_BUILDCTL_COMPLETION DIALOGEX 0, 0, 317, 179
  514. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  515. CAPTION "Certificate Trust List Wizard"
  516. FONT 8, "MS Shell Dlg"
  517. BEGIN
  518. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  519. LTEXT "Completing the Certificate Trust List Wizard",
  520. IDC_WIZARD_STATIC_BIG_BOLD1,115,1,190,29
  521. LTEXT "You have successfully completed the Certificate Trust List wizard.",
  522. IDC_WIZARD_STATIC,115,37,170,16
  523. LTEXT "You selected the following settings:",
  524. IDC_WIZARD_STATIC,115,60,181,16
  525. CONTROL "Summary",IDC_WIZARD_LIST1,"SysListView32",LVS_REPORT |
  526. LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,
  527. 115,72,181,99,WS_EX_TRANSPARENT
  528. CONTROL IDB_WIZARD_CTL_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  529. END
  530. IDD_BUILDCTL_USER_PURPOSE DIALOGEX 0, 0, 212, 87
  531. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_SHELLFONT
  532. CAPTION "User Defined Purpose"
  533. FONT 8, "MS Shell Dlg"
  534. BEGIN
  535. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  536. LTEXT "Enter the object ID (OID) for the user-defined certificate purpose. Example: 1.3.6.1.5.5.7.3.4",
  537. IDC_WIZARD_STATIC,7,7,198,18
  538. LTEXT "&Object ID:",IDC_WIZARD_STATIC,7,30,65,8
  539. EDITTEXT IDC_WIZARD_EDIT1,7,40,198,14,ES_AUTOHSCROLL
  540. DEFPUSHBUTTON "OK",IDOK,99,66,50,14
  541. PUSHBUTTON "Cancel",IDCANCEL,155,66,50,14
  542. END
  543. /////////////////////////////////////////////////////////////////////////////
  544. //
  545. // Signing Wizard
  546. //
  547. IDD_SIGN_WELCOME DIALOGEX 0, 0, 317, 179
  548. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  549. CAPTION "Digital Signature Wizard"
  550. FONT 8, "MS Shell Dlg"
  551. BEGIN
  552. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  553. LTEXT "Welcome to the Digital Signature Wizard",IDC_WIZARD_STATIC_BIG_BOLD1,115,
  554. 1,190,32
  555. LTEXT "This wizard helps you attach a digital signature to a file.",
  556. IDC_WIZARD_STATIC,115,37,172,16
  557. // LTEXT "What is a Digital Signature?",IDC_WIZARD_STATIC_BOLD1,115,60,130,10
  558. LTEXT "A digital signature verifies that no changes have been made to the file.",
  559. IDC_WIZARD_STATIC,115,60,181,20
  560. LTEXT "To continue, click Next.",
  561. IDC_WIZARD_STATIC,115,85,200,8
  562. CONTROL IDB_WIZARD_SIGN_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  563. END
  564. IDD_SIGN_OPTION DIALOGEX 0, 0, 317, 179
  565. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  566. CAPTION "Digital Signature Wizard"
  567. FONT 8, "MS Shell Dlg"
  568. BEGIN
  569. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  570. LTEXT "Signing Options",IDC_WIZARD_STATIC_BOLD1,10,0,100,10
  571. LTEXT "The type of signing you choose determines the options available to you.",
  572. IDC_WIZARD_STATIC,21,11,275,16
  573. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  574. 317,1
  575. LTEXT "Select the type of signing you want.",
  576. IDC_WIZARD_STATIC,21,44,200,8
  577. CONTROL "&Typical\nRecommended for most users.",
  578. IDC_WIZARD_RADIO1,"Button",
  579. BS_AUTORADIOBUTTON | BS_TOP |BS_MULTILINE,21,59,275,18
  580. CONTROL "&Custom\nRecommended for advanced users only. All advanced options available.",
  581. IDC_WIZARD_RADIO2,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,84,276,18
  582. END
  583. IDD_SIGN_FILE_NAME DIALOGEX 0, 0, 317, 179
  584. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  585. CAPTION "Digital Signature Wizard"
  586. FONT 8, "MS Shell Dlg"
  587. BEGIN
  588. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  589. LTEXT "File Selection",IDC_WIZARD_STATIC_BOLD1,7,0,100,10
  590. LTEXT "You select the file to be digitally signed.",IDC_WIZARD_STATIC,21,11,242,8
  591. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  592. 317,1
  593. LTEXT "&File name: ",IDC_WIZARD_STATIC,21,72,73,8
  594. EDITTEXT IDC_WIZARD_EDIT1,21,82,222,14,ES_AUTOHSCROLL
  595. PUSHBUTTON "B&rowse...",IDC_WIZARD_BUTTON1,246,82,50,14
  596. LTEXT "If the file already has a digital signature, it will be overwritten by the new signature.",
  597. IDC_WIZARD_STATIC,21,44,260,16
  598. END
  599. IDD_SIGN_CERT DIALOGEX 0, 0, 317, 179
  600. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  601. CAPTION "Digital Signature Wizard"
  602. FONT 8, "MS Shell Dlg"
  603. BEGIN
  604. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  605. LTEXT "Signature Certificate",IDC_WIZARD_STATIC_BOLD1,7,0,150,10
  606. LTEXT "You can attach a certificate to the signature. The corresponding private key will be used to sign the file.",
  607. IDC_WIZARD_STATIC,21,11,275,18
  608. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,29,
  609. 317,1
  610. LTEXT "Select a certificate from the certificate store or from a file (.cer, .crt, or .spc).",
  611. IDC_PROMPT_STATIC,21,39,270,15
  612. LTEXT "Use this certificate:",IDC_WIZARD_STATIC,21,54,258,8
  613. CONTROL "Signing Certificate Information",IDC_CERT_LIST,"SysListView32",LVS_REPORT |
  614. LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,
  615. 21,64,197,51
  616. PUSHBUTTON "&Select from Store...",IDC_SIGN_STORE_BUTTON,222,64,74,14
  617. PUSHBUTTON "&View Certificate",IDC_SIGN_VIEW_BUTTON,222,100,74,14
  618. PUSHBUTTON "Select from &File...",IDC_SIGN_FILE_BUTTON,222,82,74,14
  619. LTEXT "Note: An .spc file may contain many certificates. This wizard chooses the appropriate certificate based on the private key you select on the next page.",
  620. IDC_NOTE_STATIC,21,125,275,21
  621. END
  622. IDD_SIGN_PVK DIALOGEX 0, 0, 317, 179
  623. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  624. CAPTION "Digital Signature Wizard"
  625. FONT 8, "MS Shell Dlg"
  626. BEGIN
  627. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  628. LTEXT "Private Key",IDC_WIZARD_STATIC_BOLD1,7,0,150,10
  629. LTEXT "You can sign data by using a private key in a file (.pvk) or by using a private from a cryptographic service provider (CSP).",
  630. IDC_WIZARD_STATIC,21,11,275,17
  631. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,29,
  632. 317,1
  633. LTEXT "Select the location of the private key.",IDC_WIZARD_STATIC,21,
  634. 35,275,8
  635. CONTROL "&Private key file on disk:",IDC_PVK_FILE_RADIO,"Button",
  636. BS_AUTORADIOBUTTON,21,52,89,10
  637. EDITTEXT IDC_PVK_FILE_EDIT,128,50,121,14,ES_AUTOHSCROLL
  638. PUSHBUTTON "B&rowse...",IDC_PVK_FILE_BUTTON,253,50,43,14
  639. LTEXT "&CSP:",IDC_WIZARD_STATIC,34,69,100,8
  640. COMBOBOX IDC_PVK_FILE_CSP_COMBO,128,68,168,60,CBS_DROPDOWNLIST | CBS_SORT |
  641. WS_VSCROLL | WS_TABSTOP
  642. LTEXT "Pro&vider type:",IDC_WIZARD_STATIC,34,84,120,8
  643. COMBOBOX IDC_PVK_FILE_TYPE_COMBO,128,83,168,60,CBS_DROPDOWNLIST | CBS_SORT |
  644. WS_VSCROLL | WS_TABSTOP
  645. CONTROL "Private &key in a CSP",IDC_PVK_CONTAINER_RADIO,"Button",
  646. BS_AUTORADIOBUTTON,21,104,232,10
  647. LTEXT "C&SP:",IDC_WIZARD_STATIC,34,120,100,
  648. 8
  649. COMBOBOX IDC_PVK_CONTAINER_CSP_COMBO,128,118,168,60,CBS_DROPDOWNLIST | CBS_SORT |
  650. WS_VSCROLL | WS_TABSTOP
  651. LTEXT "Provider &type:",IDC_WIZARD_STATIC,34,135,120,8
  652. COMBOBOX IDC_PVK_CONTAINER_TYPE_COMBO,128,133,168,60,CBS_DROPDOWNLIST | CBS_SORT |
  653. WS_VSCROLL | WS_TABSTOP
  654. LTEXT "Key c&ontainer:",IDC_WIZARD_STATIC,34,150,120,8
  655. COMBOBOX IDC_PVK_CONTAINER_NAME_COMBO,128,148,168,60,CBS_DROPDOWNLIST | CBS_SORT |
  656. WS_VSCROLL | WS_TABSTOP
  657. LTEXT "K&ey type:",IDC_WIZARD_STATIC,34,165,120,8
  658. COMBOBOX IDC_PVK_CONTAINER_KEY_TYPE_COMBO,128,163,168,60,CBS_DROPDOWNLIST | CBS_SORT |
  659. WS_VSCROLL | WS_TABSTOP
  660. END
  661. IDD_SIGN_HASH DIALOGEX 0, 0, 317, 179
  662. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  663. CAPTION "Digital Signature Wizard"
  664. FONT 8, "MS Shell Dlg"
  665. BEGIN
  666. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  667. LTEXT "Hash Algorithm",IDC_WIZARD_STATIC_BOLD1,7,0,150,10
  668. LTEXT "A hash algorithm is a mathematical formula used to create the file signature.",
  669. IDC_WIZARD_STATIC,21,11,275,16
  670. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  671. 317,1
  672. LTEXT "Select a hash algorithm from the following list.",
  673. IDC_WIZARD_STATIC,21,37,183,8
  674. LTEXT "&Hash algorithm:",IDC_WIZARD_STATIC,21,52,53,8
  675. LISTBOX IDC_WIZARD_LIST1,21,62,152,53,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  676. WS_VSCROLL | WS_TABSTOP
  677. END
  678. IDD_SIGN_CHAIN DIALOGEX 0, 0, 317, 179
  679. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  680. CAPTION "Digital Signature Wizard"
  681. FONT 8, "MS Shell Dlg"
  682. BEGIN
  683. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  684. LTEXT "Additional Certificates",IDC_WIZARD_STATIC_BOLD1,7,0,150,10
  685. LTEXT "You decide which certificates to include in the digital signature: all or selected certificates in the certification path, or additional optional certificates.",
  686. IDC_WIZARD_STATIC,21,11,275,16
  687. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  688. 317,1
  689. CONTROL "&All certificates in the certification path, except for the root certificate",
  690. IDC_CHAIN_NO_ROOT_RADIO,"Button",BS_AUTORADIOBUTTON | WS_GROUP,21,43,268,10
  691. CONTROL "All &certificates in the certification path, including the root certificate",
  692. IDC_CHAIN_ROOT_RADIO,"Button",BS_AUTORADIOBUTTON,21,58,274,10
  693. CONTROL "&Only the signature certificate",IDC_NO_CHAIN_RADIO,"Button",
  694. BS_AUTORADIOBUTTON,21,73,107,10
  695. CONTROL "Certificates contained in the following &PKCS #7 Certificates (.p7b) file:",
  696. IDC_CHAIN_FILE_RADIO,"Button",BS_AUTORADIOBUTTON | WS_GROUP,21,101,275,10
  697. CONTROL "C&ertificates in the following certificate store:",
  698. IDC_CHAIN_STORE_RADIO,"Button",BS_AUTORADIOBUTTON,21,132,175,10
  699. CONTROL "No a&dditional certificates",IDC_WIZARD_NO_ADD_CERT_RADIO,"Button",
  700. BS_AUTORADIOBUTTON,21,164,175,10
  701. LTEXT "&File name:",IDC_WIZARD_STATIC,33,115,33,8
  702. EDITTEXT IDC_FILE_EDIT,93,115,146,14,ES_AUTOHSCROLL
  703. PUSHBUTTON "B&rowse...",IDC_FILE_BUTTON,246,115,50,14
  704. LTEXT "&Store:",IDC_WIZARD_STATIC,33,146,20,8
  705. PUSHBUTTON "Bro&wse...",IDC_STORE_BUTTON,246,146,50,14
  706. // CONTROL "List1",IDC_WIZARD_LIST1,"SysListView32",LVS_REPORT |
  707. // LVS_SINGLESEL | LVS_NOSCROLL | LVS_NOCOLUMNHEADER | WS_BORDER |WS_TABSTOP,
  708. // 93,145,149,14,WS_EX_TRANSPARENT
  709. EDITTEXT IDC_WIZARD_LIST1,93,146,146,14,ES_AUTOHSCROLL|ES_READONLY
  710. GROUPBOX "Certificates in the certification path",IDC_WIZARD_STATIC,17,33,289,53
  711. GROUPBOX "Other certificates (optional)",
  712. IDC_WIZARD_STATIC,17,90,290,89
  713. END
  714. IDD_SIGN_DESCRIPTION DIALOGEX 0, 0, 317, 179
  715. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  716. CAPTION "Digital Signature Wizard"
  717. FONT 8, "MS Shell Dlg"
  718. BEGIN
  719. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  720. LTEXT "Data Description",IDC_WIZARD_STATIC_BOLD1,7,0,150,16
  721. LTEXT "Either type a description, or provide a Web address that points to a site that contains a description.",
  722. IDC_WIZARD_STATIC,21,44,270,16
  723. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,27,
  724. 317,1
  725. LTEXT "&Description (optional):",IDC_WIZARD_STATIC,21,67,150,8
  726. EDITTEXT IDC_WIZARD_EDIT1,21,77,204,14,ES_AUTOHSCROLL
  727. LTEXT "&Web location (optional):",IDC_WIZARD_STATIC,21,96,150,8
  728. EDITTEXT IDC_WIZARD_EDIT2,21,106,204,14,ES_AUTOHSCROLL
  729. LTEXT "You can add a description of the data you are signing or a Web location containing a description.",
  730. IDC_WIZARD_STATIC,21,11,255,16
  731. END
  732. IDD_SIGN_TIMESTAMP DIALOGEX 0, 0, 317, 179
  733. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  734. CAPTION "Digital Signature Wizard"
  735. FONT 8, "MS Shell Dlg"
  736. BEGIN
  737. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  738. LTEXT "Timestamping",IDC_WIZARD_STATIC_BOLD1,7,0,150,10
  739. LTEXT "A timestamp guarantees that the data existed on a certain date.",
  740. IDC_WIZARD_STATIC,21,11,260,8
  741. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  742. 317,1
  743. CONTROL "A&dd a timestamp to the data",IDC_WIZARD_CHECK1,
  744. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,44,106,10
  745. LTEXT "&Timestamp service URL:",IDC_WIZARD_STATIC,21,62,100,8
  746. EDITTEXT IDC_WIZARD_EDIT1,130,59,166,14,ES_AUTOHSCROLL
  747. END
  748. IDD_SIGN_COMPLETION DIALOGEX 0, 0, 317, 179
  749. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_BORDER | DS_SHELLFONT
  750. CAPTION "Digital Signature Wizard"
  751. FONT 8, "MS Shell Dlg"
  752. BEGIN
  753. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  754. LTEXT "Completing the Digital Signature Wizard",IDC_WIZARD_STATIC_BIG_BOLD1,115,
  755. 1,190,32
  756. LTEXT "You have successfully completed the Digital Signature wizard.",
  757. IDC_WIZARD_STATIC,115,37,189,17
  758. LTEXT "You specified the following settings:",
  759. IDC_WIZARD_STATIC,115,68,164,8
  760. CONTROL "Summary",IDC_WIZARD_LIST1,"SysListView32",LVS_REPORT |
  761. LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,
  762. 115,78,189,92,WS_EX_TRANSPARENT
  763. CONTROL IDB_WIZARD_SIGN_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  764. END
  765. /////////////////////////////////////////////////////////////////////////////
  766. //
  767. // Export Wizard
  768. //
  769. IDD_EXPORTWIZARD_WELCOME DIALOGEX 0, 0, 317, 179
  770. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | DS_SHELLFONT
  771. CAPTION "Certificate Export Wizard"
  772. FONT 8, "MS Shell Dlg"
  773. BEGIN
  774. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  775. LTEXT "Welcome to the Certificate Export Wizard",
  776. IDC_WELCOME_STATIC,115,1,190,29
  777. LTEXT "This wizard helps you copy certificates, certificate trust lists and certificate revocation lists from a certificate store to your disk.",
  778. IDC_WIZARD_STATIC,115,37,178,25
  779. // LTEXT "What is a certificate?",IDC_WHATISCERT_STATIC,115,68,189,8
  780. LTEXT "A certificate, which is issued by a certification authority, is a confirmation of your identity and contains information used to protect data or to establish secure network connections. A certificate store is the system area where certificates are kept."
  781. IDC_WIZARD_STATIC,115,68,186,50
  782. // LTEXT "What is a certificate store?",IDC_WIZARD_STATIC_BOLD2,115,122,186,10
  783. // LTEXT "A certificate store is a system area where certificates, certificate trust lists, and certificate revocation lists are stored.",
  784. // IDC_WIZARD_STATIC,115,137,186,30
  785. LTEXT "To continue, click Next.",IDC_WIZARD_STATIC,
  786. 115,115,180,8
  787. // LTEXT "What is a certificate store?",IDC_WHATISSTORE_STATIC,115,122,189,8
  788. // LTEXT "A certificate store is a system area where certificates, certificate trust lists and certificate revocation lists are stored.",
  789. // IDC_WIZARD_STATIC,115,137,189,25
  790. // LTEXT "Click Next to continue or Cancel to exit.",IDC_STATIC,
  791. // 115,168,180,8
  792. CONTROL IDB_WIZARD_CERT_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  793. END
  794. IDD_EXPORTWIZARD_PRIVATEKEYS DIALOGEX 0, 0, 317, 179
  795. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | DS_SHELLFONT
  796. CAPTION "Certificate Export Wizard"
  797. FONT 8, "MS Shell Dlg"
  798. BEGIN
  799. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  800. LTEXT "You can choose to export the private key with the certificate. ",
  801. IDC_WIZARD_STATIC,21,9,275,8,NOT WS_GROUP
  802. LTEXT "Export Private Key",IDC_EPKWC_STATIC,7,0,289,
  803. 8,NOT WS_GROUP
  804. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  805. 317,1
  806. LTEXT "Private keys are password protected. If you want to export the private key with the certificate, you must type a password on a later page.",
  807. IDC_WIZARD_STATIC,21,44,275,18
  808. LTEXT "Do you want to export the private key with the certificate?",
  809. IDC_WIZARD_STATIC,21,67,275,8
  810. CONTROL "&Yes, export the private key",
  811. IDC_YESPKEYS_RADIO,"Button",BS_AUTORADIOBUTTON,35,82,261,10
  812. CONTROL "N&o, do not export the private key",
  813. IDC_NOPKEYS_RADIO,"Button",BS_AUTORADIOBUTTON,35,97,261,10
  814. LTEXT "",IDC_EXPORT_PKEY_NOTE,21,117,275,18
  815. END
  816. IDD_EXPORTWIZARD_PASSWORD DIALOGEX 0, 0, 317, 179
  817. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | DS_SHELLFONT
  818. CAPTION "Certificate Export Wizard"
  819. FONT 8, "MS Shell Dlg"
  820. BEGIN
  821. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  822. LTEXT "To maintain security, you must protect the private key by using a password.",
  823. IDC_WIZARD_STATIC,21,9,275,16,NOT WS_GROUP
  824. LTEXT "Password",IDC_PPPK_STATIC,7,0,
  825. 281,8,NOT WS_GROUP
  826. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  827. 317,1
  828. LTEXT "Type and confirm a password.",
  829. IDC_WIZARD_STATIC,21,44,275,9
  830. LTEXT "&Password:",IDC_WIZARD_STATIC,32,59,268,8
  831. /* NOTE !!! richedit 1.0 does not support the ES_PASSWORD style, so if these bits go on a system
  832. that does not guarantee richedit 2.0 or greater then we need to do something!! */
  833. //EDITTEXT IDC_PASSWORD1_EDIT,32,69,161,14,ES_PASSWORD | ES_AUTOHSCROLL
  834. CONTROL "Password 1",IDC_PASSWORD1_EDIT,"RICHEDIT",ES_PASSWORD | ES_AUTOHSCROLL |
  835. ES_SUNKEN | WS_TABSTOP,32,69,161,14
  836. LTEXT "&Confirm password:",IDC_WIZARD_STATIC,32,88,268,8
  837. //EDITTEXT IDC_PASSWORD2_EDIT,32,98,161,14,ES_PASSWORD | ES_AUTOHSCROLL
  838. CONTROL "Password 2",IDC_PASSWORD2_EDIT,"RICHEDIT",ES_PASSWORD | ES_AUTOHSCROLL |
  839. ES_SUNKEN | WS_TABSTOP,32,98,161,14
  840. END
  841. IDD_EXPORTWIZARD_FORMAT DIALOGEX 0, 0, 317, 179
  842. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | DS_SHELLFONT
  843. CAPTION "Certificate Export Wizard"
  844. FONT 8, "MS Shell Dlg"
  845. BEGIN
  846. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  847. LTEXT "Certificates can be exported in a variety of file formats.",
  848. IDC_WIZARD_STATIC,21,9,275,8,NOT WS_GROUP
  849. LTEXT "Export File Format",IDC_EFF_STATIC,7,0,103,8,NOT WS_GROUP
  850. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  851. 317,1
  852. LTEXT "Select the format you want to use:",
  853. IDC_WIZARD_STATIC,21,44,200,8,NOT WS_GROUP
  854. CONTROL "&DER encoded binary X.509 (.CER)",IDC_DER_RADIO,"Button",
  855. BS_AUTORADIOBUTTON,33,59,261,10
  856. CONTROL "Ba&se-64 encoded X.509 (.CER)",IDC_BASE64_RADIO,"Button",
  857. BS_AUTORADIOBUTTON,33,74,113,10
  858. CONTROL "&Cryptographic Message Syntax Standard - PKCS #7 Certificates (.P7B)",
  859. IDC_PKCS7_RADIO,"Button",BS_AUTORADIOBUTTON,33,88,261,10
  860. CONTROL "&Include all certificates in the certification path if possible",
  861. IDC_INCLUDECHAIN_PKCS7_CHECK,"Button",BS_AUTOCHECKBOX | WS_DISABLED |
  862. WS_TABSTOP,45,101,190,10
  863. CONTROL "&Personal Information Exchange - PKCS #12 (.PFX)",
  864. IDC_PFX_RADIO,"Button",BS_AUTORADIOBUTTON,33,116,261,10
  865. CONTROL "Incl&ude all certificates in the certification path if possible",
  866. IDC_INCLUDECHAIN_PFX_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,45,129,
  867. 232,10
  868. CONTROL "&Enable strong protection (requires IE 5.0, NT 4.0 SP4 or above)",
  869. IDC_STRONG_ENCRYPTION_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,45,144,
  870. 232,10
  871. CONTROL "Delete the private &key if the export is successful",
  872. IDC_DELETE_PRIVATE_KEY_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,45,159,
  873. 232,10
  874. END
  875. IDD_EXPORTWIZARD_FILENAME DIALOGEX 0, 0, 317, 179
  876. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | DS_SHELLFONT
  877. CAPTION "Certificate Export Wizard"
  878. FONT 8, "MS Shell Dlg"
  879. BEGIN
  880. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  881. LTEXT "Specify the name of the file you want to export",IDC_WIZARD_STATIC,21,9,
  882. 275,8,NOT WS_GROUP
  883. LTEXT "File to Export",IDC_EFN_STATIC,7,0,103,8,NOT WS_GROUP
  884. CONTROL "",IDC_WIZARD_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
  885. 317,1
  886. LTEXT "&File name:",IDC_WIZARD_STATIC,21,44,275,8
  887. EDITTEXT IDC_NAME_EDIT,21,54,220,14,ES_AUTOHSCROLL
  888. //CONTROL "None",IDC_NAME_EDIT,"RICHEDIT",ES_SUNKEN | ES_AUTOHSCROLL |
  889. // WS_TABSTOP,21,54,220,14
  890. PUSHBUTTON "B&rowse...",IDC_BROWSE_BUTTON,246,54,50,14,WS_TABSTOP
  891. END
  892. IDD_EXPORTWIZARD_COMPLETION DIALOGEX 0, 0, 317, 179
  893. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | DS_SHELLFONT
  894. CAPTION "Certificate Export Wizard"
  895. FONT 8, "MS Shell Dlg"
  896. BEGIN
  897. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  898. LTEXT "Completing the Certificate Export Wizard",
  899. IDC_COMPLETING_STATIC,115,1,189,29
  900. LTEXT "You have successfully completed the Certificate Export wizard.",
  901. IDC_WIZARD_STATIC,115,37,189,17
  902. LTEXT "You have specified the following settings:",
  903. IDC_WIZARD_STATIC,115,60,189,8
  904. CONTROL "Summary information",IDC_SUMMARY_LIST,"SysListView32",
  905. LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,
  906. 115,70,180,87,WS_EX_TRANSPARENT
  907. CONTROL IDB_WIZARD_CERT_HEADER,IDC_WIZARD_STATIC,"Static",SS_BITMAP,0,0,20,20
  908. END
  909. /////////////////////////////////////////////////////////////////////////////
  910. //
  911. // Certificate Authority (CA) selection dialogue
  912. //
  913. IDD_SELECTCA_DIALOG DIALOGEX 0, 0, 258, 134
  914. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP | DS_SHELLFONT
  915. CAPTION "Select Certification Authority"
  916. FONT 8, "MS Shell Dlg"
  917. BEGIN
  918. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  919. DEFPUSHBUTTON "OK",IDOK,147,113,50,14
  920. PUSHBUTTON "Cancel",IDCANCEL,201,113,50,14
  921. LTEXT "&Select a certification authority (CA) you want to use.",
  922. IDC_CA_NOTE_STATIC,7,7,244,8
  923. CONTROL "certification authority",IDC_CA_LIST,"SysListView32",
  924. LVS_REPORT | WS_BORDER | WS_TABSTOP | LVS_SINGLESEL |
  925. LVS_SHOWSELALWAYS,7,17,244,91
  926. END
  927. /////////////////////////////////////////////////////////////////////////////
  928. //
  929. // Certificate (IE5.0 Dialogue)
  930. //
  931. // Note: The listView control has to be listed BEFORE the tab control in order
  932. // to redraw the listView correctly.
  933. //
  934. IDD_CERTMGR_MAIN DIALOGEX 0, 0, 335, 270
  935. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP | DS_SHELLFONT
  936. CAPTION "Certificates"
  937. FONT 8, "MS Shell Dlg"
  938. BEGIN
  939. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  940. LTEXT "I&ntended purpose:",IDC_STATIC,7,9,73,12
  941. COMBOBOX IDC_CERTMGR_PURPOSE_COMBO,83,7,245,69,CBS_DROPDOWNLIST | CBS_SORT |
  942. WS_VSCROLL | WS_TABSTOP
  943. CONTROL "Certificate",IDC_CERTMGR_LIST,"SysListView32",LVS_REPORT |
  944. WS_BORDER | WS_TABSTOP |
  945. LVS_SHOWSELALWAYS,15,46,305,111
  946. CONTROL "Tab1",IDC_CERTMGR_TAB,"SysTabControl32",
  947. WS_TABSTOP,7,24,321,141
  948. PUSHBUTTON "&Import...",IDC_CERTMGR_IMPORT,7,172,51,14
  949. PUSHBUTTON "&Export...",IDC_CERTMGR_EXPORT,62,172,51,14
  950. PUSHBUTTON "&Remove",IDC_CERTMGR_REMOVE,117,172,51,14
  951. PUSHBUTTON "&Advanced...",IDC_CERTMGR_ADVANCE,277,172,51,14
  952. GROUPBOX "Certificate intended purposes",IDC_STATIC,7,194,321,47
  953. LTEXT " ",IDC_CERTMGR_PURPOSE,13,208,254,26
  954. PUSHBUTTON "&View",IDC_CERTMGR_VIEW,269,218,51,14
  955. DEFPUSHBUTTON "&Close",IDOK,277,249,51,14
  956. END
  957. IDD_CERTMGR_ADVANCED DIALOGEX 0, 0, 252, 218
  958. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP | DS_SHELLFONT
  959. CAPTION "Advanced Options"
  960. FONT 8, "MS Shell Dlg"
  961. BEGIN
  962. CONTROL "",-1,"NativeFontCtl",NFS_EDIT | NFS_STATIC,0,0,0,0
  963. GROUPBOX "Certificate purpose",IDC_STATIC,7,7,238,118
  964. LTEXT "Select one or more purposes to be listed under Advanced Purposes.",
  965. IDC_STATIC,16,22,196,17
  966. LTEXT "&Certificate purposes:",IDC_STATIC,16,44,93,8
  967. CONTROL "Certificate Purpose",IDC_CERTMGR_ADV_LIST,"SysListView32",LVS_REPORT |
  968. LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER |
  969. WS_BORDER | WS_TABSTOP | LVS_SHOWSELALWAYS, 16,55,222,62
  970. GROUPBOX "Export format",IDC_STATIC,7,130,238,64
  971. LTEXT "Select the default drag and drop export format when dragging a certificate to a file folder.",
  972. IDC_STATIC,15,142,218,17
  973. LTEXT "&Export format:",IDC_STATIC,15,164,48,8
  974. COMBOBOX IDC_CERTMGR_EXPORT_COMBO,70,162,168,56,CBS_DROPDOWNLIST |
  975. WS_VSCROLL | WS_TABSTOP
  976. CONTROL "&Include all certificates in the certification path",
  977. IDC_CERTMGR_EXPORT_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,180,
  978. 218,10
  979. DEFPUSHBUTTON "OK",IDOK,139,197,50,14
  980. PUSHBUTTON "Cancel",IDCANCEL,195,197,50,14
  981. END
  982. /////////////////////////////////////////////////////////////////////////////
  983. //
  984. // Strings
  985. //
  986. STRINGTABLE DISCARDABLE
  987. BEGIN
  988. IDS_LARGEFONTNAME "Arial Black"
  989. IDS_BOLDFONTNAME "MS Sans Serif"
  990. IDS_LARGEFONTSIZE "12"
  991. IDS_BOLDFONTSIZE "8"
  992. IDS_INVALID_INFO_FOR_PKCS10 "The certificate request cannot be created because it failed to gather required information."
  993. IDS_INVALID_PVK_FOR_PKCS10 "The certificate request cannot be created because of invalid private key information."
  994. IDS_ENROLL_CONFIRM "Certificate Request Wizard"
  995. IDS_NO_CA "Specify a certification authority."
  996. IDS_RENEW_CONFIRM "Certificate Renewal Wizard"
  997. IDS_REQUEST_FAIL "The certificate request cannot be created. The cause of the problem may be the cryptographic hardware or the cryptographic service provider."
  998. IDS_CSP_NOT_SUPPORTED_BY_CA "No cryptographic service provider (CSP) is compliant with the selected certification authority."
  999. IDS_FAIL_INIT_DLL "The wizard cannot start."
  1000. IDS_ENROLL_WIZARD_TITLE "Certificate Request Wizard"
  1001. IDS_RENEW_WIZARD_TITLE "Certificate Renewal Wizard"
  1002. IDS_FRIENDLY_NAME "Friendly Name"
  1003. IDS_NONE "<None>"
  1004. IDS_USER_NAME "Account Name"
  1005. IDS_COMPUTER_NAME "Computer Name"
  1006. IDS_SERVICE_NAME "Service Name"
  1007. IDS_CA "Certification Authority"
  1008. IDS_CSP "CSP"
  1009. IDS_PURPOSE "Certificate Template"
  1010. IDS_NO_CSP_FOR_PURPOSE "No local cryptographic service provider (CSP) can generate a request using the selected template."
  1011. IDS_NO_SELECTED_PURPOSE "Select a certificate template."
  1012. IDS_INVALID_CSP "Windows cannot get information about the selected cryptographic service provider (CSP)."
  1013. IDS_NO_CA_FOR_CSP "None of the certification authorities accepts the selected CSP."
  1014. IDS_FAIL_INIT_WIZARD "The wizard cannot to start."
  1015. IDS_YES "Yes"
  1016. IDS_NO "No"
  1017. IDS_PUBLISH_DS "Publish to the Active Directory"
  1018. IDS_REQUEST_FAILED "The certificate request cannot be created. "
  1019. IDS_REQUEST_ERROR "The certificate request could not be completed. "
  1020. IDS_REQUEST_DENIED "The certification authority denied the request. "
  1021. IDS_REQUEST_SUCCEDDED "The certificate request was successful."
  1022. IDS_UNKNOWN_WIZARD_ERROR "The certificate request failed. "
  1023. IDS_ISSUED_SEPERATE "The certificate will be issued by the certification authority at a later time."
  1024. IDS_UNDER_SUBMISSION "The certificate request was received by the certification authority (CA). The certificate will be issued when it is approved by the Certificate Manager."
  1025. IDS_INSTALL_FAILED "The certificate cannot be installed because of one or more of the following conditions:\012 - There is a problem with your cryptographic hardware.\012 - The cryptographic service provider (CSP) that created the request is malfunctioning.\012The error was: "
  1026. IDS_CONNET_CA_FAILED "The certification authority cannot be reached. Please try again later."
  1027. IDS_INSTAL_CANCELLED "The certificate installation was cancelled."
  1028. IDS_SMART_CARD "Microsoft Base Smart Card Crypto Provider V1.0"
  1029. IDS_ENCODE_CERT "Certificate"
  1030. IDS_ENCODE_CTL "Certificate Trust List"
  1031. IDS_ENCODE_CRL "Certificate Revocation List"
  1032. IDS_SERIALIZED_STORE "Certificate Store"
  1033. IDS_SERIALIZED_CERT "Serialized Certificate"
  1034. IDS_SERIALIZED_CTL "Serialized Certificate Trust List"
  1035. IDS_SERIALIZED_CRL "Serialized Certificate Revocation List"
  1036. IDS_PKCS7_SIGNED "PKCS #7 Certificates"
  1037. IDS_PFX_BLOB "PFX"
  1038. IDS_FILE_NAME "File Name"
  1039. IDS_CONTENT_TYPE "Content"
  1040. IDS_BEST_FOR_ME "Automatic store selection"
  1041. IDS_STORE_NAME "Store Name"
  1042. IDS_HAS_TO_SELECT_FILE "Please select a file"
  1043. IDS_IMPORT_WIZARD_TITLE "Certificate Import Wizard"
  1044. IDS_INVALID_PASSWORD "The password you entered is incorrect." // result of a visual test
  1045. IDS_HAS_TO_SELECT_STORE "Select a certificate store."
  1046. IDS_INVALID_WIZARD_INPUT "The input information is not valid."
  1047. IDS_FAIL_TO_RECOGNIZE "The file type is not recognizable. Select another file."
  1048. IDS_FAIL_READ_FILE "The input file cannot be read. The file may be corrupted."
  1049. IDS_FAIL_INIT_IMPORT "The Certificate Import wizard cannot start."
  1050. IDS_IMPORT_FAIL_FIND_CONTENT "An internal error occurred. The private key that you are importing might require a cryptographic service provider that is not installed on your system."
  1051. IDS_IMPORT_SUCCEEDED "The import was successful."
  1052. IDS_IMPORT_FAIL_MOVE_CONTENT "The import failed because the store was read-only, the store was full, or the store did not open correctly."
  1053. IDS_IMPORT_CANCELLED "The import failed because the operation was cancelled."
  1054. IDS_IMPORT_ACCESS_DENIED "The import failed because you do not have the necessary privilege."
  1055. IDS_FAIL_OPEN_TRUST "An error occurred during the opening of the Enterprise Trust store."
  1056. IDS_FAIL_ADD_CTL_TRUST "An error occurred during the addition of a certificate trust list to the Enterprise Trust store."
  1057. IDS_FAIL_OPEN_CA "An error occurred during the opening of the Intermediate Certification Authorities store."
  1058. IDS_FAIL_ADD_CRL_CA "An error occurred during the addition of a certificate revocation list to the Intermediate Certification Authorities store."
  1059. IDS_FAIL_OPEN_MY "An error occurred during the opening of the Personal store."
  1060. IDS_FAIL_OPEN_ROOT "An error occurred during the opening of the Trusted Root Certification Authorities store."
  1061. IDS_FAIL_ADD_CERT_MY "An error occurred during the addition of a certificate to the Personal store."
  1062. IDS_FAIL_ADD_CERT_CA "An error occurred during the addition of a certificate to the Intermediate Certification Authorities store."
  1063. IDS_FAIL_ADD_CERT_ROOT "An error occurred during the addition of a certificate to the Trusted Root Certification Authorities store."
  1064. IDS_FAIL_ADD_CERT_OTHERPEOPLE "An error occurred during the addition of a certificate to the Other People store."
  1065. IDS_FAIL_TO_RECOGNIZE_ENTER "The file type is not recognizable. Select another file."
  1066. IDS_FAIL_READ_FILE_ENTER "An error occurred during the reading of the selected file. Select another file."
  1067. IDS_NOT_SELF_SIGNED "The certificate must be self-signed."
  1068. IDS_BUILDCTL_WIZARD_TITLE "Certificate Trust List Wizard"
  1069. IDS_NO_MATCH_USAGE "The certificate purpose does not match the purpose in the CTL."
  1070. IDS_SOME_NOT_SELF_SIGNED "Only self-signed certificates are added to the CTL."
  1071. IDS_SOME_NO_MATCH_USAGE "Certificates that do not match the purpose of the CTL will not be added."
  1072. IDS_CER_FILTER "X.509 Certificate (*.cer;*.crt)\0*.cer;*.crt\0All Files (*.*)\0*.*\0"
  1073. IDS_ALL_CER_FILTER "X.509 Certificate (*.cer;*.crt)\0*.cer;*.crt\0Microsoft Serialized Certificate Store (*.sst)\0*.sst\0PKCS #7 Certificates (*.spc;*.p7b)\0*.spc;*.p7b\0All Files (*.*)\0*.*\0"
  1074. IDS_IMPORT_FILE_FILTER "X.509 Certificate (*.cer;*.crt)\0*.cer;*.crt\0Personal Information Exchange (*.pfx;*.p12)\0*.pfx;*.p12\0Certificate Trust List (*.stl)\0*.stl\0Certificate Revocation List (*.crl)\0*.crl\0Microsoft Serialized Certificate Store (*.sst)\0*.sst\0PKCS #7 Certificates (*.spc;*.p7b)\0*.spc;*.p7b\0All Files (*.*)\0*.*\0"
  1075. IDS_FAIL_TO_READ_FROM_FILE "An error occurred during the reading of the selected file. Select another file."
  1076. IDS_INVALID_CERT_FILE "The selected file is not a valid certificate. Select another file."
  1077. IDS_NO_MATCH_IN_CTL "The system cannot locate some of the certificates referenced in the CTL. These certificate references will be deleted when you finish editing this CTL."
  1078. IDS_NO_MATCH_USAGE_FROM_CTL "Some certificates in the CTL do not match the purposes selected. References to these certificates will be removed when you finish editing this CTL."
  1079. IDS_NOT_SELF_SIGNED_FROM_CTL "Some certificates in the CTL are not self-signed. They will be deleted when you finish editing this CTL."
  1080. IDS_WIZARD_ERROR_OID "The format of the OID is incorrect. Re-enter the OID."
  1081. IDS_EXISTING_OID "The purpose already exists."
  1082. IDS_SURE_CERT_GONE "Deleting a purpose will reset this CTL. Do you want to continue?"
  1083. IDS_COLUMN_SUBJECT "Issued To"
  1084. IDS_COLUMN_ISSUER "Issued By"
  1085. IDS_COLUMN_PURPOSE "Intended Purposes"
  1086. IDS_COLUMN_EXPIRE "Expiration Date"
  1087. IDS_FAIL_TO_DELETE "The certificate cannot be deleted from the CTL."
  1088. IDS_HAS_TO_SELECT_CERT "Select a certificate."
  1089. IDS_CTL_FILTER "Certificate Trust List (*.stl)\0*.stl\0All Files (*.*)\0*.*\0"
  1090. IDS_INVALID_ALGORITHM_IN_CTL "You cannot edit the CTL because the system cannot recognize the hash algorithm."
  1091. IDS_FAIL_INIT_BUILDCTL "Windows cannot start the Certificate Trust List wizard."
  1092. IDS_FAIL_TO_BUILD_CTL "The CTL cannot be created because an internal error occurred."
  1093. IDS_FAIL_TO_ADD_CTL_TO_STORE "The system cannot write the CTL to the specified certificate store."
  1094. IDS_FAIL_TO_ADD_CTL_TO_FILE "The system cannot write the CTL to a file."
  1095. IDS_BUILDCTL_SUCCEEDED "The Certificate Trust List wizard succeeded."
  1096. IDS_ALL_USAGE "<All>"
  1097. IDS_NO_PVK_FOR_RENEW_CERT "You can renew a certificate only if has an associated private key."
  1098. IDS_EXPORT_WIZARD_TITLE "Certificate Export Wizard"
  1099. IDS_RPC_CALL_FAILED "Windows cannot communicate with the remote computer via key service."
  1100. IDS_MISMATCH_PASSWORDS "The passwords do not match. Make sure the passwords are the same."
  1101. IDS_SELECT_FORMAT "Select a file format."
  1102. IDS_INPUT_FILENAME "Enter a file name."
  1103. IDS_SERIALIZED_STORE_SAVE "Microsoft Serialized Certificate Store (*.sst)\0*.sst\0All Files (*.*)\0*.*\0"
  1104. IDS_MYSERIALIZED_STORE "Microsoft Serialized Certificate Store (*.sst)"
  1105. IDS_CRL_SAVE "Certificate Revocation List (*.crl)\0*.crl\0All Files (*.*)\0*.*\0"
  1106. IDS_CRL "Certificate Revocation List (*.crl)"
  1107. IDS_CTL_SAVE "Certificate Trust List (*.stl)\0*.stl\0All Files (*.*)\0*.*\0"
  1108. IDS_CTL "Certificate Trust List (*.stl)"
  1109. IDS_DER_SAVE "DER Encoded Binary X.509 (*.cer)\0*.cer\0All Files (*.*)\0*.*\0"
  1110. IDS_DER "DER Encoded Binary X.509 (*.cer)"
  1111. IDS_PFX_SAVE "Personal Information Exchange (*.pfx)\0*.pfx\0All Files (*.*)\0*.*\0"
  1112. IDS_PFX "Personal Information Exchange (*.pfx)"
  1113. IDS_PKCS7_SAVE "PKCS #7 Certificates (*.p7b)\0*.p7b\0All Files (*.*)\0*.*\0"
  1114. IDS_PKCS7 "Cryptographic Message Syntax Standard - PKCS #7 Certificates (*.P7B)"
  1115. IDS_BASE64_SAVE "Base64 Encoded X.509 (*.cer)\0*.cer\0All Files (*.*)\0*.*\0"
  1116. IDS_BASE64 "Base64 Encoded X.509 (*.cer)"
  1117. IDS_FILE_FORMAT "File Format"
  1118. IDS_EXPORT_KEYS "Export Keys"
  1119. IDS_EXPORT_CHAIN "Include all certificates in the certification path"
  1120. IDS_UNKNOWN "Determined by the program"
  1121. IDS_SURE_REPLACE "This certificate already exists in the certificate store you selected. Do you want to overwrite the existing certificate?"
  1122. IDS_INVALID_DAYS "The validity period is not valid."
  1123. IDS_INVALID_MONTHS "The validity period is not valid."
  1124. IDS_INVALID_DURATION "The validity period is not valid."
  1125. IDS_STORE_BY_USER "Certificate Store Selected by User"
  1126. IDS_STORE_BY_WIZARD "Certificate Store Selected"
  1127. IDS_OUT_OF_MEMORY "There is not enough memory to complete the operation. Save your work, close other programs, and then try again."
  1128. IDS_SIGN_CONFIRM_TITLE "Digital Signature Wizard"
  1129. IDS_SIGN_CERT "Signing certificate"
  1130. IDS_SIGN_CERT_ISSUE_TO " Issued to"
  1131. IDS_SIGN_CERT_ISSUE_BY " Issued by"
  1132. IDS_SIGN_CERT_EXPIRATION " Expiration date"
  1133. IDS_TIEMSTAMP_ADDR "Timestamp service"
  1134. IDS_SIGN_FILE_FILTER "Executable File (*.exe;*.dll;*.ocx)\0*.exe;*.dll;*.ocx\0Cabinet Files (*.cab)\0*.cab\0Certificate Trust List Files(*.stl)\0*.stl\0Catalog Files (*.cat)\0*.cat\0All Files (*.*)\0*.*\0"
  1135. IDS_NO_FILE_NAME_TO_SIGN "Specify a file name to sign."
  1136. IDS_SELECT_SIGNING_CERT "Select a signing certificate."
  1137. IDS_INVALID_TIMESTAMP_ADDRESS "The URL for the timestamp service is not valid. Re-enter the URL."
  1138. IDS_NO_TIMESTAMP_ADDRESS "Specify a URL for the timestamp service."
  1139. IDS_SIGNING_WIZARD_TITLE "Digital Signature Wizard"
  1140. IDS_SIGN_INVALID_ARG "The wizard cannot digitally sign the file because the information is not valid."
  1141. IDS_SIGN_FAILED "The Digital Signature wizard did not complete."
  1142. IDS_TIMESTAMP_FAILED "The timestamping process did not complete."
  1143. IDS_SIGN_FAIL_INIT "The Digital Signing wizard cannot start."
  1144. IDS_SIGN_CTL_FAILED "The certificate trust list cannot be signed, due to an internal error."
  1145. IDS_SIGNING_SUCCEEDED "The Digital Signing wizard was completed successfully."
  1146. IDS_COLUMN_CA_NAME "CA"
  1147. IDS_COLUMN_CA_MACHINE "Computer"
  1148. IDS_HAS_TO_SELECT_CA "You must select a certification authority."
  1149. IDS_CA_SELECT_TITLE "Select a certification authority."
  1150. IDS_OVERWRITE_FILE_NAME "%s already exists. Do you want to replace it?"
  1151. IDS_EXPORT_SUCCESSFULL "The export was successful."
  1152. IDS_EXPORT_FAILED "The export failed."
  1153. IDS_EXPORT_BADKEYS "An error occurred during the exporting of the private key. The private key may not be exportable."
  1154. IDS_SIGN_NOMATCH "The signing certificate and private key do not match or do not contain valid information."
  1155. IDS_SIGN_AUTH "The signing certificate does not have the correct signing authority."
  1156. IDS_SIGN_RESIZE "There is not enough space in the signature to add the timestamp. Please resign the file."
  1157. IDS_SIGN_NO_PROVIDER "Windows cannot open a CSP that has the correct private key."
  1158. IDS_SIGN_NO_CHAINING "Windows cannot build the requested certification path."
  1159. IDS_SIGN_EXPRIED "The signing certificate has expired or is not yet valid."
  1160. IDS_SIGN_RESPONSE_INVALID "The connection timed out, or the timestamp response is not valid."
  1161. IDS_SIGN_INVALID_ADDRESS "The URL for the timestamp service is not valid."
  1162. IDS_SIGN_TS_CERT_INVALID "The timestamp service certificate is not valid for timestamping."
  1163. IDS_PVK_FILE_FILTER "Private Key (*.pvk)\0*.pvk\0All Files (*.*)\0*.*\0"
  1164. IDS_KEY_EXCHANGE "Key Exchange"
  1165. IDS_KEY_SIGNATURE "Signature"
  1166. IDS_CSP_RSA_FULL "RSA FULL"
  1167. IDS_CSP_RSA_SIG "RSA SIG"
  1168. IDS_CSP_DSS "DSS"
  1169. IDS_CSP_FORTEZZA "FORTEZZA"
  1170. IDS_CSP_MS_EXCHANGE "MS EXCHANGE "
  1171. IDS_CSP_SSL "SSL"
  1172. IDS_CSP_RSA_SCHANNEL "RSA SCHANNEL"
  1173. IDS_CSP_DSS_DH "DSS DH"
  1174. IDS_CSP_EC_ECDSA_SIG "EC ECDSA SIG"
  1175. IDS_CSP_EC_ECNRA_SIG "EC ECNRA SIG "
  1176. IDS_CSP_EC_ECDSA_FULL "EC ECDSA FULL"
  1177. IDS_CSP_EC_ECNRA_FULL "EC ECNRA FULL "
  1178. IDS_CSP_DH_SCHANNEL "DH SCHANNEL"
  1179. IDS_CSP_SPYRUS_LYNKS "SPYRUS LYNKS"
  1180. IDS_SPC_FILE_FILTER "PKCS #7 Certificates (*.p7b;*.spc)\0*.p7b;*.spc\0All Files (*.*)\0*.*\0"
  1181. IDS_INVALID_SPC_FILE "This is not a valid PKCS #7 Certificates file."
  1182. IDS_SPC_FILE_NAME "Signing file name"
  1183. IDS_SIGN_SPC_FILE "Signing file name"
  1184. IDS_SIGN_PVK_FILE "Private key file"
  1185. IDS_SIGN_CSP_NAME "Cryptographic service provider"
  1186. IDS_SIGN_CSP_TYPE "CSP type"
  1187. IDS_SIGN_KEY_CONTAINER "Private key container"
  1188. IDS_SIGN_KEY_SPEC "Key specification"
  1189. IDS_HASH_ALG "Hash algorithm"
  1190. IDS_SIGN_NO_CHAIN "Include only the signing certificate"
  1191. IDS_SIGN_CHAIN_ROOT "Include the certification path and the root certificate"
  1192. IDS_SIGN_CHAIN_NO_ROOT "Include the certification path but do not include the root certificate"
  1193. IDS_SIGN_CERT_CHAIN "Certification path"
  1194. IDS_SIGN_NO_ADD "No additional certificates"
  1195. IDS_SIGN_ADD_FILE "Add certificates from file"
  1196. IDS_SIGN_ADD_STORE "Add certificates from store"
  1197. IDS_CONTENT_DES "Content description"
  1198. IDS_CONTENT_URL "Content information URL"
  1199. IDS_CERT_SPC_FILE_FILTER "PKCS #7 Certificates (*.spc)\0*.spc\0X.509 Certificate (*.cer;*.crt)\0*.cer;*.crt\0All Files (*.*)\0*.*\0"
  1200. IDS_INVALID_CERT_SPC_FILE "The file does not contain valid certificates."
  1201. IDS_HAS_TO_SPECIFY_PVK_FILE "You must specify a private key file."
  1202. IDS_HAS_TO_SPECIFY_CSP "You must specify a cryptographic service provider."
  1203. IDS_HAS_TO_SPECIFY_CONTAINER "You must specify a private key container."
  1204. IDS_HAS_TO_SPECIFY_KEY_TYPE "You must specify a private key type."
  1205. IDS_HAS_TO_SELECT_HASH "You must specify a hash algorithm."
  1206. IDS_SELECT_ADD_FILE "You must specify a file name."
  1207. IDS_SELECT_ADD_STORE "You must specify a certificate store."
  1208. IDS_FILE_TO_SIGN "File name"
  1209. IDS_SIGN_SPC_PROMPT "Note: An .spc file may contain many certificates. The wizard chooses the appropriate certificate based on the private key selected on the next page."
  1210. IDS_EXIT_CERT_IN_CTL "The certificates are already in the certificate trust list."
  1211. IDS_OID_ADVANCED "<Advanced Purposes>"
  1212. IDS_TAB_PERSONAL "Personal"
  1213. IDS_TAB_OTHER "Other People"
  1214. IDS_TAB_CA "Intermediate Certification Authorities"
  1215. IDS_TAB_ROOT "Trusted Root Certification Authorities"
  1216. IDS_TAB_PUBLISHER "Trusted Publishers"
  1217. IDS_CERT_MGR_TITLE "Certificates"
  1218. IDS_OID_ALL "<All>"
  1219. IDS_CERTMGR_DER "DER Encoded Binary X.509 (*.cer)"
  1220. IDS_CERTMGR_BASE64 "Base64 Encoded X.509 (*.cer)"
  1221. IDS_CERTMGR_PKCS7 "PKCS #7 Certificates (*.p7b)"
  1222. IDS_COLUMN_NAME "Friendly Name"
  1223. IDS_CERTMGR_PERSONAL_REMOVE "You cannot decrypt data encrypted using the certificates. Do you want to delete the certificates?"
  1224. IDS_CERTMGR_OTHER_REMOVE "You cannot encrypt data sent to the owner of the certificates. Do you want to delete the certificates?"
  1225. IDS_CERTMGR_CA_REMOVE "Certificates that are issued by the certification authorities or any lower level certification authorities will no longer be trusted. Do you want to delete the certificate(s)?"
  1226. IDS_CERTMGR_ROOT_REMOVE "Deleting system root certificates might prevent some Windows components from working properly. If Update Root Certificates is installed, any deleted third-party root certificates will be restored automatically, but the system root certificates will not. Do you want to delete the selected certificate(s)?"
  1227. IDS_CERTMGR_PUBLISHER_REMOVE "The publisher will no longer be trusted. Do you want to delete the certificates?"
  1228. IDS_CERTIFICATE "Certificate"
  1229. IDS_CER ".cer"
  1230. IDS_P7C ".p7b"
  1231. IDS_ALL_INVALID_DROP_FILE "The files you are importing are not valid certificate files."
  1232. IDS_SOME_INVALID_DROP_FILE "Some of the files are not valid certificate files and cannot be imported."
  1233. IDS_CTL_PURPOSE "Purpose"
  1234. IDS_NO_SELECTED_CTL_PURPOSE "Select a purpose for the certificate trust list."
  1235. IDS_CTL_VALIDITY "Validity"
  1236. IDS_CTL_ID "Identifier"
  1237. IDS_CTL_VALID_MONTH "%1!d! months"
  1238. IDS_CTL_VALID_DAY "%1!d! days"
  1239. IDS_PATH_NOT_FOUND "Windows cannot find the specified path."
  1240. IDS_ENROLL_NO_CERT_TYPE "The certification authority selected does not issue certificates based on certificate templates."
  1241. IDS_NO_CA_FOR_ENROLL "The wizard cannot be started because of one or more of the following conditions:\012 - There are no trusted certification authorities (CAs) available.\012 - You do not have the permissions to request certificates from the available CAs.\012 - The available CAs issue certificates for which you do not have permissions."
  1242. IDS_NO_CA_FOR_ENROLL_REQUEST_FAILED "The certificate request failed because of one of the following conditions:\012 - There are no trusted certification authorities (CAs) available.\012 - The available CAs do not issue certificates based on the specified template."
  1243. IDS_NO_ACCESS_TO_ICERTREQUEST2 "The certificate request cannot be created because of one of the following conditions:\012 - The request required an exchange certificate from a Certification Authority (CA) that is not started.\012 - You do not have the permissions to request certificates from the available CAs."
  1244. IDS_SUBMIT_NO_ACCESS_TO_ICERTREQUEST2 "The certificate request failed because of one of the following conditions:\012 - The certificate request was submitted to a Certification Authority (CA) that is not started.\012 - You do not have the permissions to request certificates from the available CAs."
  1245. IDS_NO_PERMISSION_FOR_CERTTYPE "You do not have permission to request a certificate based on the selected certificate template."
  1246. IDS_NO_USER_PROTECTED_FOR_REMOTE "User protection of private keys is not supported for remote key generation."
  1247. IDS_HAS_TO_PROVIDE_CA "The program did not provide valid certification authority information."
  1248. IDS_NO_SELECTED_CSP "Select a cryptographic service provider."
  1249. IDS_NO_CERTIFICATE_FOR_RENEW "The calling application did not specify a certificate to renew."
  1250. IDS_INVALID_CERTIFICATE_TO_RENEW "This certificate cannot be renewed because it does not contain enough information to generate a renewal request. Please request a new certificate."
  1251. IDS_FAIL_TO_GET_USER_NAME "Windows cannot map your Windows account name to a real name."
  1252. IDS_FAIL_TO_GET_COMPUTER_NAME "Windows cannot retrieve the computer name."
  1253. IDS_FAIL_TO_GET_CSP_LIST "You must have at least one cryptographic service provider installed to perform this operation."
  1254. IDS_CSP_NOT_SUPPORTED "The specified cryptographic service provider cannot be used for the selected Certificate Template."
  1255. IDS_INVALID_CA_FOR_ENROLL "Windows cannot locate the certification authority."
  1256. IDS_IMPORT_DUPLICATE "The import was unsuccessful because read-only duplicates already exist in the certificate stores."
  1257. IDS_IMPORT_CER_FILTER "Certificate File (*.cer;*.crt)\0*.cer;*.crt\0Microsoft Serialized Certificate Store (*.sst)\0*.sst\0PKCS #7 Certificates (*.spc;*.p7b)\0*.spc;*.p7b\0Personal Information Exchange (*.pfx;*.p12)\0*.pfx;*.p12\0All Files (*.*)\0*.*\0"
  1258. IDS_IMPORT_CTL_FILTER "Certificate Trust List (*.stl)\0*.stl\0Microsoft Serialized Certificate Store (*.sst)\0*.sst\0All Files (*.*)\0*.*\0"
  1259. IDS_IMPORT_CRL_FILTER "Certificate Revocation List (*.crl)\0*.crl\0Microsoft Serialized Certificate Store (*.sst)\0*.sst\0All Files (*.*)\0*.*\0"
  1260. IDS_IMPORT_CER_CRL_FILTER "Certificate File (*.cer;*.crt)\0*.cer;*.crt\0Certificate Revocation List (*.crl)\0*.crl\0Microsoft Serialized Certificate Store (*.sst)\0*.sst\0PKCS #7 Certificates (*.spc;*.p7b)\0*.spc;*.p7b\0Personal Information Exchange (*.pfx;*.p12)\0*.pfx;*.p12\0All Files (*.*)\0*.*\0"
  1261. IDS_IMPORT_CER_CTL_FILTER "Certificate File (*.cer;*.crt)\0*.cer;*.crt\0Certificate Trust List (*.stl)\0*.stl\0Microsoft Serialized Certificate Store (*.sst)\0*.sst\0PKCS #7 Certificates (*.spc;*.p7b)\0*.spc;*.p7b\0Personal Information Exchange (*.pfx;*.p12)\0*.pfx;*.p12\0All Files (*.*)\0*.*\0"
  1262. IDS_IMPORT_CTL_CRL_FILTER "Certificate Trust List (*.stl)\0*.stl\0Certificate Revocation List (*.crl)\0*.crl\0CMicrosoft Serialized Certificate Store (*.sst)\0*.sst\0All Files (*.*)\0*.*\0"
  1263. IDS_IMPORT_OBJECT_NOT_EXPECTED "The file contains objects that do not match the program's criteria. Specify another file."
  1264. IDS_EXCEED_LIMIT "The duration of the CTL should be no longer than 99 months."
  1265. IDS_SIGN_PROMPT_CUSTOM "Select a certificate from either a certificate store or from a file (.cer, .crt, or .spc)."
  1266. IDS_SIGN_PROMPT_TYPICAL "Select a certificate from a certificate store."
  1267. IDS_SELECTED_BY_WIZARD "Automatically determined by the wizard"
  1268. IDS_KEY_NOT_EXPORTABLE "Note: The associated private key is marked as not exportable. Only the certificate can be exported."
  1269. IDS_KEY_CORRUPT "Note: The associated private key cannot be found. Only the certificate can be exported."
  1270. IDS_CTL_VALID_MONTH_DAY "%1!d! months and %2!d! days"
  1271. IDS_SIGN_FILE_NAME_NOT_SIP "The specified file cannot be digitally signed."
  1272. IDS_SIGN_FILE_NAME_NOT_EXIST "The specified file does not exist, or it is a read-only file."
  1273. IDS_EMPTY_CERT_IN_FILE "There is no certificate in the selected file."
  1274. IDS_IMPORT_OBJECT_EMPTY "The specified file is empty. Select a different file."
  1275. IDS_IMPORT_PFX_EMPTY "The specified file is empty."
  1276. IDS_ENROLL_UI_NO_CERTTYPE "Specify a certificate template."
  1277. IDS_NON_EXIST_FILE "The specified file does not exist."
  1278. IDS_REPLACE_FILE "%s already exists. Do you want to replace it?"
  1279. IDS_CERT_PVK "The certificate does not contain valid private key information."
  1280. IDS_KEY_PUBLISHER "Publisher"
  1281. IDS_NO_VALID_CERT_TEMPLATE "Windows cannot find a valid certificate template for the request."
  1282. IDS_KEY_STATE_UNKNOWN "Note: The associated private key is inside a cryptographic service provider that may not allow exporting of the key. Exporting this certificate with the private key may fail."
  1283. IDS_IMPORT_NO_PFX_FOR_REMOTE "Importing a .pfx or .p12 file to a remote certificate store is not supported."
  1284. IDS_CANNOT_DELETE_CERTS "You do not have permissions to delete some or all of the selected certificates. Delete canceled."
  1285. IDS_EXPORT_UNSUPPORTED "Exporting certificates with private keys of this type is not supported."
  1286. IDS_UNSUPPORTED_KEY "The private key being imported is not supported by the targeted Cryptographic Service Provider."
  1287. IDS_BAD_ENCODE "The key being imported is improperly encoded."
  1288. IDS_FAIL_OPEN_ADDRESSBOOK "An error occurred during the opening of the Other People store."
  1289. IDS_CSP_BAD_ALGTYPE "The certificate request cannot be created because the certificate type was defined incorrectly. The cryptographic service provider (CSP) does not support the specified certificate purpose. Contact your system administrator."
  1290. IDS_IMPORT_REPLACE_EXISTING_NEWER_CRL "Windows contains a Certificate Revocation List (CRL) that has the same date or is newer than the CRL you are trying to import. If you replace the current CRL, you might lose certificate revocation information. Do you want to replace the current CRL?"
  1291. IDS_IMPORT_REPLACE_EXISTING_NEWER_CTL "Windows contains a Certificate Trust List (CTL) that has the same date or is newer than the CTL you are trying to import. If you replace the current CTL, you might lose certificate trust information. Do you want to replace the current CTL?"
  1292. IDS_FAIL_OPEN_TRUSTEDPEOPLE "An error occurred during the opening of the Trusted People store."
  1293. IDS_FAIL_ADD_CERT_TRUSTEDPEOPLE "An error occurred during the addition of a certificate to the Trusted People store."
  1294. IDS_NO_AD "The wizard cannot be started because it failed to contact the active directory."
  1295. IDS_MIN_KEYSIZE "Minimum Key Size"
  1296. IDS_KEY_EXPORTABLE "Key Exportable"
  1297. IDS_STRONG_PROTECTION "Strong Key Protection"
  1298. END