ReportControlFactory.h
上传用户:kairuinn
上传日期:2009-02-07
资源大小:2922k
文件大小:0k
源码类别:

图形图象

开发平台:

Visual C++

  1. #ifndef _REPORTCONTROLFACTORY_H_
  2. #define _REPORTCONTROLFACTORY_H_
  3. #include "DiagramEditorDiagramEntity.h"
  4. class CReportControlFactory {
  5. public:
  6. static CDiagramEntity* CreateFromString( const CString& str );
  7. };
  8. #endif // _REPORTCONTROLFACTORY_H_