123456789101112131415161718192021222324252627282930313233 |
- // 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
|