This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
// SP2DTdRecord.h: interface for the CSP2DTdRecord class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SP2DTDRECORD_H__FD7C27AE_4282_4AC9_85C5_AF80257E7DCA__INCLUDED_)
#define AFX_SP2DTDRECORD_H__FD7C27AE_4282_4AC9_85C5_AF80257E7DCA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "TdRecord.h"
class CSP2DTdRecord : public CTdRecord
{
public:
CSP2DTdRecord(DWORD dwChID, _ConnectionPtr& pConnection);
virtual ~CSP2DTdRecord();
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();
};
#endif // !defined(AFX_SP2DTDRECORD_H__FD7C27AE_4282_4AC9_85C5_AF80257E7DCA__INCLUDED_)