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.

35 lines
876 B

  1. /*****************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1989-1990 **/
  4. /*****************************************************************/
  5. /*
  6. * Windows/Network Interface -- LAN Manager Version
  7. *
  8. * These manifests are used in the Password Expiry dialog,
  9. * the ChangePassword dialog, and in the Password Prompt dialog.
  10. */
  11. // Password Expiry and Change Password dialogs
  12. #include "passwd.h"
  13. #undef IDD_PW_OK
  14. #define IDD_PW_OK IDOK
  15. #undef IDD_PW_CANCEL
  16. #define IDD_PW_CANCEL IDCANCEL
  17. #undef IDD_PW_HELP
  18. #define IDD_PW_HELP IDHELPBLT
  19. // Password Prompt dialog
  20. #include "pswddlog.h"
  21. #undef IDD_PSWDDLOG_CANCEL
  22. #define IDD_PSWDDLOG_CANCEL IDCANCEL
  23. #undef IDD_PSWDDLOG_OK
  24. #define IDD_PSWDDLOG_OK IDOK
  25. #undef IDD_PSWDDLOG_HELP
  26. #define IDD_PSWDDLOG_HELP IDHELPBLT