Changeset 496 for trunk/src/comctl32/comctl32.h
- Timestamp:
- Aug 14, 1999, 6:13:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/comctl32.h
r94 r496 1 /* $Id: comctl32.h,v 1. 6 1999-06-10 16:21:58 achimhaExp $ */1 /* $Id: comctl32.h,v 1.7 1999-08-14 16:13:10 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 common controls implementation … … 67 67 #define IDC_MOVEDN_BTN 207 68 68 69 /* Toolbar imagelist bitmaps */ 70 #define IDB_STD_SMALL 120 71 #define IDB_STD_LARGE 121 72 #define IDB_VIEW_SMALL 124 73 #define IDB_VIEW_LARGE 125 74 #define IDB_HIST_SMALL 130 75 #define IDB_HIST_LARGE 131 76 77 78 /* Month calendar month menu popup */ 79 #define IDD_MCMONTHMENU 300 80 81 #define IDM_JAN 301 82 #define IDM_FEB 302 83 #define IDM_MAR 303 84 #define IDM_APR 304 85 #define IDM_MAY 305 86 #define IDM_JUN 306 87 #define IDM_JUL 307 88 #define IDM_AUG 308 89 #define IDM_SEP 309 90 #define IDM_OCT 310 91 #define IDM_NOV 311 92 #define IDM_DEC 312 69 93 70 94 #endif /* _H_COMCTL32 */
Note:
See TracChangeset
for help on using the changeset viewer.