//{{AFX_INCLUDES() #include "leadrasterimglist.h" #include "leadrasterimagelistitem.h" //}}AFX_INCLUDES #if !defined(AFX_LEFTPANEWND_H__1EDE5FD8_A2F6_483C_B29D_DA0ACA5FF039__INCLUDED_) #define AFX_LEFTPANEWND_H__1EDE5FD8_A2F6_483C_B29D_DA0ACA5FF039__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // LeftPaneWnd.h : header file // ///////////////////////////////////////////////////////////////////////////// // CLeftPaneWnd view class CLeftPaneWnd : public CFormView { protected: CLeftPaneWnd(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CLeftPaneWnd) void OverlaysShowOverlay(BOOL bShow, int nSelItemIndex, BOOL bView); // Attributes public: BOOL LoadOverlays(); CLEADRasterImageListItem m_item; public: //{{AFX_DATA(CLeftPaneWnd) enum { IDD = IDD_DEMO_FORM }; CLEADRasterImgList m_ImageListControl; //}}AFX_DATA // Attributes // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLeftPaneWnd) protected: virtual void OnDraw(CDC* pDC); // overridden to draw this view virtual void DoDataExchange(CDataExchange* pDX); // afx_msg void OnClickLeadimglistctrl1(); // afx_msg void OnKeyPressLeadimglistctrl1(short KeyAscii); //}}AFX_VIRTUAL // Implementation protected: virtual ~CLeftPaneWnd(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions protected: //{{AFX_MSG(CLeftPaneWnd) afx_msg void OnItemSelectedLeadrasimglistctrl1(long nIndex); DECLARE_EVENTSINK_MAP() //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LEFTPANEWND_H__1EDE5FD8_A2F6_483C_B29D_DA0ACA5FF039__INCLUDED_)