When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
[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 #define IDC_BACK_BUTTON  12323
19 #define IDC_NEXT_BUTTON  12324
20 #define IDC_FINISH_BUTTON 12325
21 #define IDC_SUNKEN_LINE   12326
22
23 #define IDS_CLOSE         4160
24
25 /* Toolbar customization dialog */
26 #define IDD_TBCUSTOMIZE     200
27
28 #define IDC_AVAILBTN_LBOX   201
29 #define IDC_RESET_BTN       202
30 #define IDC_TOOLBARBTN_LBOX 203
31 #define IDC_REMOVE_BTN      204
32 #define IDC_HELP_BTN        205
33 #define IDC_MOVEUP_BTN      206
34 #define IDC_MOVEDN_BTN      207
35
36 /* Toolbar imagelist bitmaps */
37 #define IDB_STD_SMALL       120
38 #define IDB_STD_LARGE       121
39 #define IDB_VIEW_SMALL      124
40 #define IDB_VIEW_LARGE      125
41 #define IDB_HIST_SMALL      130
42 #define IDB_HIST_LARGE      131
43
44
45 /* Month calendar month menu popup */
46 #define IDD_MCMONTHMENU     300
47
48 #define IDM_JAN                         301
49 #define IDM_FEB                         302
50 #define IDM_MAR                         303
51 #define IDM_APR                         304
52 #define IDM_MAY                         305
53 #define IDM_JUN                         306
54 #define IDM_JUL                         307
55 #define IDM_AUG                         308
56 #define IDM_SEP                         309
57 #define IDM_OCT                         310
58 #define IDM_NOV                         311
59 #define IDM_DEC                         312
60
61 /* Treeview Checboxes */
62
63 #define IDT_CHECK        401
64