62 lines
1.6 KiB
C++
62 lines
1.6 KiB
C++
#if !defined(AFX_APPEXECSPTCHANNELLISTVIEW_H__83A06557_D994_4CC5_BD71_1A9655970233__INCLUDED_)
|
|
#define AFX_APPEXECSPTCHANNELLISTVIEW_H__83A06557_D994_4CC5_BD71_1A9655970233__INCLUDED_
|
|
|
|
#include "MainFrm.h"
|
|
#include "sptmngframe.h"
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// appexecsptchannellistview.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CAppSptChannelListView view
|
|
|
|
class CAppSptChannelListView : public CListView
|
|
{
|
|
protected:
|
|
CAppSptChannelListView(); // protected constructor used by dynamic creation
|
|
CMDIChildWnd* m_pMngFrm;
|
|
|
|
DECLARE_DYNCREATE(CAppSptChannelListView)
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CAppSptChannelListView)
|
|
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 ~CAppSptChannelListView();
|
|
#ifdef _DEBUG
|
|
virtual void AssertValid() const;
|
|
virtual void Dump(CDumpContext& dc) const;
|
|
#endif
|
|
|
|
// Generated message map functions
|
|
protected:
|
|
//{{AFX_MSG(CAppSptChannelListView)
|
|
// NOTE - the ClassWizard will add and remove member functions here.
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_APPEXECSPTCHANNELLISTVIEW_H__83A06557_D994_4CC5_BD71_1A9655970233__INCLUDED_)
|