#if !defined(AFX_LTODBCTL_H__6419CA53_2CF6_4DBB_A843_BC3A62998388__INCLUDED_) #define AFX_LTODBCTL_H__6419CA53_2CF6_4DBB_A843_BC3A62998388__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // 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. ///////////////////////////////////////////////////////////////////////////// // Cltodbctl wrapper class class Cltodbctl : public CWnd { protected: DECLARE_DYNCREATE(Cltodbctl) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x130400, 0xb1ba, 0x11ce, { 0xab, 0xc6, 0xf5, 0xb2, 0xe7, 0x9d, 0x9e, 0x3f } }; return clsid; } virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); } BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CFile* pPersist = NULL, BOOL bStorage = FALSE, BSTR bstrLicKey = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID, pPersist, bStorage, bstrLicKey); } // Attributes public: // Operations public: LPUNKNOWN GetDataSource(); void SetRefDataSource(LPUNKNOWN newValue); CString GetDataMember(); void SetDataMember(LPCTSTR lpszNewValue); CString GetDataField(); void SetDataField(LPCTSTR lpszNewValue); long GetBitmap(); void SetBitmap(long nNewValue); BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); void UnlockSupport(short iType, LPCTSTR pszKey); BOOL IsSupportLocked(short iType); long GetAnnContainer(); void SetAnnContainer(long nNewValue); BOOL GetDataDirty(); void SetDataDirty(BOOL bNewValue); short GetDataLoadBits(); void SetDataLoadBits(short nNewValue); short GetDataSaveBits(); void SetDataSaveBits(short nNewValue); short GetDataSaveFormat(); void SetDataSaveFormat(short nNewValue); short GetDataSaveQuality(); void SetDataSaveQuality(short nNewValue); BOOL GetEnableProgressEvent(); void SetEnableProgressEvent(BOOL bNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LTODBCTL_H__6419CA53_2CF6_4DBB_A843_BC3A62998388__INCLUDED_)