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

多国语言处理

开发平台:

Visual C++

  1. #if !defined(AFX_FONTCURVEPPG_H__EF95E599_BDB7_4C15_BE4E_E4122C1A258E__INCLUDED_)
  2. #define AFX_FONTCURVEPPG_H__EF95E599_BDB7_4C15_BE4E_E4122C1A258E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FontCurvePpg.h : Declaration of the CFontCurvePropPage property page class.
  7. ////////////////////////////////////////////////////////////////////////////
  8. // CFontCurvePropPage : See FontCurvePpg.cpp.cpp for implementation.
  9. class CFontCurvePropPage : public COlePropertyPage
  10. {
  11. DECLARE_DYNCREATE(CFontCurvePropPage)
  12. DECLARE_OLECREATE_EX(CFontCurvePropPage)
  13. // Constructor
  14. public:
  15. CFontCurvePropPage();
  16. // Dialog Data
  17. //{{AFX_DATA(CFontCurvePropPage)
  18. enum { IDD = IDD_PROPPAGE_FONTCURVE };
  19. // NOTE - ClassWizard will add data members here.
  20. //    DO NOT EDIT what you see in these blocks of generated code !
  21. //}}AFX_DATA
  22. // Implementation
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25. // Message maps
  26. protected:
  27. //{{AFX_MSG(CFontCurvePropPage)
  28. // NOTE - ClassWizard will add and remove member functions here.
  29. //    DO NOT EDIT what you see in these blocks of generated code !
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_FONTCURVEPPG_H__EF95E599_BDB7_4C15_BE4E_E4122C1A258E__INCLUDED)