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

Windows编程

开发平台:

Visual C++

  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. #define DID_ABOUT                   100
  16. #define DID_ABOUTVERSION            101
  17. #define DID_BITMAPSIZE              200
  18. #define DID_BITMAPSIZEWIDTH         201
  19. #define DID_BITMAPSIZEHEIGHT        202
  20. #define DID_BITMAPSIZE2             203
  21. #define DID_BITMAPSIZE16            204
  22. #define DID_COLOR                   300
  23. #define DID_COLORLR                 301
  24. #define DID_COLORBOX                302
  25. #define DID_COLOREDIT               303
  26. #define DID_COLORDEFAULT            304
  27. #define DID_COLORSCREENLABEL        305
  28. #define DID_COLORINVERSELABEL       306
  29. #define DID_NEWCURSORIMAGE          400
  30. #define DID_NEWIMAGELIST            401
  31. #define DID_NEWICONIMAGE            500
  32. #define DID_PASTEOPTIONS            600
  33. #define DID_PASTEOPTIONSSTRETCH     601
  34. #define DID_PASTEOPTIONSCLIP        602
  35. #define DID_PROPBAR                 700
  36. #define DID_PROPBARIMAGELABEL       701
  37. #define DID_PROPBARIMAGE            702
  38. #define DID_PROPBARPOS              703
  39. #define DID_PROPBARSIZE             704
  40. #define DID_PROPBARHOTSPOTLABEL     705
  41. #define DID_PROPBARHOTSPOT          706
  42. #define DID_RESOURCETYPE            800
  43. #define DID_RESOURCETYPEBITMAP      801
  44. #define DID_RESOURCETYPEICON        802
  45. #define DID_RESOURCETYPECURSOR      803
  46. #define DID_SELECTCURSORIMAGE       900
  47. #define DID_SELECTIMAGELIST         901
  48. #define DID_SELECTICONIMAGE         1000
  49. /*
  50.  * These dialog ids are dummy ones that are only used so that there
  51.  * can be an entry in the dialog help table.  They are for the CommDlg
  52.  * dialogs and the palettes that are not dialogs.
  53.  */
  54. #define DID_COMMONFILEOPEN          1100
  55. #define DID_COMMONFILESAVE          1200
  56. #define DID_COMMONFILEOPENPAL       1300
  57. #define DID_COMMONFILESAVEPAL       1400
  58. #define DID_COMMONFILECHOOSECOLOR   1500
  59. #define DID_TOOLBOX                 1600
  60. #define DID_VIEW                    1700
  61. /*
  62.  * This is the id of the common dialogs file open dialogs combobox
  63.  * for the type of file.  It is used by the GetOpenFileNameHook
  64.  * function.
  65.  */
  66. #define DID_COMMDLG_TYPECOMBO       0x0470