winmm/wineoss: Win64 printf format warning fixes.
[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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
18
19 #define IDS_HTMLDISABLED    7500
20 #define IDS_HTMLDOCUMENT    7501
21 #define IDS_DOWNLOADING     7502
22 #define IDS_INSTALLING      7503
23
24 #define ID_DWL_DIALOG       7600
25 #define ID_DWL_PROGRESS     7601
26 #define ID_DWL_INSTALL      7602
27 #define ID_DWL_STATUS       7603
28
29 #define IDR_BROWSE_CONTEXT_MENU  24641
30
31 #define IDM_COPY        15
32 #define IDM_CUT         16
33 #define IDM_DELETE      17
34
35 #define IDM_PASTE       26
36 #define IDM_PRINT       27
37 #define IDM_PROPERTIES  28
38
39 #define IDM_SELECTALL   31
40
41 #define IDM_UNDO        43
42
43 #define IDM_BROWSEVIEW          2126
44 #define IDM_EDITVIEW            2127
45
46 #define IDM_OPENLINK            2136
47 #define IDM_OPENINNEWWINDOW     2137
48
49 #define IDM_VIEWSOURCE          2139
50
51 #define IDM_CELL                2206
52 #define IDM_ROW                 2207
53 #define IDM_COLUMN              2208
54 #define IDM_TABLEPROPERTIES     2210
55 #define IDM_CELLPROPERTIES      2211
56
57 #define IDM_ADDTOFAVOURITES     2261
58 #define IDM_COPYSHORTCUT        2262
59 #define IDM_SAVEBACKGROUNDAS    2263
60 #define IDM_SETASBACKGROUND     2264
61 #define IDM_COPYBACKGROUND      2265
62 #define IDM_CREATESHORTCUT      2266
63
64 #define IDM_SAVETARGETAS        2268
65 #define IDM_SHOWPICTURE         2269
66 #define IDM_SAVEPICTUREAS       2270
67 #define IDM_PLAY                2271
68 #define IDM_PRINTTARGET         2273
69
70 #define IDM_REWIND              2276
71
72 #define IDM_SETASDESKTOPITEM    2278
73
74 #define IDM_BACK                2282
75 #define IDM_FORWARD             2283
76
77 #define IDM_GOTOMYPICTURES      2287
78 #define IDM_EMAILPICTURE        2288
79 #define IDM_PRINTPICTURE        2289
80
81 #define IDM_ENCODING            2292
82
83 #define IDM_SCROLLHERE          2380
84 #define IDM_TOP                 2381
85 #define IDM_BOTTOM              2382
86 #define IDM_PAGEUP              2383
87 #define IDM_PAGEDOWN            2384
88 #define IDM_SCROLLUP            2385
89 #define IDM_SCROLLDOWN          2386
90 #define IDM_LEFTEDGE            2387
91 #define IDM_RIGHTEDGE           2388
92 #define IDM_PAGELEFT            2389
93 #define IDM_PAGERIGHT           2390
94 #define IDM_SCROLLLEFT          2391
95 #define IDM_SCROLLRIGHT         2392
96
97 #define IDM_TRACETAGS           6004
98 #define IDM_RESOURCEFAILURES    6005
99 #define IDM_DUMPTRACKINGINFO    6006
100 #define IDM_DEBUGBREAK          6007
101 #define IDM_DEBUGVIEW           6008
102 #define IDM_DUMPTREE            6009
103 #define IDM_DUMPLINES           6010
104
105 #define IDM_SAVEHTML            6012
106 #define IDM_MEMORYMONITOR       6013
107 #define IDM_PERFORMANCEMETERS   6014
108 #define IDM_DUMPDISPLAYTREE     6015
109 #define IDM_DUMPFORMATCACHES    6016
110 #define IDM_DUMPLAYOUTRECTS     6017
111
112 #define _IDM_REFRESH            6042