This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/scrptids.h

25 lines
719 B
C

#pragma option push -b -a8 -pc -A- /*P_O_Push*/
//+-------------------------------------------------------------------------
//
// 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
#pragma option pop /*P_O_Pop*/