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