⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 publicmodal.dpk

📁 实达企业在线EOL源码
💻 DPK
字号:
package PublicModal;

{$R *.RES}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD ON}

requires
  vcl50,
  Vclmid50,
  Vcldb50,
  Vclx50,
  VclSmp50,
  vclado50,
  Vclbde50,
  dclaxserver50,
  FirstClass_d5,
  ip50_d5,
  KDBEXP5,
  Ehlib,
  Eol,
  vcljpg50,
  TEhGridEx;

contains
  ReportData in 'ReportData.pas' {PubReportData: TDataModule},
  ReportFixFrame in '..\ReportFixFrame.pas' {Rep_FixFrame: TFrame},
  ReportProp in '..\ReportProp.pas' {ReportPropFrm},
  RPT_ExportReportForm in '..\RPT_ExportReportForm.pas' {RPT_ExportReportFrm},
  ReportFixForm in '..\ReportFixForm.pas' {ReportFixFrm},
  SystemConstUnit in '..\..\..\..\Public\PublicUnit\SystemConstUnit.pas',
  GlobalUnit in '..\..\..\..\Public\PublicUnit\GlobalUnit.pas';

end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -