📄 remotedetectconfig.h
字号:
#if !defined(AFX_REMOTEDETECTCONFIG_H__971CF05E_BE02_411B_93F4_ED3596C36DB8__INCLUDED_)
#define AFX_REMOTEDETECTCONFIG_H__971CF05E_BE02_411B_93F4_ED3596C36DB8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RemoteDetectConfig.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRemoteDetectConfig dialog
class CRemoteDetectConfig : public CDialog
{
// Construction
public:
CRemoteDetectConfig(CWnd* pParent = NULL); // standard constructor
int m_iChannel;
LONG m_lServerID;
BOOL m_bDrawdetect;
LONG m_iPlayhandle;
BOOL m_bSetMotion;
DWORD m_dwAlarmOutNum;
int m_iChannelnumber;
void EnableControl(BOOL bEnable);
BOOL F_ShowRecordChan(int nChan);
BOOL F_TimeTest();
// Dialog Data
//{{AFX_DATA(CRemoteDetectConfig)
enum { IDD = IDD_DLG_SETMOTION };
CComboBox m_WeekDayCtrl;
CComboBox m_CopyTimeCtrl;
CStatic m_DetectPic;
CComboBox m_SensitivityCtrl;
BOOL m_bShowdetect;
BOOL m_bSetdetect;
BOOL m_bHandleType1;
BOOL m_bHandleType2;
BOOL m_bHandleType3;
BOOL m_bHandleType4;
BOOL m_bAlarmOut1;
BOOL m_bAlarmOut2;
BOOL m_bAlarmOut3;
BOOL m_bAlarmOut4;
BOOL m_bRecordChan1;
BOOL m_bRecordChan10;
BOOL m_bRecordChan11;
BOOL m_bRecordChan12;
BOOL m_bRecordChan13;
BOOL m_bRecordChan14;
BOOL m_bRecordChan15;
BOOL m_bRecordChan16;
BOOL m_bRecordChan2;
BOOL m_bRecordChan3;
BOOL m_bRecordChan4;
BOOL m_bRecordChan5;
BOOL m_bRecordChan6;
BOOL m_bRecordChan7;
BOOL m_bRecordChan8;
BOOL m_bRecordChan9;
int m_iHour11;
int m_iHour12;
int m_iHour21;
int m_iHour22;
int m_iHour32;
int m_iHour31;
int m_iHour41;
int m_iHour42;
int m_iMin11;
int m_iMin12;
int m_iMin21;
int m_iMin31;
int m_iMin22;
int m_iMin32;
int m_iMin41;
int m_iMin42;
BOOL m_bHandleType5;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRemoteDetectConfig)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CRemoteDetectConfig)
virtual BOOL OnInitDialog();
afx_msg void OnCheckgetrect();
afx_msg void OnChecksetrect();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnMotionok();
afx_msg void OnExit();
virtual void OnCancel();
virtual void OnOK();
afx_msg void OnCheckhandletype4();
afx_msg void OnMotiontimecopy();
afx_msg void OnMotiontimeok();
afx_msg void OnSelchangeComboweekday();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_REMOTEDETECTCONFIG_H__971CF05E_BE02_411B_93F4_ED3596C36DB8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -