Removed a few dependencies on kernel32 functions.
[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 #ifndef __WINE_COMCTL32_H
11 #define __WINE_COMCTL32_H
12
13 extern HMODULE COMCTL32_hModule;
14
15 /* Property sheet / Wizard */
16 #define IDD_PROPSHEET 1006
17 #define IDD_WIZARD    1020
18
19 #define IDC_TABCONTROL   12320
20 #define IDC_APPLY_BUTTON 12321
21 #define IDC_BACK_BUTTON  12323
22 #define IDC_NEXT_BUTTON  12324
23 #define IDC_FINISH_BUTTON 12325
24 #define IDC_SUNKEN_LINE   12326
25
26 #define IDS_CLOSE         4160
27
28 /* Toolbar customization dialog */
29 #define IDD_TBCUSTOMIZE     200
30
31 #define IDC_AVAILBTN_LBOX   201
32 #define IDC_RESET_BTN       202
33 #define IDC_TOOLBARBTN_LBOX 203
34 #define IDC_REMOVE_BTN      204
35 #define IDC_HELP_BTN        205
36 #define IDC_MOVEUP_BTN      206
37 #define IDC_MOVEDN_BTN      207
38
39 /* Toolbar imagelist bitmaps */
40 #define IDB_STD_SMALL       120
41 #define IDB_STD_LARGE       121
42 #define IDB_VIEW_SMALL      124
43 #define IDB_VIEW_LARGE      125
44 #define IDB_HIST_SMALL      130
45 #define IDB_HIST_LARGE      131
46
47
48 /* Month calendar month menu popup */
49 #define IDD_MCMONTHMENU     300
50
51 #define IDM_JAN                         301
52 #define IDM_FEB                         302
53 #define IDM_MAR                         303
54 #define IDM_APR                         304
55 #define IDM_MAY                         305
56 #define IDM_JUN                         306
57 #define IDM_JUL                         307
58 #define IDM_AUG                         308
59 #define IDM_SEP                         309
60 #define IDM_OCT                         310
61 #define IDM_NOV                         311
62 #define IDM_DEC                         312
63
64 /* Treeview Checboxes */
65
66 #define IDT_CHECK        401
67
68 /* Internal function */
69 HWND COMCTL32_CreateToolTip (HWND);
70
71 #endif  /* __WINE_COMCTL32_H */