mshtml: Added IDM_UNDERLINE implementation.
[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_TABLE               2209
55 #define IDM_TABLEPROPERTIES     2210
56 #define IDM_CELLPROPERTIES      2211
57
58 #define IDM_ADDTOFAVOURITES     2261
59 #define IDM_COPYSHORTCUT        2262
60 #define IDM_SAVEBACKGROUNDAS    2263
61 #define IDM_SETASBACKGROUND     2264
62 #define IDM_COPYBACKGROUND      2265
63 #define IDM_CREATESHORTCUT      2266
64
65 #define IDM_SAVETARGETAS        2268
66 #define IDM_SHOWPICTURE         2269
67 #define IDM_SAVEPICTUREAS       2270
68 #define IDM_PLAY                2271
69 #define IDM_STOP                2272
70 #define IDM_PRINTTARGET         2273
71
72 #define IDM_REWIND              2276
73
74 #define IDM_SETASDESKTOPITEM    2278
75
76 #define IDM_BACK                2282
77 #define IDM_FORWARD             2283
78
79 #define IDM_GOTOMYPICTURES      2287
80 #define IDM_EMAILPICTURE        2288
81 #define IDM_PRINTPICTURE        2289
82
83 #define IDM_ENCODING            2292
84
85 #define IDM_SCROLLHERE          2380
86 #define IDM_TOP                 2381
87 #define IDM_BOTTOM              2382
88 #define IDM_PAGEUP              2383
89 #define IDM_PAGEDOWN            2384
90 #define IDM_SCROLLUP            2385
91 #define IDM_SCROLLDOWN          2386
92 #define IDM_LEFTEDGE            2387
93 #define IDM_RIGHTEDGE           2388
94 #define IDM_PAGELEFT            2389
95 #define IDM_PAGERIGHT           2390
96 #define IDM_SCROLLLEFT          2391
97 #define IDM_SCROLLRIGHT         2392
98
99 #define IDM_TRACETAGS           6004
100 #define IDM_RESOURCEFAILURES    6005
101 #define IDM_DUMPTRACKINGINFO    6006
102 #define IDM_DEBUGBREAK          6007
103 #define IDM_DEBUGVIEW           6008
104 #define IDM_DUMPTREE            6009
105 #define IDM_DUMPLINES           6010
106
107 #define IDM_SAVEHTML            6012
108 #define IDM_MEMORYMONITOR       6013
109 #define IDM_PERFORMANCEMETERS   6014
110 #define IDM_DUMPDISPLAYTREE     6015
111 #define IDM_DUMPFORMATCACHES    6016
112 #define IDM_DUMPLAYOUTRECTS     6017
113
114 #define IDM_REFRESH             6042