mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:59:11 +02:00
IDE: Format uses sections in ProjectWizardDlg.
This commit is contained in:
parent
09885fc447
commit
2fe0b62df8
@ -28,8 +28,15 @@ unit ProjectWizardDlg;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, Buttons,
|
Classes, SysUtils,
|
||||||
LazarusIDEStrConsts, IDEImagesIntf, EnvironmentOpts, StdCtrls;
|
// LCL
|
||||||
|
Forms, Controls, StdCtrls, Graphics, Dialogs, Buttons,
|
||||||
|
// BuildIntf
|
||||||
|
PackageIntf,
|
||||||
|
// IdeIntf
|
||||||
|
IDEImagesIntf,
|
||||||
|
// IDE
|
||||||
|
LazarusIDEStrConsts, EnvironmentOpts;
|
||||||
|
|
||||||
type
|
type
|
||||||
TProjectWizardSelectionType = (
|
TProjectWizardSelectionType = (
|
||||||
@ -68,7 +75,6 @@ function ShowProjectWizardDlg(out ARecentProject: String): TProjectWizardSelecti
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
{$R *.lfm}
|
{$R *.lfm}
|
||||||
uses PackageIntf;
|
|
||||||
|
|
||||||
function ShowProjectWizardDlg(out ARecentProject: String): TProjectWizardSelectionType;
|
function ShowProjectWizardDlg(out ARecentProject: String): TProjectWizardSelectionType;
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user