#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 CView { protected: CLeftPaneWnd(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CLeftPaneWnd) // Attributes public: L_BOOL LoadOverlays(); // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLeftPaneWnd) protected: virtual void OnDraw(CDC* pDC); // overridden to draw this view virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView); //}}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 BOOL OnEraseBkgnd(CDC* pDC); //}}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_)