Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
790 B

  1. // SystemGroupResultsView.h: interface for the CSystemGroupResultsView class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SYSTEMGROUPRESULTSVIEW_H__D9BF4F96_F673_11D2_BDC4_0000F87A3912__INCLUDED_)
  5. #define AFX_SYSTEMGROUPRESULTSVIEW_H__D9BF4F96_F673_11D2_BDC4_0000F87A3912__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "SplitPaneResultsView.h"
  10. class CSystemGroupResultsView : public CSplitPaneResultsView
  11. {
  12. DECLARE_DYNCREATE(CSystemGroupResultsView)
  13. public:
  14. CSystemGroupResultsView();
  15. virtual ~CSystemGroupResultsView();
  16. // Create/Destroy
  17. public:
  18. virtual bool Create(CScopePaneItem* pOwnerItem);
  19. };
  20. #endif // !defined(AFX_SYSTEMGROUPRESULTSVIEW_H__D9BF4F96_F673_11D2_BDC4_0000F87A3912__INCLUDED_)