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.

17 lines
307 B

  1. /* netdlg.h -
  2. *
  3. * constants for network dialogs
  4. */
  5. #ifdef RC_INVOKED
  6. #define IDD_CONNECTPROGRESS 100
  7. #define IDD_PASSWORD 101
  8. #else
  9. #define IDD_CONNECTPROGRESS ((LPSTR)100L)
  10. #define IDD_PASSWORD ((LPSTR)101L)
  11. #endif
  12. #define IDD_DEV 100
  13. #define IDD_PASS 101
  14. #define IDD_PATH 102