|
|
1.1 ! root 1: /****************************************************************************/ ! 2: /* */ ! 3: /* Microsoft Confidential */ ! 4: /* */ ! 5: /* Copyright (c) Microsoft Corp. 1987, 1990 */ ! 6: /* All Rights Reserved */ ! 7: /* */ ! 8: /****************************************************************************/ ! 9: /****************************** Module Header ******************************* ! 10: * Module Name: ids.h ! 11: * ! 12: * Contains id values for the image editor. ! 13: * ! 14: * History: ! 15: * ! 16: ****************************************************************************/ ! 17: ! 18: ! 19: /* ! 20: * Menu id's. -------------------------------------------------------------- ! 21: */ ! 22: ! 23: #define MENU_FILE_NEW 1000 ! 24: #define MENU_FILE_OPEN 1001 ! 25: #define MENU_FILE_SAVE 1002 ! 26: #define MENU_FILE_SAVEAS 1003 ! 27: #define MENU_FILE_LOADCOLORS 1004 ! 28: #define MENU_FILE_SAVECOLORS 1005 ! 29: #define MENU_FILE_DEFAULTCOLORS 1006 ! 30: #define MENU_FILE_EXIT 1007 ! 31: ! 32: #define MENU_EDIT_UNDO 1010 ! 33: #define MENU_EDIT_RESTORE 1011 ! 34: #define MENU_EDIT_COPY 1012 ! 35: #define MENU_EDIT_PASTE 1013 ! 36: #define MENU_EDIT_CLEAR 1014 ! 37: #define MENU_EDIT_NEWIMAGE 1015 ! 38: #define MENU_EDIT_SELECTIMAGE 1016 ! 39: #define MENU_EDIT_DELETEIMAGE 1017 ! 40: ! 41: #define MENU_OPTIONS_GRID 1020 ! 42: #define MENU_OPTIONS_BRUSH2 1021 ! 43: #define MENU_OPTIONS_BRUSH3 1022 ! 44: #define MENU_OPTIONS_BRUSH4 1023 ! 45: #define MENU_OPTIONS_BRUSH5 1024 ! 46: #define MENU_OPTIONS_SHOWCOLOR 1025 ! 47: #define MENU_OPTIONS_SHOWVIEW 1026 ! 48: #define MENU_OPTIONS_SHOWTOOLBOX 1027 ! 49: ! 50: #define MENU_HELP_CONTENTS 1030 ! 51: #define MENU_HELP_SEARCH 1031 ! 52: #define MENU_HELP_ABOUT 1032 ! 53: ! 54: /* ! 55: * Hidden menu commands (accessed by accelerators). ! 56: */ ! 57: #define MENU_HIDDEN_TOCOLORPAL 1040 ! 58: #define MENU_HIDDEN_TOVIEW 1041 ! 59: #define MENU_HIDDEN_TOTOOLBOX 1042 ! 60: #define MENU_HIDDEN_TOPROPBAR 1043 ! 61: ! 62: ! 63: /* ! 64: * Various resource id's. -------------------------------------------------- ! 65: */ ! 66: ! 67: /* ! 68: * ID's for the icons. ! 69: */ ! 70: #define IDICON_IMAGEDIT 7000 ! 71: ! 72: ! 73: /* ! 74: * ID's for the cursors. ! 75: */ ! 76: #define IDCUR_HOTSPOT 7010 ! 77: #define IDCUR_FLOOD 7011 ! 78: #define IDCUR_CROSS 7012 ! 79: #define IDCUR_PENCIL 7013 ! 80: #define IDCUR_BRUSH 7014 ! 81: ! 82: ! 83: /* ! 84: * Toolbox button bitmaps. The IDBM_TU* id's are for the "up" ! 85: * (not depressed) bitmaps and the IDBM_TD* id's are for the "down" ! 86: * (depressed) bitmaps. ! 87: */ ! 88: #define IDBM_TUPENCIL 8000 ! 89: #define IDBM_TUBRUSH 8001 ! 90: #define IDBM_TUSELECT 8002 ! 91: #define IDBM_TULINE 8003 ! 92: #define IDBM_TURECT 8004 ! 93: #define IDBM_TUSRECT 8005 ! 94: #define IDBM_TUCIRCLE 8006 ! 95: #define IDBM_TUSCIRCL 8007 ! 96: #define IDBM_TUFLOOD 8008 ! 97: #define IDBM_TUHOTSPT 8009 ! 98: ! 99: #define IDBM_TDPENCIL 8020 ! 100: #define IDBM_TDBRUSH 8021 ! 101: #define IDBM_TDSELECT 8022 ! 102: #define IDBM_TDLINE 8023 ! 103: #define IDBM_TDRECT 8024 ! 104: #define IDBM_TDSRECT 8025 ! 105: #define IDBM_TDCIRCLE 8026 ! 106: #define IDBM_TDSCIRCL 8027 ! 107: #define IDBM_TDFLOOD 8028 ! 108: #define IDBM_TDHOTSPT 8029
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.