a
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
#if !defined(AFX_OPEXECCERSPTESTTDLISTVIEW_H__9C0D47C2_E1D5_4136_9615_0973BC6FD00F__INCLUDED_)
|
||||
#define AFX_OPEXECCERSPTESTTDLISTVIEW_H__9C0D47C2_E1D5_4136_9615_0973BC6FD00F__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// opexeccersptesttdlistview.h : header file
|
||||
//
|
||||
|
||||
|
||||
extern int CALLBACK ListStrCompare(LPARAM lParam1, LPARAM lParam2, LPARAM lSortObject);
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// COpExecCERSPTestTdListView view
|
||||
|
||||
class COpExecCERSPTestTdListView : public CListView
|
||||
{
|
||||
protected:
|
||||
COpExecCERSPTestTdListView(); // protected constructor used by dynamic creation
|
||||
DECLARE_DYNCREATE(COpExecCERSPTestTdListView)
|
||||
|
||||
// Attributes
|
||||
public:
|
||||
|
||||
// Operations
|
||||
public:
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(COpExecCERSPTestTdListView)
|
||||
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 ~COpExecCERSPTestTdListView();
|
||||
#ifdef _DEBUG
|
||||
virtual void AssertValid() const;
|
||||
virtual void Dump(CDumpContext& dc) const;
|
||||
#endif
|
||||
|
||||
// Generated message map functions
|
||||
protected:
|
||||
//{{AFX_MSG(COpExecCERSPTestTdListView)
|
||||
afx_msg void OnColumnclick(NMHDR* pNMHDR, LRESULT* pResult);
|
||||
afx_msg void OnInsertitem(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_OPEXECCERSPTESTTDLISTVIEW_H__9C0D47C2_E1D5_4136_9615_0973BC6FD00F__INCLUDED_)
|
||||
Reference in New Issue
Block a user