?? 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 + -