📄 addpersondlg.h
字号:
#if !defined(AFX_ADDPERSONDLG_H__5CE96F12_E573_4CE3_8703_3352B642305F__INCLUDED_)
#define AFX_ADDPERSONDLG_H__5CE96F12_E573_4CE3_8703_3352B642305F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddPersonDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAddPersonDlg dialog
class CAddPersonDlg : public CDialog
{
// Construction
public:
CAddPersonDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAddPersonDlg)
enum { IDD = IDD_ADDPERSON };
CString m_name;
CString m_goups;
CString m_address;
CString m_office;
CString m_hometel;
CString m_officetel;
CString m_mobile;
CString m_qq;
CString m_email;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAddPersonDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAddPersonDlg)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADDPERSONDLG_H__5CE96F12_E573_4CE3_8703_3352B642305F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -