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

📄 vispdfd12.dpk

📁 生成PDF文档的控件
💻 DPK
字号:
package VisPDFD12;

{$R *.res}
{$R 'VPDFReg.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 OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD ON}

requires
  rtl,
  vcl,
  vclimg;

contains
  VPDFZLibConst in 'VPDFZLibConst.pas',
  VPDFBarcode in 'VPDFBarcode.pas',
  VPDFCCITT in 'VPDFCCITT.pas',
  VPDFCLibs in 'VPDFCLibs.pas',
  VPDFCrypt in 'VPDFCrypt.pas',
  VPDFData in 'VPDFData.pas',
  VPDFDoc in 'VPDFDoc.pas',
  VPDFFontRecords in 'VPDFFontRecords.pas',
  VPDFFonts in 'VPDFFonts.pas',
  VPDFImage in 'VPDFImage.pas',
  VPDFJpegLib in 'VPDFJpegLib.pas',
  VPDFObjects in 'VPDFObjects.pas',
  VPDFReg in 'VPDFReg.pas',
  VPDFTiff in 'VPDFTiff.pas',
  VPDFTypes in 'VPDFTypes.pas',
  VPDFWmf in 'VPDFWmf.pas',
  VPDFZLib in 'VPDFZLib.pas';

end.

⌨️ 快捷键说明

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