📄 studentgrademanage.h
字号:
#if !defined(AFX_STUDENTGRADEMANAGE_H__DCCFBF44_C6F6_495C_A308_1A9AF6E31EC5__INCLUDED_)
#define AFX_STUDENTGRADEMANAGE_H__DCCFBF44_C6F6_495C_A308_1A9AF6E31EC5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StudentGradeManage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStudentGradeManage dialog
class CStudentGradeManage : public CDialog
{
// Construction
public:
void DataChecked();
void DataSetGrade();
void DataSetStudentID();
void DataSetKemu();
void DataGetFourNow();
CStudentGradeManage(CWnd* pParent = NULL);
CDatabase m_database;
// standard constructor
// Dialog Data
//{{AFX_DATA(CStudentGradeManage)
enum { IDD = IDD_StudetGradeManage };
CComboBox m_studentID;
CComboBox m_xueqi;
CComboBox m_xuejie;
CComboBox m_xibie;
CComboBox m_kemu;
CComboBox m_class;
CButton m_LockChecked;
CString m_StrstudentID;
CString strGrade;
CString strClass;
CString strStudentID;
CString strXueQi;
CString strXuejie;
CString strXibie;
CString strXiBieID;
CString strXuejieID;
CString strXueQiID;
CString strClassID;
CString strKemu;
CString str;
CString SQL;
CString m_grade;
long icount;
long count;
float f_grade;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStudentGradeManage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CStudentGradeManage)
virtual BOOL OnInitDialog();
afx_msg void OncmdJieSuo();
afx_msg void OnDelete();
afx_msg void OnFind();
afx_msg void OnModif();
virtual void OnOK();
afx_msg void OnSelchangecobXUEJie();
afx_msg void OnSelchangecobXiBie();
afx_msg void OnSelchangecobClass();
afx_msg void OnSelchangecobKemu();
afx_msg void OnSelchangecobXueQi();
afx_msg void OnSelchangecobStudentID();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STUDENTGRADEMANAGE_H__DCCFBF44_C6F6_495C_A308_1A9AF6E31EC5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -