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


#if !defined(AFX_XJXFXDLG_H__34B168E9_3665_4970_8C8E_E48A2DC63E78__INCLUDED_) 
#define AFX_XJXFXDLG_H__34B168E9_3665_4970_8C8E_E48A2DC63E78__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// XjXfxDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CXjXfxDlg dialog 
 
class CStudentView; 
 
class CXjXfxDlg : public CDialog 
{ 
// Construction 
public: 
	CStudentView *m_parent; 
	CXjXfxDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CXjXfxDlg) 
	enum { IDD = IDD_DLG_XJ_XFX }; 
	CListCtrl	m_XfxList; 
	CComboBox	m_JC_Lx_Con; 
	CListCtrl	m_StuList; 
	CComboBox	m_Qt_G_Con; 
	CComboBox	m_Zy_Con; 
	CEdit	m_Bj_Con; 
	CEdit	m_Jb_Con; 
	CEdit	m_Qt_Con; 
	CEdit	m_Xh_Con; 
	CEdit	m_Xm_Con; 
	BOOL	m_IsBj; 
	BOOL	m_IsJb; 
	BOOL	m_IsQt; 
	BOOL	m_IsXh; 
	BOOL	m_IsXm; 
	BOOL	m_IsZy; 
	CString	m_Bj; 
	CString	m_Jb; 
	CString	m_Qt; 
	CString	m_Xh; 
	CString	m_Xm; 
	CString	m_Zy; 
	CString	m_Qt_G; 
	CTime	m_JC_Rq; 
	CString	m_JC_Lx; 
	CString	m_JC_Ly; 
	CString	m_JC_Mc; 
	CString	m_Sid; 
	CString	m_Sxm; 
	CString	m_Xfx_Bj; 
	CString	m_Xfx_Bz; 
	CString	m_Xfx_ID; 
	CString	m_Xfx_Jb; 
	CString	m_Xfx_Jsr; 
	CString	m_Xfx_Xm; 
	CString	m_Xfx_Yy; 
	CString	m_Xfx_Lx; 
	CString	m_Xfx_Xjzt; 
	CTime	m_Xfx_Rq; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CXjXfxDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CXjXfxDlg) 
	afx_msg void OnBuClose(); 
	afx_msg void OnBuS(); 
	afx_msg void OnCheckBj(); 
	afx_msg void OnCheckJb(); 
	afx_msg void OnCheckQt(); 
	afx_msg void OnCheckXh(); 
	afx_msg void OnCheckXm(); 
	afx_msg void OnCheckZy(); 
	afx_msg void OnClickListStu(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnClickListXfx(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnBuXfxAdd(); 
	afx_msg void OnBuXfxDel(); 
	afx_msg void OnBuXfxSave(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
private: 
	void RefreshXfx(CString SID); 
	CString sql; 
	bool IsInit; 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_XJXFXDLG_H__34B168E9_3665_4970_8C8E_E48A2DC63E78__INCLUDED_)