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

📄 creport4.dpk

📁 Nicesoft ERP 是新一代智能型 ERP 系统
💻 DPK
字号:
package creport4;

{$R *.res}
{$R 'TB97Reg.dcr'}
{$ALIGN 8}
{$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 OFF}

requires
  vcl,
  vclx,
  vcldb,
  vclsmp,
  designide,
  bdertl,
  vcljpg;

contains
  ReportControl in 'ReportControl.pas',
  TB97Tlwn in 'TB97Tlwn.pas',
  TB97 in 'TB97.pas',
  TB97Cmn in 'TB97Cmn.pas',
  TB97Cnst in 'TB97Cnst.pas',
  TB97Ctls in 'TB97Ctls.pas',
  TB97Reg in 'TB97Reg.pas',
  TB97Tlbr in 'TB97Tlbr.pas';

end.

⌨️ 快捷键说明

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