📄 teleoperationdlg.h
字号:
#if !defined(AFX_TELEOPERATIONDLG_H__81730A93_7BD4_4998_8576_FEFB66B50136__INCLUDED_)
#define AFX_TELEOPERATIONDLG_H__81730A93_7BD4_4998_8576_FEFB66B50136__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TeleoperationDlg.h : header file
//
/////////////////////////////////////////////
#define TeleoperationDlg_h //width and height
/////////////////////////////////////////////////////////////////////////////
// CTeleoperationDlg dialog
class CTeleoperationDlg : public CDialog
{
// Construction
public:
CTeleoperationDlg(CWnd* pParent = NULL); // standard constructor
public:
HWND IniVideo(HWND m_hwn);
HWND m_hCaptureInTeleDlg;
// Dialog Data
//{{AFX_DATA(CTeleoperationDlg)
enum { IDD = IDD_TELEOPERATION };
CString m_CarState;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTeleoperationDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTeleoperationDlg)
afx_msg void OnTeleclose();
//afx_msg void OnBacktowelomedlg();
virtual BOOL OnInitDialog();
afx_msg void OnTelefront();
afx_msg void OnTeleback();
afx_msg void OnTeleleft();
afx_msg void OnTeleright();
afx_msg void OnTelestop();
afx_msg void OnConfigvideoinoperationdlg();
afx_msg void OnClosecolvideo();
afx_msg void OnOpencolvideo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TELEOPERATIONDLG_H__81730A93_7BD4_4998_8576_FEFB66B50136__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -