home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / other / cled122s / source / cled.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-14  |  2.0 KB  |  54 lines

  1. /* resource file indicies for CLED */
  2.  
  3. #define INTRO    0    /* form/dialog */
  4. #define INVERS   12    /* TEXT in tree INTRO */
  5.  
  6. #define PRINT    1    /* form/dialog */
  7. #define CBLUE    2    /* BUTTON in tree PRINT */
  8. #define CRED     3    /* BUTTON in tree PRINT */
  9. #define CBLACK   4    /* BUTTON in tree PRINT */
  10. #define DRAFT    7    /* BUTTON in tree PRINT */
  11. #define NLQ      8    /* BUTTON in tree PRINT */
  12. #define DOPRINT  10    /* BUTTON in tree PRINT */
  13. #define NOPRINT  11    /* BUTTON in tree PRINT */
  14. #define SIDE1    15    /* FBOXTEXT in tree PRINT */
  15. #define SIDE2    16    /* FBOXTEXT in tree PRINT */
  16. #define PRNTNAME 18    /* TEXT in tree PRINT */
  17.  
  18. #define MENUBAR  2    /* menu tree */
  19. #define FILE     4    /* TITLE in tree MENUBAR */
  20. #define ABOUTCLE 10    /* STRING in tree MENUBAR */
  21. #define LOADGRA  19    /* STRING in tree MENUBAR */
  22. #define SAVEGRA  20    /* STRING in tree MENUBAR */
  23. #define QUIT     22    /* STRING in tree MENUBAR */
  24. #define PRINTLAB 24    /* STRING in tree MENUBAR */
  25. #define LOADSET  26    /* STRING in tree MENUBAR */
  26. #define WGRAPH   28    /* STRING in tree MENUBAR */
  27. #define WTEXT    29    /* STRING in tree MENUBAR */
  28. #define HGENERAL 31    /* STRING in tree MENUBAR */
  29. #define HTHISWIN 33    /* STRING in tree MENUBAR */
  30.  
  31. #define ABOUTME  3    /* form/dialog */
  32. #define ABEXIT   2    /* BUTTON in tree ABOUTME */
  33. #define ABVERS   12    /* TEXT in tree ABOUTME */
  34.  
  35. #define TEXTHELP 4    /* form/dialog */
  36. #define TXHELPOK 13    /* BUTTON in tree TEXTHELP */
  37.  
  38. #define GRAFHELP 5    /* form/dialog */
  39. #define GRHELPOK 9    /* BUTTON in tree GRAFHELP */
  40.  
  41. #define GENHELP  6    /* form/dialog */
  42. #define GNHELPOK 18    /* BUTTON in tree GENHELP */
  43.  
  44. #define SCREEN   7    /* form/dialog */
  45. #define TOOLS    1    /* BOX in tree SCREEN */
  46. #define SRIGHT   2    /* BOXCHAR in tree SCREEN */
  47. #define SUP      3    /* BOXCHAR in tree SCREEN */
  48. #define SLEFT    4    /* BOXCHAR in tree SCREEN */
  49. #define SDOWN    5    /* BOXCHAR in tree SCREEN */
  50. #define INVERT   6    /* BOXTEXT in tree SCREEN */
  51. #define MIRROR   7    /* BOXTEXT in tree SCREEN */
  52. #define TTITLE   8    /* BOXTEXT in tree SCREEN */
  53.  
  54.