aboutpage.h

来自「TabBars的开源源码」· C头文件 代码 · 共 60 行

H
60
字号
/*********************************************************************
*	Author:		Simon Wang
*	Date:		2000-11-16
*	Contact us:	inte2000@263.net
*	Web Page: http://www.winmsg.com/cn/orbit.htm (for Chinese version)
*						http://www.winmsg.com/orbit.htm (for English version)
**********************************************************************/

#if !defined(AFX_ABOUTPAGE_H__8CA533A7_71E8_434C_88AD_EE4997E758FA__INCLUDED_)
#define AFX_ABOUTPAGE_H__8CA533A7_71E8_434C_88AD_EE4997E758FA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AboutPage.h : header file
//
#include "Common\HyperLink.h"

/////////////////////////////////////////////////////////////////////////////
// CAboutPage dialog

class CAboutPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CAboutPage)

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

// Dialog Data
	//{{AFX_DATA(CAboutPage)
	enum { IDD = IDD_PROPPAGE_ABOUT };
	CHyperLink	m_stcEmail;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CAboutPage)
	virtual BOOL OnInitDialog();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_ABOUTPAGE_H__8CA533A7_71E8_434C_88AD_EE4997E758FA__INCLUDED_)

⌨️ 快捷键说明

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