📄 coursedlg.h
字号:
#if !defined(AFX_COURSEDLG_H__7D2A9C9F_651F_4AFF_AE28_1C9564A908B2__INCLUDED_)
#define AFX_COURSEDLG_H__7D2A9C9F_651F_4AFF_AE28_1C9564A908B2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CourseDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCourseDlg dialog
class CCourseDlg : public CDialog
{
// Construction
public:
CString m_strOKText;
CCourseDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCourseDlg)
enum { IDD = IDD_COURSE };
CComboBox m_comboterm;
CComboBox m_combotype;
CString m_coursetype;
CString m_coursename;
CString m_courseNO;
CString m_major;
float m_credit;
BYTE m_studyhours;
CString m_term;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCourseDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCourseDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnChangeEditCoursename();
afx_msg void OnChangeEditCourseno();
afx_msg void OnChangeEditCredit();
afx_msg void OnChangeEditMajor();
afx_msg void OnChangeEditStudyhours();
afx_msg void OnSelchangeComboCoursetype();
afx_msg void OnSelchangeComboTerm();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_COURSEDLG_H__7D2A9C9F_651F_4AFF_AE28_1C9564A908B2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -