📄 stupage1.h
字号:
#if !defined(AFX_STUPAGE1_H__9F502201_7C06_11CE_A84F_C597B72DD70D__INCLUDED_)
#define AFX_STUPAGE1_H__9F502201_7C06_11CE_A84F_C597B72DD70D__INCLUDED_
#include "CcourseSet.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StuPage1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStuPage1 dialog
class CStuPage1 : public CPropertyPage
{
DECLARE_DYNCREATE(CStuPage1)
// Construction
public:
void FreshData();
CString m_stuid;
void OnMove();
CCcourseSet *rs;
CStuPage1();
~CStuPage1();
// Dialog Data
//{{AFX_DATA(CStuPage1)
enum { IDD = IDD_DIALOG_STU_PAGE1 };
CListCtrl m_course;
CString m_name;
CString m_teacher;
int m_score;
int m_hour;
CString m_where;
CString m_intro;
CString m_when;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CStuPage1)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CStuPage1)
afx_msg void OnFirst();
afx_msg void OnPrev();
afx_msg void OnNext();
afx_msg void OnLast();
afx_msg void OnButtonDelete();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButtonAdd();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STUPAGE1_H__9F502201_7C06_11CE_A84F_C597B72DD70D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -