setadd.h

来自「通讯录」· C头文件 代码 · 共 65 行

H
65
字号
#if !defined(AFX_SETADD_H__C8CFE412_27EA_48CB_91E2_88603E42E1D3__INCLUDED_)
#define AFX_SETADD_H__C8CFE412_27EA_48CB_91E2_88603E42E1D3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetAdd.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSetAdd dialog

class CSetAdd : public CDialog
{
// Construction
public:
	CSetAdd(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSetAdd)
	enum { IDD = IDD_DIALOG_ADD };
	CEdit	m_ctrEmail;
	CEdit	m_ctrMsn;
	CButton	m_ctrSex;
	CString	m_comAddress;
	CString	m_comName;
	CString	m_email;
	CString	m_handSet;
	CString	m_homeAddress;
	CString	m_homeTel;
	CString	m_name;
	CString	m_postCode;
	CString	m_qq;
	CString	m_year;
	int		m_sex;
	CString	m_native;
	CString	m_msn;
	CString	m_comTel;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSetAdd)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSetAdd)
	afx_msg void OnButtonOk();
	afx_msg void OnButtonCancel();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SETADD_H__C8CFE412_27EA_48CB_91E2_88603E42E1D3__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?