delforex9.dpr

来自「delphi代码格式化,最新汉化版」· DPR 代码 · 共 36 行

DPR
36
字号
{|----------------------------------------------------------------------
 | Library:     DelForEx7
 |
 | Author:      Egbert van Nes
 |
 | Description: The library generating the expert dll
 |              to be used with Delphi 7
 |              Compile with packages to save memory
 |              (it needs Delphi anyway)
 |              The engine of the formatter is in a separate dll
 |              of which the source code is not free
 |
 | Copyright (c) 2000  Egbert van Nes
 |   All rights reserved
 |   Disclaimer and licence notes: see license.txt
 |
 |----------------------------------------------------------------------
}
library DelForEx9;


{$IFNDEF Ver170}
Compile This Expert Only with Delphi 9(D2005)
{$ENDIF}

uses
  DelForExReg in 'DelForExReg.pas',
  DelForExpert in 'DelForExpert.pas',
  OTAUtils in 'OTAUtils.pas',
  MyIDEStream in 'MyIDEStream.pas';

{$E dll}

end.

⌨️ 快捷键说明

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