57 lines
1.6 KiB
C++
57 lines
1.6 KiB
C++
#if !defined(AFX_OPEXEC2DRSPTESTGRLISTVIEW_H__0534610B_4D1D_4539_AFF8_2D21D664DAC8__INCLUDED_)
|
|
#define AFX_OPEXEC2DRSPTESTGRLISTVIEW_H__0534610B_4D1D_4539_AFF8_2D21D664DAC8__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// opexec2drsptestgrlistview.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// COpExec2DRSPTestGrListView view
|
|
|
|
class COpExec2DRSPTestGrListView : public CListView
|
|
{
|
|
protected:
|
|
COpExec2DRSPTestGrListView(); // protected constructor used by dynamic creation
|
|
DECLARE_DYNCREATE(COpExec2DRSPTestGrListView)
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(COpExec2DRSPTestGrListView)
|
|
public:
|
|
virtual void OnInitialUpdate();
|
|
protected:
|
|
virtual void OnDraw(CDC* pDC); // overridden to draw this view
|
|
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
virtual ~COpExec2DRSPTestGrListView();
|
|
#ifdef _DEBUG
|
|
virtual void AssertValid() const;
|
|
virtual void Dump(CDumpContext& dc) const;
|
|
#endif
|
|
|
|
// Generated message map functions
|
|
protected:
|
|
//{{AFX_MSG(COpExec2DRSPTestGrListView)
|
|
// NOTE - the ClassWizard will add and remove member functions here.
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_OPEXEC2DRSPTESTGRLISTVIEW_H__0534610B_4D1D_4539_AFF8_2D21D664DAC8__INCLUDED_)
|