HwProtocol_demoDlg.h 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. // HwProtocol_demoDlg.h : header file
  2. //
  3. #if !defined(AFX_HWPROTOCOL_DEMODLG_H__571A45D4_8E25_470C_A7FC_34C8C8BCB1B4__INCLUDED_)
  4. #define AFX_HWPROTOCOL_DEMODLG_H__571A45D4_8E25_470C_A7FC_34C8C8BCB1B4__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CHwProtocol_demoDlg dialog
  10. class CHwProtocol_demoDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CHwProtocol_demoDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CHwProtocol_demoDlg)
  17. enum { IDD = IDD_HWPROTOCOL_DEMO_DIALOG };
  18. // NOTE: the ClassWizard will add data members here
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CHwProtocol_demoDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. HICON m_hIcon;
  28. // Generated message map functions
  29. //{{AFX_MSG(CHwProtocol_demoDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  32. afx_msg void OnPaint();
  33. afx_msg HCURSOR OnQueryDragIcon();
  34. afx_msg void OnHwPtcLogin();
  35. afx_msg void OnHwPtcLogout();
  36. afx_msg void OnGetVideoPara();
  37. afx_msg void OnGetWorkSheet();
  38. afx_msg void OnHwPtcGetAlarmSetting();
  39. afx_msg void OnHwPtcGetDevWorkState();
  40. afx_msg void OnHwPtcGetMotionDetect();
  41. afx_msg void OnHwPtcGetMaskInfo();
  42. afx_msg void OnHwPtcGetDevUserInfo();
  43. afx_msg void OnHwPtcGetVideoColor();
  44. afx_msg void OnHwPtcGetDecoderPara();
  45. afx_msg void OnHddinfo();
  46. afx_msg void OnDestroy();
  47. afx_msg void OnOther();
  48. afx_msg void OnPoweroff();
  49. afx_msg void OnPower();
  50. afx_msg void OnVersion();
  51. afx_msg void OnPtzdir();
  52. afx_msg void OnPtzlen();
  53. afx_msg void OnPtzperset();
  54. afx_msg void OnAlarmOut();
  55. afx_msg void OnAlarmIn();
  56. afx_msg void OnStartRecord();
  57. afx_msg void OnDecoderAddr();
  58. afx_msg void OnVideoLevel();
  59. afx_msg void OnRemoteUserLogin();
  60. afx_msg void OnAddPerSet();
  61. afx_msg void OnDetailRecordType();
  62. afx_msg void OnWorkSheet();
  63. afx_msg void OnDecorder();
  64. afx_msg void OnISVideoLost();
  65. afx_msg void OnSetVpsEventCallback();
  66. afx_msg void OnNormalLog();
  67. afx_msg void OnVpsEventLog();
  68. afx_msg void OnChecktime();
  69. afx_msg void OnChkNetState();
  70. afx_msg void OnVpscenter();
  71. afx_msg void OnOsType();
  72. afx_msg void OnSetAlarmCallBack();
  73. afx_msg void OnTemp();
  74. afx_msg void OnNetpara();
  75. afx_msg void OnMakeKeyFrame();
  76. afx_msg void OnTest();
  77. afx_msg void OnStoptest();
  78. afx_msg void OnTimer(UINT nIDEvent);
  79. afx_msg void OnCheckdvrtime();
  80. afx_msg void OnGetalarmstate();
  81. afx_msg void OnAutozoomin();
  82. afx_msg void OnGetlog();
  83. afx_msg void OnKeyFrame();
  84. afx_msg void OnFindfile();
  85. afx_msg void OnPlayfile();
  86. afx_msg void OnPlayclose();
  87. afx_msg void OnGetPlayPos();
  88. afx_msg void OnSetPlayPos();
  89. afx_msg void OnPlaysize();
  90. afx_msg void OnFf();
  91. afx_msg void OnSf();
  92. afx_msg void OnSetAlarmOut();
  93. afx_msg void OnRealPlay();
  94. afx_msg void OnRealStop();
  95. //}}AFX_MSG
  96. DECLARE_MESSAGE_MAP()
  97. };
  98. //{{AFX_INSERT_LOCATION}}
  99. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  100. #endif // !defined(AFX_HWPROTOCOL_DEMODLG_H__571A45D4_8E25_470C_A7FC_34C8C8BCB1B4__INCLUDED_)