a
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
// Script3D.h: interface for the CScript3D class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if !defined(AFX_SCRIPT3D_H__F606E67A_405A_492D_8827_60F72811463D__INCLUDED_)
|
||||
#define AFX_SCRIPT3D_H__F606E67A_405A_492D_8827_60F72811463D__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
//add by waston
|
||||
#include "Script.h"
|
||||
#include "scriptor.h"
|
||||
|
||||
class CScript3D : public CScript
|
||||
{
|
||||
public:
|
||||
|
||||
int m_iTpAmount;
|
||||
|
||||
CScript3D(DWORD dwID, _ConnectionPtr& pConnection);
|
||||
virtual ~CScript3D();
|
||||
|
||||
bool ShowSptConInfo(CListCtrl& sptConList);
|
||||
bool ShowSptDetailInfo(CListCtrl& sptDetailList);
|
||||
bool ShowChannelList(CListCtrl& sptChannelList);
|
||||
void AdjustRecListColumn(int iAR, CListCtrl& sptConListInfo);
|
||||
CPtrList m_chaList;
|
||||
|
||||
//这里动态申请有问题,暂时这么写,表示最大支持分割128个子脚本
|
||||
// int m_poleNum[128];//记录每个子脚本的电极数
|
||||
int m_PointNum[128];//记录每个子脚本的测点数
|
||||
|
||||
// int *m_poleNum;//记录每个子脚本的电极数
|
||||
// int *m_PointNum;//记录每个子脚本的测点数
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif // !defined(AFX_SCRIPT3D_H__F606E67A_405A_492D_8827_60F72811463D__INCLUDED_)
|
||||
Reference in New Issue
Block a user