Source code of Windows XP (NT5)
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.

53 lines
958 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. //
  6. // ftpmgr.rc
  7. // Resource script for Windows NT FTP Service Manager
  8. //
  9. // FILE STATUS:
  10. //
  11. // YiHsinS 18-Mar-93 Created
  12. //
  13. //
  14. // Standard include files.
  15. //
  16. #include <windows.h>
  17. #include <bltrc.h>
  18. //
  19. // Private include files.
  20. //
  21. #include "ftpmgr.h"
  22. //
  23. // Icons and bitmaps
  24. //
  25. IDI_FTPCPA_ICON ICON ftp.ico
  26. BMID_USER BITMAP DISCARDABLE "bitmap\\user.bmp"
  27. BMID_ANONYMOUS BITMAP DISCARDABLE "bitmap\\anonymou.bmp"
  28. //
  29. // Menu for FTP Server Manager Extension
  30. //
  31. ID_FTPSMX_MENU MENU
  32. BEGIN
  33. MENUITEM "&FTP Service", IDM_FTP_SERVICE
  34. END
  35. //
  36. // Dialogs
  37. //
  38. #include "ftpmgr.dlg"
  39. //
  40. // Strings
  41. //
  42. #include "ftpmgr.str"