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 / dialogs.h < prev    next >
Text File  |  1996-06-12  |  3KB  |  81 lines

  1. /****************************************************************************/
  2. /*                                                                          */
  3. /*                 Copyright (C) 1987-1996 Microsoft Corp.                */
  4. /*                           All Rights Reserved                            */
  5. /*                                                                          */
  6. /****************************************************************************/
  7. /****************************** Module Header *******************************
  8. * Module Name: dialogs.h
  9. *
  10. * Contains ids for the dialogs and controls used in the image editor.
  11. *
  12. * History:
  13. *
  14. ****************************************************************************/
  15.  
  16.  
  17. #define DID_ABOUT                   100
  18. #define DID_ABOUTVERSION            101
  19.  
  20. #define DID_BITMAPSIZE              200
  21. #define DID_BITMAPSIZEWIDTH         201
  22. #define DID_BITMAPSIZEHEIGHT        202
  23. #define DID_BITMAPSIZE2             203
  24. #define DID_BITMAPSIZE16            204
  25.  
  26. #define DID_COLOR                   300
  27. #define DID_COLORLR                 301
  28. #define DID_COLORBOX                302
  29. #define DID_COLOREDIT               303
  30. #define DID_COLORDEFAULT            304
  31. #define DID_COLORSCREENLABEL        305
  32. #define DID_COLORINVERSELABEL       306
  33.  
  34. #define DID_NEWCURSORIMAGE          400
  35. #define DID_NEWIMAGELIST            401
  36.  
  37. #define DID_NEWICONIMAGE            500
  38.  
  39. #define DID_PASTEOPTIONS            600
  40. #define DID_PASTEOPTIONSSTRETCH     601
  41. #define DID_PASTEOPTIONSCLIP        602
  42.  
  43. #define DID_PROPBAR                 700
  44. #define DID_PROPBARIMAGELABEL       701
  45. #define DID_PROPBARIMAGE            702
  46. #define DID_PROPBARPOS              703
  47. #define DID_PROPBARSIZE             704
  48. #define DID_PROPBARHOTSPOTLABEL     705
  49. #define DID_PROPBARHOTSPOT          706
  50.  
  51. #define DID_RESOURCETYPE            800
  52. #define DID_RESOURCETYPEBITMAP      801
  53. #define DID_RESOURCETYPEICON        802
  54. #define DID_RESOURCETYPECURSOR      803
  55.  
  56. #define DID_SELECTCURSORIMAGE       900
  57. #define DID_SELECTIMAGELIST         901
  58.  
  59. #define DID_SELECTICONIMAGE         1000
  60.  
  61. /*
  62.  * These dialog ids are dummy ones that are only used so that there
  63.  * can be an entry in the dialog help table.  They are for the CommDlg
  64.  * dialogs and the palettes that are not dialogs.
  65.  */
  66. #define DID_COMMONFILEOPEN          1100
  67. #define DID_COMMONFILESAVE          1200
  68. #define DID_COMMONFILEOPENPAL       1300
  69. #define DID_COMMONFILESAVEPAL       1400
  70. #define DID_COMMONFILECHOOSECOLOR   1500
  71.  
  72. #define DID_TOOLBOX                 1600
  73. #define DID_VIEW                    1700
  74.  
  75. /*
  76.  * This is the id of the common dialogs file open dialogs combobox
  77.  * for the type of file.  It is used by the GetOpenFileNameHook
  78.  * function.
  79.  */
  80. #define DID_COMMDLG_TYPECOMBO       0x0470
  81.