📄 netctlrecdlg.h
字号:
#if !defined(AFX_NETCTLRECDLG_H__28690BE3_AF91_11D6_8188_5254AB3DAE06__INCLUDED_)
#define AFX_NETCTLRECDLG_H__28690BE3_AF91_11D6_8188_5254AB3DAE06__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NetCtlRecDlg.h : header file
//
#include "def.h"
class CNetRemoteCtrlDlg ;
/////////////////////////////////////////////////////////////////////////////
// CNetCtlRecDlg dialog
class CNetCtlRecDlg : public CDialog
{
// Construction
public:
CNetCtlRecDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNetCtlRecDlg)
enum { IDD = IDD_NETCTL_REC_DLG };
CComboBox m_ConCameraBaudrate;
CButton m_cMotion_Record;
CButton m_cSch_Record;
CComboBox m_PortCombo;
BOOL m_Record;
BOOL m_AllPort;
BOOL m_Contact_Record;
BOOL m_Motion_Record;
BOOL m_Sch_Record;
int m_iCameraAddr;
//}}AFX_DATA
CNetRemoteCtrlDlg *pParent ;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNetCtlRecDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
public :
void Refresh();
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNetCtlRecDlg)
afx_msg void OnSetButton();
virtual BOOL OnInitDialog();
afx_msg void OnSelchangePortCombo();
afx_msg void OnClose();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NETCTLRECDLG_H__28690BE3_AF91_11D6_8188_5254AB3DAE06__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -