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.

33 lines
1.1 KiB

  1. // File: mnmsrvc.rc
  2. #include <winres.h>
  3. #include <resource.h>
  4. #define VER_FILETYPE VFT_DLL
  5. #define VER_DESCRIPTION_STR "NetMeeting Remote Desktop Sharing\0"
  6. #define VER_INTERNALNAME_STR "mnmsrvc\0"
  7. #define VER_ORIGNAME_STR "mnmsrvc.dll\0"
  8. // Standard NetMeeting version resource
  9. #include <version.rc>
  10. IDI_SM_WORLD ICON DISCARDABLE "res\\mnmsrvc.ico"
  11. STRINGTABLE DISCARDABLE
  12. BEGIN
  13. IDS_MNMSRVC_TITLE "NetMeeting Remote Desktop Sharing"
  14. IDS_MNMSRVC_DESCRIPTION "Enables an authorized user to access this computer remotely by using NetMeeting over a corporate intranet. If this service is stopped, remote desktop sharing will be unavailable. If this service is disabled, any services that explicitly depend on it will fail to start."
  15. END
  16. IDR_TASKBAR_POPUP MENU DISCARDABLE
  17. BEGIN
  18. POPUP ""
  19. BEGIN
  20. MENUITEM "&Activate Remote Desktop Sharing", IDM_TBPOPUP_ACTIVATE, GRAYED
  21. MENUITEM "&Turn off Remote Desktop Sharing", IDM_TBPOPUP_INACTIVATE, GRAYED
  22. MENUITEM "&Send Files", IDM_TBPOPUP_SENDFILES, GRAYED
  23. MENUITEM SEPARATOR
  24. MENUITEM "E&xit", IDM_TBPOPUP_STOP
  25. END
  26. END