69 lines
2.0 KiB
C++
69 lines
2.0 KiB
C++
#if !defined(AFX_APPDATAIPSPTDCONLISTVIEW_H__E9B3785B_19DC_43F3_B5ED_D26F7E8FCAEC__INCLUDED_)
|
|
#define AFX_APPDATAIPSPTDCONLISTVIEW_H__E9B3785B_19DC_43F3_B5ED_D26F7E8FCAEC__INCLUDED_
|
|
|
|
#include "MainFrm.h"
|
|
#include "datamngframe.h"
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// appdataipsp2dtdconlistview.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CAppDataIpsp2DTdConListView view
|
|
|
|
class CAppDataIpsp2DTdConListView : public CListView
|
|
{
|
|
protected:
|
|
CAppDataIpsp2DTdConListView(); // protected constructor used by dynamic creation
|
|
CMDIChildWnd* m_pMngFrm;
|
|
|
|
DECLARE_DYNCREATE(CAppDataIpsp2DTdConListView)
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CAppDataIpsp2DTdConListView)
|
|
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 ~CAppDataIpsp2DTdConListView();
|
|
#ifdef _DEBUG
|
|
virtual void AssertValid() const;
|
|
virtual void Dump(CDumpContext& dc) const;
|
|
#endif
|
|
|
|
// Generated message map functions
|
|
protected:
|
|
//{{AFX_MSG(CAppDataIpsp2DTdConListView)
|
|
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_APPDATAIPSPTDCONLISTVIEW_H__E9B3785B_19DC_43F3_B5ED_D26F7E8FCAEC__INCLUDED_)
|