📄 yhdlg.h
字号:
#if !defined(AFX_YHDLG_H__533719AC_357C_4D4D_BA17_BCCF2808FE3B__INCLUDED_)
#define AFX_YHDLG_H__533719AC_357C_4D4D_BA17_BCCF2808FE3B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// YhDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CYhDlg dialog
class CStudentView;
class CYhDlg : public CDialog
{
// Construction
public:
CStudentView *m_parent;
CYhDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CYhDlg)
enum { IDD = IDD_DLG_YH };
CListCtrl m_listU;
CString m_U_ID;
CString m_U_Name;
CString m_U_Pass;
CString m_U_Qx;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CYhDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CYhDlg)
afx_msg void OnBuClose();
afx_msg void OnClickListU(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBuUAdd();
afx_msg void OnBuUDel();
afx_msg void OnBuUSave();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void ShowAllUser();
bool IsInit;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_YHDLG_H__533719AC_357C_4D4D_BA17_BCCF2808FE3B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -