#if !defined(AFX_VIDEOLOST_H__6F37BC76_5D1A_4747_A39E_7EE117604995__INCLUDED_) #define AFX_VIDEOLOST_H__6F37BC76_5D1A_4747_A39E_7EE117604995__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_bHandleType1; BOOL m_bHandleType2; BOOL m_bHandleType3; BOOL m_bHandleType4; BOOL m_bAlarmOut1; BOOL m_bAlarmOut2; BOOL m_bAlarmOut3; BOOL m_bAlarmOut4; 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_iMin22; int m_iMin31; int m_iMin32; int m_iMin41; 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 void OnOK(); virtual BOOL OnInitDialog(); virtual void OnCancel(); afx_msg void OnVilosttimeok(); afx_msg void OnVilosttimecopy(); afx_msg void OnSelchangeComboweekday(); afx_msg void OnCheckhandletype4(); afx_msg void OnVilostok(); afx_msg void OnVilostexit(); //}}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__6F37BC76_5D1A_4747_A39E_7EE117604995__INCLUDED_)