home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / JIGSAW.ZIP / JIGSAW.H < prev    next >
Text File  |  1989-04-10  |  836b  |  29 lines

  1. #define APPMENU         1               /* app menu */
  2. #define APPTABLE        1               /* app accel table */
  3. #define APPICON         1
  4.  
  5. #define SM_EXIT         1             /* menu item ids */
  6. #define MENU_RESUME     2
  7. #define MENU_EXIT       3
  8. #define SM_OPTIONS      10
  9. #define MENU_PRINT      11
  10. #define MENU_ZOOMIN     12
  11. #define MENU_ZOOMOUT    13
  12. #define MENU_BYTEALIGN    14
  13. #define SM_HELP         20
  14. #define MENU_HELP_EXTENDED      21
  15. #define MENU_HELP_INDEX         22
  16. #define MENU_HELP_KEYS        23
  17. #define SM_FILE     30
  18. #define MENU_LOAD    31
  19. #define MENU_JUMBLE    40
  20. #define MENU_DUMMY      9999
  21.  
  22.  
  23. #define TITLEBAR          1           /* string table ids */
  24. #define TERMINATE         2
  25. #define XFORMFAIL         3
  26. #define HELP_EXTENDED     4
  27. #define HELP_INDEX        5
  28. #define HELP_KEYS         6
  29.