#if !defined(AFX_PTZBUTTON_H__2BFFF204_2257_4235_A737_55014DCBA120__INCLUDED_)
#define AFX_PTZBUTTON_H__2BFFF204_2257_4235_A737_55014DCBA120__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PtzButton.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPtzButton window

class CPtzButton : public CButton
{
// Construction
public:
	CPtzButton();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPtzButton)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CPtzButton();

	// Generated message map functions
protected:
	//{{AFX_MSG(CPtzButton)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PTZBUTTON_H__2BFFF204_2257_4235_A737_55014DCBA120__INCLUDED_)
