summaryrefslogtreecommitdiff
path: root/win/cadbar.h
blob: 0af48566ecd16ecb14a0d1b490e59c0840eae638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// CADBar.h: interface for the CCADStatusBar class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_CADBAR_H__105A59A3_586A_11D2_8202_D8BEE5C6EEBF__INCLUDED_)
#define AFX_CADBAR_H__105A59A3_586A_11D2_8202_D8BEE5C6EEBF__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

class CCADStatusBar : public CStatusBar  
{
public:
	CWnd* m_pPopup;
	CCADStatusBar();
	virtual ~CCADStatusBar();


protected:
	//{{AFX_MSG(CCADStatusBar)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

#endif // !defined(AFX_CADBAR_H__105A59A3_586A_11D2_8202_D8BEE5C6EEBF__INCLUDED_)