Files
coco df489d5640 a
2026-07-03 16:05:30 +08:00

60 lines
1.3 KiB
C++

// opexeccersptesttpview.cpp : implementation file
//
#include "stdafx.h"
#include "geomative.h"
#include "opexeccersptesttpview.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// COpExecCERSPTestTPView
IMPLEMENT_DYNCREATE(COpExecCERSPTestTPView, CView)
COpExecCERSPTestTPView::COpExecCERSPTestTPView()
{
}
COpExecCERSPTestTPView::~COpExecCERSPTestTPView()
{
}
BEGIN_MESSAGE_MAP(COpExecCERSPTestTPView, CView)
//{{AFX_MSG_MAP(COpExecCERSPTestTPView)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// COpExecCERSPTestTPView drawing
void COpExecCERSPTestTPView::OnDraw(CDC* pDC)
{
CDocument* pDoc = GetDocument();
// TODO: add draw code here
}
/////////////////////////////////////////////////////////////////////////////
// COpExecCERSPTestTPView diagnostics
#ifdef _DEBUG
void COpExecCERSPTestTPView::AssertValid() const
{
CView::AssertValid();
}
void COpExecCERSPTestTPView::Dump(CDumpContext& dc) const
{
CView::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// COpExecCERSPTestTPView message handlers