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.

94 lines
3.3 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. afphelp.h
  7. SFMMGR include file for help numbers
  8. FILE HISTORY:
  9. NarenG 27-Feb-1993 Created
  10. */
  11. #ifndef _AFPHELP_H_
  12. #define _AFPHELP_H_
  13. #include <uihelp.h> // For HC_UI_RASMAC_BASE = 25000
  14. #define HC_UI_AFPMGR_BASE HC_UI_RASMAC_BASE
  15. #define HC_UI_AFPMGR_LAST (HC_UI_RASMAC_BASE+200)
  16. #define HC_FILE_MANAGER_CONTENTS (HC_UI_RASMAC_BASE + 50)
  17. //
  18. // Help contexts for the various dialogs.
  19. //
  20. #define HC_NEW_VOLUME_SRVMGR_DIALOG (HC_UI_RASMAC_BASE + 1)
  21. #define HC_NEW_VOLUME_FILEMGR_DIALOG (HC_UI_RASMAC_BASE + 2)
  22. #define HC_VOLUME_EDIT_DIALOG (HC_UI_RASMAC_BASE + 3)
  23. #define HC_VOLUME_PROPERTIES_DIALOG (HC_UI_RASMAC_BASE + 4)
  24. #define HC_VOLUME_DELETE_DIALOG (HC_UI_RASMAC_BASE + 5)
  25. #define HC_DIRECTORY_PERMISSIONS_DLG (HC_UI_RASMAC_BASE + 6)
  26. #define HC_SERVER_PROPERTIES (HC_UI_RASMAC_BASE + 7)
  27. #define HC_SESSIONS_DIALOG (HC_UI_RASMAC_BASE + 8)
  28. #define HC_VOLUMES_DIALOG (HC_UI_RASMAC_BASE + 9)
  29. #define HC_OPENS_DIALOG (HC_UI_RASMAC_BASE + 10)
  30. #define HC_SERVER_PARAMETERS_DIALOG (HC_UI_RASMAC_BASE + 11)
  31. #define HC_CHANGE_SERVER_NAME_DLG (HC_UI_RASMAC_BASE + 12)
  32. #define HC_SELECT_OWNER_GROUP (HC_UI_RASMAC_BASE + 13)
  33. #define HC_LOCAL_GROUP_DLG (HC_UI_RASMAC_BASE + 14)
  34. #define HC_GLOBAL_GROUP_DLG (HC_UI_RASMAC_BASE + 15)
  35. #define HC_FIND_DLG (HC_UI_RASMAC_BASE + 16)
  36. #define HC_TYPE_CREATOR_ADD (HC_UI_RASMAC_BASE + 17)
  37. #define HC_TYPE_CREATOR_EDIT (HC_UI_RASMAC_BASE + 18)
  38. #define HC_SEND_MSG_USER_DIALOG (HC_UI_RASMAC_BASE + 19)
  39. #define HC_SEND_MSG_SERVER_DIALOG (HC_UI_RASMAC_BASE + 20)
  40. #define HC_VOLUME_MANAGEMENT_DIALOG (HC_UI_RASMAC_BASE + 21)
  41. #define HC_FILE_ASSOCIATION_DIALOG (HC_UI_RASMAC_BASE + 22)
  42. #define HC_CURRENT_USERS_WARNING_DIALOG (HC_UI_RASMAC_BASE + 23)
  43. //
  44. // Help context for the various menu items.
  45. //
  46. #define HC_SFMSERVER_CREATE_VOLUME (HC_UI_RASMAC_BASE + 52)
  47. #define HC_SFMSERVER_EDIT_VOLUMES (HC_UI_RASMAC_BASE + 53)
  48. #define HC_SFMSERVER_REMOVE_VOLUME (HC_UI_RASMAC_BASE + 54)
  49. #define HC_SFMSERVER_PERMISSIONS (HC_UI_RASMAC_BASE + 55)
  50. #define HC_SFMSERVER_ASSOCIATE (HC_UI_RASMAC_BASE + 56)
  51. #define HC_SFMSERVER_PROPERTIES IDM_PROPERTIES // The help contexts
  52. #define HC_SFMSERVER_VOLUMES IDM_VOLUME_MGT // for the server
  53. #define HC_SFMSERVER_SEND_MESSAGE IDM_SEND_MESSAGE // manager menu items
  54. // are the same as
  55. // their menu ids.
  56. // This is how
  57. // server manager
  58. // works.
  59. //
  60. // Help contexts for the message popups.
  61. //
  62. #define HC_SERVERNAME_CHANGE (HC_UI_RASMAC_BASE + 101)
  63. #define HC_DELETE_VOLUME_CONFIRM (HC_UI_RASMAC_BASE + 102)
  64. #define HC_MUST_BE_VALID_DIR (HC_UI_RASMAC_BASE + 103)
  65. #define HC_DELETE_TC_CONFIRM (HC_UI_RASMAC_BASE + 104)
  66. #define HC_TYPE_LOCAL_PATH (HC_UI_RASMAC_BASE + 105)
  67. #define HC_INVALID_DIR_ACCOUNT (HC_UI_RASMAC_BASE + 106)
  68. #define HC_MACFILE_NOT_INSTALLED (HC_UI_RASMAC_BASE + 107)
  69. #define HC_AFPERR_UnsupportedFS (HC_UI_RASMAC_BASE + 108)
  70. #endif // _AFPHELP_H_