1 /******************************************************************************
3 * Common definitions (resource ids and global variables)
5 * Copyright 1999 Thuy Nguyen
6 * Copyright 1999 Eric Kohl
10 #ifndef __WINE_COMCTL32_H
11 #define __WINE_COMCTL32_H
13 extern HMODULE COMCTL32_hModule;
15 /* Property sheet / Wizard */
16 #define IDD_PROPSHEET 1006
17 #define IDD_WIZARD 1020
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
26 #define IDS_CLOSE 4160
28 /* Toolbar customization dialog */
29 #define IDD_TBCUSTOMIZE 200
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
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
48 /* Month calendar month menu popup */
49 #define IDD_MCMONTHMENU 300
64 /* Treeview Checboxes */
68 /* Internal function */
69 HWND COMCTL32_CreateToolTip (HWND);
71 #endif /* __WINE_COMCTL32_H */