SetSurveillance.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #if !defined(AFX_SETSURVEILLANCE_H__A9548D37_38BA_454A_8392_B22D77FC3FD9__INCLUDED_)
  2. #define AFX_SETSURVEILLANCE_H__A9548D37_38BA_454A_8392_B22D77FC3FD9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetSurveillance.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSetSurveillance dialog
  10. class CSetSurveillance : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CSetSurveillance(CWnd* pParent = NULL); // standard constructor
  15. BOOL m_bSaveflag; //add by zxy 2004/05/20
  16. void F_IniTreeall();
  17. void F_Save();
  18. void Exchange(int num1, int num2);
  19. // Dialog Data
  20. //{{AFX_DATA(CSetSurveillance)
  21. enum { IDD = IDD_DLG_SETREMOTE };
  22. CTreeCtrl m_treesel;
  23. CTreeCtrl m_treeall;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CSetSurveillance)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CSetSurveillance)
  35. afx_msg void OnButtonchoose();
  36. afx_msg void OnButtondown();
  37. afx_msg void OnButtonunchoose();
  38. afx_msg void OnButtonup();
  39. afx_msg void OnLogin();
  40. afx_msg void OnLogout();
  41. afx_msg void OnServercfg();
  42. afx_msg void OnDblclkTree2(NMHDR* pNMHDR, LRESULT* pResult);
  43. afx_msg void OnDblclkTree1(NMHDR* pNMHDR, LRESULT* pResult);
  44. virtual BOOL OnInitDialog();
  45. afx_msg void OnServerstate();
  46. afx_msg void OnSetremoteok();
  47. virtual void OnCancel();
  48. afx_msg void OnKeyclick();
  49. afx_msg void OnRemotelog();
  50. afx_msg void OnDeleteitemTree1(NMHDR* pNMHDR, LRESULT* pResult);
  51. afx_msg void OnDeleteitemTree2(NMHDR* pNMHDR, LRESULT* pResult);
  52. afx_msg void OnChecktime();
  53. afx_msg void OnReboot();
  54. afx_msg void OnRemoteupgrade();
  55. afx_msg void OnFormatdisk();
  56. afx_msg void OnRclickTree1(NMHDR* pNMHDR, LRESULT* pResult);
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_SETSURVEILLANCE_H__A9548D37_38BA_454A_8392_B22D77FC3FD9__INCLUDED_)