MyListView.h
上传用户:ayqaqa
上传日期:2007-01-02
资源大小:37k
文件大小:1k
- #if !defined(AFX_MYLISTVIEW_H__6AB8B076_0F98_11D2_8560_00A024068C2F__INCLUDED_)
- #define AFX_MYLISTVIEW_H__6AB8B076_0F98_11D2_8560_00A024068C2F__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // MyListView.h : header file
- //
- #include "MultiColumnSortListView.h"
- /////////////////////////////////////////////////////////////////////////////
- // CMyListView view
- class CMyListView : public CMultiColumnSortListView
- {
- protected:
- CMyListView(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CMyListView)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyListView)
- public:
- virtual void OnInitialUpdate();
- protected:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CMyListView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyListView)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYLISTVIEW_H__6AB8B076_0F98_11D2_8560_00A024068C2F__INCLUDED_)