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.

300 lines
13 KiB

  1. //Microsoft Developer Studio generated resource script
  2. //
  3. #include "apsres.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winnt.h"
  10. #include "winres.h"
  11. #include "res.h"
  12. #include <wincrui.h>
  13. #include "wizard.rc"
  14. #include "switches.h"
  15. /////////////////////////////////////////////////////////////////////////////
  16. #undef APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. // English (U.S.) resources
  19. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  20. #ifdef _WIN32
  21. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  22. #pragma code_page(1252)
  23. #endif //_WIN32
  24. #ifndef _MAC
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // Version
  28. //
  29. #include "ntverp.h"
  30. #define VER_FILETYPE VFT_DLL
  31. #define VER_FILESUBTYPE VFT_UNKNOWN
  32. #define VER_FILEDESCRIPTION_STR "Stored User Names and Passwords"
  33. #define VER_INTERNALNAME_STR "keymgr.dll"
  34. #include "common.ver"
  35. #endif // !_MAC
  36. /////////////////////////////////////////////////////////////////////////////
  37. //
  38. // Dialog
  39. //
  40. IDD_KEYRING DIALOG 0, 0, 259, 183
  41. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  42. CAPTION "Stored User Names and Passwords"
  43. FONT 8, "MS Shell Dlg"
  44. BEGIN
  45. LISTBOX IDC_KEYLIST,9,44,181,105,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  46. WS_VSCROLL | WS_TABSTOP
  47. PUSHBUTTON "&Add", IDC_NEWKEY, 198,44, 54,14, BS_PUSHBUTTON
  48. PUSHBUTTON "&Remove", IDC_DELETEKEY,198,66, 54,14, BS_PUSHBUTTON
  49. PUSHBUTTON "&Properties",IDC_EDITKEY, 198,88, 54,14, BS_PUSHBUTTON
  50. DEFPUSHBUTTON "&Close", IDCANCEL, 198,161,54,14, BS_PUSHBUTTON
  51. LTEXT "Windows can store your logon information for network locations and Web sites. To add an entry, click Add. To edit an existing entry, select it, and then click Properties.",
  52. IDC_INTROTEXT,9,10,241,30,0,0
  53. END
  54. IDD_ADDCRED DIALOG DISCARDABLE 0, 0, 223, 217 + 10
  55. STYLE DS_MODALFRAME | DS_CENTER | DS_CENTERMOUSE | DS_CONTEXTHELP | WS_POPUP |
  56. WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  57. CAPTION "Logon Information Properties"
  58. FONT 8, "MS Shell Dlg"
  59. BEGIN
  60. LTEXT "Type a server, workgroup, or network location, and then type the user name and password used to access it.",
  61. IDC_STATIC,
  62. 12,11,198,18
  63. LTEXT "&Server:",IDC_TARGET_NAME_LABEL,
  64. 12,36,40,8,NOT WS_GROUP
  65. EDITTEXT IDC_TARGET_NAME,
  66. 62,36,150,12,ES_AUTOHSCROLL
  67. CONTROL "",IDC_CRED,WC_CREDENTIAL,WS_TABSTOP | 0x30,
  68. 12,52,198,CREDUI_CONTROL_MIN_HEIGHT
  69. LTEXT "",IDC_DESCRIPTION,
  70. 15,95 + 3,193,55 + 10
  71. LTEXT "To change your domain password, click Change.",
  72. IDC_DOMAINPSWLABEL,
  73. 12,164 + 10,126,21
  74. PUSHBUTTON "&Change...",IDC_CHGPSW,
  75. 161,170 + 10,50,14, BS_PUSHBUTTON
  76. DEFPUSHBUTTON "OK",IDOK,
  77. 107,193+ 10,50,14, BS_PUSHBUTTON
  78. PUSHBUTTON "Cancel",IDCANCEL,
  79. 161,193 + 10,50,14, BS_PUSHBUTTON
  80. GROUPBOX "Logon information properties",IDC_STATIC,
  81. 8,85 + 3,207,69 + 10
  82. END
  83. IDD_CHANGEPASSWORD DIALOG DISCARDABLE 0, 0, 266, 118
  84. STYLE DS_SYSMODAL | DS_MODALFRAME | DS_CENTER | DS_CENTERMOUSE | WS_POPUP |
  85. WS_CAPTION | WS_SYSMENU
  86. CAPTION "Change Your Domain Password"
  87. FONT 8, "MS Shell Dlg"
  88. BEGIN
  89. LTEXT "Static",IDC_CPLABEL,21,10,226,16
  90. LTEXT "&Old password:",IDC_OLD_PASSWORD_LABEL,21,34,78,8,NOT
  91. WS_GROUP
  92. EDITTEXT IDC_OLD_PASSWORD,111,32,132,12,ES_PASSWORD |
  93. ES_AUTOHSCROLL
  94. LTEXT "&New password:",IDC_NEW_PASSWORD_LABEL,21,51,78,8,NOT
  95. WS_GROUP
  96. EDITTEXT IDC_NEW_PASSWORD,111,49,132,12,ES_PASSWORD |
  97. ES_AUTOHSCROLL
  98. LTEXT "&Confirm new password:",IDC_CONFIRM_PASSWORD_LABEL,21,
  99. 68,78,8,NOT WS_GROUP
  100. EDITTEXT IDC_CONFIRM_PASSWORD,111,66,132,12,ES_PASSWORD |
  101. ES_AUTOHSCROLL
  102. DEFPUSHBUTTON "OK",IDOK,155,95,50,14, BS_PUSHBUTTON
  103. PUSHBUTTON "Cancel",IDCANCEL,209,95,50,14, BS_PUSHBUTTON
  104. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,7,5,252,82
  105. END
  106. #ifdef APSTUDIO_INVOKED
  107. /////////////////////////////////////////////////////////////////////////////
  108. //
  109. // TEXTINCLUDE
  110. //
  111. 1 TEXTINCLUDE DISCARDABLE
  112. BEGIN
  113. "apsres.h\0"
  114. END
  115. 2 TEXTINCLUDE DISCARDABLE
  116. BEGIN
  117. "#include ""winnt.h""\r\n"
  118. "#include ""winres.h""\r\n"
  119. "#include ""res.h""\r\n"
  120. "\0"
  121. END
  122. 3 TEXTINCLUDE DISCARDABLE
  123. BEGIN
  124. "\r\n"
  125. "\0"
  126. END
  127. #endif // APSTUDIO_INVOKED
  128. /////////////////////////////////////////////////////////////////////////////
  129. //
  130. // Icon
  131. //
  132. // Icon with lowest ID value placed first to ensure application icon
  133. // remains consistent on all systems.
  134. IDI_UPGRADE ICON DISCARDABLE "res\\keymgr.ico"
  135. IDI_SMALL ICON DISCARDABLE "res\\icon16.ico"
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // DESIGNINFO
  139. //
  140. #ifdef APSTUDIO_INVOKED
  141. GUIDELINES DESIGNINFO DISCARDABLE
  142. BEGIN
  143. IDD_ADDCRED, DIALOG
  144. BEGIN
  145. BOTTOMMARGIN, 173
  146. END
  147. END
  148. #endif // APSTUDIO_INVOKED
  149. /////////////////////////////////////////////////////////////////////////////
  150. //
  151. // String Table
  152. //
  153. STRINGTABLE DISCARDABLE
  154. BEGIN
  155. IDS_APP_NAME "Stored User Names and Passwords"
  156. IDS_APP_DESCRIPTION "Manages stored logon information for non-public network servers."
  157. END
  158. STRINGTABLE DISCARDABLE
  159. BEGIN
  160. IDS_INTROTEXT "Windows allows applications to store logon information for network locations and Web sites. To edit an existing entry, select it, then click Properties."
  161. IDS_DOMAINEDIT "You have changed the password for this domain user. All logon information for this domain and user name has been updated with the new password."
  162. IDS_DOMAINCHANGE "The password change succeeded. All logon information for this domain and user name has been updated with the new password."
  163. IDS_LOCALFAILED "The password was successfully changed on the remote domain, but updating saved logon information failed. The information will be updated the next time you connect to the domain."
  164. IDS_DOMAINOFFER "You have set the password used for a domain user. Do you also want to update the password on the domain?"
  165. END
  166. STRINGTABLE DISCARDABLE
  167. BEGIN
  168. IDS_BADUSERDOMAINNAME "Please retype your user name in one of the following formats:\n\nusername@domain (or username@workgroup or username@computername)\ndomain\username (or workgroup\username or computername\username)"
  169. IDS_ADDFAILED "Windows cannot save the logon information. Make sure the information is correct and that all required fields are completed."
  170. IDS_PSWFAILED "Windows cannot update the password for this logon information. Delete the information and then recreate it."
  171. // IDS_GENERICSUFFIX "(Generic)"
  172. IDS_PASSPORTSUFFIX "(Passport)"
  173. IDS_CERTSUFFIX "(Certificate)"
  174. IDS_NONAMESELECTED "Type or select a user name or certificate."
  175. END
  176. STRINGTABLE DISCARDABLE
  177. BEGIN
  178. IDS_BADUNAME "Windows cannot save the logon information. The user name is not in the correct format or it contains characters that are not valid."
  179. IDS_BADPASSWORD "Windows cannot save the logon information. The password or PIN information is incorrect."
  180. IDS_NOLOGON "The logon information cannot be saved because no user profile is active."
  181. IDS_CP_INVPSW "The old password you entered is incorrect. Your password has not been changed."
  182. IDS_CP_NOUSER "You do not have a user account on this domain. Your password has not been changed."
  183. IDS_CP_BADPSW "The new password does not comply with the password security policies of this domain. Please type a different one. For information about password security policies, contact your system administrator."
  184. IDS_CP_NOSVR "Windows cannot locate the target domain. Your password has not been changed."
  185. IDS_CP_NOTALLOWED "Your password cannot be changed from this domain. Contact your system administrator."
  186. END
  187. STRINGTABLE DISCARDABLE
  188. BEGIN
  189. IDS_SESSIONCRED "<dialup session>"
  190. // IDS_TITLEG "Edit an Existing Generic Key"
  191. IDS_TITLE "Logon Information Properties"
  192. IDS_DELETEWARNING "The selected logon information will be deleted."
  193. IDS_CANNOTEDIT "This item was created by Dial-up Networking and cannot be edited here. From this program, it may only be deleted. To edit the item, use the Network Connections control panel."
  194. IDS_PASSPORT "This item was created by a Passport website. It is a special type that cannot be viewed or changed here. From this program, it may only be deleted."
  195. IDS_PASSPORT2 "To edit this item, you must connect to the Passport site on the Web. Do you want to do this now?"
  196. IDS_PASSPORTNOURL "Windows cannot connect to the Passport Member Services Web site."
  197. IDS_DESCBASE "This logon information will be used when you connect to the specified server. If you logged on to Windows with a domain account and you have a roaming profile, this information will also be used when you log on from other computers in the domain."
  198. IDS_DESCAPPCRED "This logon information was created by a program. If you delete this information, the program might not function properly."
  199. IDS_DESCLOCAL "This logon information will be used when you connect to the specified server from this computer only."
  200. IDS_PERSISTBASE "\n\nThis information will be available until you "
  201. IDS_PERSISTLOGOFF "log off."
  202. IDS_PERSISTDELETE "delete it."
  203. END
  204. STRINGTABLE DISCARDABLE
  205. BEGIN
  206. IDS_SINGLEEXPIRY "The password to %s will expire in %i days. Do you want to change it now?"
  207. IDS_CHANGEPWDFAILED "Windows cannot change your password."
  208. IDS_NEWPASSWORDNOTCONFIRMED
  209. "The passwords you typed do not match. Type the new password for this account in both the New password and Confirm new password text boxes."
  210. IDS_DOMAINFAILED "Windows cannot change the domain password. Either the domain cannot be contacted, or the password information is incorrect."
  211. IDS_DELETEFAILED "Windows cannot delete the selected logon information."
  212. IDS_EDITFAILED "Windows cannot edit the selected logon information. The new information cannot be saved."
  213. IDS_RENAMEFAILED "Windows was unable to change the server name for the selected logon information."
  214. IDS_CPLABEL "This will change your password for the domain "
  215. END
  216. STRINGTABLE DISCARDABLE
  217. BEGIN
  218. IDS_NOHELP "There is no help available for this item."
  219. IDH_TARGETNAME "Provides a space for you to type a server name or a domain name. You can use wildcards in the domain name. Some examples are *.wingtiptoys.com and server01."
  220. IDH_ADDCRED "Saves new logon information or edits existing information."
  221. IDH_OLDPASSWORD "Provides a space for you to type your current domain password."
  222. IDH_NEWPASSWORD "Provides a space for you to type your new domain password."
  223. IDH_CONFIRM "Provides a space for you to type your new domain password again for confirmation."
  224. IDH_KEYRING "Manages identifying information that is used to connect to resources on a network or the Internet."
  225. IDH_KEYLIST "Lists the network and Internet resources for which Windows currently stores logon information."
  226. IDH_NEW "Click to create a new record of logon information."
  227. IDH_DELETE "Deletes the selected logon information for a server or group of servers."
  228. IDH_EDIT "Click to change the logon information or the network resources for which the entry is used."
  229. IDH_CHANGEPASSWORD "Click to change your password on the domain and update your saved logon information to use the new password."
  230. IDH_CUIUSER "Provides a space for you to type or select the user name that is required by the server."
  231. IDH_CUIPSW "Provides a space for you to type the password of the selected user."
  232. IDH_CUIVIEW "Click to display the details of the selected certificate."
  233. IDH_CLOSE "Closes the dialog box and saves any changes you have made."
  234. IDH_DCANCEL "Closes the dialog box without saving any changes you have made."
  235. END
  236. STRINGTABLE DISCARDABLE
  237. BEGIN
  238. IDS_TIPDFS "Distributed file system (DFS) share '%s'"
  239. IDS_TIPSERVER "Server named '%s'"
  240. IDS_TIPTAIL "All server names ending in '%s'"
  241. IDS_TIPDOMAIN "All servers in '%s'"
  242. IDS_TIPDIALUP "A dial-up connection"
  243. IDS_TIPOTHER "Servers not covered by other logon information"
  244. IDS_TIPUSER "Connect as '%s'"
  245. IDS_LOGASUSER "Log on as '%s'"
  246. END
  247. #endif // English (U.S.) resources
  248. /////////////////////////////////////////////////////////////////////////////
  249. #ifndef APSTUDIO_INVOKED
  250. /////////////////////////////////////////////////////////////////////////////
  251. //
  252. // Generated from the TEXTINCLUDE 3 resource.
  253. //
  254. /////////////////////////////////////////////////////////////////////////////
  255. #endif // not APSTUDIO_INVOKED