1 Star 0 Fork 44

houzhanwu/WebFastReport

forked from soar/WebFastReport 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WebFastReportProj.dpr 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
隐龙 提交于 2014-10-15 23:28 . 发行版本,CVS迁入
library WebFastReportProj;
uses
ComServ,
WebFastReportProj_TLB in 'WebFastReportProj_TLB.pas',
WebFastReportImpl1 in 'WebFastReportImpl1.pas' {WebFastReportFrm: TActiveForm} {WebFastReport: CoClass},
NativeXml in 'NativeXml.pas',
ReportData in 'ReportData.pas',
ReportDataLoader in 'ReportDataLoader.pas',
WebFastReport in 'WebFastReport.pas',
ICS_HttpProt in 'ICS_HttpProt.pas',
ICS_WSockBuf in 'ICS_WSockBuf.pas',
ICS_WSocket in 'ICS_WSocket.pas',
SysComm in 'SysComm.pas';
{$E ocx}
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.RES}
begin
end.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/houzhanwu/WebFastReport.git
git@gitee.com:houzhanwu/WebFastReport.git
houzhanwu
WebFastReport
WebFastReport
master

搜索帮助