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

📄 fastnet.dpk

📁 DELPHI里面一些常用的控件
💻 DPK
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -