coursescore.h
来自「学生成绩管理系统」· C头文件 代码 · 共 51 行
H
51 行
#if !defined(AFX_COURSESCORE_H__BF8CC9B1_D6A8_4D64_A458_337CF29D7D05__INCLUDED_)
#define AFX_COURSESCORE_H__BF8CC9B1_D6A8_4D64_A458_337CF29D7D05__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// coursescore.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Ccoursescore dialog
class Ccoursescore : public CDialog
{
// Construction
public:
Ccoursescore(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Ccoursescore)
enum { IDD = IDD_inputcoursescore };
CComboBox m_credit;
CString m_stuno;
CString m_cno;
float m_score;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Ccoursescore)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Ccoursescore)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_COURSESCORE_H__BF8CC9B1_D6A8_4D64_A458_337CF29D7D05__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?