gdi: Fix 24bpp -> 32bpp copy.
[wine] / dlls / mshtml / resource.h
1 /*
2  * Copyright 2005 Jacek Caban
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  */
18
19 #define IDS_HTMLDISABLED    7500
20 #define IDS_HTMLDOCUMENT    7501
21
22 #define IDR_BROWSE_CONTEXT_MENU  24641
23
24 #define IDM_COPY        15
25 #define IDM_CUT         16
26 #define IDM_DELETE      17
27
28 #define IDM_PASTE       26
29 #define IDM_PRINT       27
30 #define IDM_PROPERTIES  28
31
32 #define IDM_SELECTALL   31
33
34 #define IDM_UNDO        43
35
36 #define IDM_BROWSEVIEW          2126
37 #define IDM_EDITVIEW            2127
38
39 #define IDM_OPENLINK            2136
40 #define IDM_OPENINNEWWINDOW     2137
41
42 #define IDM_VIEWSOURCE          2139
43
44 #define IDM_CELL                2206
45 #define IDM_ROW                 2207
46 #define IDM_COLUMN              2208
47 #define IDM_TABLE               2209
48 #define IDM_TABLEPROPERTIES     2210
49 #define IDM_CELLPROPERTIES      2211
50
51 #define IDM_ADDTOFAVOURITES     2261
52 #define IDM_COPYSHORTCUT        2262
53 #define IDM_SAVEBACKGROUNDAS    2263
54 #define IDM_SETASBACKGROUND     2264
55 #define IDM_COPYBACKGROUND      2265
56 #define IDM_CREATESHORTCUT      2266
57
58 #define IDM_SAVETARGETAS        2268
59 #define IDM_SHOWPICTURE         2269
60 #define IDM_SAVEPICTUREAS       2270
61 #define IDM_PLAY                2271
62 #define IDM_STOP                2272
63 #define IDM_PRINTTARGET         2273
64
65 #define IDM_REWIND              2276
66
67 #define IDM_SETASDESKTOPITEM    2278
68
69 #define IDM_BACK                2282
70 #define IDM_FORWARD             2283
71
72 #define IDM_GOTOMYPICTURES      2287
73 #define IDM_EMAILPICTURE        2288
74 #define IDM_PRINTPICTURE        2289
75
76 #define IDM_ENCODING            2292
77
78 #define IDM_SCROLLHERE          2380
79 #define IDM_TOP                 2381
80 #define IDM_BOTTOM              2382
81 #define IDM_PAGEUP              2383
82 #define IDM_PAGEDOWN            2384
83 #define IDM_SCROLLUP            2385
84 #define IDM_SCROLLDOWN          2386
85 #define IDM_LEFTEDGE            2387
86 #define IDM_RIGHTEDGE           2388
87 #define IDM_PAGELEFT            2389
88 #define IDM_PAGERIGHT           2390
89 #define IDM_SCROLLLEFT          2391
90 #define IDM_SCROLLRIGHT         2392
91
92 #define IDM_TRACETAGS           6004
93 #define IDM_RESOURCEFAILURES    6005
94 #define IDM_DUMPTRACKINGINFO    6006
95 #define IDM_DEBUGBREAK          6007
96 #define IDM_DEBUGVIEW           6008
97 #define IDM_DUMPTREE            6009
98 #define IDM_DUMPLINES           6010
99
100 #define IDM_SAVEHTML            6012
101 #define IDM_MEMORYMONITOR       6013
102 #define IDM_PERFORMANCEMETERS   6014
103 #define IDM_DUMPDISPLAYTREE     6015
104 #define IDM_DUMPFORMATCACHES    6016
105 #define IDM_DUMPLAYOUTRECTS     6017
106
107 #define IDM_REFRESH             6042