// RSP2DTdRecord.h: interface for the CRSP2DTdRecord class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_RSP2DTDRECORD_H__AB41F0F5_DC5B_4FFB_9D3C_E26EFCA75F30__INCLUDED_) #define AFX_RSP2DTDRECORD_H__AB41F0F5_DC5B_4FFB_9D3C_E26EFCA75F30__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "TdRecord.h" class CRsp2DTdRecord : public CTdRecord { public: int m_iC1; int m_iC2; int m_iP1; int m_iP2; int m_iLevel; int m_iPosInLevel; COLORREF m_colorREF; CRect m_recPtArea; BOOL SaveData(DWORD dwChID); BOOL LoadOrgData(); void ClearAll(); CRsp2DTdRecord(DWORD dwChID, _ConnectionPtr& pConnection); virtual ~CRsp2DTdRecord(); }; #endif // !defined(AFX_RSP2DTDRECORD_H__AB41F0F5_DC5B_4FFB_9D3C_E26EFCA75F30__INCLUDED_)