?? studentifomanage.h
字號:
#if !defined(AFX_STUDENTIFOMANAGE_H__BA646F37_24E3_4677_A24C_6085759875BF__INCLUDED_)
#define AFX_STUDENTIFOMANAGE_H__BA646F37_24E3_4677_A24C_6085759875BF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StudentIfoManage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStudentIfoManage dialog
class CStudentIfoManage : public CDialog
{
// Construction
public:
void DataChecked();
void DataSetStudentID();
void DataGetNow();
CDatabase m_database;
CStudentIfoManage(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CStudentIfoManage)
enum { IDD = IDD_StudentIfoManage };
CButton m_xuejieChecked;
CComboBox m_xuejie;
CComboBox m_xibie;
CComboBox m_studentID;
CComboBox m_sex;
CComboBox m_class;
CString m_name;
CString m_strsex;
CString strClass;
CString strXueQi;
CString strXuejie;
CString strXibie;
CString str;
CString strXiBieID;
CString strXuejieID;
CString strXueQiID;
CString strClassID;
CString SQL;
CString m_StrstudentID;
CString m_strclass;
CString m_strxibie;
CString m_strxuejie;
long icount;
long count;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStudentIfoManage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CStudentIfoManage)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangecobXUEJie();
afx_msg void OnSelchangecobXiBie();
afx_msg void OnSelchangecobClass();
afx_msg void OnDelete();
afx_msg void OnFind();
afx_msg void OnModif();
virtual void OnOK();
afx_msg void OnSelchangecobStudentID();
afx_msg void OncmdJieSUO();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STUDENTIFOMANAGE_H__BA646F37_24E3_4677_A24C_6085759875BF__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -