You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.2 KiB
63 lines
2.2 KiB
// Copyright (c)1997-1999 Microsoft Corporation, All Rights Reserved
|
|
|
|
#ifndef __privcid_h__
|
|
#define __privcid_h__
|
|
|
|
|
|
#include <mshtmcid.h>
|
|
|
|
//----------------------------------------------------------------------------
|
|
//
|
|
// Private Command IDs.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#define IDM_TABKEY 6000
|
|
#define IDM_SHTABKEY 6001
|
|
#define IDM_RETURNKEY 6002
|
|
#define IDM_ESCKEY 6003
|
|
|
|
#if DBG == 1
|
|
#define IDM_DEBUG_TRACETAGS 6004
|
|
#define IDM_DEBUG_RESFAIL 6005
|
|
#define IDM_DEBUG_DUMPOTRACK 6006
|
|
#define IDM_DEBUG_BREAK 6007
|
|
#define IDM_DEBUG_VIEW 6008
|
|
#define IDM_DEBUG_DUMPTREE 6009
|
|
#define IDM_DEBUG_DUMPLINES 6010
|
|
#define IDM_DEBUG_LOADHTML 6011
|
|
#define IDM_DEBUG_SAVEHTML 6012
|
|
#define IDM_DEBUG_MEMMON 6013
|
|
#endif
|
|
|
|
// IE4 Shdocvw Messages
|
|
|
|
#define IDM_SHDV_FINALTITLEAVAIL 6020
|
|
#define IDM_SHDV_MIMECSETMENUOPEN 6021
|
|
#define IDM_SHDV_PRINTFRAME 6022
|
|
#define IDM_SHDV_PUTOFFLINE 6022
|
|
#define IDM_SHDV_GOBACK 6024 // different from IDM_GOBACK
|
|
#define IDM_SHDV_GOFORWARD 6025 // different from ISM_GOFORWARD
|
|
#define IDM_SHDV_CANGOBACK 6026
|
|
#define IDM_SHDV_CANGOFORWARD 6027
|
|
#define IDM_SHDV_CANSUPPORTPICS 6028
|
|
#define IDM_SHDV_CANDEACTIVATENOW 6029
|
|
#define IDM_SHDV_DEACTIVATEMENOW 6030
|
|
#define IDM_SHDV_NODEACTIVATENOW 6031
|
|
#define IDM_SHDV_SETPENDINGURL 6032
|
|
#define IDM_SHDV_ISDRAGSOURCE 6033
|
|
#define IDM_SHDV_DOCFAMILYCHARSET 6034
|
|
#define IDM_SHDV_DOCCHARSET 6035
|
|
#define IDM_SHDV_GETMIMECSETMENU 6036
|
|
#define IDM_SHDV_GETFRAMEZONE 6037
|
|
|
|
// Flavors of refresh
|
|
|
|
#define IDM_REFRESH_TOP 6041 // Normal refresh, topmost doc
|
|
#define IDM_REFRESH_THIS 6042 // Normal refresh, nearest doc
|
|
#define IDM_REFRESH_TOP_FULL 6043 // Full refresh, topmost doc
|
|
#define IDM_REFRESH_THIS_FULL 6044 // Full refresh, nearest doc
|
|
|
|
#define IDM_DEFAULTBLOCK 6046
|
|
|
|
#endif
|