63 lines
1.6 KiB
C++
63 lines
1.6 KiB
C++
#if !defined(AFX_APPDATATZLISTVIEW_H__619F060F_43D9_4420_B649_9DAA2F721136__INCLUDED_)
|
|
#define AFX_APPDATATZLISTVIEW_H__619F060F_43D9_4420_B649_9DAA2F721136__INCLUDED_
|
|
|
|
#include "MainFrm.h"
|
|
#include "datamngframe.h"
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// appdatatzlistview.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CAppDataTzListView view
|
|
|
|
class CAppDataTzListView : public CListView
|
|
{
|
|
protected:
|
|
CAppDataTzListView(); // protected constructor used by dynamic creation
|
|
CMDIChildWnd* m_pMngFrm;
|
|
|
|
DECLARE_DYNCREATE(CAppDataTzListView)
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CAppDataTzListView)
|
|
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 ~CAppDataTzListView();
|
|
#ifdef _DEBUG
|
|
virtual void AssertValid() const;
|
|
virtual void Dump(CDumpContext& dc) const;
|
|
#endif
|
|
|
|
// Generated message map functions
|
|
protected:
|
|
//{{AFX_MSG(CAppDataTzListView)
|
|
afx_msg void OnColumnclick(NMHDR* pNMHDR, LRESULT* pResult);
|
|
afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_APPDATATZLISTVIEW_H__619F060F_43D9_4420_B649_9DAA2F721136__INCLUDED_)
|