home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / imagedit / iehelp.h < prev    next >
Text File  |  1996-06-12  |  4KB  |  101 lines

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