⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 intropg.h

📁 是一本很经典的书
💻 H
字号:
///////////////////////////////////////////////////////////////////
// Header  : INTROPG.H
//
// Purpose : Interface for class CIntroPage
//
// Author  : Rob McGregor, rob_mcgregor@compuserve.com
//        
// Date    : 05-26-96
///////////////////////////////////////////////////////////////////

#ifndef __INTROPG_H__
#define __INTROPG_H__

#include "stdafx.h"
#include "resource.h"
#include "colors.h"
#include "wizard.h"

///////////////////////////////////////////////////////////////////
// CIntroPage dialog

class CIntroPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CIntroPage)

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

   // Dialog Data
	enum { IDD = IDD_INTRO };

protected:    
   CFont m_fntTitle;  // font for the title of this page
   
   // DDX/DDV support   virtual void DoDataExchange(CDataExchange* pDX);  

	// Message map entries
	afx_msg void OnPaint();
	virtual BOOL OnInitDialog();

   DECLARE_MESSAGE_MAP()   
};

#endif  // __INTROPG_H__

⌨️ 快捷键说明

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