www.pudn.com > EX_11.rar > page2.h


#if !defined(AFX_PAGE2_H__FDE93112_A1DD_4AE1_965A_2F4A616220B0__INCLUDED_) 
#define AFX_PAGE2_H__FDE93112_A1DD_4AE1_965A_2F4A616220B0__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// page2.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// Cpage2 dialog 
 
class Cpage2 : public CPropertyPage 
{ 
	DECLARE_DYNCREATE(Cpage2) 
 
// Construction 
public: 
	Cpage2(); 
	~Cpage2(); 
 
// Dialog Data 
	//{{AFX_DATA(Cpage2) 
	enum { IDD = IDD_DIALOG_PAGE2 }; 
	CListCtrl	m_list; 
	CString	m_record; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(Cpage2) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(Cpage2) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnButtonAdd(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PAGE2_H__FDE93112_A1DD_4AE1_965A_2F4A616220B0__INCLUDED_)