a
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
// Script2D.h: interface for the CScript class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if !defined(AFX_SCRIPT_H__45B0E20E_DA17_47A7_AFE9_ED7AC5802EE8__INCLUDED_)
|
||||
#define AFX_SCRIPT_H__45B0E20E_DA17_47A7_AFE9_ED7AC5802EE8__INCLUDED_
|
||||
|
||||
#include "LinkList.h"
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#include "Script.h"
|
||||
|
||||
class CScript2D : public CScript
|
||||
{
|
||||
public:
|
||||
bool ShowChannelList(CListCtrl& sptChannelList);
|
||||
bool ShowSptConInfo(CListCtrl& sptConList);
|
||||
bool ShowSptDetailInfo(CListCtrl& sptDetailList);
|
||||
void AdjustRecListColumn(int iAR, CListCtrl& sptConListInfo);
|
||||
CScript2D(DWORD dwID, _ConnectionPtr& pConnection);
|
||||
virtual ~CScript2D();
|
||||
|
||||
CPtrList m_chaList;
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // !defined(AFX_SCRIPT_H__45B0E20E_DA17_47A7_AFE9_ED7AC5802EE8__INCLUDED_)
|
||||
Reference in New Issue
Block a user