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.

906 lines
38 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. "#define _AFX_NO_OLE_RESOURCES\r\n"
  36. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  37. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  38. "\r\n"
  39. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  40. "#ifdef _WIN32\r\n"
  41. "LANGUAGE 9, 1\r\n"
  42. "#pragma code_page(1252)\r\n"
  43. "#endif\r\n"
  44. "#include ""res\\KeyRing.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  45. "#include ""afxres.rc"" // Standard components\r\n"
  46. "#include ""afxprint.rc"" // printing/print preview resources\r\n"
  47. "#endif\0"
  48. END
  49. #endif // APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Icon
  53. //
  54. // Icon with lowest ID value placed first to ensure application icon
  55. // remains consistent on all systems.
  56. IDR_KEYMANTYPE ICON DISCARDABLE "res\\KRDoc.ico"
  57. IDI_ICONINFORMATION ICON DISCARDABLE "res\\iconinfo.ico"
  58. IDR_MAINFRAME ICON DISCARDABLE "res\\icon1.ico"
  59. IDI_ICONQUESTION ICON DISCARDABLE "res\\iconques.ico"
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Bitmap
  63. //
  64. IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\Toolbar.bmp"
  65. IDB_TREEIMAGES BITMAP DISCARDABLE "res\\bitmap1.bmp"
  66. IDB_KEYIMAGES BITMAP DISCARDABLE "res\\keyimage.bmp"
  67. IDB_KEYWIZ BITMAP DISCARDABLE "res\\keywiz.bmp"
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // Toolbar
  71. //
  72. IDR_MAINFRAME TOOLBAR DISCARDABLE 16, 16
  73. BEGIN
  74. BUTTON ID_SERVER_CONNECT
  75. BUTTON ID_SERVER_DISCONNECT
  76. SEPARATOR
  77. BUTTON ID_EDIT_CUT
  78. BUTTON ID_EDIT_COPY
  79. BUTTON ID_EDIT_PASTE
  80. END
  81. /////////////////////////////////////////////////////////////////////////////
  82. //
  83. // Menu
  84. //
  85. IDR_MAINFRAME MENU PRELOAD DISCARDABLE
  86. BEGIN
  87. POPUP "&Computers"
  88. BEGIN
  89. MENUITEM "&Connect to Computer...", ID_SERVER_CONNECT, HELP
  90. MENUITEM "&Disconnect Computer", ID_SERVER_DISCONNECT, HELP
  91. MENUITEM SEPARATOR
  92. MENUITEM "Co&mmit Changes Now", ID_SERVER_COMMIT_NOW, HELP
  93. MENUITEM SEPARATOR
  94. MENUITEM "E&xit", ID_APP_EXIT
  95. END
  96. POPUP "&Edit"
  97. BEGIN
  98. MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
  99. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  100. MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
  101. END
  102. POPUP "&Key"
  103. BEGIN
  104. MENUITEM "&Create New Key...", IDS_NEW_CREATE_NEW
  105. MENUITEM "D&elete Key", ID_KEY_DELETE, HELP
  106. MENUITEM SEPARATOR
  107. MENUITEM "Create &Renewal Request...", ID_KEY_SAVE_REQUEST, HELP
  108. MENUITEM "&Install Key Certificate...", ID_KEY_INSTALL_CERTIFICATE
  109. , HELP
  110. MENUITEM SEPARATOR
  111. POPUP "I&mport Key..."
  112. BEGIN
  113. MENUITEM "&KeySet Files", ID_KEY_IMPORT_KEYSET
  114. MENUITEM "&Backup File", ID_KEY_IMPORT_BACKUP
  115. END
  116. POPUP "E&xport Key..."
  117. BEGIN
  118. MENUITEM "&Backup File", ID_KEY_EXPORT_BACKUP
  119. END
  120. MENUITEM SEPARATOR
  121. MENUITEM "Pr&operties...", ID_PROPERTIES
  122. END
  123. POPUP "&Help"
  124. BEGIN
  125. MENUITEM "&Help Topics", ID_HELPTOPICS
  126. MENUITEM SEPARATOR
  127. MENUITEM "&About Key Manager...", ID_APP_ABOUT
  128. END
  129. END
  130. IDR_KEYPROP MENU DISCARDABLE
  131. BEGIN
  132. POPUP "keyprop"
  133. BEGIN
  134. MENUITEM "Cu&t", ID_EDIT_CUT
  135. MENUITEM "&Copy", ID_EDIT_COPY
  136. MENUITEM "&Paste", ID_EDIT_PASTE
  137. MENUITEM SEPARATOR
  138. MENUITEM "C&reate New Key...", IDS_NEW_CREATE_NEW
  139. MENUITEM "D&elete", ID_KEY_DELETE
  140. MENUITEM SEPARATOR
  141. MENUITEM "&Write Key Request...", ID_KEYPROP_WRITEKEYREQUEST
  142. MENUITEM "&Install Key Certificate...", ID_KEY_INSTALL_CERTIFICATE
  143. MENUITEM SEPARATOR
  144. MENUITEM "Pr&operties...", ID_PROPERTIES
  145. END
  146. POPUP "MachineProp"
  147. BEGIN
  148. MENUITEM "&Disconnect Computer", ID_SERVER_DISCONNECT
  149. MENUITEM "Co&mmit Changes Now", ID_SERVER_COMMIT_NOW
  150. END
  151. POPUP "servprop"
  152. BEGIN
  153. MENUITEM "C&ut", ID_EDIT_CUT
  154. MENUITEM "&Copy", ID_EDIT_COPY
  155. MENUITEM "&Paste", ID_EDIT_PASTE
  156. MENUITEM SEPARATOR
  157. MENUITEM "C&reate New Key...", IDS_NEW_CREATE_NEW
  158. MENUITEM "Pr&operties...", ID_PROPERTIES
  159. END
  160. END
  161. /////////////////////////////////////////////////////////////////////////////
  162. //
  163. // Accelerator
  164. //
  165. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
  166. BEGIN
  167. "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  168. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
  169. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
  170. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
  171. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  172. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
  173. "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
  174. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
  175. END
  176. /////////////////////////////////////////////////////////////////////////////
  177. //
  178. // Dialog
  179. //
  180. IDD_CONNECT_SERVER DIALOGEX 0, 0, 262, 71
  181. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  182. CAPTION "Connect To Computer"
  183. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  184. BEGIN
  185. LTEXT "&Computer Name:",IDC_STATIC,7,28,44,8
  186. EDITTEXT IDC_CONNECT_ServerName,55,25,132,14,ES_AUTOHSCROLL
  187. DEFPUSHBUTTON "OK",IDOK,205,7,50,14
  188. PUSHBUTTON "Cancel",IDCANCEL,205,24,50,14
  189. PUSHBUTTON "&Help",ID_HELP,205,50,50,14
  190. END
  191. IDD_CONFIRM_PASSWORD DIALOG DISCARDABLE 0, 0, 202, 60
  192. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  193. CAPTION "Confirm Password"
  194. FONT 8, "MS Shell Dlg"
  195. BEGIN
  196. LTEXT "&Password:",IDC_STATIC,7,27,34,8
  197. EDITTEXT IDC_CONFIRM_PASSWORD,46,24,81,14,ES_PASSWORD |
  198. ES_AUTOHSCROLL
  199. DEFPUSHBUTTON "OK",IDOK,145,7,50,14
  200. PUSHBUTTON "Cancel",IDCANCEL,145,24,50,14
  201. END
  202. IDD_KEY_DATA_VIEW DIALOG DISCARDABLE 0, 0, 187, 204
  203. STYLE WS_CHILD
  204. FONT 8, "MS Shell Dlg"
  205. BEGIN
  206. LTEXT "&Name:",IDC_STATIC_NAME,6,9,22,8
  207. EDITTEXT IDC_VIEWKEY_NAME,39,7,132,14,ES_AUTOHSCROLL
  208. LTEXT "Status:",IDC_STATIC,6,28,23,8
  209. LTEXT "Static\nStatic\nStaticg",IDC_VIEWKEY_STATUS,31,29,149,
  210. 30
  211. LTEXT "Valid From:",IDC_STATIC_STARTS,6,62,37,8
  212. LTEXT "Static",IDC_VIEWKEY_STARTS,43,62,137,8
  213. LTEXT "Valid Until:",IDC_STATIC_EXPIRES,6,74,37,8
  214. LTEXT "Static",IDC_VIEWKEY_EXPIRES,43,74,137,8
  215. GROUPBOX "Distinguishing Information",IDC_GROUP_DN,6,92,174,104
  216. LTEXT "Bits:",IDC_STATIC_BITS,16,106,14,8
  217. LTEXT "Static",IDC_VIEWKEY_BITS,88,106,83,8
  218. LTEXT "Organization:",IDC_STATIC_ORG,16,119,72,8
  219. LTEXT "Static",IDC_VIEWKEY_ORG,88,119,83,8
  220. LTEXT "Organizational Unit:",IDC_STATIC_UNIT,16,132,72,8
  221. LTEXT "Static",IDC_VIEWKEY_UNIT,88,132,83,8
  222. LTEXT "Common Name:",IDC_STATIC_NETADDR,16,145,72,8
  223. LTEXT "Static",IDC_VIEWKEY_NETADDR,88,145,83,8
  224. LTEXT "Country:",IDC_STATIC_COUNTRY,16,158,72,8
  225. LTEXT "Static",IDC_VIEWKEY_COUNTRY,88,158,83,8
  226. LTEXT "State/Province:",IDC_STATIC_STATEPROVICE,16,171,72,8
  227. LTEXT "Static",IDC_VIEWKEY_STATEPROVINCE,88,171,83,8
  228. LTEXT "Locality:",IDC_STATIC_LOCALITY,16,183,72,8
  229. LTEXT "Static",IDC_VIEWKEY_LOCALITY,88,183,83,8
  230. END
  231. IDD_NEW_KEY_INFO DIALOGEX 0, 0, 281, 135
  232. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  233. CAPTION "New Key Information"
  234. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  235. BEGIN
  236. DEFPUSHBUTTON "OK",IDOK,60,112,50,14
  237. PUSHBUTTON "&Help",ID_HELP,177,112,50,14
  238. ICON IDI_ICONINFORMATION,IDR_MAINFRAME,7,7,18,20
  239. LTEXT "stuff goes here from the string resources",
  240. IDC_INFO_BASE,40,7,234,26
  241. LTEXT "Static - built from strings",IDC_NEW_KEY_INFO_FILE_PART,
  242. 41,36,233,33
  243. LTEXT "When you receive your valid key certificate, install it by selecting the corresponding key in Key Manager and choosing Install Key Certificate from the Key menu.",
  244. IDC_STATIC,41,74,233,25
  245. END
  246. IDD_CREATING_NEW_KEY DIALOG DISCARDABLE 0, 0, 244, 94
  247. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  248. CAPTION "Creating New Key"
  249. FONT 8, "MS Shell Dlg"
  250. BEGIN
  251. PUSHBUTTON "OK",IDOK,186,73,50,14
  252. LTEXT "Creating a new key. Please wait...",IDC_MESSAGE,53,7,
  253. 183,57
  254. CONTROL "Animate1",IDC_GRINDER_ANIMATION,"SysAnimate32",
  255. ACS_TRANSPARENT | ACS_AUTOPLAY | WS_TABSTOP,8,0,34,50
  256. END
  257. IDD_IMPORT_KEY_PAIR DIALOG DISCARDABLE 0, 0, 266, 100
  258. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  259. CAPTION "Import Key Pair"
  260. FONT 8, "MS Shell Dlg"
  261. BEGIN
  262. LTEXT "&Private Key Pair File",IDC_STATIC,26,40,64,8
  263. EDITTEXT IDC_PRIVATE_FILE,23,49,173,14,ES_AUTOHSCROLL
  264. PUSHBUTTON "&Browse...",IDC_BROWSE_PRIVATE,205,49,50,14
  265. LTEXT "&Certificate File",IDC_STATIC,26,70,45,8
  266. EDITTEXT IDC_CERT_FILE,23,79,173,14,ES_AUTOHSCROLL
  267. PUSHBUTTON "B&rowse...",IDC_BROWSE_CERT,205,79,50,14
  268. DEFPUSHBUTTON "OK",IDOK,205,7,50,14
  269. PUSHBUTTON "Cancel",IDCANCEL,205,24,50,14
  270. LTEXT "Import Key Pairs generated with tools\nother than Key Manger",
  271. IDC_STATIC,7,7,155,25
  272. END
  273. IDD_ADNIM_INFO DIALOG DISCARDABLE 0, 0, 261, 58
  274. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  275. CAPTION "Administrator Information"
  276. FONT 8, "MS Shell Dlg"
  277. BEGIN
  278. LTEXT "&E-mail address:",IDC_STATIC,7,9,49,8
  279. LTEXT "&Phone number:",IDC_STATIC,7,26,49,8
  280. EDITTEXT IDC_EMAIL_ADDRESS,60,7,128,14,ES_AUTOHSCROLL
  281. EDITTEXT IDC_PHONE_NUMBER,60,24,128,14,ES_AUTOHSCROLL
  282. DEFPUSHBUTTON "OK",IDOK,199,7,50,14
  283. PUSHBUTTON "Cancel",IDCANCEL,199,24,50,14
  284. END
  285. IDD_NK_CHOOSE_CA DIALOG DISCARDABLE 0, 0, 326, 170
  286. STYLE WS_POPUP
  287. FONT 8, "MS Shell Dlg"
  288. BEGIN
  289. CONTROL "Put the request in a &file that you will send to an authority",
  290. IDC_NK_CA_FILE_RADIO,"Button",BS_AUTORADIOBUTTON |
  291. WS_GROUP | WS_TABSTOP,94,68,191,10
  292. CONTROL "Automatically send the request to an &online authority",
  293. IDC_NK_CA_ONLINE_RADIO,"Button",BS_AUTORADIOBUTTON,94,
  294. 119,179,10
  295. EDITTEXT IDC_NK_CA_FILE,106,83,198,14,ES_AUTOHSCROLL
  296. PUSHBUTTON "&Browse...",IDC_NK_CA_BROWSE,252,101,52,14
  297. COMBOBOX IDC_NK_CA_ONLINE,106,132,198,30,CBS_DROPDOWNLIST |
  298. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  299. PUSHBUTTON "&Properties...",IDC_BK_CA_PROPERTIES,251,149,53,14
  300. LTEXT "To begin creating a key, you must first target a specific certificate authority. This can be either a remote authority that is accessed through an intermediate file, or a local online authority.",
  301. IDC_STATIC,94,7,226,26
  302. LTEXT "If you choose a remote, file based authority, you will be responsible for sending the file and receiving the response. An online authority will be administered automatically.",
  303. IDC_STATIC,94,34,226,26
  304. CONTROL 160,IDC_STATIC,"Static",SS_BITMAP,7,7,77,156
  305. END
  306. IDD_NK_FILE_INFO DIALOG DISCARDABLE 0, 0, 326, 170
  307. STYLE WS_POPUP
  308. FONT 8, "MS Shell Dlg"
  309. BEGIN
  310. LTEXT "A request for your new key is about to be created. Because you earlier chose to save this request in a file, you will then be responsible for forwarding it to the appropriate certificate authority.",
  311. IDC_STATIC,94,7,227,25
  312. CONTROL 160,IDC_STATIC,"Static",SS_BITMAP,7,7,57,156
  313. LTEXT "When you receive your valid key certificate, install it by selecting the corresponding key in Key Manager and choosing Install Key Certificate from the Key menu.",
  314. IDC_STATIC,94,87,227,25
  315. LTEXT "The request for the new key will be saved into the file:",
  316. IDC_STATIC,94,39,227,10
  317. LTEXT "Static",IDC_NK_INFO_FILENAME,94,50,227,8
  318. LTEXT "Your key will exist in the KeyRing application, but will not be usable until your valid key certificate is received from the certificate authority.",
  319. IDC_STATIC,94,67,227,18
  320. LTEXT "Note that your new certificate and key pair are cryptographically matched. The new certificate must be installed with the corresponding key pair. An 'incorrect password' error might indicate a mismatched certificate/key pair.",
  321. IDC_STATIC,94,116,220,36
  322. END
  323. IDD_NK_DN1 DIALOG DISCARDABLE 0, 0, 326, 170
  324. STYLE WS_POPUP
  325. FONT 8, "MS Shell Dlg"
  326. BEGIN
  327. LTEXT "&Organization:",IDC_STATIC,92,108,57,8
  328. EDITTEXT IDC_NEWKEY_ORG,157,105,112,14,ES_AUTOHSCROLL
  329. LTEXT "Organizational &Unit:",IDC_STATIC,92,126,64,8
  330. EDITTEXT IDC_NEWKEY_ORGUNIT,157,123,112,14,ES_AUTOHSCROLL
  331. LTEXT "Co&mmon Name:",IDC_STATIC,92,143,53,8
  332. EDITTEXT IDC_NEWKEY_COMMONNAME,157,141,112,14,ES_AUTOHSCROLL
  333. LTEXT "Your certificate must have information about your organization which sets it apart from other certificates.",
  334. IDC_STATIC,94,7,227,18
  335. CONTROL 160,IDC_STATIC,"Static",SS_BITMAP,7,7,77,156
  336. LTEXT "Enter your Organization name and Organizational Unit. This is typically your legal company name and division/department name.",
  337. IDC_STATIC,94,26,217,17
  338. LTEXT "Enter the Common Name. This is the fully qualified domain name used for DNS lookups of your server (such as www.yourcorp.com). This information is used by browsers to identify your site. If you change this name, you will need to obtain a new certificate.",
  339. IDC_STATIC,94,45,217,34
  340. LTEXT "For further information, consult the web pages of your selected Certificate Authority.",
  341. IDC_STATIC,94,80,217,20
  342. END
  343. IDD_NK_KEY_INFO DIALOG DISCARDABLE 0, 0, 326, 170
  344. STYLE WS_POPUP
  345. FONT 8, "MS Shell Dlg"
  346. BEGIN
  347. LTEXT "&Key Name:",IDC_STATIC,94,80,36,8
  348. EDITTEXT IDC_NKKI_NAME,134,77,170,14,ES_AUTOHSCROLL
  349. LTEXT "&Password:",IDC_STATIC,94,98,34,8
  350. EDITTEXT IDC_NEW_NKKI_PASSWORD,156,93,77,14,ES_PASSWORD |
  351. ES_AUTOHSCROLL
  352. LTEXT "&Confirm Password:",IDC_STATIC,94,115,59,8
  353. EDITTEXT IDC_NEW_NKKI_PASSWORD2,156,112,77,14,ES_PASSWORD |
  354. ES_AUTOHSCROLL
  355. LTEXT "Bit &Length:",IDC_STATIC,94,144,35,8
  356. COMBOBOX IDC_NKKI_BITS,134,141,48,86,CBS_DROPDOWNLIST |
  357. WS_VSCROLL | WS_TABSTOP
  358. LTEXT "Your new key must have a name, password, and bit length. The bit length determines how strong the key's encryption will be. The larger the bit length, the stronger the security. However, it also gets slower as well.",
  359. IDC_STATIC,94,7,226,26
  360. CONTROL 160,IDC_STATIC,"Static",SS_BITMAP,7,7,77,156
  361. LTEXT "Please enter the same password into both of the password fields. If you make a mistake, you will be prompted to re-enter it.",
  362. IDC_STATIC,94,34,226,18
  363. LTEXT "The password is necessary to link the public and private keys together. Keep this password secret. You will need it again to use the certificate.",
  364. IDC_STATIC,94,53,226,18
  365. END
  366. IDD_NK_USER_INFO DIALOG DISCARDABLE 0, 0, 326, 170
  367. STYLE WS_POPUP
  368. FONT 8, "MS Shell Dlg"
  369. BEGIN
  370. LTEXT "&Your Name:",IDC_STATIC,94,75,38,8
  371. EDITTEXT IDC_NKUI_USER_NAME,148,73,156,14,ES_AUTOHSCROLL
  372. LTEXT "&E-mail address:",IDC_STATIC,94,93,49,8
  373. EDITTEXT IDC_NKUI_EMAIL_ADDRESS,148,91,156,14,ES_AUTOHSCROLL
  374. LTEXT "&Phone number:",IDC_STATIC,94,111,49,8
  375. EDITTEXT IDC_NKUI_PHONE_NUMBER,148,109,156,14,ES_AUTOHSCROLL
  376. LTEXT "The certificate authority that will be providing your new key needs to know some information about you. This should be the administrator requesting the new key (you).",
  377. IDC_STATIC,94,7,228,26
  378. CONTROL 160,IDC_STATIC,"Static",SS_BITMAP,7,7,57,156
  379. LTEXT "This information will not be placed in the key and is simply to allow the certificate authority to contact you in case there are any questions.",
  380. IDC_STATIC,94,37,228,18
  381. END
  382. IDD_NK_DN2 DIALOG DISCARDABLE 0, 0, 326, 170
  383. STYLE WS_POPUP
  384. FONT 8, "MS Shell Dlg"
  385. BEGIN
  386. LTEXT "&Country:",IDC_STATIC,94,90,42,8
  387. COMBOBOX IDC_NEWKEY_COUNTRY,157,88,112,85,CBS_DROPDOWN | CBS_SORT |
  388. WS_VSCROLL | WS_TABSTOP
  389. LTEXT "&State/Province:",IDC_STATIC,94,108,55,8
  390. EDITTEXT IDC_NEWKEY_STATE,157,106,112,14,ES_AUTOHSCROLL
  391. LTEXT "City/&Locality:",IDC_STATIC,94,125,42,8
  392. EDITTEXT IDC_NEWKEY_LOCALITY,157,124,112,14,ES_AUTOHSCROLL
  393. LTEXT "Additional information is required for your certificate.",
  394. IDC_STATIC,94,6,219,10
  395. CONTROL 160,IDC_STATIC,"Static",SS_BITMAP,7,7,77,156
  396. LTEXT "First, enter your country code. This is a two-letter ISO standard code. ( Example: United States = US; Canada = CA )",
  397. IDC_STATIC,94,18,210,18
  398. LTEXT "Next, enter your state or province (do not use any abbreviations).",
  399. IDC_STATIC,94,59,210,10
  400. LTEXT "Finally, enter your locality (city).",IDC_STATIC,94,69,
  401. 219,8
  402. LTEXT "For the latest list of country codes see the following information:",
  403. IDC_STATIC,94,37,199,8
  404. CONTROL "ftp://ftp.ripe.net/iso3166-countrycodes",
  405. IDC_HOTLINK_CCODES,"Button",BS_OWNERDRAW | BS_FLAT,94,45,
  406. 219,11
  407. END
  408. IDD_CERT_MISMATCH DIALOG DISCARDABLE 0, 0, 326, 157
  409. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  410. CAPTION "Certificate/Request Mismatch"
  411. FONT 8, "MS Shell Dlg"
  412. BEGIN
  413. DEFPUSHBUTTON "OK",IDOK,138,136,50,14
  414. ICON 32515,IDC_STATIC,7,7,21,20
  415. LTEXT "The information provided below should help you verify that you are attempting to install the correct certificate.",
  416. IDC_STATIC,37,19,282,18
  417. LTEXT "The original request's subject name is:",IDC_STATIC,7,
  418. 42,120,8
  419. LTEXT "The certificate's subject name is:",IDC_STATIC,169,42,
  420. 104,8
  421. CONTROL "List1",IDC_LIST_REQUEST,"SysListView32",LVS_REPORT |
  422. LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,7,54,150,73
  423. CONTROL "List1",IDC_LIST_CERTIFICATE,"SysListView32",LVS_REPORT |
  424. LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,169,54,150,73
  425. LTEXT "Cannot install the certificate because it does not match the certificate requested.",
  426. IDC_STATIC,37,7,282,10
  427. END
  428. /////////////////////////////////////////////////////////////////////////////
  429. //
  430. // DESIGNINFO
  431. //
  432. #ifdef APSTUDIO_INVOKED
  433. GUIDELINES DESIGNINFO DISCARDABLE
  434. BEGIN
  435. IDD_CREATING_NEW_KEY, DIALOG
  436. BEGIN
  437. LEFTMARGIN, 8
  438. VERTGUIDE, 42
  439. VERTGUIDE, 53
  440. VERTGUIDE, 236
  441. HORZGUIDE, 7
  442. END
  443. IDD_NK_CHOOSE_CA, DIALOG
  444. BEGIN
  445. VERTGUIDE, 94
  446. END
  447. IDD_NK_FILE_INFO, DIALOG
  448. BEGIN
  449. RIGHTMARGIN, 314
  450. VERTGUIDE, 94
  451. END
  452. IDD_NK_DN1, DIALOG
  453. BEGIN
  454. RIGHTMARGIN, 314
  455. VERTGUIDE, 94
  456. VERTGUIDE, 311
  457. END
  458. IDD_NK_KEY_INFO, DIALOG
  459. BEGIN
  460. RIGHTMARGIN, 314
  461. VERTGUIDE, 94
  462. VERTGUIDE, 320
  463. END
  464. IDD_NK_USER_INFO, DIALOG
  465. BEGIN
  466. RIGHTMARGIN, 314
  467. VERTGUIDE, 94
  468. VERTGUIDE, 322
  469. END
  470. IDD_NK_DN2, DIALOG
  471. BEGIN
  472. VERTGUIDE, 94
  473. VERTGUIDE, 157
  474. VERTGUIDE, 269
  475. VERTGUIDE, 313
  476. END
  477. IDD_CERT_MISMATCH, DIALOG
  478. BEGIN
  479. LEFTMARGIN, 7
  480. RIGHTMARGIN, 319
  481. VERTGUIDE, 37
  482. VERTGUIDE, 169
  483. TOPMARGIN, 7
  484. BOTTOMMARGIN, 150
  485. END
  486. END
  487. #endif // APSTUDIO_INVOKED
  488. /////////////////////////////////////////////////////////////////////////////
  489. //
  490. // Dialog Info
  491. //
  492. IDD_CREATE_KEY_REQUEST DLGINIT
  493. BEGIN
  494. IDC_NEW_KEY_BITS, 0x403, 4, 0
  495. 0x3135, 0x0032,
  496. IDC_NEW_KEY_BITS, 0x403, 4, 0
  497. 0x3637, 0x0038,
  498. IDC_NEW_KEY_BITS, 0x403, 5, 0
  499. 0x3031, 0x3432, "\000"
  500. 0
  501. END
  502. IDD_NK_KEY_INFO DLGINIT
  503. BEGIN
  504. IDC_NKKI_BITS, 0x403, 4, 0
  505. 0x3135, 0x0032,
  506. IDC_NKKI_BITS, 0x403, 4, 0
  507. 0x3637, 0x0038,
  508. IDC_NKKI_BITS, 0x403, 5, 0
  509. 0x3031, 0x3432, "\000"
  510. 0
  511. END
  512. /////////////////////////////////////////////////////////////////////////////
  513. //
  514. // AVI
  515. //
  516. IDR_AVI_CREATING_KEY AVI DISCARDABLE "res\\DILLO.AVI"
  517. /////////////////////////////////////////////////////////////////////////////
  518. //
  519. // Cursor
  520. //
  521. IDC_BROWSE CURSOR DISCARDABLE "res\\browse.cur"
  522. /////////////////////////////////////////////////////////////////////////////
  523. //
  524. // String Table
  525. //
  526. STRINGTABLE PRELOAD DISCARDABLE
  527. BEGIN
  528. IDR_MAINFRAME "Key Manager\n\nKeyMan\n\n\nKeyManager.Document\nKeyMan Document"
  529. END
  530. STRINGTABLE PRELOAD DISCARDABLE
  531. BEGIN
  532. AFX_IDS_APP_TITLE "Key Manager"
  533. AFX_IDS_IDLEMESSAGE "Ready"
  534. END
  535. STRINGTABLE DISCARDABLE
  536. BEGIN
  537. ID_INDICATOR_EXT "EXT"
  538. ID_INDICATOR_CAPS "CAP"
  539. ID_INDICATOR_NUM "NUM"
  540. ID_INDICATOR_SCRL "SCRL"
  541. ID_INDICATOR_OVR "OVR"
  542. ID_INDICATOR_REC "REC"
  543. END
  544. STRINGTABLE DISCARDABLE
  545. BEGIN
  546. ID_FILE_NEW "Create a new document\nNew"
  547. ID_FILE_OPEN "Open an existing document\nOpen"
  548. ID_FILE_CLOSE "Close the active document\nClose"
  549. ID_FILE_SAVE "Save the active document\nSave"
  550. ID_FILE_SAVE_AS "Save the active document with a new name\nSave As"
  551. ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup"
  552. ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup"
  553. ID_FILE_PRINT "Print the active document\nPrint"
  554. ID_FILE_PRINT_PREVIEW "Display full pages\nPrint Preview"
  555. END
  556. STRINGTABLE DISCARDABLE
  557. BEGIN
  558. ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
  559. ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
  560. ID_HELP_FINDER "List Help topics\nHelp Topics"
  561. ID_CONTEXT_HELP "Display help for clicked on buttons, menus and windows\nHelp"
  562. END
  563. STRINGTABLE DISCARDABLE
  564. BEGIN
  565. ID_FILE_MRU_FILE1 "Open this document"
  566. ID_FILE_MRU_FILE2 "Open this document"
  567. ID_FILE_MRU_FILE3 "Open this document"
  568. ID_FILE_MRU_FILE4 "Open this document"
  569. ID_FILE_MRU_FILE5 "Open this document"
  570. ID_FILE_MRU_FILE6 "Open this document"
  571. ID_FILE_MRU_FILE7 "Open this document"
  572. ID_FILE_MRU_FILE8 "Open this document"
  573. ID_FILE_MRU_FILE9 "Open this document"
  574. ID_FILE_MRU_FILE10 "Open this document"
  575. ID_FILE_MRU_FILE11 "Open this document"
  576. ID_FILE_MRU_FILE12 "Open this document"
  577. ID_FILE_MRU_FILE13 "Open this document"
  578. ID_FILE_MRU_FILE14 "Open this document"
  579. ID_FILE_MRU_FILE15 "Open this document"
  580. ID_FILE_MRU_FILE16 "Open this document"
  581. END
  582. STRINGTABLE DISCARDABLE
  583. BEGIN
  584. ID_NEXT_PANE "Switch to the next window pane\nNext Pane"
  585. ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
  586. END
  587. STRINGTABLE DISCARDABLE
  588. BEGIN
  589. ID_WINDOW_SPLIT "Split the active window into panes\nSplit"
  590. END
  591. STRINGTABLE DISCARDABLE
  592. BEGIN
  593. ID_EDIT_CLEAR "Erase the selection\nErase"
  594. ID_EDIT_CLEAR_ALL "Erase everything\nErase All"
  595. ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy"
  596. ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut"
  597. ID_EDIT_FIND "Find the specified text\nFind"
  598. ID_EDIT_PASTE "Insert Clipboard contents\nPaste"
  599. ID_EDIT_REPEAT "Repeat the last action\nRepeat"
  600. ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
  601. ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
  602. ID_EDIT_UNDO "Undo the last action\nUndo"
  603. ID_EDIT_REDO "Redo the previously undone action\nRedo"
  604. END
  605. STRINGTABLE DISCARDABLE
  606. BEGIN
  607. ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar"
  608. ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar"
  609. END
  610. STRINGTABLE DISCARDABLE
  611. BEGIN
  612. AFX_IDS_SCSIZE "Change the window size"
  613. AFX_IDS_SCMOVE "Change the window position"
  614. AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
  615. AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
  616. AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
  617. AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
  618. AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
  619. END
  620. STRINGTABLE DISCARDABLE
  621. BEGIN
  622. AFX_IDS_SCRESTORE "Restore the window to normal size"
  623. AFX_IDS_SCTASKLIST "Activate Task List"
  624. END
  625. STRINGTABLE DISCARDABLE
  626. BEGIN
  627. AFX_IDS_PREVIEW_CLOSE "Close print preview mode\nCancel Preview"
  628. END
  629. STRINGTABLE DISCARDABLE
  630. BEGIN
  631. IDS_APP_EXTENSION "Type"
  632. IDS_APP_EXE_PATH "Content"
  633. IDS_ERR_GENERIC_ERRCODE "\nError = "
  634. END
  635. STRINGTABLE DISCARDABLE
  636. BEGIN
  637. IDS_CA_FACTORY_ERR "Unable to contact the certificate authority."
  638. IDS_CA_DENIED "The certificate request was denied by the online certificate authority. Contact your system administrator for more information."
  639. IDS_CA_ERROR "An error occurred on the online certificate authority. Contact your system administrator for more information."
  640. IDS_HELPLOC_KEYRINGHELP "%WINDIR%\\help\\iis\\winhelp\\keyring.hlp"
  641. IDS_ERR_INSTALLING_CERT "Unable to install the certificate. Please make sure that it is a valid certificate, matched to this key, and that you are using the correct password."
  642. IDS_TOTALLY_ILLEGAL_CHARS ","
  643. IDS_CERTERR_INVALID_CERTIFICATE
  644. "The certificate is invalid. Please double-check that you have chosen the correct file.\n\nCAPI2 error = "
  645. IDS_CERTERR_MISMATCHED_CERT
  646. "The certificate you have chosen is not matched to this key. Please double-check that you have the correct certificate file and try again."
  647. IDS_CERTERR_SCHANNEL_ERR "\n\nSChannel error = "
  648. IDS_CERTERROR_PACKAGELOAD_ERROR
  649. "Unable to install the certificate because the security package could not be loaded. Please contact your system administrator and ask to have your security installation inspected."
  650. IDS_CERTERROR_BADPASSWORD
  651. "Unable to install the certificate because you did not enter the correct password."
  652. IDS_CERTERR_LOMEM "The wasn't enough available memory for schannel to process the certificate."
  653. IDS_CERTERR_SCHNL_GENERIC
  654. "An error occurred in SChannel while processing your certificate."
  655. EDS_CERTERR_SCHNL_BAD_INIT
  656. "Unable to process your certificate because SChannel failed to initialize properly."
  657. IDS_OPEN_PRIVATE_KEY "Open Key File"
  658. IDS_OPEN_PUBLIC_KEY "Open Certificate File"
  659. END
  660. STRINGTABLE DISCARDABLE
  661. BEGIN
  662. IDS_GRIND_ONLINE_FAILURE
  663. "The online certificate authority was unable to process your request at this time.\n\n"
  664. IDS_PASSWORD_ERROR "The new password was not correctly confirmed. Be sure that the confirmation password exactly matches the new password."
  665. IDS_GRIND_RESUBMITTING "Contacting the online certificate authority to see if your certificate is ready.\nPlease wait..."
  666. IDS_ILLEGAL_DN_CHARS "!@#$%^&*[]{}|/\\~<>?"
  667. IDS_BADCHARMSG "The character you typed may be rejected by the certificate authority. Press YES to use this character. Press NO to retype a new character."
  668. IDS_GENERATE_KEY_TITLE "Generate New Key"
  669. IDS_IO_ERROR "Disk I/O error. Unable to create the request file"
  670. IDS_BAD_FILE_NAME "Invalid file name"
  671. IDS_FILE_EXISTS "%1\nThis file already exists.\nReplace existing file?"
  672. IDS_CHOOSE_COMPUTER "Connect to Computer"
  673. IDS_TITLE_CREATE_WIZ "Create New Key"
  674. IDS_TITLE_RENEW "Renew Key"
  675. IDS_INVALID_CA_REQUEST_OLD
  676. "The online request for this key was created with an old alpha/beta format that is no longer valid."
  677. IDS_CA_NO_INTERFACE "Unable to load the online certificate authority."
  678. IDS_CA_INVALID "Invalid certificate authority reference."
  679. END
  680. STRINGTABLE DISCARDABLE
  681. BEGIN
  682. IDS_NEW_CREATE_NEW "Create a new key request file\nCreate key request file"
  683. IDS_ADDONS_LOCATION "Software\\Microsoft\\KeyRing\\Parameters\\AddOnServices"
  684. IDS_NO_SERVICE_MODS "Unable to load any service modules"
  685. IDS_REQUEST_FILTER "Request file!*.req!!"
  686. IDS_SERVER_INFO_STRING "Microsoft Key Manager for IIS Version 4.0"
  687. IDS_CA_LOCATION "Software\\Microsoft\\KeyRing\\Parameters\\Certificate Authorities"
  688. IDS_LOAD_CA_ERR "Unable to load the Certificate Authority DLL"
  689. IDS_DEFAULT_REQUEST_FILE "C:\\NewKeyRq.txt"
  690. IDS_GEN_KEYPAIR_ERR "Unable to generate a new key request."
  691. IDS_GRIND_GENERATING "Generating a request for a new key\n\nPlease wait..."
  692. IDS_GRIND_SUBMITTING "Submitting your certificate request to the online certificate authority.\nPlease wait..."
  693. IDS_GRIND_SUCCESS "The new key has been successfully created."
  694. IDS_GRIND_DELAYED "The request for the new key has been submitted. The key will be completed at a later time at the request of the certificate authority service."
  695. IDS_GRIND_FILE "The request has been generated and placed in the file \n"
  696. END
  697. STRINGTABLE DISCARDABLE
  698. BEGIN
  699. IDS_ERR_CONNECT "Unable to administer remote computer."
  700. IDS_MACHINE_LOCAL "Local Computer"
  701. IDS_SERVER_NONE "No web servers are on this computer"
  702. IDS_CREATE_KEY_NEW_NAME "New Key"
  703. IDS_CREATE_KEY_YOUR_COMPANY "Your Company"
  704. IDS_CREATE_KEY_YOUR_UNIT "Your Unit"
  705. IDS_CERTIFICATE_FILTER "Certificate File!*.*!!"
  706. IDS_CREATE_KEY_YOUR_ADDRESS "Your Net Address"
  707. IDS_KEY_DELETE_WARNING "Warning! After committing the changes, this key will be permanently deleted.\nDo you want to continue?"
  708. IDS_SERVER_COMMIT "Commit all changes now?"
  709. END
  710. STRINGTABLE DISCARDABLE
  711. BEGIN
  712. ID_KEY_CREATE_REQUEST "Create a new key request file\nCreate key request file"
  713. ID_KEY_INSTALL_NEW "Install new key from a verified key certificate\nInstall key from certificate"
  714. ID_KEY_DELETE "Delete installed key\nDelete key"
  715. ID_SERVER_CONNECT "Connect to a remote computer on the network\nConnect remote computer"
  716. ID_KEY_ACTIVATE "Attach the key to the current computer\nAttach key to computer"
  717. ID_KEY_DEACTIVATE "Detach the key from the computer"
  718. ID_KEY_INSTALL_CERTIFICATE
  719. "Complete key by installing official certificate\nInstall official certificate"
  720. END
  721. STRINGTABLE DISCARDABLE
  722. BEGIN
  723. IDS_ERR_GENERATEPAIR "Unable to generate the key pair and certificate request.\nTry freeing up some more memory."
  724. IDS_ERR_WRITEREQUEST "Unable to write request file."
  725. IDS_ERR_WRITEKEYS "Unable to write out all the keys to the target computer."
  726. IDS_KEY_STATUS_COMPLETE "The key is complete and usable."
  727. IDS_KEY_STATUS_INCOMPLETE
  728. "This is a new key that still requires a certificate. Use the certificate request file to obtain one. Then use ""Install Key Certificate"" to install it."
  729. IDS_KEY_UNKNOWN "Unknown"
  730. IDS_CREATE_KEY_PASSREQUIRED "You must enter a password"
  731. IDS_INCORRECT_PASSWORD "The password is incorrect"
  732. IDS_CERT_FILE_EXISTS "\nThis file already exists.\nReplace existing file?"
  733. IDS_REG_SERVER_STORAGE "Software\\Microsoft\\Keyring\\Machines"
  734. IDS_COMMIT_ERROR "Unable to commit changes to "
  735. IDS_MACHINE_DEFAULT "Default Key"
  736. IDS_MACHINE_SELECTED "Select a key in the tree view to view its properties."
  737. IDS_ERR_INVALID_CERTIFICATE "The certificate file is not valid."
  738. IDS_NEW_KEY_INFO_1 "Send the certificate request file """
  739. IDS_NEW_KEY_INFO_2 """ to your certification authority to obtain your valid key certificate. Your key will exist but will not be usable until your valid key certificate is received and installed using Key Manager"
  740. END
  741. STRINGTABLE DISCARDABLE
  742. BEGIN
  743. CG_IDS_PHYSICAL_MEM "*"
  744. CG_IDS_DISK_SPACE "%lu KB Free on %c:"
  745. CG_IDS_DISK_SPACE_UNAVAIL "Unavailable"
  746. END
  747. STRINGTABLE DISCARDABLE
  748. BEGIN
  749. IDS_ABOUT_MAIN "About Key Manager#Internet Services"
  750. IDS_ABOUT_SECONDARY "Key Manager"
  751. IDS_HTTP_COMM_ERROR "Unable to communicate with HTTP server."
  752. IDS_NO_VIRT_ROOTS "The HTTP server has no virtual roots."
  753. IDS_FOUND_KEYSET_KEYS "Key Manager has detected keys that were not installed by Key Manager. These will be imported as untitled keys."
  754. IDS_UNTITLED "Untitled"
  755. IDS_IMPORT_KEYSET_ERROR "Unable to import KeySet Key"
  756. IDS_LOCALIZED_DEFAULT_COUNTRY_CODE "US"
  757. IDS_GENERATE_KEY_ERROR "Failed to generate the key certificate request."
  758. IDS_INVALID_KEY "Key Manager has detected, old invalid keys that will not be read."
  759. IDS_CREATE_KEY_YOUR_STATE "Your State"
  760. IDS_CREATE_KEY_YOUR_LOCALITY "Your Locality"
  761. IDS_CRED_PASS_ERROR "\nInvalid password."
  762. IDS_CRED_PACK_ERROR "\nUnable to find security package."
  763. IDS_KEY_STATUS_EXPIRED "THIS KEY HAS EXPIRED!\nCreate a renewal request and install a new certificate to use this key."
  764. IDS_KEY_STATUS_EXPIRES_SOON
  765. "The key is complete and usable, but\nIT WILL EXPIRE SOON!\nRequest a new certificate before it expires to continue using this key."
  766. END
  767. STRINGTABLE DISCARDABLE
  768. BEGIN
  769. ID_SERVER_DISCONNECT "Disconnect a remote computer on the network\nDisconnect remote computer"
  770. ID_KEY_SAVE_REQUEST "Re-saves the request used to make this key.\nRe-save request"
  771. ID_KEYPROP_WRITEKEYREQUEST
  772. "Re-saves the request used to make this key.\nRe-save request"
  773. ID_KEY_CREATE_RENEWAL "Create a certificate renewal request file\nCreate certificate renewal"
  774. ID_SERVPROP_CUT "Cut the selection and put it on the Clipboard\nCut"
  775. ID_PROPERTIES "Edit the item's properties\nProperties"
  776. END
  777. STRINGTABLE DISCARDABLE
  778. BEGIN
  779. IDS_EXPIRETIME_FORMAT "%#c"
  780. IDS_RENEW_KEY_INFO_2 """ to your key authority service to obtain a new valid certificate. Until you do so, your key will exist on its host computer, but will expire when its expiration date arrives"
  781. IDS_NEW_KEY_INFO_BASE "The Key Manager has created a new key for you. This key will not be valid for use on the internet until you obtain a valid key certificate for it from a key authority."
  782. IDS_RENEW_KEY_INFO_BASE "A certificate renewal request has been created. In order to maintain continuous service, you must receive a new certificate from the validation authority and install it before the key expires."
  783. IDS_CREATING_ANIMATION "Dillo.avi"
  784. IDS_CRACKING_ERROR "Error cracking certificate"
  785. IDS_IMPORT_KEYSET_PRIV_ERROR
  786. "Unable to retrieve old keyset private data from its host machine."
  787. IDS_IMPORT_KEYSET_PUB_ERROR
  788. "Unable to retrieve old keyset key public data from its host computer."
  789. IDS_IMPORT_KEYSET_PASS_ERROR
  790. "Unable to retrieve old keyset password data from its host computer."
  791. IDS_KEY_FILE_TYPE "Key Storage File!*.key!!"
  792. IDS_KEY_FILE_INVALID "The key storage file is invalid."
  793. IDS_REG_USER_INFO "Software\\Microsoft\\Keyring\\Parameters"
  794. IDS_KEYFILE_WARNING "WARNING!\nThis operation places sensitive information in a file on your hard drive. While you will be required to enter a password to use it again, loss or copying of this file may compromise your security."
  795. IDS_PRIVATE_FILE_TYPE "Private key pair file!*.*!!"
  796. END
  797. #endif // English (U.S.) resources
  798. /////////////////////////////////////////////////////////////////////////////
  799. #ifndef APSTUDIO_INVOKED
  800. /////////////////////////////////////////////////////////////////////////////
  801. //
  802. // Generated from the TEXTINCLUDE 3 resource.
  803. //
  804. #define _AFX_NO_OLE_RESOURCES
  805. #define _AFX_NO_TRACKER_RESOURCES
  806. #define _AFX_NO_PROPERTY_RESOURCES
  807. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  808. #ifdef _WIN32
  809. LANGUAGE 9, 1
  810. #pragma code_page(1252)
  811. #endif
  812. #include "res\KeyRing.rc2" // non-Microsoft Visual C++ edited resources
  813. #include "afxres.rc" // Standard components
  814. #include "afxprint.rc" // printing/print preview resources
  815. #endif
  816. /////////////////////////////////////////////////////////////////////////////
  817. #endif // not APSTUDIO_INVOKED