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.

37 lines
1.2 KiB

  1. /*****************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /*****************************************************************/
  5. /*
  6. password.dlg
  7. Resource file for RESOURCE_PASSWORD_DIALOG
  8. HISTORY:
  9. Yi-HsinS 5-Oct-91 Got it from KeithMo
  10. JoeB 15-May-1992 Edit for great beauty
  11. */
  12. #ifndef _PASSWORD_DLG_
  13. #define _PASSWORD_DLG_
  14. #include <passdlg.h>
  15. IDD_PASSWORD_DLG DIALOG 14, 46, 204, 60
  16. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  17. CAPTION "Enter Password"
  18. FONT 8, "MS Shell Dlg"
  19. BEGIN
  20. LTEXT "Please enter a password for", -1, 6, 8, 93, 8
  21. LTEXT "", IDPW_RESOURCE, 99, 8, 97, 8
  22. LTEXT "&Password:", -1, 6, 23, 35, 8
  23. EDITTEXT IDPW_PASSWORD, 43, 21, 108, 12, ES_PASSWORD |
  24. ES_AUTOHSCROLL
  25. DEFPUSHBUTTON "OK", IDOK, 37, 40, 40, 14, WS_GROUP
  26. PUSHBUTTON "Cancel", IDCANCEL, 82, 40, 40, 14, WS_GROUP
  27. PUSHBUTTON "&Help", IDHELPBLT, 127, 40, 40, 14, WS_GROUP
  28. END
  29. #endif