www.gusucode.com > VC++增强版画图板源码源码程序 > VC++增强版画图板源码源码程序\code\HDraw\HWidthBar.cpp

    // HWidthBar.cpp : implementation file
// Download by http://www.NewXing.com

#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