📄 delforex10.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 DelForEx10;
{$IFNDEF Ver180}
Compile This Expert Only with Delphi 10(D2006)
{$ENDIF}
uses
DelExpert in 'DelExpert.pas' {DelExpertDlg},
Delfor1 in 'Delfor1.pas',
DelforEng in 'DelforEng.pas',
DelForExpert in 'DelForExpert.pas',
DelForExReg in 'DelForExReg.pas',
DelforTypes in 'DelforTypes.pas',
EditFile in 'EditFile.pas' {FileEditDlg},
MyIDEStream in 'MyIDEStream.pas',
OObjects in 'OObjects.pas',
OptDlg in 'OptDlg.pas' {OptionsDlg},
OTAUtils in 'OTAUtils.pas',
progr in 'progr.pas' {ProgressDlg},
Setup1 in 'Setup1.pas';
{$E dll}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -