#if !defined(AFX_LEADRASTERIMGLIST_H__A65BA9A4_5FD5_455A_9498_CE186A1C6A93__INCLUDED_) #define AFX_LEADRASTERIMGLIST_H__A65BA9A4_5FD5_455A_9498_CE186A1C6A93__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 CLEADRasterImageListItem; ///////////////////////////////////////////////////////////////////////////// // CLEADRasterImgList wrapper class class CLEADRasterImgList : public CWnd { protected: DECLARE_DYNCREATE(CLEADRasterImgList) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x140784, 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 SetBackColor(unsigned long newValue); unsigned long GetBackColor(); void SetBorderColor(unsigned long newValue); unsigned long GetBorderColor(); void SetBorderStyle(long nNewValue); long GetBorderStyle(); void SetFont(LPDISPATCH newValue); LPDISPATCH GetFont(); void SetForeColor(unsigned long newValue); unsigned long GetForeColor(); long GetWindow(); void SetAppearance(short nNewValue); void SetMousePointer(long nNewValue); long GetMousePointer(); void SetMouseIcon(LPDISPATCH newValue); LPDISPATCH GetMouseIcon(); CLEADRasterImageListItem Item(long Index); BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); long GetScaleMode(); void SetScaleMode(long nNewValue); float GetScaleTop(); void SetScaleTop(float newValue); float GetScaleLeft(); void SetScaleLeft(float newValue); float GetScaleHeight(); void SetScaleHeight(float newValue); float GetScaleWidth(); void SetScaleWidth(float newValue); long GetAllowSelection(); void SetAllowSelection(long nNewValue); long GetSelectionStyle(); void SetSelectionStyle(long nNewValue); unsigned long GetSelectionColor(); void SetSelectionColor(unsigned long newValue); unsigned long GetItemBackgroundColor(); void SetItemBackgroundColor(unsigned long newValue); float GetItemWidth(); void SetItemWidth(float newValue); float GetItemHeight(); void SetItemHeight(float newValue); float GetItemVerticalSpacing(); void SetItemVerticalSpacing(float newValue); float GetItemHorizontalSpacing(); void SetItemHorizontalSpacing(float newValue); long GetScrollStyle(); void SetScrollStyle(long nNewValue); long GetRowCount(); long GetColumnCount(); BOOL GetDisplayItemText(); void SetDisplayItemText(BOOL bNewValue); void Clear(); short Insert(long Bitmap, LPCTSTR pszText, long Data); short InsertAt(long Bitmap, LPCTSTR pszText, long Data, long nIndex); short InsertFromBitmapList(long hBitmapList, LPCTSTR pszDefaultText); short Remove(long nIndex); short Sort(BOOL bAscending); long HitTest(float x, float y); long EnsureVisible(long nIndex); long ScrollItems(long nAmount); long GetCount(); short LoadFromFile(LPCTSTR pszFile, short nBits, long nStart, long nItems); short SaveToFile(LPCTSTR pszFile, short nFormat, short nBits, short nQFactor, BOOL bSelected); short SelectAll(BOOL bFlag); long GetPageCount(); long GetCurrentPage(); BOOL GetEnableKeyboard(); void SetEnableKeyboard(BOOL bNewValue); long GetBitonalScaling(); void SetBitonalScaling(long nNewValue); long GetPaintDither(); void SetPaintDither(long nNewValue); long GetPaintScaling(); void SetPaintScaling(long nNewValue); short SetSelectionBitmap(unsigned long crTransparent, long Bitmap); short SaveDatabase(LPCTSTR pszFilename, BOOL bSelected); short LoadDatabase(LPCTSTR pszFilename); long GetViewSize(); long GetFirstVisibleItem(); long GetSelectedCount(); CLEADRasterImageListItem SelectedItems(long Index); BOOL GetOwnerDrawItems(); void SetOwnerDrawItems(BOOL bNewValue); long GetControlWindow(); BOOL GetCancelDB(); void SetCancelDB(BOOL bNewValue); BOOL GetOLEDropAllowed(); void SetOLEDropAllowed(BOOL bNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LEADRASTERIMGLIST_H__A65BA9A4_5FD5_455A_9498_CE186A1C6A93__INCLUDED_)