?? byjysdlg.h
字號:
#if !defined(AFX_BYJYSDLG_H__EEF68EC0_9EB0_4B37_BA17_9EBE78731811__INCLUDED_)
#define AFX_BYJYSDLG_H__EEF68EC0_9EB0_4B37_BA17_9EBE78731811__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ByJysDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CByJysDlg dialog
class CStudentView;
class CByJysDlg : public CDialog
{
// Construction
public:
CStudentView *m_parent;
CByJysDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CByJysDlg)
enum { IDD = IDD_DLG_BY_JYS };
CListCtrl m_StuList;
CComboBox m_Qt_G_Con;
CComboBox m_Zy_Con;
CEdit m_Bj_Con;
CEdit m_Jb_Con;
CEdit m_Qt_Con;
CEdit m_Xh_Con;
CEdit m_Xm_Con;
BOOL m_IsBj;
BOOL m_IsJb;
BOOL m_IsQt;
BOOL m_IsXh;
BOOL m_IsXm;
BOOL m_IsZy;
CString m_Bj;
CString m_Jb;
CString m_Qt;
CString m_Xh;
CString m_Xm;
CString m_Zy;
CString m_Qt_G;
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CByJysDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CByJysDlg)
afx_msg void OnBuClose();
afx_msg void OnCheckBj();
afx_msg void OnCheckJb();
afx_msg void OnCheckQt();
afx_msg void OnCheckXh();
afx_msg void OnCheckXm();
afx_msg void OnCheckZy();
afx_msg void OnBuS();
afx_msg void OnBuJyXx();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CString sql;
bool IsInit;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BYJYSDLG_H__EEF68EC0_9EB0_4B37_BA17_9EBE78731811__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -