vispdfd12.dpk
来自「生成PDF文档的控件」· DPK 代码 · 共 53 行
DPK
53 行
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 + =
减小字号Ctrl + -
显示快捷键?