home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / misc / dr.str / Source / theMenus.h < prev   
Encoding:
C/C++ Source or Header  |  1992-06-07  |  788 b   |  36 lines  |  [TEXT/KAHL]

  1. /*** Define Menu Resources ***/
  2. #define NOT_A_NORMAL_MENU    -1
  3.  
  4. #define APPLE_MENU_ID        BASE_RES_ID
  5. #define ABOUT_ITEM            1
  6.  
  7. #define FILE_MENU_ID        BASE_RES_ID+1
  8. #define SEND_TEXT_ITEM        1
  9. #define DOWNLOAD_ITEM        2
  10. #define QUIT_ITEM            3
  11.  
  12. #define EDIT_MENU_ID        BASE_RES_ID+2
  13. #define UNDO_ITEM            1
  14. #define CUT_ITEM            3
  15. #define COPY_ITEM            4
  16. #define PASTE_ITEM            5
  17. #define CLEAR_ITEM            6
  18.  
  19. #define GLOVE_MENU_ID        BASE_RES_ID+3
  20. #define REQUEST_ITEM        1
  21. #define CONTINUOUS_ITEM        2
  22. #define SMOOTH_ITEM            4
  23.  
  24. #define TERMINAL_MENU_ID    BASE_RES_ID+4
  25. #define TERMINAL_ITEM        1
  26. #define DATA_RATE_MENU_ID    100
  27. #define DATA_BITS_MENU_ID    101
  28. #define STOP_BITS_MENU_ID    102
  29. #define PARITY_MENU_ID        103
  30.  
  31. #define WINDOW_MENU_ID        BASE_RES_ID+5
  32. #define GLOVE_DATA_ITEM        1
  33. #define SHOW_ADT_ITEM        2
  34. #define BALL_ITEM            3
  35.  
  36.