ptzbutton.h

来自「MPEG4网络视频服务器客户端图象监控软件」· C头文件 代码 · 共 68 行

H
68
字号
/********************************************************************
	created:	2002/09/12
	created:	12:9:2002   20:26
	filename: 	e:\WORK\0912\DvsUser\PtzButton.h
	file path:	e:\WORK\0912\DvsUser
	file base:	PtzButton
	file ext:	h
	author:		Sun_J
	
	purpose:	
*********************************************************************/

#if !defined(AFX_PTZBUTTON_H__DC75E9CF_E645_4533_94EC_96550B6BDE75__INCLUDED_)
#define AFX_PTZBUTTON_H__DC75E9CF_E645_4533_94EC_96550B6BDE75__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PtzButton.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPtzButton window
class CDlgDeviceCtrl;
class CPtzButton : public CButton
{
// Construction
public:
	CPtzButton();
	
public:

	CDlgDeviceCtrl*	pParent;
	
// Attributes
public:
	BOOL	bPress;
// 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 void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
	afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
	//}}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__DC75E9CF_E645_4533_94EC_96550B6BDE75__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?