📄 videolost.h
字号:
#if !defined(AFX_VIDEOLOST_H__634C7950_48D0_4575_A987_48A34175CF5E__INCLUDED_)
#define AFX_VIDEOLOST_H__634C7950_48D0_4575_A987_48A34175CF5E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// VideoLost.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CVideoLost dialog
class CVideoLost : public CDialog
{
// Construction
public:
CVideoLost(CWnd* pParent = NULL); // standard constructor
int m_iChannel;
LONG m_lServerID;
DWORD m_dwAlarmOutNum;
void EnableControl(BOOL bEnable);
BOOL F_TimeTest();
// Dialog Data
//{{AFX_DATA(CVideoLost)
enum { IDD = IDD_DLG_VILOST };
CComboBox m_WeekDayCtrl;
CComboBox m_CopyTimeCtrl;
BOOL m_bAlarmOut1;
BOOL m_bAlarmOut2;
BOOL m_bAlarmOut3;
BOOL m_bAlarmOut4;
BOOL m_bHandleType1;
BOOL m_bHandleType2;
BOOL m_bHandleType3;
BOOL m_bHandleType4;
int m_iHour11;
int m_iHour12;
int m_iHour21;
int m_iHour22;
int m_iHour31;
int m_iHour32;
int m_iHour41;
int m_iHour42;
int m_iMin11;
int m_iMin12;
int m_iMin21;
int m_iMin31;
int m_iMin22;
int m_iMin41;
int m_iMin32;
int m_iMin42;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVideoLost)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CVideoLost)
virtual BOOL OnInitDialog();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnButok();
afx_msg void OnButexit();
afx_msg void OnChkhandle4();
afx_msg void OnVilosttimeok();
afx_msg void OnVilosttimecopy();
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_VIDEOLOST_H__634C7950_48D0_4575_A987_48A34175CF5E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -