?? bycldlg.h
字號:
#if !defined(AFX_BYCLDLG_H__7D75EF6D_1DE4_4394_A14C_8705F24EC99A__INCLUDED_)
#define AFX_BYCLDLG_H__7D75EF6D_1DE4_4394_A14C_8705F24EC99A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ByClDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CByClDlg dialog
class CStudentView;
class CByClDlg : public CDialog
{
// Construction
public:
CStudentView *m_parent;
CByClDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CByClDlg)
enum { IDD = IDD_DLG_BY_CL };
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(CByClDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CByClDlg)
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 OnBuCl();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int IsBy(CString SID);
CString sql;
bool IsInit;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BYCLDLG_H__7D75EF6D_1DE4_4394_A14C_8705F24EC99A__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -