ColorBtn.h
上传用户:lj3531212
上传日期:2007-06-18
资源大小:346k
文件大小:1k
源码类别:

绘图程序

开发平台:

Visual C++

  1. #if !defined(AFX_COLORBTN_H__069744E9_D645_4386_AD74_6A1072A0CA9D__INCLUDED_)
  2. #define AFX_COLORBTN_H__069744E9_D645_4386_AD74_6A1072A0CA9D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ColorBtn.h : header file
  7. //
  8. #include "ColorSetDlg.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CColorBtn window
  11. class CColorBtn : public CButton
  12. {
  13. // Construction
  14. public:
  15. CColorBtn();
  16. // Attributes
  17. public:
  18.    CColorSetDlg    *m_pColorSetDlg;  
  19.    COLORREF         m_color;
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CColorBtn)
  25. public:
  26. virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CColorBtn();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CColorBtn)
  34. afx_msg void OnClicked();
  35. afx_msg void OnSetColor(WPARAM wParam,LPARAM lParam);//user define
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_COLORBTN_H__069744E9_D645_4386_AD74_6A1072A0CA9D__INCLUDED_)