DecStatus.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #if !defined(AFX_DECSTATUS_H__397E611F_6A18_40C6_AC07_FBD53EE822F4__INCLUDED_)
  2. #define AFX_DECSTATUS_H__397E611F_6A18_40C6_AC07_FBD53EE822F4__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DecStatus.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDecStatus dialog
  10. class CDecStatus : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDecStatus(CWnd* pParent = NULL); // standard constructor
  15. LONG m_lServerID;
  16. LONG m_lChannel;
  17. LONG m_lStartChan;
  18. NET_DVR_DECSTATUS DecStatus;
  19. NET_DVR_TIME struStartTime; /* 按时间回放的开始时间 */
  20. NET_DVR_TIME struStopTime; /* 按时间回放的结束时间 */
  21. // Dialog Data
  22. //{{AFX_DATA(CDecStatus)
  23. enum { IDD = IDD_DLG_DECSTATUS };
  24. CComboBox m_ProTypeCtrl;
  25. CComboBox m_ChanCtrl;
  26. CComboBox m_TypeCtrl;
  27. CComboBox m_ProtocolCtrl;
  28. CString m_Ip;
  29. int m_Port;
  30. CString m_UserName;
  31. CString m_Psw;
  32. CString m_FileName;
  33. CString m_StartTime;
  34. CString m_StopTime;
  35. //}}AFX_DATA
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CDecStatus)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CDecStatus)
  46. virtual BOOL OnInitDialog();
  47. virtual void OnOK();
  48. virtual void OnCancel();
  49. afx_msg void OnButrefresh();
  50. afx_msg void OnButexit();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_DECSTATUS_H__397E611F_6A18_40C6_AC07_FBD53EE822F4__INCLUDED_)