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.

197 lines
6.6 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. // Generated Help ID header file
  5. #define APSTUDIO_HIDDEN_SYMBOLS
  6. #include "resource.hm"
  7. #undef APSTUDIO_HIDDEN_SYMBOLS
  8. #define APSTUDIO_READONLY_SYMBOLS
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Generated from the TEXTINCLUDE 2 resource.
  12. //
  13. #include <ntdef.h>
  14. #include <winres.h>
  15. #include <commctrl.h>
  16. /////////////////////////////////////////////////////////////////////////////
  17. #undef APSTUDIO_READONLY_SYMBOLS
  18. /////////////////////////////////////////////////////////////////////////////
  19. // English (U.S.) resources
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25. #ifdef APSTUDIO_INVOKED
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // TEXTINCLUDE
  29. //
  30. 1 TEXTINCLUDE DISCARDABLE
  31. BEGIN
  32. "resource.h\0"
  33. END
  34. 2 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "#include <ntdef.h>\r\n"
  37. "#include <winres.h>\r\n"
  38. "#include <commctrl.h>\r\n"
  39. "\0"
  40. END
  41. 3 TEXTINCLUDE DISCARDABLE
  42. BEGIN
  43. "\r\n"
  44. "\0"
  45. END
  46. #endif // APSTUDIO_INVOKED
  47. /////////////////////////////////////////////////////////////////////////////
  48. //
  49. // Dialog
  50. //
  51. IDD_USER_AUTOENROLL_GENERAL_DLG DIALOG DISCARDABLE 160, 100, 246, 84
  52. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  53. WS_SYSMENU
  54. CAPTION "Certificate Enrollment"
  55. FONT 8, "MS Shell Dlg"
  56. BEGIN
  57. ICON IDI_ENROLL_ICON,IDC_STATIC,7,7,20,20
  58. PUSHBUTTON "&Stop",IDC_BUTTON1,185,25,50,14
  59. LTEXT "Enrolling Certificates...",IDC_STATIC,35,12,114,8
  60. EDITTEXT IDC_EDIT2,7,53,177,24,ES_MULTILINE | ES_READONLY | NOT
  61. WS_BORDER
  62. CONTROL "",IDC_ENROLL_PROGRESS,"msctls_progress32",0x0,6,28,168,
  63. 10
  64. END
  65. IDD_USER_AUTOENROLL_INFO_DLG DIALOG DISCARDABLE 160, 100, 264, 90
  66. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  67. WS_SYSMENU
  68. CAPTION "Certificate Enrollment"
  69. FONT 8, "MS Shell Dlg"
  70. BEGIN
  71. ICON IDI_ENROLL_ICON,IDC_STATIC,7,7,20,20
  72. LTEXT "You administrator has configured your computer to automatically enroll new certificates.",
  73. IDC_STATIC,38,8,139,35
  74. PUSHBUTTON "&Start",IDC_BUTTON1,185,7,69,14
  75. PUSHBUTTON "&Remind Me Later",IDC_BUTTON2,185,27,69,14
  76. LTEXT "To begin enrolling certificates, click start. You may need to enter your password or PIN to access your private key.",
  77. IDC_STATIC,37,43,140,41
  78. END
  79. IDD_VIEW_RA_CERTIFICATE_DLG DIALOGEX 0, 25, 326, 126
  80. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  81. WS_SYSMENU
  82. CAPTION "Certificate Enrollment"
  83. FONT 8, "MS Shell Dlg"
  84. BEGIN
  85. ICON IDI_KEY_ICON,IDC_STATIC,7,7,20,20
  86. DEFPUSHBUTTON "&OK",IDC_BUTTON2,102,108,65,14
  87. PUSHBUTTON "&View Certificate ...",IDC_BUTTON1,230,86,70,14
  88. LTEXT "For more information on the certificate being used to request the new certificate, click View Certificate.",
  89. IDC_STATIC,35,86,191,18,0,0,HIDC_STATIC
  90. LTEXT "To enroll this certificate, you may need to enter your password or Pin or insert a smart card.",
  91. IDC_STATIC,35,6,274,19
  92. EDITTEXT IDC_EDIT3,35,54,272,24,ES_MULTILINE | ES_READONLY | NOT
  93. WS_BORDER
  94. LTEXT "Certificate Enrollment is requesting this certificate using information from the following certificate:",
  95. IDC_STATIC,35,31,260,17
  96. END
  97. IDD_USER_SUMMARY_DLG DIALOG DISCARDABLE 0, 35, 297, 125
  98. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  99. WS_SYSMENU
  100. CAPTION "Certificate Enrollment"
  101. FONT 8, "MS Shell Dlg"
  102. BEGIN
  103. DEFPUSHBUTTON "&OK",IDC_BUTTON1,99,103,88,14
  104. LTEXT "The following errors occurred while enrolling certificates. See the Application event log for details.",
  105. IDC_STATIC,9,7,275,21
  106. CONTROL "List2",IDC_LIST2,"SysListView32",LVS_REPORT |
  107. LVS_SINGLESEL | WS_BORDER | WS_TABSTOP,14,36,269,56
  108. END
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // Icon
  112. //
  113. // Icon with lowest ID value placed first to ensure application icon
  114. // remains consistent on all systems.
  115. IDI_AUTOENROLL_ICON ICON DISCARDABLE "res\\cert.ico"
  116. IDI_ENROLL_ICON ICON DISCARDABLE "res\\enroll.ico"
  117. IDI_KEY_ICON ICON DISCARDABLE "res\\key.ico"
  118. /////////////////////////////////////////////////////////////////////////////
  119. //
  120. // DESIGNINFO
  121. //
  122. #ifdef APSTUDIO_INVOKED
  123. GUIDELINES DESIGNINFO DISCARDABLE
  124. BEGIN
  125. IDD_VIEW_RA_CERTIFICATE_DLG, DIALOG
  126. BEGIN
  127. BOTTOMMARGIN, 112
  128. END
  129. END
  130. #endif // APSTUDIO_INVOKED
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // String Table
  134. //
  135. STRINGTABLE DISCARDABLE
  136. BEGIN
  137. IDS_USER "logged on user"
  138. IDS_MACHINE "local system"
  139. IDS_BALLOON_TITLE "Certificate Enrollment"
  140. IDS_BALLOON_TEXT "You need additional certificates, or some of your certificates are out of date. Click here to enroll new certificates."
  141. IDS_ICON_TIP "Certificate Enrollment: Need new certificates"
  142. IDS_REPORT_ENROLL "Requesting the following type of certificate:\n%1!s!"
  143. IDS_REPORT_RENEW "Renewing the following type of certificate:\n%1!s!"
  144. IDS_REPORT_ENROLL_RA "Requesting the following type of certificate:\n%1!s!"
  145. IDS_REPORT_PENDING "Retrieving the following type of certificate:\n%1!s!"
  146. IDS_VIEW_RA_INFO " Certificate Type: %2!s!\n Issued By: %1!s!"
  147. IDS_VIEW_RA_INFO_GENERAL " Issued By: %1!s!"
  148. IDS_SUMMARY_REQUEST "The certificate request can not be created."
  149. IDS_SUMMARY_CA "Either the certification authority (CA) encountered an error or denied the request, or network problems prevented the request from being processed."
  150. IDS_SUMMARY_INSTALL "The certification authority (CA) issued this certificate, but it could not be installed on this computer."
  151. END
  152. STRINGTABLE DISCARDABLE
  153. BEGIN
  154. IDS_COLUMN_TYPE "Certificate Type"
  155. IDS_COLUMN_REASON "Reason"
  156. END
  157. #endif // English (U.S.) resources
  158. /////////////////////////////////////////////////////////////////////////////
  159. #ifndef APSTUDIO_INVOKED
  160. /////////////////////////////////////////////////////////////////////////////
  161. //
  162. // Generated from the TEXTINCLUDE 3 resource.
  163. //
  164. /////////////////////////////////////////////////////////////////////////////
  165. #endif // not APSTUDIO_INVOKED