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.

52 lines
1.9 KiB

  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 Browser dialog.
  9. */
  10. #define IDD_TEXT 100
  11. #define IDD_DIR 101
  12. #define IDD_FROM 102
  13. #define IDD_TO 103
  14. #define IDD_NETBROWSE 500
  15. #define IDD_DOMAIN_CB 501
  16. #define IDD_SERVERS 502
  17. #define IDD_SERVERTEXT 503
  18. #define IDD_SHARES 504
  19. #define IDD_SHARETEXT 505
  20. #define IDM_BRWS_HELPINDEX 506
  21. #define IDM_BRWS_ABOUT 507
  22. #define IDD_DOMAINTEXT 508
  23. /* The following manifests are for the new (LAN Man 2.1 and 3.0) browser */
  24. #define IDD_BROW_BASE (100)
  25. #define IDD_BROW_NETWORK_PATH_TEXT (IDD_BROW_BASE+0)
  26. #define IDD_BROW_NETWORK_PATH (IDD_BROW_BASE+1)
  27. #define IDD_BROW_DEVICE_TEXT (IDD_BROW_BASE+2)
  28. #define IDD_BROW_DEVICE (IDD_BROW_BASE+3)
  29. #define IDD_BROW_RECONNECT (IDD_BROW_BASE+4)
  30. #define IDD_BROW_SHOW_TEXT (IDD_BROW_BASE+5)
  31. #define IDD_BROW_SHOW (IDD_BROW_BASE+6)
  32. #define IDD_BROW_RESOURCES_TEXT (IDD_BROW_BASE+7)
  33. #define IDD_BROW_RESOURCES (IDD_BROW_BASE+8)
  34. #define IDD_BROW_COMMON_ERRORS (IDD_BROW_BASE+9)
  35. #define IDD_PRINTER_CONN_TEXT (IDD_BROW_BASE+11)
  36. #define IDD_PRINTER_CONN (IDD_BROW_BASE+12)
  37. #define IDD_DOTLINE (IDD_BROW_BASE+13)
  38. #define IDD_DISCONNECT (IDD_BROW_BASE+14)
  39. #define IDD_RECONNECT (IDD_BROW_BASE+15)
  40. #define IDD_CONNECT (IDD_BROW_BASE+16)
  41. #define IDD_DISCONN_DRIVES_TEXT (IDD_BROW_BASE+17)
  42. #define IDD_DISCONN_DRIVES (IDD_BROW_BASE+18)
  43. #define IDD_DISCONN_LOGON (IDD_BROW_BASE+19)
  44. #define IDD_DISCONN_HELP (IDD_BROW_BASE+20)