performance6dlg.h

来自「文件包含了很多VC实例」· C头文件 代码 · 共 70 行

H
70
字号
// performance6Dlg.h : header file
//

#if !defined(AFX_PERFORMANCE6DLG_H__18836856_4B4B_47CF_B1E5_7F1728DCA4F0__INCLUDED_)
#define AFX_PERFORMANCE6DLG_H__18836856_4B4B_47CF_B1E5_7F1728DCA4F0__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include <vector>
#include "student.h"


/////////////////////////////////////////////////////////////////////////////
// CPerformance6Dlg dialog

class CPerformance6Dlg : public CDialog
{
// Construction
public:
	CPerformance6Dlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CPerformance6Dlg)
	enum { IDD = IDD_PERFORMANCE6_DIALOG };
    CString	m_listEdit;
	int		m_nChinese;
	int		m_nEnglish;
	int		m_nMath;
	CString	m_strName;
	int		m_nPosition;
	CString	m_strStuinfo;
	int		m_nTotalPoints;
	CTime	m_day;
	int		m_bSex;
	//}}AFX_DATA
	CTime m_SelectDay;
	std::vector<CStudentInfo> vecStudents ;
	CString pack(std::vector<CStudentInfo>& vec);
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPerformance6Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CPerformance6Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnReg();
	afx_msg void OnSelectMonthcalendar1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDel();
	afx_msg void OnEditInfo();
	afx_msg void OnSort();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PERFORMANCE6DLG_H__18836856_4B4B_47CF_B1E5_7F1728DCA4F0__INCLUDED_)

⌨️ 快捷键说明

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