mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 15:56:00 +02:00
dockmanager example: fixed unit file names
git-svn-id: trunk@20041 -
This commit is contained in:
parent
35911b87ad
commit
2add8fb02d
@ -33,7 +33,7 @@
|
|||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="7">
|
<Units Count="6">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="easydocking.lpr"/>
|
<Filename Value="easydocking.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
@ -72,11 +72,6 @@
|
|||||||
<Filename Value="BUGS.txt"/>
|
<Filename Value="BUGS.txt"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
</Unit5>
|
</Unit5>
|
||||||
<Unit6>
|
|
||||||
<Filename Value="easydockhelpers.pas"/>
|
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
<UnitName Value="EasyDockHelpers"/>
|
|
||||||
</Unit6>
|
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
|
@ -7,10 +7,10 @@ program EasyDocking;
|
|||||||
uses
|
uses
|
||||||
Interfaces,
|
Interfaces,
|
||||||
Forms,
|
Forms,
|
||||||
fMain in 'fMain.pas' {EasyDockMain},
|
fMain in 'fmain.pas' {EasyDockMain},
|
||||||
fDockable in 'fDockable.pas' {Dockable},
|
fDockable in 'fdockable.pas' {Dockable},
|
||||||
EasyDockSite in 'EasyDockSite.pas',
|
EasyDockSite in 'easydocksite.pas',
|
||||||
fTree in 'fTree.pas', EasyDockHelpers {DumpBox};
|
fTree in 'ftree.pas';
|
||||||
|
|
||||||
{.$R *.res}
|
{.$R *.res}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user