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.

35 lines
1.1 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. uidomain.dlg
  7. DIALOG box for the PROMPT_FOR_ANY_DC dialog.
  8. FILE HISTORY:
  9. KeithMo 31-Aug-1992 Created.
  10. */
  11. #ifndef _UIDOMAIN_DLG_
  12. #define _UIDOMAIN_DLG_
  13. #include <uidomain.h>
  14. IDD_PROMPT_FOR_ANY_DC_DLG DIALOG 6, 18, 202, 94
  15. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  16. CAPTION "Enter Server"
  17. FONT 8, "MS Shell Dlg"
  18. BEGIN
  19. LTEXT "", IDPDC_MESSAGE, 6, 6, 138, 56
  20. LTEXT "&Server:", IDPDC_SERVER_LABEL, 6, 65, 28, 8, NOT
  21. WS_GROUP
  22. EDITTEXT IDPDC_SERVER, 6, 76, 138, 12, ES_UPPERCASE |
  23. ES_AUTOHSCROLL | ES_OEMCONVERT
  24. PUSHBUTTON "OK", IDOK, 156, 6, 40, 14, WS_GROUP
  25. PUSHBUTTON "Cancel", IDCANCEL, 156, 23, 40, 14
  26. PUSHBUTTON "&Help", IDHELPBLT, 156, 40, 40, 14
  27. END
  28. #endif // _UIDOMAIN_DLG_