22 lines
430 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit tb2k_d7;
interface
uses
TB2Version, TB2Toolbar, TB2Consts, TB2Dock, TB2ExtItems, TB2Item, TB2Common,
TB2Hook, TB2ToolWindow, TB2MRU, TB2Anim, TB2MDI, TB2Acc, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('tb2k_d7', @Register);
end.