FontTest.h
资源名称:fontcurve.rar [点击查看]
上传用户:sz81710966
上传日期:2013-03-01
资源大小:409k
文件大小:1k
源码类别:
多国语言处理
开发平台:
Visual C++
- // FontTest.h : main header file for the FONTTEST application
- //
- #if !defined(AFX_FONTTEST_H__0541788B_0B54_4A44_8655_08F16A47F730__INCLUDED_)
- #define AFX_FONTTEST_H__0541788B_0B54_4A44_8655_08F16A47F730__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
- /////////////////////////////////////////////////////////////////////////////
- // CFontTestApp:
- // See FontTest.cpp for the implementation of this class
- //
- class CFontTestApp : public CWinApp
- {
- public:
- CFontTestApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFontTestApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CFontTestApp)
- // 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_FONTTEST_H__0541788B_0B54_4A44_8655_08F16A47F730__INCLUDED_)