PropertyBar.h
资源名称:44757463.rar [点击查看]
上传用户:lj3531212
上传日期:2007-06-18
资源大小:346k
文件大小:1k
源码类别:
绘图程序
开发平台:
Visual C++
- // PropertyBar.h: interface for the CPropertyBar class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_PROPERTYBAR_H__620C6806_6BDC_42E2_BC04_C365E1F278F5__INCLUDED_)
- #define AFX_PROPERTYBAR_H__620C6806_6BDC_42E2_BC04_C365E1F278F5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "ColorSelect.h"
- class CPropertyBar : public CToolBar
- {
- public:
- CPropertyBar();
- virtual ~CPropertyBar();
- public:
- CColorSelect m_btnColorSel;
- };
- #endif // !defined(AFX_PROPERTYBAR_H__620C6806_6BDC_42E2_BC04_C365E1F278F5__INCLUDED_)
- /////////////////////////////////////////////////////////////////////////////
- // CPropertyBar window
- class CPropertyBar : public CToolBarCtrl
- {
- // Construction
- public:
- CPropertyBar();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPropertyBar)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CPropertyBar();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CPropertyBar)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////