HWidthBar.cpp 669 B

123456789101112131415161718192021222324252627282930313233
  1. // HWidthBar.cpp : implementation file
  2. // Download by http://www.codefans.net
  3. #include "stdafx.h"
  4. #include "HDraw.h"
  5. #include "HWidthBar.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // HWidthBar
  13. HWidthBar::HWidthBar()
  14. {
  15. }
  16. HWidthBar::~HWidthBar()
  17. {
  18. }
  19. BEGIN_MESSAGE_MAP(HWidthBar, CToolBar)
  20. //{{AFX_MSG_MAP(HWidthBar)
  21. // NOTE - the ClassWizard will add and remove mapping macros here.
  22. //}}AFX_MSG_MAP
  23. END_MESSAGE_MAP()
  24. /////////////////////////////////////////////////////////////////////////////
  25. // HWidthBar message handlers