⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 studentifomanage.h

📁 为VC初学者提供一个很好的例程
💻 H
字号:
#if !defined(AFX_STUDENTIFOMANAGE_H__BA646F37_24E3_4677_A24C_6085759875BF__INCLUDED_)
#define AFX_STUDENTIFOMANAGE_H__BA646F37_24E3_4677_A24C_6085759875BF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StudentIfoManage.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CStudentIfoManage dialog

class CStudentIfoManage : public CDialog
{
// Construction
public:
	void DataChecked();
	void DataSetStudentID();
	void DataGetNow();
	CDatabase m_database;
	CStudentIfoManage(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CStudentIfoManage)
	enum { IDD = IDD_StudentIfoManage };
	CButton	m_xuejieChecked;
	CComboBox	m_xuejie;
	CComboBox	m_xibie;
	CComboBox	m_studentID;
	CComboBox	m_sex;
	CComboBox	m_class;
	CString	m_name;
	CString	m_strsex;
	CString strClass;
	CString	strXueQi;
	CString	strXuejie;
	CString	strXibie;
	CString	str;
	CString strXiBieID;
	CString	strXuejieID;
	CString	strXueQiID;
	CString	strClassID;
	CString SQL;
	CString	m_StrstudentID;
	CString	m_strclass;
	CString	m_strxibie;
	CString	m_strxuejie;
	long icount;
	long count;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CStudentIfoManage)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CStudentIfoManage)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangecobXUEJie();
	afx_msg void OnSelchangecobXiBie();
	afx_msg void OnSelchangecobClass();
	afx_msg void OnDelete();
	afx_msg void OnFind();
	afx_msg void OnModif();
	virtual void OnOK();
	afx_msg void OnSelchangecobStudentID();
	afx_msg void OncmdJieSUO();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STUDENTIFOMANAGE_H__BA646F37_24E3_4677_A24C_6085759875BF__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -