// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this source code. For a copy of the EULA, please see the LICENSE.RTF on your // install media. // //+------------------------------------------------------------------------- // // Microsoft Windows // Copyright 1996-1998 Microsoft Corporation. All Rights Reserved. // // File: scrptids.h // //-------------------------------------------------------------------------- // Invent DISPIDs for the things that don't have built-in dispid's #define DISPID_LOAD 1 #define DISPID_UNLOAD 2 #define DISPID_SUBMIT 3 #define DISPID_FOCUS 4 #define DISPID_CHANGE 5 #define DISPID_BLUR 6 #define DISPID_SELECT 7 #define DISPID_MOUSEOVER 8 #define DISPID_PARSECOMPLETE 9 #define DISPID_ABORT 10 #define DISPID_ERROR 11 #define DISPID_MOUSEOUT 12