BmpComBox.h
上传用户:guangzhiyw
上传日期:2007-01-09
资源大小:495k
文件大小:1k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. #if !defined(AFX_BMPCOMBOX_H__4996F956_60CE_11D5_B19A_86C046F2DB04__INCLUDED_)
  2. #define AFX_BMPCOMBOX_H__4996F956_60CE_11D5_B19A_86C046F2DB04__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // BmpComBox.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CBmpComBox window
  10. class CBmpComBox : public CComboBox
  11. {
  12. // Construction
  13. public:
  14. CBmpComBox();
  15. // Attributes
  16. private:
  17. CSize m_size;
  18. CImageList * m_pimaList;
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CBmpComBox)
  24. public:
  25. virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
  26. virtual void MeasureItem(LPMEASUREITEMSTRUCT lpMeasureItemStruct);
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. void SetItemSize(CSize size);
  31. void SetImageList(CImageList* pList);
  32. virtual ~CBmpComBox();
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CBmpComBox)
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. private:
  40. void OnOutputBmp(LPDRAWITEMSTRUCT lpDrawItemStruct, BOOL bSelected);
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_BMPCOMBOX_H__4996F956_60CE_11D5_B19A_86C046F2DB04__INCLUDED_)