Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

278 lines
9.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: scarddlg.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Generated from the TEXTINCLUDE 2 resource.
  17. //
  18. #include "afxres.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. #undef APSTUDIO_READONLY_SYMBOLS
  21. /////////////////////////////////////////////////////////////////////////////
  22. // English (U.S.) resources
  23. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  24. #ifdef _WIN32
  25. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  26. #pragma code_page(1252)
  27. #endif //_WIN32
  28. #ifdef APSTUDIO_INVOKED
  29. /////////////////////////////////////////////////////////////////////////////
  30. //
  31. // TEXTINCLUDE
  32. //
  33. 1 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "resource.h\0"
  36. END
  37. 2 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "#include ""afxres.h""\r\n"
  40. "\0"
  41. END
  42. 3 TEXTINCLUDE DISCARDABLE
  43. BEGIN
  44. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  45. "#define _AFX_NO_OLE_RESOURCES\r\n"
  46. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  47. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  48. "\r\n"
  49. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  50. "#ifdef _WIN32\r\n"
  51. "LANGUAGE 9, 1\r\n"
  52. "#pragma code_page(1252)\r\n"
  53. "#endif\r\n"
  54. "#include ""res\\SCardDlg.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  55. "#include ""afxres.rc"" // Standard components\r\n"
  56. "#endif\0"
  57. END
  58. #endif // APSTUDIO_INVOKED
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Dialog
  62. //
  63. IDD_SCARDDLG1 DIALOG DISCARDABLE 0, 0, 244, 70
  64. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  65. CAPTION "Insert Smart Card"
  66. FONT 8, "MS Shell Dlg"
  67. BEGIN
  68. DEFPUSHBUTTON "OK",IDOK,77,50,50,14
  69. PUSHBUTTON "Cancel",IDCANCEL,132,50,50,14
  70. PUSHBUTTON "&Details >>",IDC_DETAILS,187,50,50,14
  71. LTEXT "Please insert a smart card.",IDC_PROMPT,40,12,191,23
  72. LTEXT "Static",IDC_BUTTON_BOTTOM,7,186,230,8,NOT WS_VISIBLE |
  73. WS_DISABLED
  74. LTEXT "Static",IDC_DLGBAR,1,49,240,124,NOT WS_VISIBLE |
  75. WS_DISABLED
  76. ICON IDI_SC_READERLOADED_V2,IDC_USERICON,7,7,20,20
  77. END
  78. IDD_SCARDDLG_BAR DIALOGEX 0, 0, 244, 125
  79. STYLE WS_CHILD
  80. EXSTYLE WS_EX_CONTROLPARENT
  81. FONT 8, "MS Shell Dlg"
  82. BEGIN
  83. GROUPBOX "Details",IDC_DETAILS_CAPTION,7,7,230,111
  84. LTEXT "Smart card readers:",IDC_READERS_CAPTION,17,21,62,8
  85. CONTROL "List1",IDC_READERS,"SysListView32",LVS_SINGLESEL |
  86. LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,17,31,73,77
  87. LTEXT "Smart card inserted:",IDC_NAME_CAPTION,100,21,64,8
  88. EDITTEXT IDC_NAME,100,31,127,14,ES_AUTOHSCROLL | ES_READONLY |
  89. NOT WS_TABSTOP
  90. LTEXT "Smart card status:",IDC_STATUS_CAPTION,100,50,90,8
  91. EDITTEXT IDC_STATUS,100,59,127,48,ES_MULTILINE | ES_READONLY |
  92. NOT WS_TABSTOP
  93. END
  94. IDD_ENTER DIALOG DISCARDABLE 0, 0, 186, 106
  95. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  96. CAPTION "Dialog"
  97. FONT 8, "MS Shell Dlg"
  98. BEGIN
  99. CONTROL "",IDC_STATIC,"Static",SS_BITMAP,7,7,23,23
  100. LTEXT "Please enter the PIN for your smart card.",IDC_STATIC,
  101. 33,7,146,19
  102. LTEXT "PIN:",IDC_STATIC,23,36,17,9
  103. EDITTEXT IDC_EDIT1,44,34,109,12,ES_AUTOHSCROLL
  104. CONTROL "&Change PIN",IDC_CHECK1,"Button",BS_AUTOCHECKBOX |
  105. WS_TABSTOP,44,62,109,9
  106. DEFPUSHBUTTON "OK",IDOK,38,85,50,14
  107. PUSHBUTTON "Cancel",IDCANCEL,99,85,50,14
  108. END
  109. IDD_CHANGE DIALOG DISCARDABLE 0, 0, 186, 161
  110. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  111. CAPTION "Change Smart Card PIN"
  112. FONT 8, "MS Shell Dlg"
  113. BEGIN
  114. DEFPUSHBUTTON "OK",IDOK,38,140,50,14
  115. PUSHBUTTON "Cancel",IDCANCEL,103,140,50,14
  116. CONTROL "",IDC_STATIC,"Static",SS_BITMAP,7,7,15,13
  117. LTEXT "You must know your current PIN in order to change it.",
  118. IDC_STATIC,40,7,139,20
  119. LTEXT "Old PIN:",IDC_STATIC,15,43,43,18
  120. EDITTEXT IDC_EDIT1,66,43,96,12,ES_AUTOHSCROLL
  121. LTEXT "New PIN:",IDC_STATIC,15,70,32,16
  122. EDITTEXT IDC_EDIT2,66,68,96,12,ES_AUTOHSCROLL
  123. LTEXT "Confirm new PIN:",IDC_STATIC,13,97,50,19
  124. EDITTEXT IDC_EDIT3,65,99,96,12,ES_AUTOHSCROLL
  125. END
  126. /////////////////////////////////////////////////////////////////////////////
  127. //
  128. // DESIGNINFO
  129. //
  130. #ifdef APSTUDIO_INVOKED
  131. GUIDELINES DESIGNINFO DISCARDABLE
  132. BEGIN
  133. IDD_SCARDDLG1, DIALOG
  134. BEGIN
  135. LEFTMARGIN, 7
  136. RIGHTMARGIN, 237
  137. TOPMARGIN, 7
  138. BOTTOMMARGIN, 63
  139. HORZGUIDE, 38
  140. END
  141. IDD_SCARDDLG_BAR, DIALOG
  142. BEGIN
  143. LEFTMARGIN, 7
  144. RIGHTMARGIN, 237
  145. VERTGUIDE, 227
  146. TOPMARGIN, 7
  147. BOTTOMMARGIN, 118
  148. HORZGUIDE, 48
  149. END
  150. IDD_ENTER, DIALOG
  151. BEGIN
  152. LEFTMARGIN, 7
  153. RIGHTMARGIN, 179
  154. TOPMARGIN, 7
  155. BOTTOMMARGIN, 99
  156. END
  157. IDD_CHANGE, DIALOG
  158. BEGIN
  159. LEFTMARGIN, 7
  160. RIGHTMARGIN, 179
  161. TOPMARGIN, 7
  162. BOTTOMMARGIN, 154
  163. END
  164. END
  165. #endif // APSTUDIO_INVOKED
  166. /////////////////////////////////////////////////////////////////////////////
  167. //
  168. // Icon
  169. //
  170. // Icon with lowest ID value placed first to ensure application icon
  171. // remains consistent on all systems.
  172. IDI_SC_WRONGCARD ICON DISCARDABLE "..\\..\\icons\\rdrcdno.ico"
  173. IDI_SC_READEREMPTY_V2 ICON DISCARDABLE "..\\..\\icons\\rdr.ico"
  174. IDI_SC_READERLOADED_V2 ICON DISCARDABLE "..\\..\\icons\\rdrcd.ico"
  175. IDI_SC_READERERR ICON DISCARDABLE "..\\..\\icons\\rdrcdprb.ico"
  176. IDI_SC_CARDUNKNOWN ICON DISCARDABLE "..\\..\\icons\\rdrcdqst.ico"
  177. /////////////////////////////////////////////////////////////////////////////
  178. //
  179. // String Table
  180. //
  181. STRINGTABLE DISCARDABLE
  182. BEGIN
  183. IDS_SC_UNKNOWN_NO "Please insert requested card."
  184. IDS_SC_KNOWN_INCORRECT "Please remove card in reader(s) and insert requested card."
  185. IDS_SC_DEAD "Problem with card/reader."
  186. IDS_SC_BUSY "Reader(s) currently in use. Please free a reader for use."
  187. IDS_SC_NAME_UNKNOWN "Unknown Card"
  188. IDS_SC_CONNECT_FAILED "Unable to connect to Smart Card."
  189. IDS_SC_SELECT "Please select a Smart Card to use."
  190. IDS_SC_TITLE_ERROR "Smart Card Service Error:"
  191. IDS_SC_FOUND "A smart card has been selected. Press OK to continue."
  192. IDS_SC_FOUND_BUSY "Requested card in use. Please free card for use."
  193. IDS_SC_READER "Reader"
  194. END
  195. STRINGTABLE DISCARDABLE
  196. BEGIN
  197. IDS_SC_CARDSTATUS "Card Status"
  198. IDS_SC_CARD "Card"
  199. IDS_SC_NOMATCH "The selected card does not meet the requirements of the application.\nPlease select a different card."
  200. IDS_DETAILS_SHOW "&Details >>"
  201. IDS_DETAILS_HIDE "&Details <<"
  202. IDS_DETAILS_CAP "Details"
  203. IDS_READERS_CAP "Smart card readers:"
  204. IDS_NAME_CAP "Smart card inserted:"
  205. IDS_STATUS_CAP "Smart card status:"
  206. IDS_SC_RM_ERR "The Smart Card Resource Manager service is not responding.\nA smart card cannot be selected at this time."
  207. IDS_UNKNOWN_ERROR "An unknown error has occurred."
  208. IDS_SC_NO_READERS "No smart card readers are currently available.\nA smart card cannot be selected at this time."
  209. IDS_SC_STATUS_NO_CARD "No card."
  210. IDS_SC_STATUS_UNKNOWN "The card is unrecognized or not responding. Make sure the card is inserted correctly."
  211. END
  212. STRINGTABLE DISCARDABLE
  213. BEGIN
  214. IDS_SC_STATUS_AVAILABLE "The card is available for use."
  215. IDS_SC_STATUS_SHARED "The card is being shared by another process."
  216. IDS_SC_STATUS_IN_USE "The card is in use exclusively by another process."
  217. IDS_SC_STATUS_ERROR "Card/Reader not responding."
  218. IDS_PROMPT_ONECARD "Please insert your %s smart card."
  219. IDS_PROMPT_CARDS "Please insert one of the following smart cards: %s."
  220. IDS_SC_CANT_USE "However, the card is not the one being requested, and cannot be used for the current operation."
  221. IDS_SC_PROMPT_ANYCARD "Please insert a smart card."
  222. END
  223. #endif // English (U.S.) resources
  224. /////////////////////////////////////////////////////////////////////////////
  225. #ifndef APSTUDIO_INVOKED
  226. /////////////////////////////////////////////////////////////////////////////
  227. //
  228. // Generated from the TEXTINCLUDE 3 resource.
  229. //
  230. #define _AFX_NO_SPLITTER_RESOURCES
  231. #define _AFX_NO_OLE_RESOURCES
  232. #define _AFX_NO_TRACKER_RESOURCES
  233. #define _AFX_NO_PROPERTY_RESOURCES
  234. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  235. #ifdef _WIN32
  236. LANGUAGE 9, 1
  237. #pragma code_page(1252)
  238. #endif
  239. #include "res\SCardDlg.rc2" // non-Microsoft Visual C++ edited resources
  240. #include "afxres.rc" // Standard components
  241. #endif
  242. /////////////////////////////////////////////////////////////////////////////
  243. #endif // not APSTUDIO_INVOKED