- Define rest of URL_ESCAPE... and other flags.
[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 extern HBRUSH  COMCTL32_hPattern55AABrush;
15
16 /* Property sheet / Wizard */
17 #define IDD_PROPSHEET 1006
18 #define IDD_WIZARD    1020
19
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
26
27 #define IDS_CLOSE         4160
28
29 /* Toolbar customization dialog */
30 #define IDD_TBCUSTOMIZE     200
31
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
39
40 #define IDS_SEPARATOR      1024
41
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
49
50
51 /* Month calendar month menu popup */
52 #define IDD_MCMONTHMENU     300
53
54 #define IDM_JAN                         301
55 #define IDM_FEB                         302
56 #define IDM_MAR                         303
57 #define IDM_APR                         304
58 #define IDM_MAY                         305
59 #define IDM_JUN                         306
60 #define IDM_JUL                         307
61 #define IDM_AUG                         308
62 #define IDM_SEP                         309
63 #define IDM_OCT                         310
64 #define IDM_NOV                         311
65 #define IDM_DEC                         312
66
67 #define IDM_TODAY                      4163
68 #define IDM_GOTODAY                    4164
69
70 /* Treeview Checboxes */
71
72 #define IDT_CHECK        401
73
74
75 /* Header cursors */
76 #define IDC_DIVIDER                     106
77 #define IDC_DIVIDEROPEN                 107
78
79
80 /* DragList icon */
81 #define IDI_DRAGARROW                   150
82
83
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);
88
89 #define COMCTL32_VERSION_MINOR 0 
90 #define WINE_FILEVERSION 5, COMCTL32_VERSION_MINOR, 0, 0
91 #define WINE_FILEVERSIONSTR "5.00"
92
93 #endif  /* __WINE_COMCTL32_H */