www.pudn.com > duanxinfangwei.rar > FormView_CodeList.h
#if !defined(AFX_FORMVIEW_CODELIST_H__354B7C50_A4A8_4358_B65C_6E27AB97D998__INCLUDED_)
#define AFX_FORMVIEW_CODELIST_H__354B7C50_A4A8_4358_B65C_6E27AB97D998__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FormView_CodeList.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFormView_CodeList view
class CFormView_CodeList : public CListView
{
public:
CFormView_CodeList();
protected:
// CFormView_CodeList(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CFormView_CodeList)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFormView_CodeList)
public:
virtual void OnInitialUpdate();
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CFormView_CodeList();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CFormView_CodeList)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FORMVIEW_CODELIST_H__354B7C50_A4A8_4358_B65C_6E27AB97D998__INCLUDED_)