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

📄 studentinfodlg.h

📁 学生管理信息系统[VC]实现源代码。MIS
💻 H
字号:
// StudentInfoDlg.h : header file
//

#if !defined(AFX_STUDENTINFODLG_H__977F06EE_C28A_4438_BDBF_4FA9EA668E7D__INCLUDED_)
#define AFX_STUDENTINFODLG_H__977F06EE_C28A_4438_BDBF_4FA9EA668E7D__INCLUDED_

#include "Link.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Link.h"

/////////////////////////////////////////////////////////////////////////////
// CStudentInfoDlg dialog

class CStudentInfoDlg : public CDialog
{
// Construction
public:
	
	CStudentInfoDlg(CWnd* pParent = NULL);	// standard constructor
	~CStudentInfoDlg();
// Dialog Data
	//{{AFX_DATA(CStudentInfoDlg)
	enum { IDD = IDD_STUDENTINFO_DIALOG };
	CString	m_strNo;
	CString	m_strName;
	CString	m_strGender;
	CString	m_strName3;
	CString	m_strNo3;
	UINT	m_nChn2;
	UINT	m_nEng2;
	UINT	m_nMath2;
	CString	m_strName2;
	CString	m_strNo2;
	UINT	m_nAll;
	CString	m_strGender2;
	UINT	m_nNum;
	UINT	m_nOrder;
	float	m_fRate;
	float	m_fChnAvg;
	float	m_fEngAvg;
	float	m_fMathAvg;
	float	m_fRateChn;
	float	m_fRateEng;
	float	m_fRateMath;
	int		m_nChn;
	int		m_nEng;
	int		m_nMath;
	//}}AFX_DATA
	LinkedList m_link;
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CStudentInfoDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CStudentInfoDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnBtnInput();
	afx_msg void OnBtnSearch();
	afx_msg void OnBtnDel();
	afx_msg void OnBtnState();
	afx_msg void OnBtnOk();
	afx_msg void OnBtnPrev();
	afx_msg void OnBtnNext();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	UINT m_nViewFlag;
	UINT m_nFlag;
};

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

#endif // !defined(AFX_STUDENTINFODLG_H__977F06EE_C28A_4438_BDBF_4FA9EA668E7D__INCLUDED_)

⌨️ 快捷键说明

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