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.

103 lines
2.2 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. //
  6. // afpmgr.rc
  7. // Resource script for NTSFM 1.0 AFP Server Manager
  8. //
  9. // FILE STATUS:
  10. //
  11. // NarenG 14-Oct-92 Created
  12. //
  13. #include <windows.h>
  14. #include <bltrc.h>
  15. #include <afpmgr.h>
  16. #include <blt.rc> // For msg2help.tbl
  17. //
  18. // Main program icon
  19. //
  20. IDI_AFPMCPA_ICON ICON grimace.ico
  21. //
  22. // Button-Bar Bitmaps
  23. //
  24. IDBM_USERS BITMAP users.bmp
  25. IDBM_FILES BITMAP files.bmp
  26. IDBM_OPENRES BITMAP openres.bmp
  27. IDBM_SERVERPARMS BITMAP srv.bmp
  28. //
  29. // ListBox Bitmaps
  30. //
  31. IDBM_LB_USER BITMAP user.bmp
  32. IDBM_LB_DATA_FORK BITMAP datafork.bmp
  33. IDBM_LB_RESOURCE_FORK BITMAP resfork.bmp
  34. IDBM_LB_GOOD_VOLUME BITMAP volume.bmp
  35. IDBM_LB_BAD_VOLUME BITMAP bvolume.bmp
  36. //
  37. // Menu for Server Manager extension
  38. //
  39. ID_SRVMGR_MENU MENU
  40. BEGIN
  41. MENUITEM "&Properties...", IDM_PROPERTIES
  42. MENUITEM "&Volumes...", IDM_VOLUME_MGT
  43. MENUITEM SEPARATOR
  44. MENUITEM "&Send Message...", IDM_SEND_MESSAGE
  45. END
  46. //
  47. // Menu for File Manager extension
  48. //
  49. ID_FILEMGR_MENU MENU
  50. BEGIN
  51. MENUITEM "&Create Volume...", IDM_VOLUME_CREATE
  52. MENUITEM "&View/Modify Volumes...", IDM_VOLUME_EDIT
  53. MENUITEM "&Remove Volumes...", IDM_VOLUME_DELETE
  54. MENUITEM SEPARATOR
  55. MENUITEM "&Permissions...", IDM_DIRECTORY_PERMISSIONS
  56. MENUITEM SEPARATOR
  57. MENUITEM "&Associate...", IDM_FILE_ASSOCIATE
  58. MENUITEM SEPARATOR
  59. MENUITEM "&Help...", IDM_AFPMGR_HELP
  60. END
  61. //
  62. // Toolbar buttons for file manager extension
  63. //
  64. IDBM_AFP_TOOLBAR BITMAP DISCARDABLE toolbar.bmp
  65. //
  66. // Our string table.
  67. //
  68. #include "afpmgr.str"
  69. //
  70. // Application dialogs.
  71. //
  72. #include <afpmgr.dlg>
  73. #include <ntverp.h>
  74. #define VER_FILETYPE VFT_DLL
  75. #define VER_FILESUBTYPE VFT2_UNKNOWN
  76. #define VER_FILEDESCRIPTION_STR "Windows NT Macintosh File Server Manager"
  77. #define VER_INTERNALNAME_STR "sfmmgr.cpl"
  78. #define VER_ORIGINALFILENAME_STR "sfmmgr.cpl"
  79. #include "common.ver"
  80. #include "progress.rc"