mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 00:08:11 +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"/>
|
||||
</Item1>
|
||||
</RequiredPackages>
|
||||
<Units Count="7">
|
||||
<Units Count="6">
|
||||
<Unit0>
|
||||
<Filename Value="easydocking.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -72,11 +72,6 @@
|
||||
<Filename Value="BUGS.txt"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit5>
|
||||
<Unit6>
|
||||
<Filename Value="easydockhelpers.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="EasyDockHelpers"/>
|
||||
</Unit6>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
|
@ -7,10 +7,10 @@ program EasyDocking;
|
||||
uses
|
||||
Interfaces,
|
||||
Forms,
|
||||
fMain in 'fMain.pas' {EasyDockMain},
|
||||
fDockable in 'fDockable.pas' {Dockable},
|
||||
EasyDockSite in 'EasyDockSite.pas',
|
||||
fTree in 'fTree.pas', EasyDockHelpers {DumpBox};
|
||||
fMain in 'fmain.pas' {EasyDockMain},
|
||||
fDockable in 'fdockable.pas' {Dockable},
|
||||
EasyDockSite in 'easydocksite.pas',
|
||||
fTree in 'ftree.pas';
|
||||
|
||||
{.$R *.res}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user