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

绘图程序

开发平台:

Visual C++

  1. #if !defined(AFX_PROPERTYTOOLBAR_H__94886281_1E4D_4B65_AA05_C542E31F7DE1__INCLUDED_)
  2. #define AFX_PROPERTYTOOLBAR_H__94886281_1E4D_4B65_AA05_C542E31F7DE1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PropertyToolBar.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPropertyToolBar window
  10. class CPropertyToolBar : public CToolBar
  11. {
  12. // Construction
  13. public:
  14. CPropertyToolBar();
  15. // Attributes
  16. public:
  17.  
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CPropertyToolBar)
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. virtual ~CPropertyToolBar();
  27. // Generated message map functions
  28. protected:
  29. //{{AFX_MSG(CPropertyToolBar)
  30. afx_msg void OnPenwidthOne();
  31. afx_msg void OnUpdatePenwidthOne(CCmdUI* pCmdUI);
  32. afx_msg void OnPenwidthTwo();
  33. afx_msg void OnUpdatePenwidthTwo(CCmdUI* pCmdUI);
  34. afx_msg void OnPenwidthThree();
  35. afx_msg void OnUpdatePenwidthThree(CCmdUI* pCmdUI);
  36. afx_msg void OnPenwidthFive();
  37. afx_msg void OnUpdatePenwidthFive(CCmdUI* pCmdUI);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_PROPERTYTOOLBAR_H__94886281_1E4D_4B65_AA05_C542E31F7DE1__INCLUDED_)