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
;
14 extern HBRUSH COMCTL32_hPattern55AABrush
;
16 /* Property sheet / Wizard */
17 #define IDD_PROPSHEET 1006
18 #define IDD_WIZARD 1020
20 #define IDC_TABCONTROL 12320
21 #define IDC_APPLY_BUTTON 12321
22 #define IDC_BACK_BUTTON 12323
23 #define IDC_NEXT_BUTTON 12324
24 #define IDC_FINISH_BUTTON 12325
25 #define IDC_SUNKEN_LINE 12326
27 #define IDS_CLOSE 4160
29 /* Toolbar customization dialog */
30 #define IDD_TBCUSTOMIZE 200
32 #define IDC_AVAILBTN_LBOX 201
33 #define IDC_RESET_BTN 202
34 #define IDC_TOOLBARBTN_LBOX 203
35 #define IDC_REMOVE_BTN 204
36 #define IDC_HELP_BTN 205
37 #define IDC_MOVEUP_BTN 206
38 #define IDC_MOVEDN_BTN 207
40 #define IDS_SEPARATOR 1024
42 /* Toolbar imagelist bitmaps */
43 #define IDB_STD_SMALL 120
44 #define IDB_STD_LARGE 121
45 #define IDB_VIEW_SMALL 124
46 #define IDB_VIEW_LARGE 125
47 #define IDB_HIST_SMALL 130
48 #define IDB_HIST_LARGE 131
51 /* Month calendar month menu popup */
52 #define IDD_MCMONTHMENU 300
67 #define IDM_TODAY 4163
68 #define IDM_GOTODAY 4164
70 /* Treeview Checboxes */
76 #define IDC_DIVIDER 106
77 #define IDC_DIVIDEROPEN 107
81 #define IDI_DRAGARROW 150
84 /* Internal function */
85 HWND
COMCTL32_CreateToolTip (HWND
);
86 INT
Str_GetPtrWtoA (LPCWSTR lpSrc
, LPSTR lpDest
, INT nMaxLen
);
87 BOOL
Str_SetPtrAtoW (LPWSTR
*lppDest
, LPCSTR lpSrc
);
89 #define COMCTL32_VERSION_MINOR 0
90 #define WINE_FILEVERSION 5, COMCTL32_VERSION_MINOR, 0, 0
91 #define WINE_FILEVERSIONSTR "5.00"
93 #endif /* __WINE_COMCTL32_H */