home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0423.ZIP / CCE_0423.PD / GEM.ZOO / tgem.h < prev    next >
Text File  |  1992-04-26  |  1KB  |  33 lines

  1. /* resource file indicies for TGEM */
  2.  
  3. #define MENU     0    /* menu tree */
  4. #define DOABOUT  7    /* STRING in tree MENU */
  5. #define OPENTEST 16    /* STRING in tree MENU */
  6. #define DOQUIT   18    /* STRING in tree MENU */
  7.  
  8. #define ABOUT    1    /* form/dialog */
  9. #define QABOUT   2    /* BUTTON in tree ABOUT */
  10.  
  11. #define TESTS    2    /* form/dialog */
  12. #define SIMPSLID 6    /* BOX in tree TESTS */
  13. #define SIMPKNOB 7    /* BOX in tree TESTS */
  14. #define VSLIDER  12    /* IBOX in tree TESTS */
  15. #define UP       13    /* BOXCHAR in tree TESTS */
  16. #define VRACK    14    /* BOX in tree TESTS */
  17. #define VKNOB    15    /* BOX in tree TESTS */
  18. #define DOWN     16    /* BOXCHAR in tree TESTS */
  19. #define HSLIDER  42    /* IBOX in tree TESTS */
  20. #define LEFT     43    /* BOXCHAR in tree TESTS */
  21. #define HRACK    44    /* BOX in tree TESTS */
  22. #define HKNOB    45    /* BOX in tree TESTS */
  23. #define RIGHT    46    /* BOXCHAR in tree TESTS */
  24. #define SEL      48    /* BUTTON in tree TESTS */
  25. #define SELEX    49    /* BUTTON in tree TESTS */
  26. #define TE       55    /* BUTTON in tree TESTS */
  27. #define TEEX     56    /* BUTTON in tree TESTS */
  28. #define SELTE    57    /* BUTTON in tree TESTS */
  29. #define SELEXDEF 58    /* BUTTON in tree TESTS */
  30.  
  31. #define DESKTOP  3    /* form/dialog */
  32.  
  33.