mirror of https://github.com/lianthony/NT4.0
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.
56 lines
1.7 KiB
56 lines
1.7 KiB
#ifndef _ANBUT_WANGIOCX_
|
|
#define _ANBUT_WANGIOCX_
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// ANBUT.H - Include for Wang Image OCX Annotation Button Control
|
|
//
|
|
// This file contains the #defines, typedefs, etc that are
|
|
// specific to the Annotation Button Control
|
|
//
|
|
// All Property values are of the form:
|
|
// CTL_ANBUT_propertydescription
|
|
//
|
|
// All Method parameter values are of the form:
|
|
// CTL_ANBUT_methodparamdescription
|
|
//
|
|
// All Dispatch ID values are of the form:
|
|
// DISPID_ANBUT_description
|
|
//
|
|
// All Error values are of the form:
|
|
// CTL_E_ANBUT_description
|
|
//
|
|
////////////////////////////////////////////////////////////////////////////
|
|
#include "COMMON.H" // Common includes for ALL controls...
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
// Property values
|
|
////////////////////////////////////////////////////////////////////////////
|
|
//#define CTL_ANBUT_
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
// Method parameters
|
|
////////////////////////////////////////////////////////////////////////////
|
|
//#define CTL_ANBUT_
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
// Dispatch IDs
|
|
////////////////////////////////////////////////////////////////////////////
|
|
//#define DISPID_ANBUT_
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
// Errors
|
|
////////////////////////////////////////////////////////////////////////////
|
|
//#define WICTL_E_
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
// Other
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
#endif // end of ifndef
|
|
|
|
|
|
|
|
|
|
|
|
|