Files
geomative/GeomativeStudio/h/opexeccersptesttpview.h
coco df489d5640 a
2026-07-03 16:05:30 +08:00

54 lines
1.5 KiB
C++

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