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

书籍源码

开发平台:

Visual C++

  1. #if !defined(AFX_WIZFONTSIZESCOMBOBOX_H__70AD4C43_8FDD_11D1_92BC_006097AEFD47__INCLUDED_)
  2. #define AFX_WIZFONTSIZESCOMBOBOX_H__70AD4C43_8FDD_11D1_92BC_006097AEFD47__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // WizFontSizesComboBox.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWizFontSizesComboBox window
  10. #include "WizFontsEnumerator.h"
  11. class CWizFontSizesComboBox : public CComboBox
  12. {
  13. // Construction
  14. public:
  15. CWizFontSizesComboBox();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CWizFontSizesComboBox)
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. virtual ~CWizFontSizesComboBox();
  27. void Initialize (const CWizFontsEnumerator::Font* font);
  28. int GetCurrentSize();
  29. // Generated message map functions
  30. protected:
  31. //{{AFX_MSG(CWizFontSizesComboBox)
  32. afx_msg int OnCompareItem(LPCOMPAREITEMSTRUCT lpCompareItemStruct);
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_WIZFONTSIZESCOMBOBOX_H__70AD4C43_8FDD_11D1_92BC_006097AEFD47__INCLUDED_)