www.pudn.com > student_system.rar > YhDlg.h


#if !defined(AFX_YHDLG_H__533719AC_357C_4D4D_BA17_BCCF2808FE3B__INCLUDED_) 
#define AFX_YHDLG_H__533719AC_357C_4D4D_BA17_BCCF2808FE3B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// YhDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CYhDlg dialog 
 
class CStudentView; 
 
class CYhDlg : public CDialog 
{ 
// Construction 
public: 
	CStudentView *m_parent; 
	CYhDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CYhDlg) 
	enum { IDD = IDD_DLG_YH }; 
	CListCtrl	m_listU; 
	CString	m_U_ID; 
	CString	m_U_Name; 
	CString	m_U_Pass; 
	CString	m_U_Qx; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CYhDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CYhDlg) 
	afx_msg void OnBuClose(); 
	afx_msg void OnClickListU(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnBuUAdd(); 
	afx_msg void OnBuUDel(); 
	afx_msg void OnBuUSave(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
private: 
	void ShowAllUser(); 
	bool IsInit; 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_YHDLG_H__533719AC_357C_4D4D_BA17_BCCF2808FE3B__INCLUDED_)