
#includeusing namespace Gdiplus; #include "ReportRecordBoxItem.h" #include "ReportRecordItemBoxText.h" COLORREF Fill,Edge; CXTPReportRecord* pRecord=new CXTPReportRecord; pRecord->AddItem(new CReportRecordItemBox(Fill, Edge)); pRecord->AddItem(new CReportRecordItemBoxText(Fill, Edge, _T("ABCDEFG")));
Posted by chungki


