📄 childfrm.h
字号:
// ChildFrm.h : interface of the CChildFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_CHILDFRM_H__3970B099_54A8_4AF6_89E8_A3642CCBBFD0__INCLUDED_)
#define AFX_CHILDFRM_H__3970B099_54A8_4AF6_89E8_A3642CCBBFD0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ShowStreamDlg.h"
class CChildFrame : public CMDIChildWnd
{
DECLARE_DYNCREATE(CChildFrame)
public:
CChildFrame();
// Attributes
public:
BOOL m_bOverlay;
int m_iCardID;
CShowStreamDlg m_ShowStreamDlg[4];
//当前是否处于四路同屏模式
bool Is4WayCard();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChildFrame)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
public:
// view for the client area of the frame.
virtual ~CChildFrame();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CChildFrame)
afx_msg void OnFileClose();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnNormalSize();
afx_msg void OnPropertyDialog();
afx_msg void OnConfigDialog();
afx_msg void OnListAllFilter();
afx_msg void OnLogoDialog();
afx_msg void OnSaveBmp();
afx_msg void OnSaveJpg();
afx_msg void OnStartCapture();
afx_msg void OnStopCapture();
afx_msg void OnUpdateStartCapture(CCmdUI* pCmdUI);
afx_msg void OnUpdateStopCapture(CCmdUI* pCmdUI);
afx_msg void OnCaptureAudio();
afx_msg void OnUpdateCaptureAudio(CCmdUI* pCmdUI);
afx_msg void OnStateRun();
afx_msg void OnUpdateStateRun(CCmdUI* pCmdUI);
afx_msg void OnStateStop();
afx_msg void OnUpdateStateStop(CCmdUI* pCmdUI);
afx_msg void OnStatePause();
afx_msg void OnUpdateStatePause(CCmdUI* pCmdUI);
afx_msg void OnStartShowStream();
afx_msg void OnUpdateStartShowStream(CCmdUI* pCmdUI);
afx_msg void OnStopShowStream();
afx_msg void OnUpdateStopShowStream(CCmdUI* pCmdUI);
afx_msg void OnOverlay();
afx_msg void OnUpdateOverlay(CCmdUI* pCmdUI);
afx_msg void OnFourwayDlg();
//}}AFX_MSG
void OnVideoErrorNotify(WPARAM wparam, LPARAM lparam);
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHILDFRM_H__3970B099_54A8_4AF6_89E8_A3642CCBBFD0__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -