#if !defined(AFX_REMOTEPTZCTRL_H__C3F58F6F_5A36_44F3_AE25_77EE6E2F36AD__INCLUDED_) #define AFX_REMOTEPTZCTRL_H__C3F58F6F_5A36_44F3_AE25_77EE6E2F36AD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RemotePTZCtrl.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRemotePTZCtrl dialog class CRemotePTZCtrl : public CDialog { // Construction public: CRemotePTZCtrl(CWnd* pParent = NULL); // standard constructor LPNET_DVR_ALARMINCFG m_lpAlarmIn; int m_nChannel; int m_iChannelnumber; LONG m_lStartChannel; // Dialog Data //{{AFX_DATA(CRemotePTZCtrl) enum { IDD = IDD_DLG_PTZ }; CComboBox m_ChanCtrl; BOOL m_bPreset; BOOL m_bCruise; BOOL m_bTrack; BYTE m_byPreset; BYTE m_byCruise; BYTE m_byTrack; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRemotePTZCtrl) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CRemotePTZCtrl) virtual BOOL OnInitDialog(); afx_msg void OnSelchangeCombochan(); afx_msg void OnExit(); afx_msg void OnPtzok(); virtual void OnCancel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_REMOTEPTZCTRL_H__C3F58F6F_5A36_44F3_AE25_77EE6E2F36AD__INCLUDED_)