HotComboBox.h
上传用户:zhu7604851
上传日期:2007-01-01
资源大小:34k
文件大小:2k
源码类别:

组合框控件

开发平台:

Visual C++

  1. #if !defined(AFX_HOTCOMBOBOX_H__68782B02_B925_11D2_B882_0020182B6AB8__INCLUDED_)
  2. #define AFX_HOTCOMBOBOX_H__68782B02_B925_11D2_B882_0020182B6AB8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HotComboBox.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CHotComboBox window
  10. class CHotComboBox : public CComboBox
  11. {
  12. // Construction
  13. public:
  14. CHotComboBox();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CHotComboBox)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CHotComboBox();
  26. // Generated message map functions
  27. protected:
  28. virtual void DrawBorder(bool fHot = true);
  29. COLORREF m_clr3DHilight;
  30. COLORREF m_clr3DLight;
  31. COLORREF m_clr3DDkShadow;
  32. COLORREF m_clr3DShadow;
  33. COLORREF m_clr3DFace;
  34. bool m_fGotFocus;
  35. bool m_fTimerSet;
  36. //{{AFX_MSG(CHotComboBox)
  37. afx_msg void OnPaint();
  38. afx_msg void OnSetFocus(CWnd* pOldWnd);
  39. afx_msg void OnKillFocus(CWnd* pNewWnd);
  40. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  41. afx_msg void OnTimer(UINT nIDEvent);
  42. afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point);
  43. afx_msg void OnSysColorChange();
  44. afx_msg void OnSetfocus();
  45. afx_msg void OnKillfocus();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. /////////////////////////////////////////////////////////////////////////////
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_HOTCOMBOBOX_H__68782B02_B925_11D2_B882_0020182B6AB8__INCLUDED_)