📄 dlgadministratorinfo.h
字号:
#if !defined(AFX_DLGADMINISTRATORINFO_H__F03760A9_30D5_4F4B_8532_8AE90F8B71A1__INCLUDED_)
#define AFX_DLGADMINISTRATORINFO_H__F03760A9_30D5_4F4B_8532_8AE90F8B71A1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgAdministratorInfo.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgAdministratorInfo dialog
class CDlgAdministratorInfo : public CDialog
{
// Construction
public:
CDlgAdministratorInfo(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgAdministratorInfo)
enum { IDD = IDD_ADMINISTRATOR_INFO };
CButton m_ButExit;
CButton m_ButUndo;
CButton m_ButSave;
CButton m_ButDel;
CButton m_ButEdit;
CButton m_ButAdd;
CListCtrl m_list;
CString m_pass;
CString m_rePass;
CString m_user;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgAdministratorInfo)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
int m_iAddOrChange;
void ClearFrom();
void Enabled(BOOL bEnabled);
void Refresh();
// Generated message map functions
//{{AFX_MSG(CDlgAdministratorInfo)
virtual BOOL OnInitDialog();
afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnAdd();
afx_msg void OnChange();
afx_msg void OnDel();
afx_msg void OnSave();
afx_msg void OnUndo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGADMINISTRATORINFO_H__F03760A9_30D5_4F4B_8532_8AE90F8B71A1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -