/* resource file indicies for QUIKMENU */ #define MAINMENU 0 /* menu tree */ #define DESK 3 /* TITLE in tree MAINMENU */ #define OPTIONS 4 /* TITLE in tree MAINMENU */ #define DSKABOUT 7 /* STRING in tree MAINMENU */ #define COLOR 16 /* STRING in tree MAINMENU */ #define PITCH 17 /* STRING in tree MAINMENU */ #define FONT 18 /* STRING in tree MAINMENU */ #define MACRO 19 /* STRING in tree MAINMENU */ #define QUIT 20 /* STRING in tree MAINMENU */ #define COLORFRM 1 /* form/dialog */ #define BLACK 1 /* BUTTON in tree COLORFRM */ #define RED 2 /* BUTTON in tree COLORFRM */ #define BLUE 3 /* BUTTON in tree COLORFRM */ #define ORANGE 4 /* BUTTON in tree COLORFRM */ #define YELLOW 5 /* BUTTON in tree COLORFRM */ #define VIOLET 6 /* BUTTON in tree COLORFRM */ #define GREEN 7 /* BUTTON in tree COLORFRM */ #define PITCHFRM 2 /* form/dialog */ #define CPI10 1 /* BUTTON in tree PITCHFRM */ #define HS12CPI 2 /* BUTTON in tree PITCHFRM */ #define HD12CPI 3 /* BUTTON in tree PITCHFRM */ #define CPI20 4 /* BUTTON in tree PITCHFRM */ #define CPI17 5 /* BUTTON in tree PITCHFRM */ #define CPI15 6 /* BUTTON in tree PITCHFRM */ #define PROPORT 7 /* BUTTON in tree PITCHFRM */ #define FONTFRM 3 /* form/dialog */ #define LQSANS 1 /* BUTTON in tree FONTFRM */ #define LQROMAN 2 /* BUTTON in tree FONTFRM */ #define LQCOUR 3 /* BUTTON in tree FONTFRM */ #define LQPREST 4 /* BUTTON in tree FONTFRM */ #define DRAFT 5 /* BUTTON in tree FONTFRM */ #define MACROFRM 4 /* form/dialog */ #define MACRO1 3 /* BUTTON in tree MACROFRM */ #define MACRO2 4 /* BUTTON in tree MACROFRM */ #define MACRO3 5 /* BUTTON in tree MACROFRM */ #define MACRO4 6 /* BUTTON in tree MACROFRM */ #define ABOUTFRM 5 /* form/dialog */ #define ABOUTOK1 6 /* BUTTON in tree ABOUTFRM */ #define BACKDROP 6 /* form/dialog */