This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
@@ -0,0 +1,55 @@
#if !defined(AFX_OPEXEC2DRSPTESTTDLISTVIEW_H__F0310EB3_936E_42EF_9FCB_CFEFD39A7B5C__INCLUDED_)
#define AFX_OPEXEC2DRSPTESTTDLISTVIEW_H__F0310EB3_936E_42EF_9FCB_CFEFD39A7B5C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// opexec2drsptesttdlistview.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COpExec2DRSPTestTdListView view
class COpExec2DRSPTestTdListView : public CListView
{
protected:
COpExec2DRSPTestTdListView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(COpExec2DRSPTestTdListView)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COpExec2DRSPTestTdListView)
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 ~COpExec2DRSPTestTdListView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(COpExec2DRSPTestTdListView)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OPEXEC2DRSPTESTTDLISTVIEW_H__F0310EB3_936E_42EF_9FCB_CFEFD39A7B5C__INCLUDED_)