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

远程控制编程

开发平台:

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_BODIALOGBAR_H__60621A62_EC70_11D2_ADC5_0000F8084273__INCLUDED_)
  16. #define AFX_BODIALOGBAR_H__60621A62_EC70_11D2_ADC5_0000F8084273__INCLUDED_
  17. #if _MSC_VER > 1000
  18. #pragma once
  19. #endif // _MSC_VER > 1000
  20. // BODialogBar.h : header file
  21. //
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CBODialogBar window
  24. class CBODialogBar : public CCJControlBar
  25. {
  26. // Construction
  27. public:
  28. CBODialogBar();
  29. // Attributes
  30. public:
  31. // Operations
  32. public:
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CBODialogBar)
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. public:
  39. virtual ~CBODialogBar();
  40. virtual void GetChildRect(CRect &rect);
  41. int SetDialog(CWnd *pWnd);
  42. CWnd *GetDialog(void);
  43. void Hide(void);
  44. void Show(void);
  45. // Generated message map functions
  46. protected:
  47. //{{AFX_MSG(CBODialogBar)
  48. afx_msg void OnWindowPosChanged(WINDOWPOS FAR* lpwndpos);
  49. afx_msg void OnClose();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. /////////////////////////////////////////////////////////////////////////////
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_BODIALOGBAR_H__60621A62_EC70_11D2_ADC5_0000F8084273__INCLUDED_)