PropertyBar.cpp
Upload User: lj3531212
Upload Date: 2007-06-18
Package Size: 346k
Code Size: 1k
Category:

Graph Drawing

Development Platform:

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