MFC程序开发参考大全 【明日科技】宋坤 刘锐宁 李伟明 【丛 书 名】 软件工程师典藏 【出 版 社】 人民邮电出版社 本书详细介绍了MFC框架中所有常用类及控件的应用

源代码在线查看: font.h

软件大小: 25561 K
上传用户: hqbbsw
关键词: MFC 程序开发 出版社 控件
下载地址: 免注册下载 普通下载 VIP

相关代码

				// Font.h : main header file for the FONT application
				//
				
				#if !defined(AFX_FONT_H__505D4187_982D_42CF_885A_E6488F78A802__INCLUDED_)
				#define AFX_FONT_H__505D4187_982D_42CF_885A_E6488F78A802__INCLUDED_
				
				#if _MSC_VER > 1000
				#pragma once
				#endif // _MSC_VER > 1000
				
				#ifndef __AFXWIN_H__
					#error include 'stdafx.h' before including this file for PCH
				#endif
				
				#include "resource.h"		// main symbols
				
				/////////////////////////////////////////////////////////////////////////////
				// CFontApp:
				// See Font.cpp for the implementation of this class
				//
				
				class CFontApp : public CWinApp
				{
				public:
					CFontApp();
				
				// Overrides
					// ClassWizard generated virtual function overrides
					//{{AFX_VIRTUAL(CFontApp)
					public:
					virtual BOOL InitInstance();
					//}}AFX_VIRTUAL
				
				// Implementation
				
					//{{AFX_MSG(CFontApp)
						// NOTE - the ClassWizard will add and remove member functions here.
						//    DO NOT EDIT what you see in these blocks of generated code !
					//}}AFX_MSG
					DECLARE_MESSAGE_MAP()
				};
				
				
				/////////////////////////////////////////////////////////////////////////////
				
				//{{AFX_INSERT_LOCATION}}
				// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
				
				#endif // !defined(AFX_FONT_H__505D4187_982D_42CF_885A_E6488F78A802__INCLUDED_)
							

相关资源