videodemodlg.h

来自「ViedeoComm 视频通信通信控件V3.0。VideoComm视频通信控件」· C头文件 代码 · 共 61 行

H
61
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?