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

61 lines
1.6 KiB
C++

#if !defined(AFX_APPDATACESTDGRLISTVIEW_H__AD4C58AC_EA68_4E94_9E1D_3FABDBAF4B9C__INCLUDED_)
#define AFX_APPDATACESTDGRLISTVIEW_H__AD4C58AC_EA68_4E94_9E1D_3FABDBAF4B9C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AppDataCESTdGrListView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAppDataCESTdGrListView view
class CAppDataCESTdGrListView : public CListView
{
protected:
CAppDataCESTdGrListView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CAppDataCESTdGrListView)
// Attributes
public:
// Operations
public:
void SetTdAR(int iAR){m_iAR = iAR;}
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAppDataCESTdGrListView)
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 ~CAppDataCESTdGrListView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CAppDataCESTdGrListView)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
int m_iAR;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_APPDATACESTDGRLISTVIEW_H__AD4C58AC_EA68_4E94_9E1D_3FABDBAF4B9C__INCLUDED_)