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

66 lines
1.7 KiB
C++

#if !defined(AFX_OPEXEC2DRSPTESTTDVIEW_H__F6BC4D04_A85D_4067_9DFC_9FD9E0672D0F__INCLUDED_)
#define AFX_OPEXEC2DRSPTESTTDVIEW_H__F6BC4D04_A85D_4067_9DFC_9FD9E0672D0F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// opexec2drsptesttdview.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COpExec2DRSPTestTdView view
class CTdChannel;
class CRsp2DTdRecord;
class COpExec2DRSPTestTdView : public CView
{
protected:
COpExec2DRSPTestTdView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(COpExec2DRSPTestTdView)
// Attributes
public:
CTdChannel* m_pTdChannel;
CRect m_lRect;
int m_iSmWidth;
int m_iSmHeight;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COpExec2DRSPTestTdView)
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~COpExec2DRSPTestTdView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(COpExec2DRSPTestTdView)
afx_msg void OnMove(int x, int y);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CDC* m_pMemDC;
CRsp2DTdRecord* m_pCurTdRecord;
void DrawColorTable(CDC* pDC);
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OPEXEC2DRSPTESTTDVIEW_H__F6BC4D04_A85D_4067_9DFC_9FD9E0672D0F__INCLUDED_)