lazarus/components/turbopower_ipro/design/turbopoweriprodsgn.pas
mattias d4c8ad09ca IDE: change class dialog: improved layout
git-svn-id: trunk@13589 -
2008-01-02 23:14:17 +00:00

22 lines
403 B
ObjectPascal

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