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


// EX_11Dlg.h : header file 
// 
 
#if !defined(AFX_EX_11DLG_H__E65CD5EC_86B5_4556_B36E_53CF680AC87A__INCLUDED_) 
#define AFX_EX_11DLG_H__E65CD5EC_86B5_4556_B36E_53CF680AC87A__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "MainSheet.h" 
#include "page1.h" 
#include "page2.h" 
#include "page3.h" 
///////////////////////////////////////////////////////////////////////////// 
// CEX_11Dlg dialog 
 
class CEX_11Dlg : public CDialog 
{ 
// Construction 
public: 
	CEX_11Dlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CEX_11Dlg) 
	enum { IDD = IDD_EX_11_DIALOG }; 
	int		m_count; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CEX_11Dlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
	CPropertySheet sheet; 
	Cpage1 page1; 
	Cpage2 page2; 
	Cpage3 page3; 
	// Generated message map functions 
	//{{AFX_MSG(CEX_11Dlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnButtonshow(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_EX_11DLG_H__E65CD5EC_86B5_4556_B36E_53CF680AC87A__INCLUDED_)