FontCurve.h
上传用户:sz81710966
上传日期:2013-03-01
资源大小:409k
文件大小:1k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. #if !defined(AFX_FONTCURVE_H__53AA858F_5F83_4DA6_BF6B_047B619C9A33__INCLUDED_)
  2. #define AFX_FONTCURVE_H__53AA858F_5F83_4DA6_BF6B_047B619C9A33__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FontCurve.h : main header file for FONTCURVE.DLL
  7. #if !defined( __AFXCTL_H__ )
  8. #error include 'afxctl.h' before including this file
  9. #endif
  10. #include "resource.h"       // main symbols
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CFontCurveApp : See FontCurve.cpp for implementation.
  13. class CFontCurveApp : public COleControlModule
  14. {
  15. public:
  16. BOOL InitInstance();
  17. int ExitInstance();
  18. };
  19. extern const GUID CDECL _tlid;
  20. extern const WORD _wVerMajor;
  21. extern const WORD _wVerMinor;
  22. //{{AFX_INSERT_LOCATION}}
  23. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  24. #endif // !defined(AFX_FONTCURVE_H__53AA858F_5F83_4DA6_BF6B_047B619C9A33__INCLUDED)