home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WSYS15.ZIP / WWIVSYS.H < prev    next >
Text File  |  1995-04-17  |  392b  |  23 lines

  1. #define LINESIZE 80
  2.  
  3.  
  4. /* Menu choice to display the About dialog box */
  5.  
  6. #define ID_ABOUT           0x100
  7.  
  8. /* Menu choice to display the text */
  9.  
  10. #define ID_WWIVSYS    0x200
  11.  
  12. /* Menu choice to exit the application */
  13.  
  14. #define ID_EXIT        0x300
  15.  
  16. /* Dialog box control identifiers */
  17.  
  18. #define ID_ETEXT    0x400
  19. #define ID_TEXT        0x401 
  20. #define ID_OK        0x402
  21. #define ID_CANCEL    0x403
  22.  
  23.