scorequerydlg.h

来自「一个由MFC做的学生信息管理系统」· C头文件 代码 · 共 53 行

H
53
字号
#if !defined(AFX_SCOREQUERYDLG_H__B9AA815E_05C2_4A4C_9F4A_BF0ADD9253B0__INCLUDED_)
#define AFX_SCOREQUERYDLG_H__B9AA815E_05C2_4A4C_9F4A_BF0ADD9253B0__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CScoreQueryDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CScoreQueryDlg)
	enum { IDD = IDD_SCOREQUERY };
	CListCtrl	m_ctrStuList;
	CListCtrl	m_ctrScoreList;
	CString	m_strClass;
	CString	m_strName;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CScoreQueryDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnClick1003(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnBUTTONSearch();
	afx_msg void OnBUTTONList();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SCOREQUERYDLG_H__B9AA815E_05C2_4A4C_9F4A_BF0ADD9253B0__INCLUDED_)

⌨️ 快捷键说明

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