#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