WizFontExampleStatic.h
上传用户:xsxdsb
上传日期:2009-12-14
资源大小:672k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. #if !defined(AFX_CWizFontExampleStatic_H__70AD4C44_8FDD_11D1_92BC_006097AEFD47__INCLUDED_)
  2. #define AFX_CWizFontExampleStatic_H__70AD4C44_8FDD_11D1_92BC_006097AEFD47__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // WizFontExampleEdit.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWizFontExampleStatic window
  10. class CWizFontExampleStatic : public CStatic
  11. {
  12. // Construction
  13. public:
  14. CWizFontExampleStatic();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. void SetFont (LPCTSTR fontname, int pp_size, BOOL bItal, BOOL bBold, BOOL bUnder);
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CWizFontExampleStatic)
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. virtual ~CWizFontExampleStatic();
  27. // Generated message map functions
  28. protected:
  29. //{{AFX_MSG(CWizFontExampleStatic)
  30. afx_msg void OnPaint();
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. CFont m_Font; //字体
  34. LOGFONT m_lf; //字体结构
  35. CString m_strSample; //要显示的字符串
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_CWizFontExampleStatic_H__70AD4C44_8FDD_11D1_92BC_006097AEFD47__INCLUDED_)