Compiler warnings fix.
[wine] / dlls / comctl32 / comctl32.h
1 /******************************************************************************
2  * 
3  * Common definitions (resource ids and global variables)
4  *
5  * Copyright 1999 Thuy Nguyen
6  * Copyright 1999 Eric Kohl
7  *
8  */
9
10 extern HMODULE COMCTL32_hModule;
11
12 /* Property sheet / Wizard */
13 #define IDD_PROPSHEET 1006
14 #define IDD_WIZARD    1020
15
16 #define IDC_TABCONTROL   12320
17 #define IDC_APPLY_BUTTON 12321
18
19
20 /* Toolbar customization dialog */
21 #define IDD_TBCUSTOMIZE     200
22
23 #define IDC_AVAILBTN_LBOX   201
24 #define IDC_RESET_BTN       202
25 #define IDC_TOOLBARBTN_LBOX 203
26 #define IDC_REMOVE_BTN      204
27 #define IDC_HELP_BTN        205
28 #define IDC_MOVEUP_BTN      206
29 #define IDC_MOVEDN_BTN      207
30
31 /* Month calendar month menu popup */
32 #define IDD_MCMONTHMENU     300
33
34 #define IDM_JAN                         301
35 #define IDM_FEB                         302
36 #define IDM_MAR                         303
37 #define IDM_APR                         304
38 #define IDM_MAY                         305
39 #define IDM_JUN                         306
40 #define IDM_JUL                         307
41 #define IDM_AUG                         308
42 #define IDM_SEP                         309
43 #define IDM_OCT                         310
44 #define IDM_NOV                         311
45 #define IDM_DEC                         311