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.

38 lines
988 B

  1. /*****************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /*****************************************************************/
  5. /*
  6. * Windows/Network Interface -- Windows NT
  7. *
  8. * property.dlg
  9. *
  10. * This file is included by winnet.rc (thus, used) in Thor only.
  11. *
  12. * History:
  13. * rustanl 29-Apr-1991 Created
  14. * Yi-HsinS 25-Sep-1991 Deleted obsolete stuff
  15. * Johnl 13-May-1992 Removed share menu stuff
  16. *
  17. */
  18. STRINGTABLE
  19. BEGIN
  20. IDS_NETWORK_NAME, "S&hare"
  21. /* This is the only button that appears in the File.Properties dialog.
  22. */
  23. IDS_PROP_BUTTON_FILEOPENS, "&Open By..."
  24. END
  25. #if 0
  26. // No longer supported
  27. FMXMenu MENU
  28. BEGIN
  29. MENUITEM "&Share Directory...", IDM_CREATE_SHARE
  30. MENUITEM "S&top Sharing Directory...", IDM_STOP_SHARE
  31. MENUITEM "Share &Management...", IDM_SHARE_MANAGEMENT
  32. END
  33. #endif //0