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