54 lines
1.5 KiB
C++
54 lines
1.5 KiB
C++
#if !defined(AFX_OPEXEC2DRSPTESTGRVIEW_H__91D9D6A9_5261_4586_9641_ED4213B25903__INCLUDED_)
|
|
#define AFX_OPEXEC2DRSPTESTGRVIEW_H__91D9D6A9_5261_4586_9641_ED4213B25903__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// opexec2drsptestgrview.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// COpExec2DRSPTestGrView view
|
|
|
|
class COpExec2DRSPTestGrView : public CView
|
|
{
|
|
protected:
|
|
COpExec2DRSPTestGrView(); // protected constructor used by dynamic creation
|
|
DECLARE_DYNCREATE(COpExec2DRSPTestGrView)
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(COpExec2DRSPTestGrView)
|
|
protected:
|
|
virtual void OnDraw(CDC* pDC); // overridden to draw this view
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
virtual ~COpExec2DRSPTestGrView();
|
|
#ifdef _DEBUG
|
|
virtual void AssertValid() const;
|
|
virtual void Dump(CDumpContext& dc) const;
|
|
#endif
|
|
|
|
// Generated message map functions
|
|
protected:
|
|
//{{AFX_MSG(COpExec2DRSPTestGrView)
|
|
// 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_OPEXEC2DRSPTESTGRVIEW_H__91D9D6A9_5261_4586_9641_ED4213B25903__INCLUDED_)
|