www.pudn.com > classSystem(c++).rar > InsertItem.h


#if !defined(AFX_INSERTITEM_H__701EB026_741A_4ABB_B876_0A4603FE3D9B__INCLUDED_) 
#define AFX_INSERTITEM_H__701EB026_741A_4ABB_B876_0A4603FE3D9B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// InsertItem.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CInsertItem dialog 
 
class CInsertItem : public CDialog 
{ 
// Construction 
public: 
	CInsertItem(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CInsertItem) 
	enum { IDD = IDD_INSERT_ITEM }; 
	CString	m_account; 
	CString	m_cet4; 
	CString	m_cet6; 
	CString	m_city; 
	CString	m_dormitory; 
	CString	m_email; 
	CString	m_homeAddress; 
	CString	m_major; 
	CString	m_mobilephone; 
	CString	m_name; 
	CString	m_phone; 
	CString	m_postNumber; 
	CString	m_college; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CInsertItem) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CInsertItem) 
	virtual BOOL OnInitDialog(); 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_INSERTITEM_H__701EB026_741A_4ABB_B876_0A4603FE3D9B__INCLUDED_)