diff --git a/components/cgi/cgilaz.pas b/components/cgi/cgilaz.pas index e3cec43528..bc00d65f41 100644 --- a/components/cgi/cgilaz.pas +++ b/components/cgi/cgilaz.pas @@ -1,20 +1,20 @@ { This file was automatically created by Lazarus. Do not edit! -This source is only used to compile and install the package. + This source is only used to compile and install the package. } -unit cgiLaz; +unit cgilaz; interface uses - cgiModules, LazarusPackageIntf; + cgiModules, LazarusPackageIntf; implementation -procedure Register; +procedure Register; begin -end; +end; initialization - RegisterPackage('cgiLaz', @Register); + RegisterPackage('cgiLaz',@Register); end. diff --git a/components/cgi/ide/cgilazide.pas b/components/cgi/ide/cgilazide.pas index c3e4dad1f9..5aa00396d7 100644 --- a/components/cgi/ide/cgilazide.pas +++ b/components/cgi/ide/cgilazide.pas @@ -1,21 +1,21 @@ { This file was automatically created by Lazarus. Do not edit! -This source is only used to compile and install the package. + This source is only used to compile and install the package. } -unit CGILazIDE; +unit cgilazide; interface uses - CGILazIDEIntf, LazarusPackageIntf; + CGILazIDEIntf, LazarusPackageIntf; implementation -procedure Register; +procedure Register; begin - RegisterUnit('CGILazIDEIntf', @CGILazIDEIntf.Register); -end; + RegisterUnit('CGILazIDEIntf',@CGILazIDEIntf.Register); +end; initialization - RegisterPackage('CGILazIDE', @Register); + RegisterPackage('CGILazIDE',@Register); end. diff --git a/components/memds/memdslaz.pas b/components/memds/memdslaz.pas index c91837960f..b2bc5315f2 100644 --- a/components/memds/memdslaz.pas +++ b/components/memds/memdslaz.pas @@ -1,21 +1,21 @@ { This file was automatically created by Lazarus. Do not edit! -This source is only used to compile and install the package. + This source is only used to compile and install the package. } -unit MemDSLaz; +unit memdslaz; interface uses - memds, frmSelectDataset, LazarusPackageIntf; + memds, frmSelectDataset, LazarusPackageIntf; implementation -procedure Register; +procedure Register; begin - RegisterUnit('frmSelectDataset', @frmSelectDataset.Register); -end; + RegisterUnit('frmSelectDataset',@frmSelectDataset.Register); +end; initialization - RegisterPackage('MemDSLaz', @Register); + RegisterPackage('MemDSLaz',@Register); end. diff --git a/components/opengl/lazopenglcontext.pas b/components/opengl/lazopenglcontext.pas index 0ff5cd0f6d..7e19ff8d85 100644 --- a/components/opengl/lazopenglcontext.pas +++ b/components/opengl/lazopenglcontext.pas @@ -1,21 +1,21 @@ { This file was automatically created by Lazarus. Do not edit! -This source is only used to compile and install the package. + This source is only used to compile and install the package. } -unit LazOpenGLContext; +unit lazopenglcontext; interface uses - OpenGLContext, LazarusPackageIntf; + OpenGLContext, LazarusPackageIntf; implementation -procedure Register; +procedure Register; begin - RegisterUnit('OpenGLContext', @OpenGLContext. Register); -end; + RegisterUnit('OpenGLContext',@OpenGLContext.Register); +end; initialization - RegisterPackage('LazOpenGLContext', @Register); -end. + RegisterPackage('LazOpenGLContext',@Register); +end. diff --git a/components/projecttemplates/projtemplates.pas b/components/projecttemplates/projtemplates.pas index 26872b0f1c..4a0ea94415 100644 --- a/components/projecttemplates/projtemplates.pas +++ b/components/projecttemplates/projtemplates.pas @@ -1,22 +1,22 @@ { This file was automatically created by Lazarus. Do not edit! -This source is only used to compile and install the package. + This source is only used to compile and install the package. } -unit ProjTemplates; +unit projtemplates; interface uses - ProjectTemplates, IDETemplateProject, frmTemplateVariables, - LazarusPackageIntf; + 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. diff --git a/components/rtticontrols/runtimetypeinfocontrols.pas b/components/rtticontrols/runtimetypeinfocontrols.pas index 4c8b93656c..c3184e8945 100644 --- a/components/rtticontrols/runtimetypeinfocontrols.pas +++ b/components/rtticontrols/runtimetypeinfocontrols.pas @@ -1,22 +1,22 @@ -{ Diese Datei wurde automatisch von Lazarus erzeugt. Sie darf nicht bearbeitet werden! -Dieser Quelltext dient nur dem Übersetzen und Installieren des Packages. +{ This file was automatically created by Lazarus. Do not edit! + This source is only used to compile and install the package. } -unit RunTimeTypeInfoControls; +unit runtimetypeinfocontrols; interface uses - RTTICtrls, RTTIGrids, LazarusPackageIntf; + RTTICtrls, RTTIGrids, LazarusPackageIntf; 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. diff --git a/components/sdf/sdflaz.pas b/components/sdf/sdflaz.pas index b573bfa7a5..ab8ca196ff 100644 --- a/components/sdf/sdflaz.pas +++ b/components/sdf/sdflaz.pas @@ -1,21 +1,21 @@ { This file was automatically created by Lazarus. Do not edit! -This source is only used to compile and install the package. + This source is only used to compile and install the package. } -unit SDFLaz; +unit sdflaz; interface uses - RegisterSDF, sdfdata, LazarusPackageIntf; + RegisterSDF, sdfdata, LazarusPackageIntf; implementation -procedure Register; +procedure Register; begin - RegisterUnit('RegisterSDF', @RegisterSDF.Register); -end; + RegisterUnit('RegisterSDF',@RegisterSDF.Register); +end; initialization - RegisterPackage('SDFLaz', @Register); + RegisterPackage('SDFLaz',@Register); end. diff --git a/components/tdbf/dbflaz.pas b/components/tdbf/dbflaz.pas index ab53cb53b1..7a41410e60 100644 --- a/components/tdbf/dbflaz.pas +++ b/components/tdbf/dbflaz.pas @@ -1,21 +1,21 @@ { This file was automatically created by Lazarus. Do not edit! -This source is only used to compile and install the package. + This source is only used to compile and install the package. } -unit DBFLaz; +unit dbflaz; interface uses - RegisterDBF, Dbf, LazarusPackageIntf; + RegisterDBF, Dbf, LazarusPackageIntf; implementation -procedure Register; +procedure Register; begin - RegisterUnit('RegisterDBF', @RegisterDBF.Register); -end; + RegisterUnit('RegisterDBF',@RegisterDBF.Register); +end; initialization - RegisterPackage('DBFLaz', @Register); + RegisterPackage('DBFLaz',@Register); end.