Make pActiveObject test language specific.
[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 IDR_BROWSE_CONTEXT_MENU  24641
20
21 #define IDM_COPY        15
22 #define IDM_CUT         16
23 #define IDM_DELETE      17
24
25 #define IDM_PASTE       26
26 #define IDM_PRINT       27
27 #define IDM_PROPERTIES  28
28
29 #define IDM_SELECTALL   31
30
31 #define IDM_UNDO        43
32
33 #define IDM_BROWSEVIEW          2126
34 #define IDM_EDITVIEW            2127
35
36 #define IDM_OPENLINK            2136
37 #define IDM_OPENINNEWWINDOW     2137
38
39 #define IDM_VIEWSOURCE          2139
40
41 #define IDM_CELL                2206
42 #define IDM_ROW                 2207
43 #define IDM_COLUMN              2208
44 #define IDM_TABLE               2209
45 #define IDM_TABLEPROPERTIES     2210
46 #define IDM_CELLPROPERTIES      2211
47
48 #define IDM_ADDTOFAVOURITES     2261
49 #define IDM_COPYSHORTCUT        2262
50 #define IDM_SAVEBACKGROUNDAS    2263
51 #define IDM_SETASBACKGROUND     2264
52 #define IDM_COPYBACKGROUND      2265
53 #define IDM_CREATESHORTCUT      2266
54
55 #define IDM_SAVETARGETAS        2268
56 #define IDM_SHOWPICTURE         2269
57 #define IDM_SAVEPICTUREAS       2270
58 #define IDM_PLAY                2271
59 #define IDM_STOP                2272
60 #define IDM_PRINTTARGET         2273
61
62 #define IDM_REWIND              2276
63
64 #define IDM_SETASDESKTOPITEM    2278
65
66 #define IDM_BACK                2282
67 #define IDM_FORWARD             2283
68
69 #define IDM_GOTOMYPICTURES      2287
70 #define IDM_EMAILPICTURE        2288
71 #define IDM_PRINTPICTURE        2289
72
73 #define IDM_ENCODING            2292
74
75 #define IDM_SCROLLHERE          2380
76 #define IDM_TOP                 2381
77 #define IDM_BOTTOM              2382
78 #define IDM_PAGEUP              2383
79 #define IDM_PAGEDOWN            2384
80 #define IDM_SCROLLUP            2385
81 #define IDM_SCROLLDOWN          2386
82 #define IDM_LEFTEDGE            2387
83 #define IDM_RIGHTEDGE           2388
84 #define IDM_PAGELEFT            2389
85 #define IDM_PAGERIGHT           2390
86 #define IDM_SCROLLLEFT          2391
87 #define IDM_SCROLLRIGHT         2392
88
89 #define IDM_TRACETAGS           6004
90 #define IDM_RESOURCEFAILURES    6005
91 #define IDM_DUMPTRACKINGINFO    6006
92 #define IDM_DEBUGBREAK          6007
93 #define IDM_DEBUGVIEW           6008
94 #define IDM_DUMPTREE            6009
95 #define IDM_DUMPLINES           6010
96
97 #define IDM_SAVEHTML            6012
98 #define IDM_MEMORYMONITOR       6013
99 #define IDM_PERFORMANCEMETERS   6014
100 #define IDM_DUMPDISPLAYTREE     6015
101 #define IDM_DUMPFORMATCACHES    6016
102 #define IDM_DUMPLAYOUTRECTS     6017
103
104 #define IDM_REFRESH             6042