delforex10.dpr

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

DPR
45
字号
{|----------------------------------------------------------------------
 | 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 + =
减小字号Ctrl + -
显示快捷键?