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

书籍源码

开发平台:

Visual C++

  1. #if !defined(AFX_WIZFONTNAMESCOMBOBOX_H__9F86BB82_8CED_11D1_BBB1_444553540000__INCLUDED_)
  2. #define AFX_WIZFONTNAMESCOMBOBOX_H__9F86BB82_8CED_11D1_BBB1_444553540000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // WizFontNamesComboBox.h : header file
  7. //
  8. #include "WizFontsEnumerator.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CWizFontNamesComboBox window
  11. class CWizFontNamesComboBox : public CComboBox
  12. {
  13. // Construction
  14. public:
  15. CWizFontNamesComboBox();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. void Initialize(const CWizFontsEnumerator& fonts);
  21. const CWizFontsEnumerator::Font* GetCurrentFont(const CWizFontsEnumerator& fonts);
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CWizFontNamesComboBox)
  25. protected:
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CWizFontNamesComboBox();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CWizFontNamesComboBox)
  34. // NOTE - the ClassWizard will add and remove member functions here.
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_WIZFONTNAMESCOMBOBOX_H__9F86BB82_8CED_11D1_BBB1_444553540000__INCLUDED_)