#if !defined(AFX_APPDATATDLISTVIEW_H__E61A94F9_53EB_4F54_961E_B86EF296A6A4__INCLUDED_) #define AFX_APPDATATDLISTVIEW_H__E61A94F9_53EB_4F54_961E_B86EF296A6A4__INCLUDED_ #include "MainFrm.h" #include "datamngframe.h" #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // appdatatdlistview.h : header file // ///////////////////////////////////////////////////////////////////////////// // CAppDataTdListView view class CAppDataTdListView : public CListView { protected: CAppDataTdListView(); // protected constructor used by dynamic creation CMDIChildWnd* m_pMngFrm; DECLARE_DYNCREATE(CAppDataTdListView) // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAppDataTdListView) 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 ~CAppDataTdListView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions protected: //{{AFX_MSG(CAppDataTdListView) afx_msg void OnColumnclick(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG afx_msg void OnNMRClickList(NMHDR* pNMHDR, LRESULT* pResult); DECLARE_MESSAGE_MAP() public: afx_msg void OnSelectAll(); afx_msg void OnCancelSelect(); afx_msg void OnBatchexport(); afx_msg void OnBatchDelData(); }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_APPDATATDLISTVIEW_H__E61A94F9_53EB_4F54_961E_B86EF296A6A4__INCLUDED_)