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


#if !defined(AFX_DACXXXDLG_H__E30800CF_A36D_40A7_B1E7_F1D16523A57C__INCLUDED_) 
#define AFX_DACXXXDLG_H__E30800CF_A36D_40A7_B1E7_F1D16523A57C__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DaCxXXDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDaCxXXDlg dialog 
#include "ado.h" 
#include "Picture.h" 
 
class CStudentView; 
class CPrintCjDlg; 
 
class CDaCxXXDlg : public CDialog 
{ 
// Construction 
public: 
	CDaCxXXDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDaCxXXDlg) 
	enum { IDD = IDD_DLG_DA_CX_XX }; 
	CStatic	m_S_Zp; 
	CButton	m_Bu_Up; 
	CButton	m_Bu_Down; 
	CButton	m_Bu_Z; 
	CButton	m_Bu_A; 
	CListCtrl	m_S_JT; 
	CListCtrl	m_S_JL; 
	BOOL	m_S_Sfyd; 
	CString	m_S_Bj; 
	CString	m_S_Byxx; 
	CString	m_S_Bz; 
	CString	m_S_Csrq; 
	CString	m_S_ID; 
	CString	m_S_Jb; 
	CString	m_S_Jg; 
	CString	m_S_Jkzk; 
	CString	m_S_Jzxm; 
	CString	m_S_Lxdh; 
	CString	m_S_Mz; 
	CString	m_S_Tcah; 
	CString	m_S_Xb; 
	CString	m_S_Xm; 
	CString	m_S_Xjzt; 
	CString	m_S_Xsly; 
	CString	m_S_Yb; 
	CString	m_S_Zsqk; 
	CString	m_S_Zy; 
	CString	m_S_Zzmm; 
	CString	m_S_Hkd; 
	CString	m_S_Jzzz; 
	//}}AFX_DATA 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDaCxXXDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDaCxXXDlg) 
	afx_msg void OnBuUp(); 
	afx_msg void OnBuDown(); 
	afx_msg void OnBuA(); 
	afx_msg void OnBuZ(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
public: 
	int Index; 
	CStudentView * m_parent; 
 
private: 
	void ShowRowJ(); 
	void ShowRow(); 
		CPicture m_Pic; 
		bool IsInit; 
		struct MYPIC 
		{ 
			BYTE *Buffer; 
			int Size; 
		}m_zp; 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DACXXXDLG_H__E30800CF_A36D_40A7_B1E7_F1D16523A57C__INCLUDED_)