mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 14:57:57 +02:00
components: less hints
git-svn-id: trunk@51782 -
This commit is contained in:
parent
be5601fd37
commit
01898d3c57
@ -1,21 +1,22 @@
|
||||
{ This file was automatically created by Lazarus. do not edit!
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit lazplotfunction;
|
||||
unit lazplotfunction;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
regplotpanel, exprplotpanel, plotpanel, LazarusPackageIntf;
|
||||
regplotpanel, exprplotpanel, plotpanel, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('regplotpanel', @regplotpanel.Register);
|
||||
end;
|
||||
RegisterUnit('regplotpanel', @regplotpanel.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('lazplotfunction', @Register);
|
||||
RegisterPackage('lazplotfunction', @Register);
|
||||
end.
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit PoChecker;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit printers4lazide;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit Printer4Lazarus;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -2,21 +2,22 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit ProjTemplates;
|
||||
unit ProjTemplates;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
ProjectTemplates, IDETemplateProject, frmTemplateVariables,
|
||||
ProjectTemplates, IDETemplateProject, frmTemplateVariables,
|
||||
LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('IDETemplateProject', @IDETemplateProject.Register);
|
||||
end;
|
||||
RegisterUnit('IDETemplateProject', @IDETemplateProject.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('ProjTemplates', @Register);
|
||||
RegisterPackage('ProjTemplates', @Register);
|
||||
end.
|
||||
|
@ -2,8 +2,9 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit RunTimeTypeInfoControls;
|
||||
unit RunTimeTypeInfoControls;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
@ -11,12 +12,12 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('RTTICtrls', @RTTICtrls.Register);
|
||||
RegisterUnit('RTTIGrids', @RTTIGrids.Register);
|
||||
end;
|
||||
RegisterUnit('RTTICtrls', @RTTICtrls.Register);
|
||||
RegisterUnit('RTTIGrids', @RTTIGrids.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('RunTimeTypeInfoControls', @Register);
|
||||
RegisterPackage('RunTimeTypeInfoControls', @Register);
|
||||
end.
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit rx;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -2,8 +2,9 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit SDFLaz;
|
||||
unit SDFLaz;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
@ -11,11 +12,11 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('RegisterSDF', @RegisterSDF.Register);
|
||||
end;
|
||||
RegisterUnit('RegisterSDF', @RegisterSDF.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('SDFLaz', @Register);
|
||||
RegisterPackage('SDFLaz', @Register);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user