📄 scoredlg.h
字号:
//{{AFX_INCLUDES()
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_SCOREDLG_H__DB72BF27_A6A5_4D59_A442_107334FEEA22__INCLUDED_)
#define AFX_SCOREDLG_H__DB72BF27_A6A5_4D59_A442_107334FEEA22__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ScoreDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CScoreDlg dialog
class CScoreDlg : public CDialog
{
// Construction
public:
CScoreDlg(CWnd* pParent = NULL); // standard constructor
_RecordsetPtr m_pRecordset;
_RecordsetPtr m_pRecordset_result;
int action;
// Dialog Data
//{{AFX_DATA(CScoreDlg)
enum { IDD = IDD_SCORE_DLG };
CDataGrid m_dgScore;
CDataGrid m_dgResult;
int m_nScore;
CString m_strCourseId;
CString m_strRemark;
CString m_strId;
CString m_strName;
int m_nLookType;
CString m_strCourseName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CScoreDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CScoreDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPutinScoreBtn();
afx_msg void OnModifyScoreBtn();
afx_msg void OnLookforScoreBtn();
afx_msg void OnExecuteScoreBtn();
afx_msg void OnDelScoreBtn();
afx_msg void OnChangeEditScoreId();
afx_msg void OnChangeEditScoreCourseid();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SCOREDLG_H__DB72BF27_A6A5_4D59_A442_107334FEEA22__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -