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.

30 lines
782 B

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