RemoteHideConfig.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #if !defined(AFX_REMOTEHIDECONFIG_H__46B50BAE_E137_4C6F_9852_A5161BF36DCA__INCLUDED_)
  2. #define AFX_REMOTEHIDECONFIG_H__46B50BAE_E137_4C6F_9852_A5161BF36DCA__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RemoteHideConfig.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRemoteHideConfig dialog
  10. class CRemoteHideConfig : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CRemoteHideConfig(CWnd* pParent = NULL); // standard constructor
  15. int m_iChannel;
  16. LONG m_lServerID;
  17. BOOL m_bDrawdetect;
  18. LONG m_iPlayhandle;
  19. NET_DVR_SHELTER struShelter[MAX_SHELTERNUM];
  20. // Dialog Data
  21. //{{AFX_DATA(CRemoteHideConfig)
  22. enum { IDD = IDD_DLG_SETHIDE };
  23. CStatic m_DetectPic;
  24. BOOL m_bShowDetect;
  25. BOOL m_bSetDetect;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CRemoteHideConfig)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CRemoteHideConfig)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  39. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  40. afx_msg void OnCheckhidegetrect();
  41. afx_msg void OnCheckhidesetrect();
  42. afx_msg void OnExit();
  43. afx_msg void OnHideok();
  44. virtual void OnCancel();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_REMOTEHIDECONFIG_H__46B50BAE_E137_4C6F_9852_A5161BF36DCA__INCLUDED_)