home *** CD-ROM | disk | FTP | other *** search
- /* resource file indicies for CLED */
-
- #define INTRO 0 /* form/dialog */
- #define INVERS 12 /* TEXT in tree INTRO */
-
- #define PRINT 1 /* form/dialog */
- #define CBLUE 2 /* BUTTON in tree PRINT */
- #define CRED 3 /* BUTTON in tree PRINT */
- #define CBLACK 4 /* BUTTON in tree PRINT */
- #define DRAFT 7 /* BUTTON in tree PRINT */
- #define NLQ 8 /* BUTTON in tree PRINT */
- #define DOPRINT 10 /* BUTTON in tree PRINT */
- #define NOPRINT 11 /* BUTTON in tree PRINT */
- #define SIDE1 15 /* FBOXTEXT in tree PRINT */
- #define SIDE2 16 /* FBOXTEXT in tree PRINT */
- #define PRNTNAME 18 /* TEXT in tree PRINT */
-
- #define MENUBAR 2 /* menu tree */
- #define FILE 4 /* TITLE in tree MENUBAR */
- #define ABOUTCLE 10 /* STRING in tree MENUBAR */
- #define LOADGRA 19 /* STRING in tree MENUBAR */
- #define SAVEGRA 20 /* STRING in tree MENUBAR */
- #define QUIT 22 /* STRING in tree MENUBAR */
- #define PRINTLAB 24 /* STRING in tree MENUBAR */
- #define LOADSET 26 /* STRING in tree MENUBAR */
- #define WGRAPH 28 /* STRING in tree MENUBAR */
- #define WTEXT 29 /* STRING in tree MENUBAR */
- #define HGENERAL 31 /* STRING in tree MENUBAR */
- #define HTHISWIN 33 /* STRING in tree MENUBAR */
-
- #define ABOUTME 3 /* form/dialog */
- #define ABEXIT 2 /* BUTTON in tree ABOUTME */
- #define ABVERS 12 /* TEXT in tree ABOUTME */
-
- #define TEXTHELP 4 /* form/dialog */
- #define TXHELPOK 13 /* BUTTON in tree TEXTHELP */
-
- #define GRAFHELP 5 /* form/dialog */
- #define GRHELPOK 9 /* BUTTON in tree GRAFHELP */
-
- #define GENHELP 6 /* form/dialog */
- #define GNHELPOK 18 /* BUTTON in tree GENHELP */
-
- #define SCREEN 7 /* form/dialog */
- #define TOOLS 1 /* BOX in tree SCREEN */
- #define SRIGHT 2 /* BOXCHAR in tree SCREEN */
- #define SUP 3 /* BOXCHAR in tree SCREEN */
- #define SLEFT 4 /* BOXCHAR in tree SCREEN */
- #define SDOWN 5 /* BOXCHAR in tree SCREEN */
- #define INVERT 6 /* BOXTEXT in tree SCREEN */
- #define MIRROR 7 /* BOXTEXT in tree SCREEN */
- #define TTITLE 8 /* BOXTEXT in tree SCREEN */
-
-