📄 ptzbutton.h
字号:
/********************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -