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

多国语言处理

开发平台:

Visual C++

  1. #if !defined(AFX_FONTCURVE_H__7EB41616_E381_474C_9EC9_1EB14DDBD05B__INCLUDED_)
  2. #define AFX_FONTCURVE_H__7EB41616_E381_474C_9EC9_1EB14DDBD05B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CFontCurve wrapper class
  11. class CFontCurve : public CWnd
  12. {
  13. protected:
  14. DECLARE_DYNCREATE(CFontCurve)
  15. public:
  16. CLSID const& GetClsid()
  17. {
  18. static CLSID const clsid
  19. = { 0x39ca78cf, 0xecfe, 0x4e88, { 0x8b, 0x44, 0x51, 0xe9, 0x60, 0x18, 0x3a, 0x22 } };
  20. return clsid;
  21. }
  22. virtual BOOL Create(LPCTSTR lpszClassName,
  23. LPCTSTR lpszWindowName, DWORD dwStyle,
  24. const RECT& rect,
  25. CWnd* pParentWnd, UINT nID,
  26. CCreateContext* pContext = NULL)
  27. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  28.     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  29. const RECT& rect, CWnd* pParentWnd, UINT nID,
  30. CFile* pPersist = NULL, BOOL bStorage = FALSE,
  31. BSTR bstrLicKey = NULL)
  32. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  33. pPersist, bStorage, bstrLicKey); }
  34. // Attributes
  35. public:
  36. // Operations
  37. public:
  38. void SetBackColor(unsigned long backColor);
  39. void SetGridLineColor(unsigned long gridlineColor);
  40. void SetGridColor(unsigned long gridColor);
  41. void SetGridHoriNum(short horiNum);
  42. void SetGridVerNum(short verNum);
  43. void SetGridShowType(short showType);
  44. void SetGridDrawType(short drawType);
  45. BOOL ShowGridData(BSTR* pInData, short nWidth, short nHeight, short nShowType);
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_FONTCURVE_H__7EB41616_E381_474C_9EC9_1EB14DDBD05B__INCLUDED_)