📄 delforex9.dpr
字号:
{|----------------------------------------------------------------------
| 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -