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
+34
View File
@@ -0,0 +1,34 @@
// SP3DTdRecord.h: interface for the CSP3DTdRecord class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SP3DTDRECORD_H__C62FED1D_D195_4784_A7BC_C1575B5FDA3C__INCLUDED_)
#define AFX_SP3DTDRECORD_H__C62FED1D_D195_4784_A7BC_C1575B5FDA3C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "TdRecord.h"
class CSP3DTdRecord : public CTdRecord
{
public:
CSP3DTdRecord(DWORD dwChID, _ConnectionPtr& pConnection);
virtual ~CSP3DTdRecord();
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_SP3DTDRECORD_H__C62FED1D_D195_4784_A7BC_C1575B5FDA3C__INCLUDED_)