123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- // HwProtocol_demoDlg.h : header file
- //
- #if !defined(AFX_HWPROTOCOL_DEMODLG_H__571A45D4_8E25_470C_A7FC_34C8C8BCB1B4__INCLUDED_)
- #define AFX_HWPROTOCOL_DEMODLG_H__571A45D4_8E25_470C_A7FC_34C8C8BCB1B4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CHwProtocol_demoDlg dialog
- class CHwProtocol_demoDlg : public CDialog
- {
- // Construction
- public:
- CHwProtocol_demoDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CHwProtocol_demoDlg)
- enum { IDD = IDD_HWPROTOCOL_DEMO_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CHwProtocol_demoDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CHwProtocol_demoDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnHwPtcLogin();
- afx_msg void OnHwPtcLogout();
- afx_msg void OnGetVideoPara();
- afx_msg void OnGetWorkSheet();
- afx_msg void OnHwPtcGetAlarmSetting();
- afx_msg void OnHwPtcGetDevWorkState();
- afx_msg void OnHwPtcGetMotionDetect();
- afx_msg void OnHwPtcGetMaskInfo();
- afx_msg void OnHwPtcGetDevUserInfo();
- afx_msg void OnHwPtcGetVideoColor();
- afx_msg void OnHwPtcGetDecoderPara();
- afx_msg void OnHddinfo();
- afx_msg void OnDestroy();
- afx_msg void OnOther();
- afx_msg void OnPoweroff();
- afx_msg void OnPower();
- afx_msg void OnVersion();
- afx_msg void OnPtzdir();
- afx_msg void OnPtzlen();
- afx_msg void OnPtzperset();
- afx_msg void OnAlarmOut();
- afx_msg void OnAlarmIn();
- afx_msg void OnStartRecord();
- afx_msg void OnDecoderAddr();
- afx_msg void OnVideoLevel();
- afx_msg void OnRemoteUserLogin();
- afx_msg void OnAddPerSet();
- afx_msg void OnDetailRecordType();
- afx_msg void OnWorkSheet();
- afx_msg void OnDecorder();
- afx_msg void OnISVideoLost();
- afx_msg void OnSetVpsEventCallback();
- afx_msg void OnNormalLog();
- afx_msg void OnVpsEventLog();
- afx_msg void OnChecktime();
- afx_msg void OnChkNetState();
- afx_msg void OnVpscenter();
- afx_msg void OnOsType();
- afx_msg void OnSetAlarmCallBack();
- afx_msg void OnTemp();
- afx_msg void OnNetpara();
- afx_msg void OnMakeKeyFrame();
- afx_msg void OnTest();
- afx_msg void OnStoptest();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnCheckdvrtime();
- afx_msg void OnGetalarmstate();
- afx_msg void OnAutozoomin();
- afx_msg void OnGetlog();
- afx_msg void OnKeyFrame();
- afx_msg void OnFindfile();
- afx_msg void OnPlayfile();
- afx_msg void OnPlayclose();
- afx_msg void OnGetPlayPos();
- afx_msg void OnSetPlayPos();
- afx_msg void OnPlaysize();
- afx_msg void OnFf();
- afx_msg void OnSf();
- afx_msg void OnSetAlarmOut();
- afx_msg void OnRealPlay();
- afx_msg void OnRealStop();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HWPROTOCOL_DEMODLG_H__571A45D4_8E25_470C_A7FC_34C8C8BCB1B4__INCLUDED_)
|