fastnet.dpk
来自「DELPHI里面一些常用的控件」· DPK 代码 · 共 68 行
DPK
68 行
package FastNet;
{$R *.res}
{$R 'NMReg.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}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
designide,
xmlrtl,
vclactnband,
vclx;
contains
NM64Decode in 'NM64Decode.pas',
NM64Encode in 'NM64Encode.pas',
NMConst in 'NMConst.pas',
NMDayTim in 'NMDayTim.pas',
NMEcho in 'NMEcho.pas',
NMExtstr in 'NMExtstr.pas',
NMFIFOBuffer in 'NMFIFOBuffer.pas',
NMFileBuffer in 'NMFileBuffer.pas',
NMFngr in 'NMFngr.pas',
NMFtp in 'NMFtp.pas',
NMHTML in 'NMHTML.pas',
NMHttp in 'NMHttp.pas',
NMICMP in 'NMICMP.pas',
NMMSG in 'NMMSG.pas',
NMNNTP in 'NMNNTP.pas',
NMpop3 in 'NMpop3.pas',
NMReg in 'NMReg.pas',
NMS_Huge in 'NMS_Huge.pas',
NMs_stream in 'NMs_stream.pas',
NMSMTP in 'NMSMTP.pas',
NMSTRM in 'NMSTRM.pas',
NMTime in 'NMTime.pas',
NMUDP in 'NMUDP.pas',
NMURL in 'NMURL.pas',
NMUUDecode in 'NMUUDecode.pas',
NMUUE in 'NMUUE.pas',
NMUUEncode in 'NMUUEncode.pas',
Psock in 'Psock.pas',
URLParse in 'URLParse.pas';
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?