|
|
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: iehelp.h ! 11: * ! 12: * Contains help context id values for the image editor's help. ! 13: * ! 14: * History: ! 15: * ! 16: ****************************************************************************/ ! 17: ! 18: ! 19: /* ! 20: * Help for menus. --------------------------------------------------------- ! 21: */ ! 22: ! 23: /* ! 24: * File menu. ! 25: */ ! 26: #define HELPID_FILE_NEW 100 ! 27: #define HELPID_FILE_OPEN 101 ! 28: #define HELPID_FILE_SAVE 102 ! 29: #define HELPID_FILE_SAVEAS 103 ! 30: #define HELPID_FILE_LOADCOLORS 104 ! 31: #define HELPID_FILE_SAVECOLORS 105 ! 32: #define HELPID_FILE_DEFAULTCOLORS 106 ! 33: #define HELPID_FILE_EXIT 107 ! 34: ! 35: ! 36: /* ! 37: * Edit menu. ! 38: */ ! 39: #define HELPID_EDIT_UNDO 200 ! 40: #define HELPID_EDIT_RESTORE 201 ! 41: //#define HELPID_EDIT_CUT 202 // Doesn't need help (not yet implemented). ! 42: #define HELPID_EDIT_COPY 203 ! 43: #define HELPID_EDIT_PASTE 204 ! 44: #define HELPID_EDIT_CLEAR 205 ! 45: #define HELPID_EDIT_NEWIMAGE 206 ! 46: #define HELPID_EDIT_SELECTIMAGE 207 ! 47: #define HELPID_EDIT_DELETEIMAGE 208 ! 48: ! 49: ! 50: /* ! 51: * Options menu. ! 52: */ ! 53: #define HELPID_OPTIONS_GRID 300 ! 54: #define HELPID_OPTIONS_BRUSHSIZE 301 ! 55: #define HELPID_OPTIONS_BRUSH2 302 ! 56: #define HELPID_OPTIONS_BRUSH3 303 ! 57: #define HELPID_OPTIONS_BRUSH4 304 ! 58: #define HELPID_OPTIONS_BRUSH5 305 ! 59: #define HELPID_OPTIONS_SHOWCOLOR 306 ! 60: #define HELPID_OPTIONS_SHOWVIEW 307 ! 61: #define HELPID_OPTIONS_SHOWTOOLBOX 308 ! 62: ! 63: ! 64: /* ! 65: * Help menu. ! 66: */ ! 67: #define HELPID_HELP_CONTENTS 400 ! 68: #define HELPID_HELP_SEARCH 401 ! 69: #define HELPID_HELP_ABOUT 402 ! 70: ! 71: ! 72: /* ! 73: * Help for dialogs. ------------------------------------------------------- ! 74: */ ! 75: ! 76: // #define HELPID_ABOUT 1000 // Help.About cmd. ! 77: #define HELPID_BITMAPSIZE 1001 // File.New Bitmap cmd. ! 78: #define HELPID_PASTEOPTIONS 1002 // Edit.Paste (diff. size). ! 79: #define HELPID_NEWCURSORIMAGE 1003 // Edit.New Image (cursor). ! 80: #define HELPID_NEWICONIMAGE 1004 // Edit.New Image (icon). ! 81: #define HELPID_SELECTCURSORIMAGE 1005 // Edit.Select Image (cursor). ! 82: #define HELPID_SELECTICONIMAGE 1006 // Edit.Select Image (icon). ! 83: #define HELPID_RESOURCETYPE 1007 // File.New cmd. ! 84: ! 85: /* ! 86: * Common file open/save dialog help id's. ! 87: */ ! 88: #define HELPID_COMMONFILEOPEN 1100 // File.Open cmd. ! 89: #define HELPID_COMMONFILESAVE 1101 // File.Save As (or Save) cmd. ! 90: #define HELPID_COMMONFILEOPENPAL 1102 // File.Load Colors cmd. ! 91: #define HELPID_COMMONFILESAVEPAL 1103 // File.Save Colors cmd. ! 92: #define HELPID_COMMONFILECHOOSECOLOR 1104 // Edit Color Dialog. ! 93: ! 94: ! 95: /* ! 96: * Miscellaneous subjects. ------------------------------------------------- ! 97: */ ! 98: ! 99: #define HELPID_TOOLBOX 2000 // Toolbox has the focus. ! 100: #define HELPID_PROPERTIESBAR 2001 // Properties Bar has focus. ! 101: #define HELPID_COLORPALETTE 2002 // Color Palette has focus. ! 102: #define HELPID_VIEW 2003 // View window has focus.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.