#if !defined(AFX_LTTMBCTL_H__020D702C_8119_43E3_80FB_8D6F17787258__INCLUDED_) #define AFX_LTTMBCTL_H__020D702C_8119_43E3_80FB_8D6F17787258__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. ///////////////////////////////////////////////////////////////////////////// // CLTTmbCtl wrapper class class CLTTmbCtl : public CWnd { protected: DECLARE_DYNCREATE(CLTTmbCtl) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x140200, 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: short BrowseDir(LPCTSTR pszDirectory); BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); BOOL GetContinueBrowse(); void SetContinueBrowse(BOOL bNewValue); CString GetFilter(); void SetFilter(LPCTSTR lpszNewValue); short GetThumbnailWidth(); void SetThumbnailWidth(short nNewValue); short GetThumbnailHeight(); void SetThumbnailHeight(short nNewValue); short GetThumbnailBitsPerPixel(); void SetThumbnailBitsPerPixel(short nNewValue); BOOL GetMaintainAspect(); void SetMaintainAspect(BOOL bNewValue); BOOL GetForceSize(); void SetForceSize(BOOL bNewValue); unsigned long GetThumbnailBackgroundColor(); void SetThumbnailBackgroundColor(unsigned long newValue); BOOL GetLoadStamp(); void SetLoadStamp(BOOL bNewValue); BOOL GetResample(); void SetResample(BOOL bNewValue); BOOL GetStopOnError(); void SetStopOnError(BOOL bNewValue); short GetInfoBits(); void SetInfoBits(short nNewValue); CString GetInfoCompression(); void SetInfoCompression(LPCTSTR lpszNewValue); short GetInfoFormat(); void SetInfoFormat(short nNewValue); short GetInfoWidth(); void SetInfoWidth(short nNewValue); short GetInfoHeight(); void SetInfoHeight(short nNewValue); short GetInfoTotalPages(); void SetInfoTotalPages(short nNewValue); long GetInfoSizeDisk(); void SetInfoSizeDisk(long nNewValue); long GetInfoSizeMem(); void SetInfoSizeMem(long nNewValue); short GetInfoXRes(); void SetInfoXRes(short nNewValue); short GetInfoYRes(); void SetInfoYRes(short nNewValue); void UnlockSupport(short iType, LPCTSTR pszKey); BOOL IsSupportLocked(short iType); BOOL GetIncludeSubDirectories(); void SetIncludeSubDirectories(BOOL bNewValue); BOOL GetExpandMultipage(); void SetExpandMultipage(BOOL bNewValue); long GetMaxSizeDisk(); void SetMaxSizeDisk(long nNewValue); long GetMaxSizeMem(); void SetMaxSizeMem(long nNewValue); short GetDitherFlags(); void SetDitherFlags(short nNewValue); short GetPaletteFlags(); void SetPaletteFlags(short nNewValue); short GetInfoPage(); void SetInfoPage(short nNewValue); short CreateThumbnailFromFile(LPCTSTR pszFilename, long nPage); BOOL GetSkipFile(); void SetSkipFile(BOOL bNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LTTMBCTL_H__020D702C_8119_43E3_80FB_8D6F17787258__INCLUDED_)