ColorBtn.h
资源名称:44757463.rar [点击查看]
上传用户:lj3531212
上传日期:2007-06-18
资源大小:346k
文件大小:1k
源码类别:
绘图程序
开发平台:
Visual C++
- #if !defined(AFX_COLORBTN_H__069744E9_D645_4386_AD74_6A1072A0CA9D__INCLUDED_)
- #define AFX_COLORBTN_H__069744E9_D645_4386_AD74_6A1072A0CA9D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ColorBtn.h : header file
- //
- #include "ColorSetDlg.h"
- /////////////////////////////////////////////////////////////////////////////
- // CColorBtn window
- class CColorBtn : public CButton
- {
- // Construction
- public:
- CColorBtn();
- // Attributes
- public:
- CColorSetDlg *m_pColorSetDlg;
- COLORREF m_color;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CColorBtn)
- public:
- virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CColorBtn();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CColorBtn)
- afx_msg void OnClicked();
- afx_msg void OnSetColor(WPARAM wParam,LPARAM lParam);//user define
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_COLORBTN_H__069744E9_D645_4386_AD74_6A1072A0CA9D__INCLUDED_)