www.pudn.com > duanxinfangwei.rar > FormView_ProductList.h


#if !defined(AFX_FORMVIEW_PRODUCTLIST_H__CDB4002E_2839_4A1F_A555_E6F23765CFD7__INCLUDED_) 
#define AFX_FORMVIEW_PRODUCTLIST_H__CDB4002E_2839_4A1F_A555_E6F23765CFD7__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// FormView_ProductList.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CFormView_ProductList view 
 
class CFormView_ProductList : public CListView 
{ 
public: 
	CFormView_ProductList(); 
 
protected: 
	//CFormView_ProductList();           // protected constructor used by dynamic creation 
	DECLARE_DYNCREATE(CFormView_ProductList) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFormView_ProductList) 
	public: 
	virtual void OnInitialUpdate(); 
	protected: 
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CFormView_ProductList(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CFormView_ProductList) 
		// 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_PRODUCTLIST_H__CDB4002E_2839_4A1F_A555_E6F23765CFD7__INCLUDED_)