lazarus/components/anchordocking/design/anchordockingdsgn.pas
mattias 9cf9902754 moved anchordocking to components
git-svn-id: trunk@36005 -
2012-03-14 19:24:11 +00:00

22 lines
415 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit AnchorDockingDsgn;
interface
uses
RegisterAnchorDocking, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('RegisterAnchorDocking', @RegisterAnchorDocking.Register);
end;
initialization
RegisterPackage('AnchorDockingDsgn', @Register);
end.