VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/mshtmcid.h@ 33252

Last change on this file since 33252 was 16477, checked in by vboxsync, 16 years ago

LGPL disclaimer by filemuncher

  • Property svn:eol-style set to native
File size: 16.9 KB
Line 
1/*
2 * Copyright 2006 Jacek Caban for CodeWeavers
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/*
20 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
21 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
23 * a choice of LGPL license versions is made available with the language indicating
24 * that LGPLv2 or any later version may be used, or where a choice of which version
25 * of the LGPL is applied is otherwise unspecified.
26 */
27
28#ifndef __mshtmcid_h__
29#define __mshtmcid_h__
30
31#define IDM_UNKNOWN 0
32#define IDM_ALIGNBOTTOM 1
33#define IDM_ALIGNHORIZONTALCENTERS 2
34#define IDM_ALIGNLEFT 3
35#define IDM_ALIGNRIGHT 4
36#define IDM_ALIGNTOGRID 5
37#define IDM_ALIGNTOP 6
38#define IDM_ALIGNVERTICALCENTERS 7
39#define IDM_ARRANGEBOTTOM 8
40#define IDM_ARRANGERIGHT 9
41#define IDM_BRINGFORWARD 10
42#define IDM_BRINGTOFRONT 11
43#define IDM_CENTERHORIZONTALLY 12
44#define IDM_CENTERVERTICALLY 13
45#define IDM_CODE 14
46#define IDM_COPY 15
47#define IDM_CUT 16
48#define IDM_DELETE 17
49#define IDM_FONTNAME 18
50#define IDM_FONTSIZE 19
51#define IDM_GROUP 20
52#define IDM_HORIZSPACECONCATENATE 21
53#define IDM_HORIZSPACEDECREASE 22
54#define IDM_HORIZSPACEINCREASE 23
55#define IDM_HORIZSPACEMAKEEQUAL 24
56#define IDM_INSERTOBJECT 25
57#define IDM_PASTE 26
58#define IDM_PRINT 27
59#define IDM_PROPERTIES 28
60#define IDM_REDO 29
61#define IDM_MULTILEVELREDO 30
62#define IDM_SELECTALL 31
63#define IDM_SENDBACKWARD 32
64#define IDM_SENDTOBACK 33
65#define IDM_SHOWTABLE 34
66#define IDM_SIZETOCONTROL 35
67#define IDM_SIZETOCONTROLHEIGHT 36
68#define IDM_SIZETOCONTROLWIDTH 37
69#define IDM_SIZETOFIT 38
70#define IDM_SIZETOGRID 39
71#define IDM_SNAPTOGRID 40
72#define IDM_TABORDER 41
73#define IDM_TOOLBOX 42
74#define IDM_UNDO 43
75#define IDM_MULTILEVELUNDO 44
76#define IDM_UNGROUP 45
77#define IDM_VERTSPACECONCATENATE 46
78#define IDM_VERTSPACEDECREASE 47
79#define IDM_VERTSPACEINCREASE 48
80#define IDM_VERTSPACEMAKEEQUAL 49
81#define IDM_JUSTIFYFULL 50
82#define IDM_ZOOMPERCENT 50
83#define IDM_BACKCOLOR 51
84#define IDM_BOLD 52
85#define IDM_BORDERCOLOR 53
86#define IDM_FLAT 54
87#define IDM_FORECOLOR 55
88#define IDM_ITALIC 56
89#define IDM_JUSTIFYCENTER 57
90#define IDM_JUSTIFYGENERAL 58
91#define IDM_JUSTIFYLEFT 59
92#define IDM_JUSTIFYRIGHT 60
93#define IDM_RAISED 61
94#define IDM_SUNKEN 62
95#define IDM_UNDERLINE 63
96#define IDM_CHISELED 64
97#define IDM_ETCHED 65
98#define IDM_SHADOWED 66
99#define IDM_FIND 67
100#define IDM_GETZOOM 68
101#define IDM_SHOWGRID 69
102#define IDM_SAVE 70
103#define IDM_SAVEAS 71
104#define IDM_OBJECTVERBLIST0 72
105#define IDM_OBJECTVERBLIST1 73
106#define IDM_OBJECTVERBLIST2 74
107#define IDM_OBJECTVERBLIST3 75
108#define IDM_OBJECTVERBLIST4 76
109#define IDM_OBJECTVERBLIST5 77
110#define IDM_OBJECTVERBLIST6 78
111#define IDM_OBJECTVERBLIST7 79
112#define IDM_OBJECTVERBLIST8 80
113#define IDM_OBJECTVERBLIST9 81
114
115#define IDM_OBJECTVERBLISTLAST IDM_OBJECTVERBLIST9
116
117#define IDM_CONVERTOBJECT 82
118#define IDM_CUSTOMCONTROL 83
119#define IDM_CUSTOMIZEITEM 84
120#define IDM_RENAME 85
121#define IDM_IMPORT 86
122#define IDM_NEWPAGE 87
123#define IDM_MOVE 88
124#define IDM_CANCEL 89
125#define IDM_FONT 90
126#define IDM_STRIKETHROUGH 91
127#define IDM_DELETEWORD 92
128#define IDM_EXECPRINT 93
129#define IDM_JUSTIFYNONE 94
130#define IDM_TRISTATEBOLD 95
131#define IDM_TRISTATEITALIC 96
132#define IDM_TRISTATEUNDERLINE 97
133
134#define IDM_OPEN 2000
135#define IDM_NEW 2001
136#define IDM_SAVECOPYAS 2002
137#define IDM_PRINTPREVIEW 2003
138#define IDM_PAGESETUP 2004
139#define IDM_SPELL 2005
140#define IDM_PASTESPECIAL 2006
141#define IDM_CLEARSELECTION 2007
142#define IDM_FOLLOW_ANCHOR 2008
143
144#define IDM_SHOWPRINT 2010
145#define IDM_SHOWPAGESETUP 2011
146
147#define IDM_INSINPUTIMAGE 2114
148#define IDM_INSINPUTBUTTON 2115
149#define IDM_INSINPUTRESET 2116
150#define IDM_INSINPUTSUBMIT 2117
151#define IDM_INSINPUTUPLOAD 2118
152#define IDM_INSFIELDSET 2119
153#define IDM_PASTEINSERT 2120
154#define IDM_REPLACE 2121
155#define IDM_EDITSOURCE 2122
156#define IDM_BOOKMARK 2123
157#define IDM_HYPERLINK 2124
158#define IDM_UNLINK 2125
159#define IDM_BROWSEMODE 2126
160#define IDM_EDITMODE 2127
161#define IDM_UNBOOKMARK 2128
162
163#define IDM_TOOLBARS 2130
164#define IDM_STATUSBAR 2131
165#define IDM_FORMATMARK 2132
166#define IDM_TEXTONLY 2133
167
168#define IDM_OPTIONS 2135
169#define IDM_FOLLOWLINKC 2136
170#define IDM_FOLLOWLINKN 2137
171#define IDM_STOP 2138
172#define IDM_VIEWSOURCE 2139
173#define IDM_ZOOMPOPUP 2140
174#define IDM_BASELINEFONT1 2141
175#define IDM_BASELINEFONT2 2142
176#define IDM_BASELINEFONT3 2143
177#define IDM_BASELINEFONT4 2144
178#define IDM_BASELINEFONT5 2145
179
180#define IDM_HORIZONTALLINE 2150
181#define IDM_LINEBREAKNORMAL 2151
182#define IDM_LINEBREAKLEFT 2152
183#define IDM_LINEBREAKRIGHT 2153
184#define IDM_LINEBREAKBOTH 2154
185#define IDM_NONBREAK 2155
186#define IDM_SPECIALCHAR 2156
187#define IDM_HTMLSOURCE 2157
188#define IDM_IFRAME 2158
189#define IDM_HTMLCONTAIN 2159
190
191#define IDM_TEXTBOX 2161
192#define IDM_TEXTAREA 2162
193#define IDM_CHECKBOX 2163
194#define IDM_RADIOBUTTON 2164
195#define IDM_DROPDOWNBOX 2165
196#define IDM_LISTBOX 2166
197#define IDM_BUTTON 2167
198#define IDM_IMAGE 2168
199#define IDM_OBJECT 2169
200#define IDM_1D 2170
201#define IDM_IMAGEMAP 2171
202#define IDM_FILE 2172
203#define IDM_COMMENT 2173
204#define IDM_SCRIPT 2174
205#define IDM_JAVAAPPLET 2175
206#define IDM_PLUGIN 2176
207#define IDM_PAGEBREAK 2177
208#define IDM_HTMLAREA 2178
209
210#define IDM_PARAGRAPH 2180
211#define IDM_FORM 2181
212#define IDM_MARQUEE 2182
213#define IDM_LIST 2183
214#define IDM_ORDERLIST 2184
215#define IDM_UNORDERLIST 2185
216#define IDM_INDENT 2186
217#define IDM_OUTDENT 2187
218#define IDM_PREFORMATTED 2188
219#define IDM_ADDRESS 2189
220#define IDM_BLINK 2190
221#define IDM_DIV 2191
222
223#define IDM_TABLEINSERT 2200
224#define IDM_RCINSERT 2201
225#define IDM_CELLINSERT 2202
226#define IDM_CAPTIONINSERT 2203
227#define IDM_CELLMERGE 2204
228#define IDM_CELLSPLIT 2205
229#define IDM_CELLSELECT 2206
230#define IDM_ROWSELECT 2207
231#define IDM_COLUMNSELECT 2208
232#define IDM_TABLESELECT 2209
233#define IDM_TABLEPROPERTIES 2210
234#define IDM_CELLPROPERTIES 2211
235#define IDM_ROWINSERT 2212
236#define IDM_COLUMNINSERT 2213
237
238#define IDM_HELP_CONTENT 2220
239#define IDM_HELP_ABOUT 2221
240#define IDM_HELP_README 2222
241
242#define IDM_REMOVEFORMAT 2230
243#define IDM_PAGEINFO 2231
244#define IDM_TELETYPE 2232
245#define IDM_GETBLOCKFMTS 2233
246#define IDM_BLOCKFMT 2234
247#define IDM_SHOWHIDE_CODE 2235
248#define IDM_TABLE 2236
249#define IDM_COPYFORMAT 2237
250#define IDM_PASTEFORMAT 2238
251#define IDM_GOTO 2239
252#define IDM_CHANGEFONT 2240
253#define IDM_CHANGEFONTSIZE 2241
254
255#define IDM_CHANGECASE 2246
256#define IDM_SUBSCRIPT 2247
257#define IDM_SUPERSCRIPT 2248
258#define IDM_SHOWSPECIALCHAR 2249
259#define IDM_CENTERALIGNPARA 2250
260#define IDM_LEFTALIGNPARA 2251
261#define IDM_RIGHTALIGNPARA 2252
262#define IDM_REMOVEPARAFORMAT 2253
263#define IDM_APPLYNORMAL 2254
264#define IDM_APPLYHEADING1 2255
265#define IDM_APPLYHEADING2 2256
266#define IDM_APPLYHEADING3 2257
267
268#define IDM_DOCPROPERTIES 2260
269#define IDM_ADDFAVORITES 2261
270#define IDM_COPYSHORTCUT 2262
271#define IDM_SAVEBACKGROUND 2263
272#define IDM_SETWALLPAPER 2264
273#define IDM_COPYBACKGROUND 2265
274#define IDM_CREATESHORTCUT 2266
275#define IDM_PAGE 2267
276#define IDM_SAVETARGET 2268
277#define IDM_SHOWPICTURE 2269
278#define IDM_SAVEPICTURE 2270
279#define IDM_DYNSRCPLAY 2271
280#define IDM_DYNSRCSTOP 2272
281#define IDM_PRINTTARGET 2273
282#define IDM_IMGARTPLAY 2274
283#define IDM_IMGARTSTOP 2275
284#define IDM_IMGARTREWIND 2276
285#define IDM_PRINTQUERYJOBSPENDING 2277
286#define IDM_SETDESKTOPITEM 2278
287
288#define IDM_CONTEXTMENU 2280
289
290#define IDM_GOBACKWARD 2282
291#define IDM_GOFORWARD 2283
292#define IDM_PRESTOP 2284
293
294#define IDM_MP_MYPICS 2287
295#define IDM_MP_EMAILPICTURE 2288
296#define IDM_MP_PRINTPICTURE 2289
297#define IDM_CREATELINK 2290
298#define IDM_COPYCONTENT 2291
299#define IDM_LANGUAGE 2292
300
301#define IDM_GETPRINTTEMPLATE 2295
302#define IDM_SETPRINTTEMPLATE 2296
303#define IDM_TEMPLATE_PAGESETUP 2298
304
305#define IDM_REFRESH 2300
306#define IDM_STOPDOWNLOAD 2301
307#define IDM_ENABLE_INTERACTION 2302
308
309#define IDM_LAUNCHDEBUGGER 2310
310#define IDM_BREAKATNEXT 2311
311#define IDM_INSINPUTHIDDEN 2312
312#define IDM_INSINPUTPASSWORD 2313
313#define IDM_OVERWRITE 2314
314#define IDM_PARSECOMPLETE 2315
315#define IDM_HTMLEDITMODE 2316
316#define IDM_REGISTRYREFRESH 2317
317#define IDM_COMPOSESETTINGS 2318
318
319#define IDM_SHOWMISCTAGS 2320
320#define IDM_SHOWALIGNEDSITETAGS 2321
321#define IDM_SHOWSCRIPTTAGS 2322
322#define IDM_SHOWSTYLETAGS 2323
323#define IDM_SHOWCOMMENTTAGS 2324
324#define IDM_SHOWAREATAGS 2325
325#define IDM_SHOWUNKNOWNTAGS 2326
326#define IDM_SHOWALLTAGS 2327
327#define IDM_SHOWZEROBORDERATDESIGNTIME 2328
328#define IDM_AUTODETECT 2329
329#define IDM_SCRIPTDEBUGGER 2330
330#define IDM_GETBYTESDOWNLOADED 2331
331#define IDM_NOACTIVATENORMALOLECONTROLS 2332
332#define IDM_NOACTIVATEDESIGNTIMECONTROLS 2333
333#define IDM_NOACTIVATEJAVAAPPLETS 2334
334#define IDM_NOFIXUPURLSONPASTE 2335
335#define IDM_EMPTYGLYPHTABLE 2336
336#define IDM_ADDTOGLYPHTABLE 2337
337#define IDM_REMOVEFROMGLYPHTABLE 2338
338#define IDM_REPLACEGLYPHCONTENTS 2339
339#define IDM_SHOWWBRTAGS 2340
340#define IDM_PERSISTSTREAMSYNC 2341
341#define IDM_SETDIRTY 2342
342#define IDM_RUNURLSCRIPT 2343
343
344#ifdef IE5_ZOOM
345#define IDM_ZOOMRATIO 2344
346#define IDM_GETZOOMNUMERATOR 2345
347#define IDM_GETZOOMDENOMINATOR 2346
348#endif
349
350#define IDM_DIRLTR 2350
351#define IDM_DIRRTL 2351
352#define IDM_BLOCKDIRLTR 2352
353#define IDM_BLOCKDIRRTL 2353
354#define IDM_INLINEDIRLTR 2354
355#define IDM_INLINEDIRRTL 2355
356#define IDM_ISTRUSTEDDLG 2356
357#define IDM_INSERTSPAN 2357
358#define IDM_LOCALIZEEDITOR 2358
359
360#define IDM_SAVEPRETRANSFORMSOURCE 2370
361#define IDM_VIEWPRETRANSFORMSOURCE 2371
362
363#define IDM_SCROLL_HERE 2380
364#define IDM_SCROLL_TOP 2381
365#define IDM_SCROLL_BOTTOM 2382
366#define IDM_SCROLL_PAGEUP 2383
367#define IDM_SCROLL_PAGEDOWN 2384
368#define IDM_SCROLL_UP 2385
369#define IDM_SCROLL_DOWN 2386
370#define IDM_SCROLL_LEFTEDGE 2387
371#define IDM_SCROLL_RIGHTEDGE 2388
372#define IDM_SCROLL_PAGELEFT 2389
373#define IDM_SCROLL_PAGERIGHT 2390
374#define IDM_SCROLL_LEFT 2391
375#define IDM_SCROLL_RIGHT 2392
376#define IDM_MULTIPLESELECTION 2393
377#define IDM_2D_POSITION 2394
378#define IDM_2D_ELEMENT 2395
379#define IDM_1D_ELEMENT 2396
380#define IDM_ABSOLUTE_POSITION 2397
381#define IDM_LIVERESIZE 2398
382#define IDM_ATOMICSELECTION 2399
383#define IDM_AUTOURLDETECT_MODE 2400
384#define IDM_IE50_PASTE 2401
385#define IDM_IE50_PASTE_MODE 2402
386#define IDM_GETIPRINT 2403
387#define IDM_DISABLE_EDITFOCUS_UI 2404
388#define IDM_RESPECTVISIBILITY_INDESIGN 2405
389#define IDM_CSSEDITING_LEVEL 2406
390#define IDM_UI_OUTDENT 2407
391#define IDM_UPDATEPAGESTATUS 2408
392#define IDM_IME_ENABLE_RECONVERSION 2409
393#define IDM_KEEPSELECTION 2410
394#define IDM_UNLOADDOCUMENT 2411
395
396#define IDM_OVERRIDE_CURSOR 2420
397
398#define IDM_PEERHITTESTSAMEINEDIT 2423
399
400#define IDM_TRUSTAPPCACHE 2425
401
402#define IDM_BACKGROUNDIMAGECACHE 2430
403
404#define IDM_MIMECSET__FIRST_ 3609
405#define IDM_MIMECSET__LAST__ 3699
406
407#define IDM_MENUEXT_FIRST__ 3700
408#define IDM_MENUEXT_LAST__ 3732
409#define IDM_MENUEXT_COUNT 3733
410
411#define IDM_DEFAULTBLOCK 6046
412
413#define IDM_NEW_TOPLEVELWINDOW 7050
414
415#define IDM_PRESERVEUNDOALWAYS 6049
416#define IDM_PERSISTDEFAULTVALUES 7100
417#define IDM_PROTECTMETATAGS 7101
418
419#define IDM_GETFRAMEZONE 6037
420
421#define IDM_FIRE_PRINTTEMPLATEUP 15000
422#define IDM_FIRE_PRINTTEMPLATEDOWN 15001
423#define IDM_SETPRINTHANDLES 15002
424
425#define CMD_ZOOM_PAGEWIDTH -1
426#define CMD_ZOOM_ONEPAGE -2
427#define CMD_ZOOM_TWOPAGES -3
428#define CMD_ZOOM_SELECTION -4
429#define CMD_ZOOM_FIT -5
430
431#define IDM_CONTEXT 1
432#define IDM_HWND 2
433
434#endif
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette