propertydlg.h

来自「本系统实现了人员通讯信息的管理」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_PROPERTYDLG_H__A4759371_CDC8_494B_8AC9_05F97BA1801E__INCLUDED_)
#define AFX_PROPERTYDLG_H__A4759371_CDC8_494B_8AC9_05F97BA1801E__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CPropertyDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CPropertyDlg)
	enum { IDD = IDD_DIALOG_PROPERTY };
	CString	m_birthday;
	CString	m_demo;
	CString	m_email;
	CString	m_homepage;
	CString	m_mobile;
	CString	m_name;
	CString	m_oicq;
	CString	m_phone;
	CString	m_unit;
	//}}AFX_DATA


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

// Implementation
protected:
	virtual void OnOK();

	// Generated message map functions
	//{{AFX_MSG(CPropertyDlg)
		// NOTE: the ClassWizard will add member functions here
	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_PROPERTYDLG_H__A4759371_CDC8_494B_8AC9_05F97BA1801E__INCLUDED_)

⌨️ 快捷键说明

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