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

绘图程序

开发平台:

Visual C++

  1. // PropertyBar.cpp: implementation of the CPropertyBar class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "GraphSoft.h"
  6. #include "PropertyBar.h"
  7. #ifdef _DEBUG
  8. #undef THIS_FILE
  9. static char THIS_FILE[]=__FILE__;
  10. #define new DEBUG_NEW
  11. #endif
  12. //////////////////////////////////////////////////////////////////////
  13. // Construction/Destruction
  14. //////////////////////////////////////////////////////////////////////
  15. CPropertyBar::CPropertyBar()
  16. {
  17. }
  18. CPropertyBar::~CPropertyBar()
  19. {
  20. }
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CPropertyBar
  23. CPropertyBar::CPropertyBar()
  24. {
  25. }
  26. CPropertyBar::~CPropertyBar()
  27. {
  28. }
  29. BEGIN_MESSAGE_MAP(CPropertyBar, CToolBarCtrl)
  30. //{{AFX_MSG_MAP(CPropertyBar)
  31. // NOTE - the ClassWizard will add and remove mapping macros here.
  32. //}}AFX_MSG_MAP
  33. END_MESSAGE_MAP()
  34. /////////////////////////////////////////////////////////////////////////////
  35. // CPropertyBar message handlers