home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / k95source / ckoclip.h < prev    next >
Text File  |  2020-01-01  |  645b  |  25 lines

  1. /*
  2.   Author: Frank da Cruz  (fdc@columbia.edu, FDCCU@CUVMA.BITNET),
  3.             The Kermit Project, Columbia University, New York City
  4.           Jeffrey E Altman (jaltman@secure-endpoints.com),
  5.             Secure Endpoints Inc., New York City.
  6.  
  7.   Copyright (C) 1985, 2004, Trustees of Columbia University in the City of New
  8.   York.
  9. */
  10.  
  11. #define RS_ALL          300
  12. #define RS_ICON         RS_ALL
  13. #define RS_MENU         RS_ALL
  14. #define RS_ACCELTABLE   RS_ALL
  15. #define RS_TBMENU       350
  16.  
  17. #define ST_CLASSNAME      10
  18. #define ST_WINDOWTITLE    11
  19. #define ST_CREATION_ERROR 12
  20.  
  21. #define MN_FILE 99
  22. /* Defines for MN_FILE menu */
  23. #define MN_EXIT 104
  24.  
  25.