#ifndef __LABEL_H__ #define __LABEL_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. ///////////////////////////////////////////////////////////////////////////// // CLabel wrapper class class CLabel : public COleDispatchDriver { public: CLabel() {} // Calls COleDispatchDriver default constructor CLabel(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLabel(const CLabel& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); CString GetText(); void SetText(LPCTSTR); CString Get_Text(); void Set_Text(LPCTSTR); // Operations public: }; #endif // __LABEL_H__