Files
geomative/GeomativeStudio/h/AppDataSP2DTdConListView.h
coco df489d5640 a
2026-07-03 16:05:30 +08:00

65 lines
1.9 KiB
C++

#if !defined(AFX_APPDATASP2DTDCONLISTVIEW_H__1F9CB6F2_E48C_4C08_A09B_308936B24F36__INCLUDED_)
#define AFX_APPDATASP2DTDCONLISTVIEW_H__1F9CB6F2_E48C_4C08_A09B_308936B24F36__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AppDataSP2DTdConListView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAppDataSP2DTdConListView view
class CAppDataSP2DTdConListView : public CListView
{
protected:
CAppDataSP2DTdConListView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CAppDataSP2DTdConListView)
CMDIChildWnd* m_pMngFrm;
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAppDataSP2DTdConListView)
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 ~CAppDataSP2DTdConListView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CAppDataSP2DTdConListView)
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnColumnclick(NMHDR* pNMHDR, LRESULT* pResult);
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_APPDATASP2DTDCONLISTVIEW_H__1F9CB6F2_E48C_4C08_A09B_308936B24F36__INCLUDED_)