home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / chatwn.exe / CHAT.H < prev    next >
Text File  |  1993-08-26  |  596b  |  29 lines

  1. /* File Menu Constants */
  2. #define IDM_EXIT 11
  3.  
  4. /* Chat Dialog Constants */
  5. #define STEXT_COLLECTING 12
  6. #define RB_IPX 13
  7. #define RB_SPX 14
  8. #define RB_TLI 15
  9. #define CHAT_BUTTON 16
  10. #define OK_BUTTON 27
  11. #define CANCEL_BUTTON 17
  12. #define SERVER_LISTBOX 28
  13. #define USER_LISTBOX 29
  14.  
  15. /* Send and Receive Dialog Constants */
  16. #define    MESSAGE_TEXT 18
  17. #define    SEND_BUTTON 19
  18. #define    CLEAR_BUTTON 20
  19. #define    MESSAGE_LISTBOX 21
  20.  
  21. #define    ETEXT_MESSAGE 23
  22. #define    PROTOCOL_BUTTON 24
  23. #define    HANGUP_BUTTON 25
  24. #define    CALL_BUTTON 26
  25.  
  26. /* TLI Constants */
  27. #define TLI_RECEIVE_TIMER 22
  28.  
  29.