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