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.

248 lines
12 KiB

  1. /*++
  2. Copyright (c) 2000,2001 Microsoft Corporation
  3. Module Name:
  4. KEYMGR.RC
  5. Abstract:
  6. Resource definitions for keymgr. Originally generated by the Visual C IDE.
  7. Author:
  8. Environment:
  9. WinXP
  10. --*/
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. #include "winnt.h"
  14. #include "winres.h"
  15. #include "res.h"
  16. #include <wincrui.h>
  17. #include "wizard.rc"
  18. #include "switches.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. // English (U.S.) resources
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  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. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Dialog
  38. //
  39. IDD_KEYRING DIALOG 0, 0, 259, 183
  40. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER
  41. CAPTION "Stored User Names and Passwords"
  42. FONT 8, "MS Shell Dlg"
  43. BEGIN
  44. LISTBOX IDC_KEYLIST,9,44,181,105,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  45. WS_VSCROLL | WS_TABSTOP
  46. PUSHBUTTON "&Add", IDC_NEWKEY, 198,44, 54,14, BS_PUSHBUTTON
  47. PUSHBUTTON "&Remove", IDC_DELETEKEY,198,66, 54,14, BS_PUSHBUTTON
  48. PUSHBUTTON "&Properties",IDC_EDITKEY, 198,88, 54,14, BS_PUSHBUTTON
  49. DEFPUSHBUTTON "&Close", IDCANCEL, 198,161,54,14, BS_PUSHBUTTON
  50. 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.",
  51. IDC_INTROTEXT,9,10,241,30,0,0
  52. END
  53. IDD_ADDCRED DIALOG DISCARDABLE 0, 0, 223, 217 + 10
  54. STYLE DS_MODALFRAME | DS_CENTER | DS_CONTEXTHELP | WS_POPUP |
  55. WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  56. CAPTION "Logon Information Properties"
  57. FONT 8, "MS Shell Dlg"
  58. BEGIN
  59. LTEXT "Type a server, workgroup, or network location, and then type the user name and password used to access it.",
  60. IDC_STATIC,
  61. 12,11,198,18
  62. LTEXT "&Server:",IDC_TARGET_NAME_LABEL,
  63. 12,36,40,8,NOT WS_GROUP
  64. EDITTEXT IDC_TARGET_NAME,
  65. 62,36,150,12,ES_AUTOHSCROLL
  66. CONTROL "",IDC_CRED,WC_CREDENTIAL,WS_TABSTOP | 0x30,
  67. 12,52,198,CREDUI_CONTROL_MIN_HEIGHT
  68. LTEXT "",IDC_DESCRIPTION,
  69. 15,95 + 3,193,55 + 10
  70. LTEXT "To change your domain password, click Change.",
  71. IDC_DOMAINPSWLABEL,
  72. 12,164 + 10,126,21
  73. PUSHBUTTON "&Change...",IDC_CHGPSW,
  74. 161,170 + 10,50,14, BS_PUSHBUTTON
  75. DEFPUSHBUTTON "OK",IDOK,
  76. 107,193+ 10,50,14, BS_PUSHBUTTON
  77. PUSHBUTTON "Cancel",IDCANCEL,
  78. 161,193 + 10,50,14, BS_PUSHBUTTON
  79. GROUPBOX "Logon information properties",IDC_STATIC,
  80. 8,85 + 3,207,69 + 10
  81. END
  82. IDD_CHANGEPASSWORD DIALOG DISCARDABLE 0, 0, 266, 118
  83. STYLE DS_SYSMODAL | DS_MODALFRAME | DS_CENTER | WS_POPUP |
  84. WS_CAPTION | WS_SYSMENU
  85. CAPTION "Change Your Domain Password"
  86. FONT 8, "MS Shell Dlg"
  87. BEGIN
  88. LTEXT "Static",IDC_CPLABEL,21,10,226,16
  89. LTEXT "&Old password:",IDC_OLD_PASSWORD_LABEL,21,34,78,8,NOT
  90. WS_GROUP
  91. EDITTEXT IDC_OLD_PASSWORD,111,32,132,12,ES_PASSWORD |
  92. ES_AUTOHSCROLL
  93. LTEXT "&New password:",IDC_NEW_PASSWORD_LABEL,21,51,78,8,NOT
  94. WS_GROUP
  95. EDITTEXT IDC_NEW_PASSWORD,111,49,132,12,ES_PASSWORD |
  96. ES_AUTOHSCROLL
  97. LTEXT "&Confirm new password:",IDC_CONFIRM_PASSWORD_LABEL,21,
  98. 68,78,8,NOT WS_GROUP
  99. EDITTEXT IDC_CONFIRM_PASSWORD,111,66,132,12,ES_PASSWORD |
  100. ES_AUTOHSCROLL
  101. DEFPUSHBUTTON "OK",IDOK,155,95,50,14, BS_PUSHBUTTON
  102. PUSHBUTTON "Cancel",IDCANCEL,209,95,50,14, BS_PUSHBUTTON
  103. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,7,5,252,82
  104. END
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Icon
  108. //
  109. // Icon with lowest ID value placed first to ensure application icon
  110. // remains consistent on all systems.
  111. IDI_UPGRADE ICON DISCARDABLE "res\\keymgr.ico"
  112. IDI_SMALL ICON DISCARDABLE "res\\icon16.ico"
  113. /////////////////////////////////////////////////////////////////////////////
  114. //
  115. // String Table
  116. //
  117. STRINGTABLE DISCARDABLE
  118. BEGIN
  119. IDS_APP_NAME "Stored User Names and Passwords"
  120. IDS_APP_DESCRIPTION "Manages stored logon information for non-public network servers."
  121. END
  122. STRINGTABLE DISCARDABLE
  123. BEGIN
  124. 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."
  125. IDS_DOMAINCHANGE "The password change succeeded. All logon information for this domain and user name has been updated with the new password."
  126. 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."
  127. END
  128. STRINGTABLE DISCARDABLE
  129. BEGIN
  130. 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)"
  131. IDS_ADDFAILED "Windows cannot save the logon information. Make sure the information is correct and that all required fields are completed."
  132. IDS_PSWFAILED "Windows cannot update the password for this logon information. Delete the information and then recreate it."
  133. // IDS_GENERICSUFFIX "(Generic)"
  134. IDS_PASSPORTSUFFIX "(.NET Passport)"
  135. IDS_CERTSUFFIX "(Certificate)"
  136. IDS_NONAMESELECTED "Type or select a user name or certificate."
  137. END
  138. STRINGTABLE DISCARDABLE
  139. BEGIN
  140. 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."
  141. IDS_BADPASSWORD "Windows cannot save the logon information. The password or PIN information is incorrect."
  142. IDS_NOLOGON "The logon information cannot be saved because no user profile is active."
  143. IDS_CP_INVPSW "The old password you entered is incorrect. Your password has not been changed."
  144. IDS_CP_NOUSER "You do not have a user account on this domain. Your password has not been changed."
  145. 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."
  146. IDS_CP_NOSVR "Windows cannot locate the target domain. Your password has not been changed."
  147. IDS_CP_NOTALLOWED "Your password cannot be changed from this domain. Contact your system administrator."
  148. END
  149. STRINGTABLE DISCARDABLE
  150. BEGIN
  151. IDS_SESSIONCRED "<dialup session>"
  152. // IDS_TITLEG "Edit an Existing Generic Key"
  153. IDS_TITLE "Logon Information Properties"
  154. IDS_DELETEWARNING "The selected logon information will be deleted."
  155. 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."
  156. IDS_PASSPORT "This item was created by a .NET Passport website. It is a special type that cannot be viewed or changed here. From this program, it may only be deleted."
  157. IDS_PASSPORT2 "To edit this item, you must connect to the .NET Passport site on the Web. Do you want to do this now?"
  158. IDS_PASSPORTNOURL "Windows cannot connect to the .NET Passport Member Services Web site."
  159. // IDS_DESCAPPCRED "This logon information was created by a program. If you delete this information, the program might not function properly."
  160. 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."
  161. IDS_DESCLOCAL "This logon information will be used when you connect to the specified server from this computer only."
  162. IDS_PERSISTLOGOFF "\n\nThis information will be available until you log off."
  163. IDS_PERSISTDELETE "\n\nThis information will be available until you delete it."
  164. END
  165. STRINGTABLE DISCARDABLE
  166. BEGIN
  167. IDS_SINGLEEXPIRY "The password to %s will expire in %i days. Do you want to change it now?"
  168. IDS_CHANGEPWDFAILED "Windows cannot change your password."
  169. IDS_NEWPASSWORDNOTCONFIRMED
  170. "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."
  171. IDS_DOMAINFAILED "Windows cannot change the domain password. Either the domain cannot be contacted, or the password information is incorrect."
  172. IDS_DELETEFAILED "Windows cannot delete the selected logon information."
  173. IDS_EDITFAILED "Windows cannot edit the selected logon information. The new information cannot be saved."
  174. IDS_RENAMEFAILED "Windows was unable to change the server name for the selected logon information."
  175. IDS_CPLABEL "This will change your password for the domain "
  176. END
  177. STRINGTABLE DISCARDABLE
  178. BEGIN
  179. IDS_NOHELP "There is no help available for this item."
  180. 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."
  181. IDH_ADDCRED "Saves new logon information or edits existing information."
  182. IDH_OLDPASSWORD "Provides a space for you to type your current domain password."
  183. IDH_NEWPASSWORD "Provides a space for you to type your new domain password."
  184. IDH_CONFIRM "Provides a space for you to type your new domain password again for confirmation."
  185. IDH_KEYRING "Manages identifying information that is used to connect to resources on a network or the Internet."
  186. IDH_KEYLIST "Lists the network and Internet resources for which Windows currently stores logon information."
  187. IDH_NEW "Click to create a new record of logon information."
  188. IDH_DELETE "Deletes the selected logon information for a server or group of servers."
  189. IDH_EDIT "Click to change the logon information or the network resources for which the entry is used."
  190. IDH_CHANGEPASSWORD "Click to change your password on the domain and update your saved logon information to use the new password."
  191. IDH_CUIUSER "Provides a space for you to type or select the user name that is required by the server."
  192. IDH_CUIPSW "Provides a space for you to type the password of the selected user."
  193. IDH_CUIVIEW "Click to display the details of the selected certificate."
  194. IDH_CLOSE "Closes the dialog box and saves any changes you have made."
  195. IDH_DCANCEL "Closes the dialog box without saving any changes you have made."
  196. END
  197. STRINGTABLE DISCARDABLE
  198. BEGIN
  199. IDS_TIPDFS "Distributed file system (DFS) share '%s'"
  200. IDS_TIPSERVER "Server named '%s'"
  201. IDS_TIPTAIL "All server names ending in '%s'"
  202. IDS_TIPDOMAIN "All servers in '%s'"
  203. IDS_TIPDIALUP "A dial-up connection"
  204. IDS_TIPOTHER "Servers not covered by other logon information"
  205. IDS_TIPUSER "Connect as '%s'"
  206. IDS_LOGASUSER "Log on as '%s'"
  207. END
  208. /////////////////////////////////////////////////////////////////////////////