📄 videodemodlg.h
字号:
// videoDemoDlg.h : header file
//
//{{AFX_INCLUDES()
#include "videocomm.h"
//}}AFX_INCLUDES
#if !defined(AFX_VIDEODEMODLG_H__6BAE2519_0853_4C59_9108_F45E6C9F8B9D__INCLUDED_)
#define AFX_VIDEODEMODLG_H__6BAE2519_0853_4C59_9108_F45E6C9F8B9D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CVideoDemoDlg dialog
class CVideoDemoDlg : public CDialog
{
// Construction
public:
CVideoDemoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CVideoDemoDlg)
enum { IDD = IDD_VIDEODEMO_DIALOG };
CIPAddressCtrl m_IpAddr;
CVideoComm m_VideoComm;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVideoDemoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CVideoDemoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnSetip();
afx_msg void OnBtnStart();
afx_msg void OnBtnStop();
afx_msg void OnBtnZoomtoinit();
afx_msg void OnBtnZoomin();
afx_msg void OnBtnZoomOut();
afx_msg void OnBtnLV();
afx_msg void OnBtnRV();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VIDEODEMODLG_H__6BAE2519_0853_4C59_9108_F45E6C9F8B9D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -