home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / mwlanz.exe / CONSOLE / DISK / SETUP.Z / N_HMON.OLF < prev    next >
Text File  |  1995-11-02  |  3KB  |  72 lines

  1. ****************************************************
  2. [Global]
  3. ;****************************************************
  4.  
  5. ; Object Class Name
  6. ObjectClassName=SNodesMonitorServer
  7.  
  8. ; Resource DLLs
  9. ResourceDll=n_hmon.dll
  10.  
  11. ;============================================================================
  12.  
  13. ;****************************************************
  14. [ObjectDLLSetMenuID]
  15. ;****************************************************
  16. ; Menu ID definition
  17. ; <menu ID> = <id value>  
  18. IDM_ENABLE  = 22422
  19. IDM_DISABLE = 22423
  20. IDM_STATUS  = 22424
  21.  
  22. ;****************************************************
  23. [ObjectDLLSetHelpID]
  24. ;****************************************************
  25. ; Help ID definition
  26. ; <help id string>=<help id value>
  27. IDS_ENABLE  = 1001
  28. IDS_DISABLE = 1002
  29. IDS_STATUS  = 1003
  30.  
  31. M_Fault_Node_Monitor_Add    = 22422
  32. M_Fault_Node_Monitor_Remove = 22423
  33. M_Fault_Node_Monitor_Status = 22424
  34.  
  35. ;****************************************************
  36. [ObjectDLLSetSupportedMenuExtension]
  37. ;****************************************************
  38. ; Submenus provided by the object DLL in addition to standard menus
  39.  
  40. ;<submenu name>=<parent menu name>
  41. ;                    use >> to indicate menu hierarchy
  42. ;                    leave blank if parent is the main menu
  43.  
  44. ;****************************************************
  45. [ObjectDLLSetSupportedMenuItemExtension]
  46. ;****************************************************
  47. ; Menu items provided by the object DLL to be attached to the 
  48. ; existing submenus
  49. ;<menu ID>=<submenu name>, <menu item text>
  50. ; To add a separator, 
  51. ;<menu ID>=<submenu name>, SEPARATOR
  52. IDM_ENABLE  = Fa&ult>>Inactive &Node Monitor, &Add
  53. IDM_DISABLE = Fa&ult>>Inactive &Node Monitor, &Remove
  54. IDM_STATUS  = Fa&ult>>Inactive &Node Monitor, &Status
  55.  
  56.  
  57. ;****************************************************
  58. [ObjectDLLSetSupportedMenuMap]
  59. ;****************************************************
  60. ; Menu Map
  61. ;<menu ID>  = <type>,      <msg target>,        <help ID>,  <icon>,<classID>,<expanded menu>,<Primary Func>,<Func Bits>, <ContextHelp>
  62. IDM_ENABLE  = OS|CS|KN|MC, SNodesMonitorServer, IDS_ENABLE,    0,      BOX, , , , M_Fault_Node_Monitor_Add
  63. IDM_DISABLE = OS|CS|KN|MC, SNodesMonitorServer, IDS_DISABLE,   0,      BOX, , , , M_Fault_Node_Monitor_Remove
  64. IDM_STATUS  = OS|CS|KN|MC, SNodesMonitorServer, IDS_STATUS,    0,      0,   , , , M_Fault_Node_Monitor_Status
  65.  
  66.  
  67. ;****************************************************
  68. [ObjectActivationMap]
  69. ;****************************************************
  70. ;<class> = <menu ID>, <expanded menu> 
  71.  
  72.