ServerList.h
上传用户:jinandeyu
上传日期:2007-01-05
资源大小:620k
文件大小:3k
源码类别:

远程控制编程

开发平台:

WINDOWS

  1. /*  Back Orifice 2000 - Remote Administration Suite
  2.     Copyright (C) 1999, Cult Of The Dead Cow
  3.     This program is free software; you can redistribute it and/or modify
  4.     it under the terms of the GNU General Public License as published by
  5.     the Free Software Foundation; either version 2 of the License, or
  6.     (at your option) any later version.
  7.     This program is distributed in the hope that it will be useful,
  8.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  9.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  10.     GNU General Public License for more details.
  11.     You should have received a copy of the GNU General Public License
  12.     along with this program; if not, write to the Free Software
  13.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  14. The author of this program may be contacted at dildog@l0pht.com. */
  15. #if !defined(AFX_SERVERLIST_H__720D76C8_A7E5_11D2_ADC4_0000F8084273__INCLUDED_)
  16. #define AFX_SERVERLIST_H__720D76C8_A7E5_11D2_ADC4_0000F8084273__INCLUDED_
  17. #if _MSC_VER > 1000
  18. #pragma once
  19. #endif // _MSC_VER > 1000
  20. // ServerList.h : header file
  21. //
  22. #include"GradientDialog.h"
  23. class CBOWDoc;
  24. ////////////////////////////////////////////////w/////////////////////////////
  25. // CServerList dialog
  26. class CServerList: public CGradientDialog
  27. {
  28. // Construction
  29. public:
  30. CServerList(CWnd* pParent = NULL);   // standard constructor
  31. virtual ~CServerList();
  32. void CleanUpAndClose(void);
  33. void DeleteItem(int idx);
  34. void DeleteAllItems(void);
  35. void SynchToDocument(CBOWDoc *cbd);
  36. void UpdateListStatus(void);
  37. void HandleNetworkPolls(void);
  38. void UseGradient(BOOL bUse);
  39. // Dialog Data
  40. //{{AFX_DATA(CServerList)
  41. enum { IDD = IDD_SERVERLIST };
  42. // NOTE: the ClassWizard will add data members here
  43. //}}AFX_DATA
  44. // Overrides
  45. // ClassWizard generated virtual function overrides
  46. //{{AFX_VIRTUAL(CServerList)
  47. protected:
  48. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  49. virtual void OnCancel();
  50. virtual void OnOK();
  51. //}}AFX_VIRTUAL
  52. // Implementation
  53. protected:
  54. CImageList  m_NormalImageList;
  55. CImageList  m_SmallImageList;
  56. int m_nUpdateTimer;
  57. public:
  58. // Generated message map functions
  59. //{{AFX_MSG(CServerList)
  60. afx_msg void OnDetails();
  61. afx_msg void OnNewmachine();
  62. afx_msg void OnDeletemachine();
  63. afx_msg void OnEditmachine();
  64. afx_msg void OnSize(UINT nType, int cx, int cy);
  65. virtual BOOL OnInitDialog();
  66. afx_msg void OnItemchangedServerlist(NMHDR* pNMHDR, LRESULT* pResult);
  67. afx_msg void OnKeydownServerlist(NMHDR* pNMHDR, LRESULT* pResult);
  68. afx_msg void OnDblclkServerlist(NMHDR* pNMHDR, LRESULT* pResult);
  69. afx_msg void OnAllowDocking();
  70. afx_msg void OnTimer(UINT nIDEvent);
  71. //}}AFX_MSG
  72. DECLARE_MESSAGE_MAP()
  73. };
  74. //{{AFX_INSERT_LOCATION}}
  75. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  76. #endif // !defined(AFX_SERVERLIST_H__720D76C8_A7E5_11D2_ADC4_0000F8084273__INCLUDED_)