#if !defined(AFX_LEADRASTERCONTAINERVIEWER_H__E6EE0B8F_8436_4647_81B9_DB700A6EC627__INCLUDED_) #define AFX_LEADRASTERCONTAINERVIEWER_H__E6EE0B8F_8436_4647_81B9_DB700A6EC627__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. // Dispatch interfaces referenced by this interface class CLEADMagnifyGlassAction; class CLEADRasterContainerCell; class CLEADWindowLevelAction; class CLEADAlphaAction; class CLEADOffsetAction; class CLEADScaleAction; class CLEADStackAction; class CLEADOwnerAction; ///////////////////////////////////////////////////////////////////////////// // CLEADRasterContainerViewer wrapper class class CLEADRasterContainerViewer : public CWnd { protected: DECLARE_DYNCREATE(CLEADRasterContainerViewer) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x140d12, 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: void SetAppearance(short nNewValue); short GetAppearance(); long GetWindow(); long GetControlWindow(); BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); long GetCellCount(); long GetFirstVisibleRow(); void SetFirstVisibleRow(long nNewValue); long GetActiveActionCount(); long GetScaleMode(); void SetScaleMode(long nNewValue); float GetScaleWidth(); void SetScaleWidth(float newValue); float GetScaleTop(); void SetScaleTop(float newValue); float GetScaleLeft(); void SetScaleLeft(float newValue); float GetScaleHeight(); void SetScaleHeight(float newValue); short InsertCell(long lCellIndex, long lFlag); short RemoveCell(long lCellIndex, BOOL bCleanImages, long lFlag); CLEADMagnifyGlassAction MagnifyGlassAction(); CLEADRasterContainerCell Cell(long Index); CLEADWindowLevelAction WindowLevelAction(); CLEADAlphaAction AlphaAction(); CLEADOffsetAction OffsetAction(); CLEADScaleAction ScaleAction(); CLEADStackAction StackAction(); short SetContainerProperties(LPDISPATCH pContainerViewerProperties, long lFlag); short GetContainerProperties(LPDISPATCH pContainerViewerProperties, long lFlag); CLEADOwnerAction OwnerAction(long lActionID); LPDISPATCH GetOwnerActionImageList(long lIndex); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LEADRASTERCONTAINERVIEWER_H__E6EE0B8F_8436_4647_81B9_DB700A6EC627__INCLUDED_)