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.

97 lines
3.2 KiB

  1. //=============================================================================
  2. // Copyright (c) 2000 Microsoft Corporation
  3. //
  4. // resource.h
  5. //
  6. // Resource identifiers for credential manager user interface resources.
  7. //
  8. // Created 02/18/2000 johnstep (John Stephens)
  9. //=============================================================================
  10. #ifndef __RESOURCE_H__
  11. #define __RESOURCE_H__
  12. //-----------------------------------------------------------------------------
  13. #include "consmsg.h"
  14. #define IDD_PASSWORD 101
  15. #define IDD_CERTIFICATE 102
  16. #define IDD_CHANGE_PASSWORD 103
  17. #define IDD_BRANDEDPASSWORD 104
  18. #define IDC_WELCOME_TEXT 1001
  19. #define IDC_CRED 1002
  20. #define IDC_USERNAME 1003
  21. #define IDC_USERNAME_STATIC 1004
  22. #define IDC_PASSWORD 1005
  23. #define IDC_PASSWORD_STATIC 1006
  24. #define IDC_SAVE 1007
  25. #define IDC_BANNER 1009
  26. #define IDC_VIEW_CERT 1010
  27. #define IDC_NEW_PASSWORD 1011
  28. #define IDC_CONFIRM_PASSWORD 1012
  29. #define IDC_BRAND 1013
  30. #define IDC_GETALINK 1014
  31. #define IDC_HELPLINK 1015
  32. #define IDC_BRANDRIGHT 1016
  33. #define IDC_BRANDMID 1017
  34. #define IDC_BRANDLEFT 1018
  35. #define IDB_BANNER 1101
  36. #define IDB_TYPES 1102
  37. #define IDB_BRAND 1103
  38. #define IDB_BRANDRIGHT 1104
  39. #define IDB_BRANDMID 1105
  40. #define IDB_BRANDLEFT 1106
  41. #define IDI_DEFAULT 1201
  42. #define IDS_USERNAME_TIP_TITLE 2001
  43. #define IDS_USERNAME_TIP_TEXT 2002
  44. #define IDS_CAPSLOCK_TIP_TITLE 2003
  45. #define IDS_CAPSLOCK_TIP_TEXT 2004
  46. #define IDS_LOGON_TIP_TITLE 2005
  47. #define IDS_LOGON_TIP_TEXT 2006
  48. #define IDS_LOGON_TIP_CAPS 2007
  49. #define IDS_DNS_CAPTION 2008
  50. #define IDS_NETBIOS_CAPTION 2009
  51. #define IDS_GENERIC_CAPTION 2010
  52. #define IDS_WELCOME 2011
  53. #define IDS_WELCOME_BACK 2012
  54. #define IDS_CONNECTING 2013
  55. #define IDS_PASSWORD_STATIC 2014
  56. #define IDS_PIN_STATIC 2015
  57. #define IDS_USERNAME_STATIC 2016
  58. #define IDS_CERTIFICATE_STATIC 2017
  59. #define IDS_LOOKUP_NAME 2019
  60. #define IDS_CARD_READY 2024
  61. #define IDS_BACKWARDS_TIP_TITLE 2027
  62. #define IDS_BACKWARDS_TIP_TEXT 2028
  63. #define IDS_CARD_STATIC 2029
  64. #define IDS_WRONG_OLD_TIP_TITLE 2030
  65. #define IDS_WRONG_OLD_TIP_TEXT 2031
  66. #define IDS_NOT_SAME_TIP_TITLE 2032
  67. #define IDS_NOT_SAME_TIP_TEXT 2033
  68. #define IDS_TOO_SHORT_TIP_TITLE 2034
  69. #define IDS_TOO_SHORT_TIP_TEXT 2035
  70. #define IDS_SAVE 2036
  71. #define IDS_PASSPORT_SAVE 2051
  72. #define IDS_EMAIL_NAME 2052
  73. #define IDS_DOWNGRADE_TIP_TEXT 2056
  74. #define IDS_EMAILNAME_TIP_TITLE 2058
  75. #define IDS_EMAILNAME_TIP_TEXT 2059
  76. #define IDS_PASSWORD_TIP_TITLE 2061
  77. #define IDS_PASSWORD_TIP_TEXT 2062
  78. // Help strings - context help for controls
  79. #define IDS_NOHELP 2100
  80. #define IDH_USERNAMEEDIT 2101
  81. #define IDH_PASSWORDEDIT 2102
  82. #define IDH_SAVECHECKBOX 2103
  83. //-----------------------------------------------------------------------------
  84. #endif