// Ipsp3DTdRecord.h: interface for the CIpsp3DTdRecord class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_IPSP3DTDRECORD_H__76891F41_C116_4713_AB04_7ADE5A636E8B__INCLUDED_) #define AFX_IPSP3DTDRECORD_H__76891F41_C116_4713_AB04_7ADE5A636E8B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "TdRecord.h" class CIpsp3DTdRecord : public CTdRecord { public: CIpsp3DTdRecord(DWORD dwChID, _ConnectionPtr& pConnection); virtual ~CIpsp3DTdRecord(); BOOL SaveData(DWORD dwChID); //保存数据(dwChID---in:通道编号) BOOL LoadOrgData(); //加载原始数据 void ClearAll(); //清空所有 int m_iC1; int m_iC2; int m_iP1; int m_iP2; int m_iLevel; int m_iPosInLevel; COLORREF m_colorREF; CRect m_recPtArea; }; #endif // !defined(AFX_IPSP3DTDRECORD_H__76891F41_C116_4713_AB04_7ADE5A636E8B__INCLUDED_)