📄 scoreprocessdlg.h
字号:
// ScoreProcessDlg.h : header file
//
#include "StuScore.h"
#define N 2
#if !defined(AFX_SCOREPROCESSDLG_H__7CF1D067_1CE6_4C48_B03C_E3E600150CF1__INCLUDED_)
#define AFX_SCOREPROCESSDLG_H__7CF1D067_1CE6_4C48_B03C_E3E600150CF1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CScoreProcessDlg dialog
class CScoreProcessDlg : public CDialog
{
// Construction
public:
CScoreProcessDlg(CWnd* pParent = NULL); // standard constructor
CStuScore m_Student[N];
int StudentNumber;
TV_INSERTSTRUCT tv; //设置根结点
HTREEITEM hJSJ1,hJSJ2,hJSJ3; //设置二级结点
// Dialog Data
//{{AFX_DATA(CScoreProcessDlg)
enum { IDD = IDD_SCOREPROCESS_DIALOG };
CTreeCtrl m_StuTree;
CListCtrl m_StuList;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CScoreProcessDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CScoreProcessDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnScoreEnter();
afx_msg void OnButton3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SCOREPROCESSDLG_H__7CF1D067_1CE6_4C48_B03C_E3E600150CF1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -