a
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
#if !defined(AFX_APPDATARSPCETDCONLISTVIEW_H__6B842DC2_45C2_45D8_B911_E31A11F8CF2C__INCLUDED_)
|
||||
#define AFX_APPDATARSPCETDCONLISTVIEW_H__6B842DC2_45C2_45D8_B911_E31A11F8CF2C__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// appdatarspcetdconlistview.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CAppDataRspCETdConListView view
|
||||
|
||||
class CAppDataRspCETdConListView : public CListView
|
||||
{
|
||||
protected:
|
||||
CAppDataRspCETdConListView(); // protected constructor used by dynamic creation
|
||||
CMDIChildWnd* m_pMngFrm;
|
||||
|
||||
DECLARE_DYNCREATE(CAppDataRspCETdConListView)
|
||||
|
||||
// Attributes
|
||||
public:
|
||||
|
||||
// Operations
|
||||
public:
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CAppDataRspCETdConListView)
|
||||
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 ~CAppDataRspCETdConListView();
|
||||
#ifdef _DEBUG
|
||||
virtual void AssertValid() const;
|
||||
virtual void Dump(CDumpContext& dc) const;
|
||||
#endif
|
||||
|
||||
// Generated message map functions
|
||||
protected:
|
||||
//{{AFX_MSG(CAppDataRspCETdConListView)
|
||||
afx_msg void OnColumnclick(NMHDR* pNMHDR, LRESULT* pResult);
|
||||
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
|
||||
afx_msg void OnRclick(NMHDR* pNMHDR, LRESULT* pResult);
|
||||
afx_msg void OnOpDataRemove();
|
||||
afx_msg void OnOpDeleteElectrode();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
public:
|
||||
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
|
||||
afx_msg BOOL OnMouseWheel(UINT nFlags, short zDelta, CPoint pt);
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_APPDATARSPCETDCONLISTVIEW_H__6B842DC2_45C2_45D8_B911_E31A11F8CF2C__INCLUDED_)
|
||||
Reference in New Issue
Block a user