#if !defined(AFX_APPDATAPROLISTVIEW_H__0E9B92F8_CD2E_410F_A2F7_02B4F26D3C3C__INCLUDED_) #define AFX_APPDATAPROLISTVIEW_H__0E9B92F8_CD2E_410F_A2F7_02B4F26D3C3C__INCLUDED_ #include "MainFrm.h" #include "datamngframe.h" #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // appdataprolistview.h : header file // ///////////////////////////////////////////////////////////////////////////// // CAppDataProListView view class CAppDataProListView : public CListView { protected: CAppDataProListView(); // protected constructor used by dynamic creation CMDIChildWnd* m_pMngFrm; DECLARE_DYNCREATE(CAppDataProListView) // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAppDataProListView) public: virtual void OnInitialUpdate(); protected: virtual void OnDraw(CDC* pDC); // overridden to draw this view virtual BOOL PreCreateWindow(CREATESTRUCT& cs); //}}AFX_VIRTUAL // Implementation protected: virtual ~CAppDataProListView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions protected: //{{AFX_MSG(CAppDataProListView) afx_msg void OnColumnclick(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_APPDATAPROLISTVIEW_H__0E9B92F8_CD2E_410F_A2F7_02B4F26D3C3C__INCLUDED_)