|
|
1.1 ! root 1: #define IDM_SYSMENU 666 ! 2: ! 3: #define IDM_FILE 100 ! 4: #define IDM_NEW IDM_FILE+1 ! 5: #define IDM_OPEN IDM_FILE+2 ! 6: #define IDM_CLOSE IDM_FILE+3 ! 7: #define IDM_SAVE IDM_FILE+4 ! 8: #define IDM_SAVEAS IDM_FILE+5 ! 9: #define IDM_PRINT IDM_FILE+6 ! 10: #define IDM_PRINTSET IDM_FILE+7 ! 11: #define IDM_EXIT IDM_FILE+8 ! 12: ! 13: #define IDM_EDIT 110 ! 14: #define IDM_UNDO IDM_EDIT+1 ! 15: #define IDM_CUT IDM_EDIT+2 ! 16: #define IDM_COPY IDM_EDIT+3 ! 17: #define IDM_PASTE IDM_EDIT+4 ! 18: #define IDM_DELETE IDM_EDIT+5 ! 19: #define IDM_FIND IDM_EDIT+6 ! 20: #define IDM_REPLACE IDM_EDIT+7 ! 21: ! 22: #define IDM_VIEW 120 ! 23: #define IDM_TOOLBAR IDM_VIEW+1 ! 24: #define IDM_STATUSBAR IDM_VIEW+2 ! 25: ! 26: #define IDM_ITEM 130 ! 27: #define IDM_TEST1 IDM_ITEM+1 ! 28: #define IDM_TEST2 IDM_ITEM+2 ! 29: #define IDM_TEST3 IDM_ITEM+3 ! 30: #define IDM_TEST4 IDM_ITEM+4 ! 31: ! 32: #define IDM_HELP 140 ! 33: #define IDM_HELP_INDEX IDM_HELP+1 ! 34: #define IDM_HELP_KEYBOARD IDM_HELP+2 ! 35: #define IDM_HELP_USAGE IDM_HELP+3 ! 36: #define IDM_USAGE IDM_HELP+4 ! 37: #define IDM_ABOUT IDM_HELP+5 ! 38: ! 39: #define ID_TOOLBAR 150 ! 40: #define ID_CREATEPARAM ID_TOOLBAR+1 ! 41: #define ID_CREATEVALUE ID_TOOLBAR+2 ! 42: ! 43: #define ID_STATUSBAR 160 ! 44: #define ID_MENUFIELD ID_STATUSBAR+1 ! 45: #define ID_TIMEFIELD ID_STATUSBAR+2 ! 46: #define ID_NUMFIELD ID_STATUSBAR+3 ! 47: #define ID_OVRFIELD ID_STATUSBAR+4 ! 48: #define ID_SCROLLFIELD ID_STATUSBAR+5 ! 49: #define ID_CAPSFIELD ID_STATUSBAR+6 ! 50: ! 51: #define CFP_BASE 200 ! 52: #define CFP_HEIGHT CFP_BASE+0 ! 53: #define CFP_WIDTH CFP_BASE+1 ! 54: #define CFP_ESCAPEMENT CFP_BASE+2 ! 55: #define CFP_ORIENTATION CFP_BASE+3 ! 56: #define CFP_WEIGHT CFP_BASE+4 ! 57: #define CFP_ITALIC CFP_BASE+5 ! 58: #define CFP_UNDERLINE CFP_BASE+6 ! 59: #define CFP_STRIKEOUT CFP_BASE+7 ! 60: #define CFP_CHARSET CFP_BASE+8 ! 61: #define CFP_OUTPUTPRECISION CFP_BASE+9 ! 62: #define CFP_CLIPPRECISION CFP_BASE+10 ! 63: #define CFP_QUALITY CFP_BASE+11 ! 64: #define CFP_PITCH CFP_BASE+12 ! 65: #define CFP_FAMILY CFP_BASE+13 ! 66: #define CFP_FACENAME CFP_BASE+14 ! 67: ! 68: #define CFD_BASE 220 ! 69: #define CFD_HEIGHT CFD_BASE+0 ! 70: #define CFD_WIDTH CFD_BASE+1 ! 71: #define CFD_ESCAPEMENT CFD_BASE+2 ! 72: #define CFD_ORIENTATION CFD_BASE+3 ! 73: #define CFD_WEIGHT CFD_BASE+4 ! 74: #define CFD_ITALIC CFD_BASE+5 ! 75: #define CFD_UNDERLINE CFD_BASE+6 ! 76: #define CFD_STRIKEOUT CFD_BASE+7 ! 77: #define CFD_CHARSET CFD_BASE+8 ! 78: #define CFD_OUTPUTPRECISION CFD_BASE+9 ! 79: #define CFD_CLIPPRECISION CFD_BASE+10 ! 80: #define CFD_QUALITY CFD_BASE+11 ! 81: #define CFD_PITCHANDFAMILY CFD_BASE+12 ! 82: #define CFD_FACENAME CFD_BASE+13 ! 83: ! 84: #define CFD_DEFAULT CFD_BASE+14 ! 85: ! 86: #define TMD_BASE 240 ! 87: #define TMD_HEIGHT TMD_BASE+0 ! 88: #define TMD_ASCENT TMD_BASE+1 ! 89: #define TMD_DESCENT TMD_BASE+2 ! 90: #define TMD_INTERNAL TMD_BASE+3 ! 91: #define TMD_EXTERNAL TMD_BASE+4 ! 92: #define TMD_AVEWIDTH TMD_BASE+5 ! 93: #define TMD_MAXWIDTH TMD_BASE+6 ! 94: #define TMD_WEIGHT TMD_BASE+7 ! 95: #define TMD_ITALIC TMD_BASE+8 ! 96: #define TMD_UNDERLINE TMD_BASE+9 ! 97: #define TMD_STRUCKOUT TMD_BASE+10 ! 98: #define TMD_FIRSTCHAR TMD_BASE+11 ! 99: #define TMD_LASTCHAR TMD_BASE+12 ! 100: #define TMD_DEFAULTCHAR TMD_BASE+13 ! 101: #define TMD_BREAKCHAR TMD_BASE+14 ! 102: #define TMD_PITCHANDFAMILY TMD_BASE+15 ! 103: #define TMD_CHARSET TMD_BASE+16 ! 104: #define TMD_OVERHANG TMD_BASE+17 ! 105: #define TMD_DIGITIZEDASPECTX TMD_BASE+18 ! 106: #define TMD_DIGITIZEDASPECTY TMD_BASE+19 ! 107: ! 108: #define TMD_SET TMD_BASE+20 ! 109: ! 110: ! 111: #define ED_BASE 260 ! 112: #define ED_PREV ED_BASE+0 ! 113: #define ED_NEXT ED_BASE+1 ! 114: #define ED_TYPE ED_BASE+2 ! 115: #define ED_SET ED_BASE+3 ! 116: #define ED_HEX ED_BASE+4 ! 117: #define ED_SAMPLE ED_BASE+5
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.