SampleText.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_SAMPLETEXT_H__04ADB74E_787E_4DC2_B48A_1D59C7EDE8F3__INCLUDED_)
  2. #define AFX_SAMPLETEXT_H__04ADB74E_787E_4DC2_B48A_1D59C7EDE8F3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SampleText.h : header file
  7. //
  8. class CFontComboDlg;
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSampleText window
  11. class CSampleText : public CStatic
  12. {
  13. public:
  14. CSampleText();
  15. virtual ~CSampleText();
  16. void UpdateFont(const CXTLogFont& lf, const COLORREF& cr);
  17. //{{AFX_VIRTUAL(CSampleText)
  18. //}}AFX_VIRTUAL
  19. protected:
  20. COLORREF m_cr;
  21. CXTLogFont m_lf;
  22. //{{AFX_MSG(CSampleText)
  23. afx_msg void OnPaint();
  24. afx_msg void OnNcPaint();
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };
  28. /////////////////////////////////////////////////////////////////////////////
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  31. #endif // !defined(AFX_SAMPLETEXT_H__04ADB74E_787E_4DC2_B48A_1D59C7EDE8F3__INCLUDED_)