// HWidthBar.cpp : implementation file // Download by http://www.codefans.net #include "stdafx.h" #include "HDraw.h" #include "HWidthBar.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // HWidthBar HWidthBar::HWidthBar() { } HWidthBar::~HWidthBar() { } BEGIN_MESSAGE_MAP(HWidthBar, CToolBar) //{{AFX_MSG_MAP(HWidthBar) // NOTE - the ClassWizard will add and remove mapping macros here. //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // HWidthBar message handlers