IEHELP.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:4k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /****************************************************************************/
  2. /*                                                                          */
  3. /*                 Copyright (C) 1987-1996 Microsoft Corp.                */
  4. /*                           All Rights Reserved                            */
  5. /*                                                                          */
  6. /****************************************************************************/
  7. /****************************** Module Header *******************************
  8. * Module Name: iehelp.h
  9. *
  10. * Contains help context id values for the image editor's help.
  11. *
  12. * History:
  13. *
  14. ****************************************************************************/
  15. /*
  16.  * Help for menus. ---------------------------------------------------------
  17.  */
  18. /*
  19.  * File menu.
  20.  */
  21. #define HELPID_FILE_NEW                 100
  22. #define HELPID_FILE_OPEN                101
  23. #define HELPID_FILE_SAVE                102
  24. #define HELPID_FILE_SAVEAS              103
  25. #define HELPID_FILE_LOADCOLORS          104
  26. #define HELPID_FILE_SAVECOLORS          105
  27. #define HELPID_FILE_DEFAULTCOLORS       106
  28. #define HELPID_FILE_EXIT                107
  29. /*
  30.  * Edit menu.
  31.  */
  32. #define HELPID_EDIT_UNDO                200
  33. #define HELPID_EDIT_RESTORE             201
  34. //#define HELPID_EDIT_CUT                 202     // Doesn't need help (not yet implemented).
  35. #define HELPID_EDIT_COPY                203
  36. #define HELPID_EDIT_PASTE               204
  37. #define HELPID_EDIT_CLEAR               205
  38. #define HELPID_EDIT_NEWIMAGE            206
  39. #define HELPID_EDIT_SELECTIMAGE         207
  40. #define HELPID_EDIT_DELETEIMAGE         208
  41. /*
  42.  * Options menu.
  43.  */
  44. #define HELPID_OPTIONS_GRID             300
  45. #define HELPID_OPTIONS_BRUSHSIZE        301
  46. #define HELPID_OPTIONS_BRUSH2           302
  47. #define HELPID_OPTIONS_BRUSH3           303
  48. #define HELPID_OPTIONS_BRUSH4           304
  49. #define HELPID_OPTIONS_BRUSH5           305
  50. #define HELPID_OPTIONS_SHOWCOLOR        306
  51. #define HELPID_OPTIONS_SHOWVIEW         307
  52. #define HELPID_OPTIONS_SHOWTOOLBOX      308
  53. /*
  54.  * Help menu.
  55.  */
  56. #define HELPID_HELP_CONTENTS            400
  57. #define HELPID_HELP_SEARCH              401
  58. #define HELPID_HELP_ABOUT               402
  59. /*
  60.  * Help for dialogs. -------------------------------------------------------
  61.  */
  62. // #define HELPID_ABOUT                    1000    // Help.About cmd.
  63. #define HELPID_BITMAPSIZE               1001    // File.New Bitmap cmd.
  64. #define HELPID_PASTEOPTIONS             1002    // Edit.Paste (diff. size).
  65. #define HELPID_NEWCURSORIMAGE           1003    // Edit.New Image (cursor).
  66. #define HELPID_NEWICONIMAGE             1004    // Edit.New Image (icon).
  67. #define HELPID_SELECTCURSORIMAGE        1005    // Edit.Select Image (cursor).
  68. #define HELPID_SELECTICONIMAGE          1006    // Edit.Select Image (icon).
  69. #define HELPID_RESOURCETYPE             1007    // File.New cmd.
  70. /*
  71.  * Common file open/save dialog help id's.
  72.  */
  73. #define HELPID_COMMONFILEOPEN           1100    // File.Open cmd.
  74. #define HELPID_COMMONFILESAVE           1101    // File.Save As (or Save) cmd.
  75. #define HELPID_COMMONFILEOPENPAL        1102    // File.Load Colors cmd.
  76. #define HELPID_COMMONFILESAVEPAL        1103    // File.Save Colors cmd.
  77. #define HELPID_COMMONFILECHOOSECOLOR    1104    // Edit Color Dialog.
  78. /*
  79.  * Miscellaneous subjects. -------------------------------------------------
  80.  */
  81. #define HELPID_TOOLBOX                  2000    // Toolbox has the focus.
  82. #define HELPID_PROPERTIESBAR            2001    // Properties Bar has focus.
  83. #define HELPID_COLORPALETTE             2002    // Color Palette has focus.
  84. #define HELPID_VIEW                     2003    // View window has focus.