FontDlg.h
资源名称:FontDlg.rar [点击查看]
上传用户:taiyu_2006
上传日期:2022-07-26
资源大小:36k
文件大小:1k
源码类别:
对话框与窗口
开发平台:
Visual C++
- // FontDlg.h : main header file for the FONTDLG application
- //
- #if !defined(AFX_FONTDLG_H__87E15A59_D521_40E6_897F_7A20F92389D0__INCLUDED_)
- #define AFX_FONTDLG_H__87E15A59_D521_40E6_897F_7A20F92389D0__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
- /////////////////////////////////////////////////////////////////////////////
- // CFontDlgApp:
- // See FontDlg.cpp for the implementation of this class
- //
- class CFontDlgApp : public CWinApp
- {
- public:
- CFontDlgApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFontDlgApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CFontDlgApp)
- afx_msg void OnAppAbout();
- // 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_FONTDLG_H__87E15A59_D521_40E6_897F_7A20F92389D0__INCLUDED_)