#ifndef __VALUELABEL_H__ #define __VALUELABEL_H__ // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. // Dispatch interfaces referenced by this interface class CLabel; ///////////////////////////////////////////////////////////////////////////// // CValueLabel wrapper class class CValueLabel : public COleDispatchDriver { public: CValueLabel() {} // Calls COleDispatchDriver default constructor CValueLabel(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CValueLabel(const CValueLabel& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: double GetValue(); void SetValue(double); double Get_Value(); void Set_Value(double); CLabel GetLabel(); LPDISPATCH GetParent(); // Operations public: }; #endif // __VALUELABEL_H__