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

59 lines
1.5 KiB
C++

#if !defined(AFX_APPDEVOLACVIEW_H__A08DC7E6_4C39_418F_ABDB_0C61257A428D__INCLUDED_)
#define AFX_APPDEVOLACVIEW_H__A08DC7E6_4C39_418F_ABDB_0C61257A428D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// appdevolacview.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAppDevOLACView view
class CAppDevOLACView : public CListView
{
protected:
CAppDevOLACView(); // protected constructor used by dynamic creation
CMDIChildWnd* m_pMngFrm;
DECLARE_DYNCREATE(CAppDevOLACView)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAppDevOLACView)
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 ~CAppDevOLACView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CAppDevOLACView)
// 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_APPDEVOLACVIEW_H__A08DC7E6_4C39_418F_ABDB_0C61257A428D__INCLUDED_)