📄 dws2mflibrary.dpk
字号:
package dws2MFLibrary;
{$R *.res}
{$R '..\MFLib\dws2MFLib.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 OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'DelphiWebScript II - MFLib'}
{$LIBSUFFIX '60'}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
dws2Runtime;
contains
RegExpr in '..\MFLib\RegExpr.pas',
ProcessViewer in '..\MFLib\ProcessViewer.pas',
dws2MFLoader in '..\MFLib\dws2MFLoader.pas',
dws2MFLibFuncs in '..\MFLib\dws2MFLibFuncs.pas',
dws2MFLibUtils in '..\MFLib\dws2MFLibUtils.pas',
dws2MFLibModule in '..\MFLib\dws2MFLibModule.pas' {dws2MFLib: TDataModule},
ZipUnzip in '..\MFLib\ZipUnzip.pas',
dws2MFZipLibModule in '..\MFLib\dws2MFZipLibModule.pas' {dws2MFZipLib: TDataModule};
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -