lazarus/examples/anchordocking/anchordockpkg.pas
mattias bc384354dc anchordocking: options dialog
git-svn-id: trunk@26072 -
2010-06-13 07:13:59 +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.