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

多国语言处理

开发平台:

Visual C++

  1. #if !defined(AFX_ENUMFONTCOMBOBOX_H__F02C24D6_ECBB_444D_9AFB_5D104B892178__INCLUDED_)
  2. #define AFX_ENUMFONTCOMBOBOX_H__F02C24D6_ECBB_444D_9AFB_5D104B892178__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // EnumFontComboBox.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CEnumFontComboBox window
  10. class CEnumFontComboBox : public CComboBox
  11. {
  12. // Construction
  13. public:
  14. CEnumFontComboBox();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CEnumFontComboBox)
  22. protected:
  23. virtual void PreSubclassWindow();
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CEnumFontComboBox();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CEnumFontComboBox)
  31. // NOTE - the ClassWizard will add and remove member functions here.
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. private:
  35. static int CALLBACK EnumFontsProc(ENUMLOGFONTEX *lpelfe,NEWTEXTMETRICEX *lpntme,int FontType,LPARAM lParam );
  36. void ProcessEnumFonts();
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_ENUMFONTCOMBOBOX_H__F02C24D6_ECBB_444D_9AFB_5D104B892178__INCLUDED_)