home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / util / startups.sit / stupcr.h < prev    next >
Text File  |  1986-05-06  |  759b  |  33 lines

  1. /* StUpCr.H */
  2. /* Contains the important globals */
  3.  
  4. #define ERRORALRT        301            /* ALRT resources */
  5. #define ABOUTMEID        300
  6. #define MISCALRT        302
  7. #define CONVCOMP        303
  8.  
  9. #define WINDOW1R        300            /* WIND resources */
  10.  
  11. #define ERRMSG            300            /* STR# resources */
  12. #define MSGSTR            301
  13.  
  14. #define OUTOFMEM        1            /* STR# 300 string index numbers */
  15. #define READERROR        2
  16. #define WRITERROR        3
  17. #define NOFUNCTN        4
  18.  
  19. #define OPENMSG            1            /* STR# 301 string index */
  20. #define READMSG            2
  21. #define WRITMSG            3
  22. #define REA2MSG            4
  23. #define WRI2MSG            5
  24.  
  25. #define APPLMENU        1                /* MENU resources */
  26. #define FILEMENU        2
  27. #define EDITMENU        3
  28.  
  29. #define ABOUTSUBM        1            /* APPLMENU menu position */
  30.  
  31. #define FTOSSUBM        1            /* FILEMENU menu position */
  32. #define STOFSUBM        2
  33. #define QUITSUBM        4