1 /**
2  * This file is part of the mingw-w64 runtime package.
3  * No warranty is given; refer to the file DISCLAIMER within this package.
4  */
5 
6 #ifndef __mshtmcid_h__
7 #define __mshtmcid_h__
8 
9 #define IDM_UNKNOWN 0
10 #define IDM_ALIGNBOTTOM 1
11 #define IDM_ALIGNHORIZONTALCENTERS 2
12 #define IDM_ALIGNLEFT 3
13 #define IDM_ALIGNRIGHT 4
14 #define IDM_ALIGNTOGRID 5
15 #define IDM_ALIGNTOP 6
16 #define IDM_ALIGNVERTICALCENTERS 7
17 #define IDM_ARRANGEBOTTOM 8
18 #define IDM_ARRANGERIGHT 9
19 #define IDM_BRINGFORWARD 10
20 #define IDM_BRINGTOFRONT 11
21 #define IDM_CENTERHORIZONTALLY 12
22 #define IDM_CENTERVERTICALLY 13
23 #define IDM_CODE 14
24 #define IDM_DELETE 17
25 #define IDM_FONTNAME 18
26 #define IDM_FONTSIZE 19
27 #define IDM_GROUP 20
28 #define IDM_HORIZSPACECONCATENATE 21
29 #define IDM_HORIZSPACEDECREASE 22
30 #define IDM_HORIZSPACEINCREASE 23
31 #define IDM_HORIZSPACEMAKEEQUAL 24
32 #define IDM_INSERTOBJECT 25
33 #define IDM_MULTILEVELREDO 30
34 #define IDM_SENDBACKWARD 32
35 #define IDM_SENDTOBACK 33
36 #define IDM_SHOWTABLE 34
37 #define IDM_SIZETOCONTROL 35
38 #define IDM_SIZETOCONTROLHEIGHT 36
39 #define IDM_SIZETOCONTROLWIDTH 37
40 #define IDM_SIZETOFIT 38
41 #define IDM_SIZETOGRID 39
42 #define IDM_SNAPTOGRID 40
43 #define IDM_TABORDER 41
44 #define IDM_TOOLBOX 42
45 #define IDM_MULTILEVELUNDO 44
46 #define IDM_UNGROUP 45
47 #define IDM_VERTSPACECONCATENATE 46
48 #define IDM_VERTSPACEDECREASE 47
49 #define IDM_VERTSPACEINCREASE 48
50 #define IDM_VERTSPACEMAKEEQUAL 49
51 #define IDM_JUSTIFYFULL 50
52 #define IDM_BACKCOLOR 51
53 #define IDM_BOLD 52
54 #define IDM_BORDERCOLOR 53
55 #define IDM_FLAT 54
56 #define IDM_FORECOLOR 55
57 #define IDM_ITALIC 56
58 #define IDM_JUSTIFYCENTER 57
59 #define IDM_JUSTIFYGENERAL 58
60 #define IDM_JUSTIFYLEFT 59
61 #define IDM_JUSTIFYRIGHT 60
62 #define IDM_RAISED 61
63 #define IDM_SUNKEN 62
64 #define IDM_UNDERLINE 63
65 #define IDM_CHISELED 64
66 #define IDM_ETCHED 65
67 #define IDM_SHADOWED 66
68 #define IDM_FIND 67
69 #define IDM_SHOWGRID 69
70 #define IDM_OBJECTVERBLIST0 72
71 #define IDM_OBJECTVERBLIST1 73
72 #define IDM_OBJECTVERBLIST2 74
73 #define IDM_OBJECTVERBLIST3 75
74 #define IDM_OBJECTVERBLIST4 76
75 #define IDM_OBJECTVERBLIST5 77
76 #define IDM_OBJECTVERBLIST6 78
77 #define IDM_OBJECTVERBLIST7 79
78 #define IDM_OBJECTVERBLIST8 80
79 #define IDM_OBJECTVERBLIST9 81
80 #define IDM_CONVERTOBJECT 82
81 #define IDM_CUSTOMCONTROL 83
82 #define IDM_CUSTOMIZEITEM 84
83 #define IDM_RENAME 85
84 #define IDM_IMPORT 86
85 #define IDM_NEWPAGE 87
86 #define IDM_MOVE 88
87 #define IDM_CANCEL 89
88 #define IDM_FONT 90
89 #define IDM_STRIKETHROUGH 91
90 #define IDM_DELETEWORD 92
91 #define IDM_EXECPRINT 93
92 #define IDM_JUSTIFYNONE 94
93 #define IDM_TRISTATEBOLD 95
94 #define IDM_TRISTATEITALIC 96
95 #define IDM_TRISTATEUNDERLINE 97
96 
97 #define IDM_OBJECTVERBLISTLAST IDM_OBJECTVERBLIST9
98 
99 #define IDM_FOLLOW_ANCHOR 2008
100 #define IDM_INSINPUTIMAGE 2114
101 #define IDM_INSINPUTBUTTON 2115
102 #define IDM_INSINPUTRESET 2116
103 #define IDM_INSINPUTSUBMIT 2117
104 #define IDM_INSINPUTUPLOAD 2118
105 #define IDM_INSFIELDSET 2119
106 #define IDM_PASTEINSERT 2120
107 #define IDM_REPLACE 2121
108 #define IDM_EDITSOURCE 2122
109 #define IDM_BOOKMARK 2123
110 #define IDM_HYPERLINK 2124
111 #define IDM_UNLINK 2125
112 #define IDM_BROWSEMODE 2126
113 #define IDM_EDITMODE 2127
114 #define IDM_UNBOOKMARK 2128
115 #define IDM_TOOLBARS 2130
116 #define IDM_STATUSBAR 2131
117 #define IDM_FORMATMARK 2132
118 #define IDM_TEXTONLY 2133
119 #define IDM_OPTIONS 2135
120 #define IDM_FOLLOWLINKC 2136
121 #define IDM_FOLLOWLINKN 2137
122 #define IDM_VIEWSOURCE 2139
123 #define IDM_ZOOMPOPUP 2140
124 #define IDM_BASELINEFONT1 2141
125 #define IDM_BASELINEFONT2 2142
126 #define IDM_BASELINEFONT3 2143
127 #define IDM_BASELINEFONT4 2144
128 #define IDM_BASELINEFONT5 2145
129 #define IDM_HORIZONTALLINE 2150
130 #define IDM_LINEBREAKNORMAL 2151
131 #define IDM_LINEBREAKLEFT 2152
132 #define IDM_LINEBREAKRIGHT 2153
133 #define IDM_LINEBREAKBOTH 2154
134 #define IDM_NONBREAK 2155
135 #define IDM_SPECIALCHAR 2156
136 #define IDM_HTMLSOURCE 2157
137 #define IDM_IFRAME 2158
138 #define IDM_HTMLCONTAIN 2159
139 #define IDM_TEXTBOX 2161
140 #define IDM_TEXTAREA 2162
141 #define IDM_CHECKBOX 2163
142 #define IDM_RADIOBUTTON 2164
143 #define IDM_DROPDOWNBOX 2165
144 #define IDM_LISTBOX 2166
145 #define IDM_BUTTON 2167
146 #define IDM_IMAGE 2168
147 #define IDM_OBJECT 2169
148 #define IDM_1D 2170
149 #define IDM_IMAGEMAP 2171
150 #define IDM_FILE 2172
151 #define IDM_COMMENT 2173
152 #define IDM_SCRIPT 2174
153 #define IDM_JAVAAPPLET 2175
154 #define IDM_PLUGIN 2176
155 #define IDM_PAGEBREAK 2177
156 #define IDM_HTMLAREA 2178
157 
158 #define IDM_PARAGRAPH 2180
159 #define IDM_FORM 2181
160 #define IDM_MARQUEE 2182
161 #define IDM_LIST 2183
162 #define IDM_ORDERLIST 2184
163 #define IDM_UNORDERLIST 2185
164 #define IDM_INDENT 2186
165 #define IDM_OUTDENT 2187
166 #define IDM_PREFORMATTED 2188
167 #define IDM_ADDRESS 2189
168 #define IDM_BLINK 2190
169 #define IDM_DIV 2191
170 #define IDM_TABLEINSERT 2200
171 #define IDM_RCINSERT 2201
172 #define IDM_CELLINSERT 2202
173 #define IDM_CAPTIONINSERT 2203
174 #define IDM_CELLMERGE 2204
175 #define IDM_CELLSPLIT 2205
176 #define IDM_CELLSELECT 2206
177 #define IDM_ROWSELECT 2207
178 #define IDM_COLUMNSELECT 2208
179 #define IDM_TABLESELECT 2209
180 #define IDM_TABLEPROPERTIES 2210
181 #define IDM_CELLPROPERTIES 2211
182 #define IDM_ROWINSERT 2212
183 #define IDM_COLUMNINSERT 2213
184 
185 #define IDM_HELP_CONTENT 2220
186 #define IDM_HELP_ABOUT 2221
187 #define IDM_HELP_README 2222
188 #define IDM_REMOVEFORMAT 2230
189 #define IDM_PAGEINFO 2231
190 #define IDM_TELETYPE 2232
191 #define IDM_GETBLOCKFMTS 2233
192 #define IDM_BLOCKFMT 2234
193 #define IDM_SHOWHIDE_CODE 2235
194 #define IDM_TABLE 2236
195 #define IDM_COPYFORMAT 2237
196 #define IDM_PASTEFORMAT 2238
197 #define IDM_GOTO 2239
198 #define IDM_CHANGEFONT 2240
199 #define IDM_CHANGEFONTSIZE 2241
200 #define IDM_CHANGECASE 2246
201 #define IDM_SHOWSPECIALCHAR 2249
202 #define IDM_SUBSCRIPT 2247
203 #define IDM_SUPERSCRIPT 2248
204 #define IDM_CENTERALIGNPARA 2250
205 #define IDM_LEFTALIGNPARA 2251
206 #define IDM_RIGHTALIGNPARA 2252
207 #define IDM_REMOVEPARAFORMAT 2253
208 #define IDM_APPLYNORMAL 2254
209 #define IDM_APPLYHEADING1 2255
210 #define IDM_APPLYHEADING2 2256
211 #define IDM_APPLYHEADING3 2257
212 #define IDM_DOCPROPERTIES 2260
213 #define IDM_ADDFAVORITES 2261
214 #define IDM_COPYSHORTCUT 2262
215 #define IDM_SAVEBACKGROUND 2263
216 #define IDM_SETWALLPAPER 2264
217 #define IDM_COPYBACKGROUND 2265
218 #define IDM_CREATESHORTCUT 2266
219 #define IDM_PAGE 2267
220 #define IDM_SAVETARGET 2268
221 #define IDM_SHOWPICTURE 2269
222 #define IDM_SAVEPICTURE 2270
223 #define IDM_DYNSRCPLAY 2271
224 #define IDM_DYNSRCSTOP 2272
225 #define IDM_PRINTTARGET 2273
226 #define IDM_IMGARTPLAY 2274
227 #define IDM_IMGARTSTOP 2275
228 #define IDM_IMGARTREWIND 2276
229 #define IDM_PRINTQUERYJOBSPENDING 2277
230 #define IDM_SETDESKTOPITEM 2278
231 #define IDM_CONTEXTMENU 2280
232 #define IDM_GOBACKWARD 2282
233 #define IDM_GOFORWARD 2283
234 #define IDM_PRESTOP 2284
235 #define IDM_GOTOCLIPBOARDADDRESS 2285
236 #define IDM_GOTOCLIPBOARDTEXT 2286
237 #define IDM_MP_MYPICS 2287
238 #define IDM_MP_EMAILPICTURE 2288
239 #define IDM_MP_PRINTPICTURE 2289
240 #define IDM_CREATELINK 2290
241 #define IDM_COPYCONTENT 2291
242 #define IDM_LANGUAGE 2292
243 #define IDM_GETPRINTTEMPLATE 2295
244 #define IDM_SETPRINTTEMPLATE 2296
245 #define IDM_TEMPLATE_PAGESETUP 2298
246 #define IDM_REFRESH 2300
247 #define IDM_STOPDOWNLOAD 2301
248 #define IDM_ENABLE_INTERACTION 2302
249 #define IDM_LAUNCHDEBUGGER 2310
250 #define IDM_BREAKATNEXT 2311
251 #define IDM_INSINPUTHIDDEN 2312
252 #define IDM_INSINPUTPASSWORD 2313
253 #define IDM_OVERWRITE 2314
254 #define IDM_PARSECOMPLETE 2315
255 #define IDM_HTMLEDITMODE 2316
256 #define IDM_REGISTRYREFRESH 2317
257 #define IDM_COMPOSESETTINGS 2318
258 #define IDM_SHOWALLTAGS 2327
259 #define IDM_SHOWALIGNEDSITETAGS 2321
260 #define IDM_SHOWSCRIPTTAGS 2322
261 #define IDM_SHOWSTYLETAGS 2323
262 #define IDM_SHOWCOMMENTTAGS 2324
263 #define IDM_SHOWAREATAGS 2325
264 #define IDM_SHOWUNKNOWNTAGS 2326
265 #define IDM_SHOWMISCTAGS 2320
266 #define IDM_SHOWZEROBORDERATDESIGNTIME 2328
267 #define IDM_AUTODETECT 2329
268 #define IDM_SCRIPTDEBUGGER 2330
269 #define IDM_GETBYTESDOWNLOADED 2331
270 #define IDM_NOACTIVATENORMALOLECONTROLS 2332
271 #define IDM_NOACTIVATEDESIGNTIMECONTROLS 2333
272 #define IDM_NOACTIVATEJAVAAPPLETS 2334
273 #define IDM_NOFIXUPURLSONPASTE 2335
274 #define IDM_EMPTYGLYPHTABLE 2336
275 #define IDM_ADDTOGLYPHTABLE 2337
276 #define IDM_REMOVEFROMGLYPHTABLE 2338
277 #define IDM_REPLACEGLYPHCONTENTS 2339
278 #define IDM_SHOWWBRTAGS 2340
279 #define IDM_PERSISTSTREAMSYNC 2341
280 #define IDM_SETDIRTY 2342
281 #define IDM_RUNURLSCRIPT 2343
282 #ifdef IE5_ZOOM
283 #define IDM_ZOOMRATIO 2344
284 #define IDM_GETZOOMNUMERATOR 2345
285 #define IDM_GETZOOMDENOMINATOR 2346
286 #endif
287 #define IDM_DIRLTR 2350
288 #define IDM_DIRRTL 2351
289 #define IDM_BLOCKDIRLTR 2352
290 #define IDM_BLOCKDIRRTL 2353
291 #define IDM_INLINEDIRLTR 2354
292 #define IDM_INLINEDIRRTL 2355
293 #define IDM_ISTRUSTEDDLG 2356
294 #define IDM_INSERTSPAN 2357
295 #define IDM_LOCALIZEEDITOR 2358
296 #define IDM_SAVEPRETRANSFORMSOURCE 2370
297 #define IDM_VIEWPRETRANSFORMSOURCE 2371
298 #define IDM_SCROLL_HERE 2380
299 #define IDM_SCROLL_TOP 2381
300 #define IDM_SCROLL_BOTTOM 2382
301 #define IDM_SCROLL_PAGEUP 2383
302 #define IDM_SCROLL_PAGEDOWN 2384
303 #define IDM_SCROLL_UP 2385
304 #define IDM_SCROLL_DOWN 2386
305 #define IDM_SCROLL_LEFTEDGE 2387
306 #define IDM_SCROLL_RIGHTEDGE 2388
307 #define IDM_SCROLL_PAGELEFT 2389
308 #define IDM_SCROLL_PAGERIGHT 2390
309 #define IDM_SCROLL_LEFT 2391
310 #define IDM_SCROLL_RIGHT 2392
311 #define IDM_MULTIPLESELECTION 2393
312 #define IDM_2D_POSITION 2394
313 #define IDM_2D_ELEMENT 2395
314 #define IDM_1D_ELEMENT 2396
315 #define IDM_ABSOLUTE_POSITION 2397
316 #define IDM_LIVERESIZE 2398
317 #define IDM_ATOMICSELECTION 2399
318 #define IDM_AUTOURLDETECT_MODE 2400
319 #define IDM_IE50_PASTE 2401
320 #define IDM_IE50_PASTE_MODE 2402
321 #define IDM_GETIPRINT 2403
322 #define IDM_DISABLE_EDITFOCUS_UI 2404
323 #define IDM_RESPECTVISIBILITY_INDESIGN 2405
324 #define IDM_CSSEDITING_LEVEL 2406
325 #define IDM_UI_OUTDENT 2407
326 #define IDM_UPDATEPAGESTATUS 2408
327 #define IDM_IME_ENABLE_RECONVERSION 2409
328 #define IDM_KEEPSELECTION 2410
329 #define IDM_UNLOADDOCUMENT 2411
330 #define IDM_OVERRIDE_CURSOR 2420
331 #define IDM_PEERHITTESTSAMEINEDIT 2423
332 #define IDM_TRUSTAPPCACHE 2425
333 #define IDM_BACKGROUNDIMAGECACHE 2430
334 #define IDM_GETUSERACTIONTIME 2431
335 #define IDM_BEGINUSERACTION 2432
336 #define IDM_ENDUSERACTION 2433
337 #define IDM_SETCUSTOMCURSOR 2434
338 #define IDM_FOLLOWLINKT 2435
339 #define IDM_CARETBROWSINGMODE 2436
340 #define IDM_STYLEMENU_SETNOSTYLE 2437
341 #define IDM_STYLEMENU_GETNOSTYLE 2438
342 #define IDM_STYLEMENU_GETPREFSTYLE 2439
343 #define IDM_STYLEMENU_CHANGESELECTEDSTYLE 2440
344 #define IDM_MEDIA_PLAYPAUSE 2441
345 #define IDM_MEDIA_MUTEUNMUTE 2442
346 #define IDM_MEDIA_PLAY 2443
347 #define IDM_MEDIA_PAUSE 2444
348 #define IDM_MEDIA_STOP 2445
349 #define IDM_MEDIA_FULLSCREEN_TOGGLE 2446
350 #define IDM_MEDIA_FULLSCREEN_EXIT 2447
351 #define IDM_MEDIA_VOLUME_UP 2448
352 #define IDM_MEDIA_VOLUME_DOWN 2449
353 #define IDM_MEDIA_SEEK_TO_START 2450
354 #define IDM_MEDIA_SEEK_TO_END 2451
355 #define IDM_MEDIA_SEEK_FWD_SMALL 2452
356 #define IDM_MEDIA_SEEK_BACK_SMALL 2453
357 #define IDM_MEDIA_SEEK_FWD_LARGE 2454
358 #define IDM_MEDIA_SEEK_BACK_LARGE 2455
359 #define IDM_MEDIA_RATE_FASTER 2456
360 #define IDM_MEDIA_RATE_SLOWER 2457
361 #define IDM_MEDIA_SHOWCONTROLS_TOGGLE 2458
362 #define IDM_MEDIA_SUBTITLES_TOGGLE 2459
363 #define IDM_MEDIA_FRAMESTEP_FWD 2460
364 #define IDM_MEDIA_FRAMESTEP_BACK 2461
365 #define IDM_MEDIA_MUTE 2462
366 #define IDM_MEDIA_UNMUTE 2463
367 #define IDM_MEDIA_SHOW_AUDIO_ACCESS 2464
368 #define IDM_MEDIA_SHOW_SUBTITLE_ACCESS 2465
369 #define IDM_MEDIA_PLAYRATE0 2480
370 #define IDM_MEDIA_PLAYRATE1 2481
371 #define IDM_MEDIA_PLAYRATE2 2482
372 #define IDM_MEDIA_PLAYRATE3 2483
373 #define IDM_MEDIA_PLAYRATE4 2484
374 #define IDM_MEDIA_PLAYRATE5 2485
375 #define IDM_MEDIA_PLAYRATE6 2486
376 #define IDM_MEDIA_PLAYRATE7 2487
377 #define IDM_MEDIA_PLAYRATE8 2488
378 #define IDM_MEDIA_PLAYRATE9 2489
379 #define IDM_PASTECONTENTONLY 2500
380 #define IDM_PASTETEXTONLY 2501
381 #define IDM_DEFAULTBLOCK 6046
382 #define IDM_MIMECSET__FIRST__ 3609
383 #define IDM_MIMECSET__LAST__ 3699
384 #define IDM_MENUEXT_FIRST__ 3700
385 #define IDM_MENUEXT_LAST__ 3732
386 #define IDM_MENUEXT_COUNT 3733
387 #define IDM_ADDCONSOLEMESSAGERECEIVER 3800
388 #define IDM_REMOVECONSOLEMESSAGERECEIVER 3801
389 #define IDM_STARTDIAGNOSTICSMODE 3802
390 #define IDM_GETSCRIPTENGINE 3803
391 #define IDM_ADDDEBUGCALLBACKRECEIVER 3804
392 #define IDM_REMOVEDEBUGCALLBACKRECEIVER 3805
393 #define IDM_OPEN 2000
394 #define IDM_NEW 2001
395 #define IDM_SAVE 70
396 #define IDM_SAVEAS 71
397 #define IDM_SAVECOPYAS 2002
398 #define IDM_PRINTPREVIEW 2003
399 #define IDM_SHOWPRINT 2010
400 #define IDM_SHOWPAGESETUP 2011
401 #define IDM_PRINT 27
402 #define IDM_PAGESETUP 2004
403 #define IDM_SPELL 2005
404 #define IDM_PASTESPECIAL 2006
405 #define IDM_CLEARSELECTION 2007
406 #define IDM_PROPERTIES 28
407 #define IDM_REDO 29
408 #define IDM_UNDO 43
409 #define IDM_SELECTALL 31
410 #define IDM_ZOOMPERCENT 50
411 #define IDM_GETZOOM 68
412 #define IDM_STOP 2138
413 #define IDM_COPY 15
414 #define IDM_CUT 16
415 #define IDM_PASTE 26
416 #define CMD_ZOOM_PAGEWIDTH -1
417 #define CMD_ZOOM_ONEPAGE -2
418 #define CMD_ZOOM_TWOPAGES -3
419 #define CMD_ZOOM_SELECTION -4
420 #define CMD_ZOOM_FIT -5
421 #define IDM_CONTEXT 1
422 #define IDM_HWND 2
423 #define IDM_NEW_TOPLEVELWINDOW 7050
424 #define IDM_PRESERVEUNDOALWAYS 6049
425 #define IDM_PERSISTDEFAULTVALUES 7100
426 #define IDM_PROTECTMETATAGS 7101
427 #define IDM_GETFRAMEZONE 6037
428 #define IDM_REFRESH_THIS 6042
429 #define IDM_MENUEXT_PLACEHOLDER 6047
430 #define IDM_FIRE_PRINTTEMPLATEUP 15000
431 #define IDM_FIRE_PRINTTEMPLATEDOWN 15001
432 #define IDM_SETPRINTHANDLES 15002
433 #define IDM_CLEARAUTHENTICATIONCACHE 15003
434 #define IDM_GETUSERINITFLAGS 15004
435 #define IDM_GETDOCDLGFLAGS 15005
436 #define IDM_OLEWINDOWSTATECHANGED 15006
437 #define IDM_ACTIVEXINSTALLSCOPE 15007
438 #define IDM_SETSESSIONDOCUMENTMODE 15008
439 #define IDM_GETSESSIONDOCUMENTMODE 15009
440 #define IDM_SETPROFILINGONSTART 15010
441 #define IDM_GETPROFILINGONSTART 15011
442 #define IDM_SETSCRIPTCONSOLE 15012
443 #define IDM_SETNAVIGATEEVENTSINK 15013
444 #define IDM_SETDEVTOOLBARCONSOLE 15016
445 #define IDM_POPSTATEEVENT 15017
446 #define IDM_SETPARTIALLAYOUTSTATUS 15021
447 #define IDM_GETPARTIALLAYOUTSTATUS 15022
448 #define IDM_ADDPARTIALTESTSTEPCOUNT 15023
449 #define IDM_SETL9QUIRKSEMULATIONENABLED 15024
450 #define IDM_GETL9QUIRKSEMULATIONENABLED 15025
451 #define IDM_GETDEFAULTZOOMLEVEL 15027
452 #define IDM_GETELEMENTBOUNDINGBOX 15028
453 #define IDM_SETGEOLOCATIONCONSENT 15029
454 #define IDM_ACTIVEXFILTERINGENABLED 15030
455 #define IDM_SHARE 15031
456 #define IDM_SETAPPCACHESIZECONSENT 15032
457 #define IDM_SHAREAPPCACHEEVENT 15033
458 #define IDM_SETINDEXDBSIZECONSENT 15034
459 #define IDM_GETPRINTMANAGERDOCSOURCE 15038
460 #define IDM_SETEXTRAHEADERS 15039
461 #define IDM_SETACCESSIBILITYNAME 15040
462 #define IDM_UPDATESETTINGSFROMREGISTRY 15041
463 #define IDM_GETMSAPPLICATIONTAPHIGHLIGHT 15042
464 #define IDM_SETPAGEACTIONALLOWEDFLAGS 15100
465 #define IDM_INVOKEFLIPAHEADTARGET 15200
466 #define IDM_ENABLEFLIPAHEADTARGET 15201
467 #endif
468