home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / wndsvw.exe / WDSVIEW.H < prev    next >
C/C++ Source or Header  |  1995-03-08  |  545b  |  30 lines

  1. #ifndef __WTLICHAT_H
  2. #define __WTLICHAT_H
  3.  
  4.  
  5. #include <windows.h>
  6.  
  7. /*        Menu Defines */
  8. #define MENU_1    1
  9. #define CM_FILEEXIT    101
  10. #define CM_CHANGECON    102
  11. #define CM_HELPABOUT    104
  12.  
  13. /* Main Dialog Defines */
  14. #define IDC_VALUES    111
  15. #define IDC_ATTRIBUTES    112
  16. #define IDC_OBJECTS    113
  17. #define IDC_CONTAINER    114
  18. #define IDC_CCONTEXT    115
  19. #define IDC_CONTAINER_LIST 116
  20. #define IDC_CURRENT_CONTEXT 117
  21. #define SELECT_BUT 118
  22. #define IDC_ABOUTBOX    119
  23. #define IDC_ABOUTOK    120
  24.  
  25. /* Other Defines */
  26. #define TLI_TIMER 130
  27.  
  28. #endif
  29.  
  30.