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

22 lines
385 B
ObjectPascal

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