1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #if !defined(AFX_DECSTATUS_H__397E611F_6A18_40C6_AC07_FBD53EE822F4__INCLUDED_)
- #define AFX_DECSTATUS_H__397E611F_6A18_40C6_AC07_FBD53EE822F4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DecStatus.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDecStatus dialog
- class CDecStatus : public CDialog
- {
- // Construction
- public:
- CDecStatus(CWnd* pParent = NULL); // standard constructor
- LONG m_lServerID;
- LONG m_lChannel;
- LONG m_lStartChan;
- NET_DVR_DECSTATUS DecStatus;
- NET_DVR_TIME struStartTime; /* 按时间回放的开始时间 */
- NET_DVR_TIME struStopTime; /* 按时间回放的结束时间 */
- // Dialog Data
- //{{AFX_DATA(CDecStatus)
- enum { IDD = IDD_DLG_DECSTATUS };
- CComboBox m_ProTypeCtrl;
- CComboBox m_ChanCtrl;
- CComboBox m_TypeCtrl;
- CComboBox m_ProtocolCtrl;
- CString m_Ip;
- int m_Port;
- CString m_UserName;
- CString m_Psw;
- CString m_FileName;
- CString m_StartTime;
- CString m_StopTime;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDecStatus)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDecStatus)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnButrefresh();
- afx_msg void OnButexit();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DECSTATUS_H__397E611F_6A18_40C6_AC07_FBD53EE822F4__INCLUDED_)
|