www.pudn.com > StuMis.rar > XEditdlg.h


#if !defined(AFX_XEDITDLG_H__99F38621_056A_4BA6_813B_CA2FE35D6F93__INCLUDED_) 
#define AFX_XEDITDLG_H__99F38621_056A_4BA6_813B_CA2FE35D6F93__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// XEditdlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CXEditdlg dialog 
 
class CXEditdlg : public CPropertyPage 
{ 
	DECLARE_DYNCREATE(CXEditdlg) 
 
// Construction 
public: 
	CXEditdlg(); 
	~CXEditdlg(); 
 
// Dialog Data 
	//{{AFX_DATA(CXEditdlg) 
	enum { IDD = IDD_X_EDITDLG }; 
		// NOTE - ClassWizard will add data members here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CXEditdlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CXEditdlg) 
		// NOTE: the ClassWizard will add 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_XEDITDLG_H__99F38621_056A_4BA6_813B_CA2FE35D6F93__INCLUDED_)