a
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
#if !defined(AFX_APPDEVOLGRLISTVIEW_H__62617C91_F5E9_40F3_B856_A524965AE285__INCLUDED_)
|
||||
#define AFX_APPDEVOLGRLISTVIEW_H__62617C91_F5E9_40F3_B856_A524965AE285__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// appdevolgrlistview.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CAppDevOLGRListView view
|
||||
|
||||
class CAppDevOLGRListView : public CListView
|
||||
{
|
||||
protected:
|
||||
CAppDevOLGRListView(); // protected constructor used by dynamic creation
|
||||
CMDIChildWnd* m_pMngFrm;
|
||||
|
||||
DECLARE_DYNCREATE(CAppDevOLGRListView)
|
||||
|
||||
// Attributes
|
||||
public:
|
||||
|
||||
// Operations
|
||||
public:
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CAppDevOLGRListView)
|
||||
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 ~CAppDevOLGRListView();
|
||||
#ifdef _DEBUG
|
||||
virtual void AssertValid() const;
|
||||
virtual void Dump(CDumpContext& dc) const;
|
||||
#endif
|
||||
|
||||
// Generated message map functions
|
||||
protected:
|
||||
//{{AFX_MSG(CAppDevOLGRListView)
|
||||
afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
|
||||
afx_msg void OnOpDevRefreshGR();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_APPDEVOLGRLISTVIEW_H__62617C91_F5E9_40F3_B856_A524965AE285__INCLUDED_)
|
||||
Reference in New Issue
Block a user