homepage.h

来自「地址本」· C头文件 代码 · 共 58 行

H
58
字号
#if !defined(AFX_HOMEPAGE_H__346D9B45_B41C_11D2_9850_008048E6DC7F__INCLUDED_)
#define AFX_HOMEPAGE_H__346D9B45_B41C_11D2_9850_008048E6DC7F__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CHomePage dialog

class CHomePage : public CPropertyPage
{
	DECLARE_DYNCREATE(CHomePage)

// Construction
public:
	CHomePage();
	~CHomePage();

// Dialog Data
	//{{AFX_DATA(CHomePage)
	enum { IDD = IDD_HOME };
	CString	m_strCarPhone;
	CString	m_strHomeCity;
	CString	m_strHomeCountry;
	CString	m_strHomeFax;
	CString	m_strHomePhone;
	CString	m_strHomePostalCode;
	CString	m_strHomeState;
	CString	m_strHomeStreet;
	CString	m_strPersonalWebPage;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CHomePage)
	afx_msg void OnGopersonalwebpage();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_HOMEPAGE_H__346D9B45_B41C_11D2_9850_008048E6DC7F__INCLUDED_)

⌨️ 快捷键说明

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