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


#if !defined(AFX_PRINTCJDLG_H__10AD7170_C97B_4E21_8C34_3FC618F8A640__INCLUDED_) 
#define AFX_PRINTCJDLG_H__10AD7170_C97B_4E21_8C34_3FC618F8A640__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// PrintCjDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CPrintCjDlg dialog 
 
class CCjCxDlg; 
 
class CPrintCjDlg : public CDialog 
{ 
// Construction 
public: 
	CCjCxDlg* m_parent; 
	CString sql; 
	CPrintCjDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CPrintCjDlg) 
	enum { IDD = IDD_DLG_PRINT_CJ }; 
	CListBox	m_DyKcList; 
	CListBox	m_YyKcList; 
	CString	m_YyKcV; 
	CString	m_DyKcV; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CPrintCjDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CPrintCjDlg) 
	afx_msg void OnDblclkListYykc(); 
	afx_msg void OnBuToright(); 
	afx_msg void OnBuToleft(); 
	afx_msg void OnDblclkListDykc(); 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
private: 
	bool IsInit; 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PRINTCJDLG_H__10AD7170_C97B_4E21_8C34_3FC618F8A640__INCLUDED_)