|
|
1.1 ! root 1: #define ID_RESOURCE 1 ! 2: ! 3: #define IDM_MENU1 101 ! 4: #define IDM_MENU2 102 ! 5: ! 6: #define IDM_SWITCH 201 ! 7: #define IDM_DISABLE 202 ! 8: #define IDM_SUB3 203 ! 9: ! 10: #define IDM_CASCADE1 301 ! 11: #define IDM_CASCADE2 302 ! 12: #define IDM_CASCADE3 303 ! 13: #define IDM_CASCADE4 304 ! 14: ! 15: #define IDM_FINAL1 401 ! 16: #define IDM_FINAL2 402 ! 17: #define IDM_FINAL3 403 ! 18: ! 19: #define IDM_HELP 8 ! 20: ! 21: #define IDM_LOGO 500 ! 22: #define IDM_TOOL1 501 ! 23: #define IDM_TOOL2 502 ! 24: #define IDM_TOOL3 503 ! 25: #define IDM_TOOL4 504 ! 26: #define IDM_TOOL5 505 ! 27: #define IDM_TOOL6 506 ! 28: ! 29: ! 30: #define ID_POPUP 1002 ! 31: ! 32: #define IDM_NEW 1001 ! 33: #define IDM_OPEN 1002 ! 34: #define IDM_SAVE 1003 ! 35: #define IDM_SAVEAS 1004 ! 36: #define IDM_ABOUT 1005 ! 37: #define IDM_CUT 1006 ! 38: #define IDM_COPY 1007 ! 39: #define IDM_PASTE 1008 ! 40: #define IDM_CLEAR 1009 ! 41: #define IDM_RED 1010 ! 42: #define IDM_GREEN 1011 ! 43: #define IDM_BLUE 1012 ! 44: #define IDM_SMALL 1013 ! 45: #define IDM_MEDIUM 1014 ! 46: #define IDM_LARGE 1015 ! 47: #define IDM_SLOW 1016 ! 48: #define IDM_MEDSPEED 1017 ! 49: #define IDM_FAST 1018 ! 50: ! 51: #define IDM_POPUP 1020 ! 52: ! 53: #define IDD_ABOUT 1001 ! 54: ! 55: #define ID_ALTERNATE 2000 ! 56: #define IDM_ALT1 2100 ! 57: #define IDM_ALT_SWITCH 2101 ! 58: #define IDM_ALT_ADD 2102 ! 59: ! 60: typedef struct _POPUPITEM { ! 61: USHORT afStyle; ! 62: USHORT afAttribute; ! 63: USHORT id; ! 64: char text[80]; /* should only be the size of each text string */ ! 65: } POPUPITEM; ! 66: ! 67: typedef struct _MENUCREATETEMPLATE { ! 68: USHORT size; ! 69: USHORT version; ! 70: USHORT codepage; ! 71: USHORT mnemonic; ! 72: USHORT itemcount; ! 73: POPUPITEM item[1]; /* multiple items are allowed, item count = # of items */ ! 74: } MENUCREATETEMPLATE;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.