2010-03-01 18:16:55 +00:00
|
|
|
{ This file was automatically created by Lazarus. do not edit !
|
|
|
|
This source is only used to compile and install the package.
|
2010-01-03 06:45:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
unit gradcontrols;
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2010-03-01 18:16:55 +00:00
|
|
|
ugradtabcontrol, ugradbtn, uRotateBitmap, LazarusPackageIntf;
|
2010-01-03 06:45:42 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
procedure Register;
|
|
|
|
begin
|
|
|
|
RegisterUnit('ugradtabcontrol', @ugradtabcontrol.Register);
|
|
|
|
RegisterUnit('ugradbtn', @ugradbtn.Register);
|
|
|
|
end;
|
|
|
|
|
|
|
|
initialization
|
|
|
|
RegisterPackage('gradcontrols', @Register);
|
|
|
|
end.
|