components: less hints

git-svn-id: trunk@51788 -
This commit is contained in:
mattias 2016-03-01 15:31:26 +00:00
parent 46e46e8b91
commit 17f571cf26
44 changed files with 161 additions and 115 deletions

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package.
}
unit IdeInspector;
unit IdeInspector;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -11,11 +12,11 @@ uses
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('MainInspector', @MainInspector.Register);
end;
RegisterUnit('MainInspector', @MainInspector.Register);
end;
initialization
RegisterPackage('IdeInspector', @Register);
RegisterPackage('IdeInspector', @Register);
end.

View File

@ -4,6 +4,7 @@
unit IdeLazLogger;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit industrial;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,15 +4,18 @@
unit pascalscript;
{$warn 5023 off : no warning about unused units}
interface
uses
uPSRuntime, uPSR_stdctrls, PascalScript_Core_Reg, uPSC_buttons, uPSC_classes,
uPSC_controls, uPSC_dateutils, uPSC_DB, uPSC_dll, uPSC_extctrls, uPSC_forms, uPSC_graphics,
uPSC_menus, uPSC_std, uPSC_stdctrls, uPSCompiler, uPSComponent, uPSComponent_Controls,
uPSComponent_DB, uPSComponent_Default, uPSComponent_Forms, uPSComponent_StdCtrls, uPSUtils,
uPSDebugger, uPSDisassembly, uPSPreProcessor, uPSR_buttons, uPSR_classes, uPSR_controls,
uPSR_dateutils, uPSR_DB, uPSR_dll, uPSR_extctrls, uPSR_forms, uPSR_graphics, uPSR_menus,
uPSRuntime, uPSR_stdctrls, PascalScript_Core_Reg, uPSC_buttons,
uPSC_classes, uPSC_controls, uPSC_dateutils, uPSC_DB, uPSC_dll,
uPSC_extctrls, uPSC_forms, uPSC_graphics, uPSC_menus, uPSC_std,
uPSC_stdctrls, uPSCompiler, uPSComponent, uPSComponent_Controls,
uPSComponent_DB, uPSComponent_Default, uPSComponent_Forms,
uPSComponent_StdCtrls, uPSUtils, uPSDebugger, uPSDisassembly,
uPSPreProcessor, uPSR_buttons, uPSR_classes, uPSR_controls, uPSR_dateutils,
uPSR_DB, uPSR_dll, uPSR_extctrls, uPSR_forms, uPSR_graphics, uPSR_menus,
uPSR_std, uPSC_comobj, uPSComponent_COM, uPSR_comobj, LazarusPackageIntf;
implementation

View File

@ -4,6 +4,7 @@
unit aarrebase;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit LazActiveX;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit AggPasLCL;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit anchordockpkg;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit AnchorDockingDsgn;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit cairocanvas_pkg;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit lhelpcontrolpkg;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -19,3 +20,4 @@ end;
initialization
RegisterPackage('lhelpcontrolpkg', @Register);
end.

View File

@ -4,6 +4,7 @@
unit ChmHelpPkg;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit CodeTools;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit Cody;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -1,9 +1,10 @@
{ 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 lazc;
unit LazC;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -11,11 +12,11 @@ uses
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('LazCUtil', @LazCUtil.Register);
end;
RegisterUnit('LazCUtil', @LazCUtil.Register);
end;
initialization
RegisterPackage('LazC', @Register);
RegisterPackage('LazC', @Register);
end.

View File

@ -4,6 +4,7 @@
unit customdrawn;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -1,20 +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 appforms;
unit appforms;
{$warn 5023 off : no warning about unused units}
interface
uses
AppForm, dbappform, regappforms, LazarusPackageIntf;
AppForm, dbappform, regappforms, LazarusPackageIntf;
implementation
procedure Register;
procedure Register;
begin
end;
end;
initialization
RegisterPackage('appforms', @Register);
RegisterPackage('appforms', @Register);
end.

View File

@ -1,21 +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 LazCustForms;
unit LazCustForms;
{$warn 5023 off : no warning about unused units}
interface
uses
custforms, LazarusPackageIntf;
custforms, LazarusPackageIntf;
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('custforms', @custforms.Register);
end;
RegisterUnit('custforms', @custforms.Register);
end;
initialization
RegisterPackage('LazCustForms', @Register);
RegisterPackage('LazCustForms', @Register);
end.

View File

@ -1,21 +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 lazdaemon;
unit lazdaemon;
{$warn 5023 off : no warning about unused units}
interface
uses
RegLazDaemon, daemonapp, lazdaemonapp, LazarusPackageIntf;
RegLazDaemon, daemonapp, lazdaemonapp, LazarusPackageIntf;
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('RegLazDaemon', @RegLazDaemon.Register);
end;
RegisterUnit('RegLazDaemon', @RegLazDaemon.Register);
end;
initialization
RegisterPackage('lazdaemon', @Register);
RegisterPackage('lazdaemon', @Register);
end.

View File

@ -1,23 +1,24 @@
{ Este arquivo foi automaticamente criado pelo Lazarus. Não edite!
Este fonte é usado apenas para compilar e instalar o pacote.
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit lazdatadict;
unit lazdatadict;
{$warn 5023 off : no warning about unused units}
interface
uses
frmconfprojdatadict, idedatadict, reglazdatadict, frmconfdatadict,
frmconfprojdatadict, idedatadict, reglazdatadict, frmconfdatadict,
frmSelectCodeGenerator, fpcodegenerator, frmBaseConfigCodeGenerator,
frmgeneratedcode, ldd_consts, LazarusPackageIntf;
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('reglazdatadict', @reglazdatadict.Register);
end;
RegisterUnit('reglazdatadict', @reglazdatadict.Register);
end;
initialization
RegisterPackage('lazdatadict', @Register);
RegisterPackage('lazdatadict', @Register);
end.

View File

@ -4,6 +4,7 @@
unit DateTimeCtrls;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -1,22 +1,23 @@
{ Este arquivo foi automaticamente criado pelo Lazarus. Não edite!
Este fonte é usado apenas para compilar e instalar o pacote.
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit lazdbexport;
unit lazdbexport;
{$warn 5023 off : no warning about unused units}
interface
uses
regdbexport, fpdataexporter, frmSelectExportFormat, frmexportprogress,
regdbexport, fpdataexporter, frmSelectExportFormat, frmexportprogress,
frmBaseConfigExport, sdb_consts, LazarusPackageIntf;
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('regdbexport', @regdbexport.Register);
end;
RegisterUnit('regdbexport', @regdbexport.Register);
end;
initialization
RegisterPackage('lazdbexport', @Register);
RegisterPackage('lazdbexport', @Register);
end.

View File

@ -4,6 +4,7 @@
unit DebuggerIntf;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package.
}
unit EducationLaz;
unit EducationLaz;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -13,19 +14,19 @@ uses
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('EduEnvOptsFrame', @EduEnvOptsFrame.Register);
RegisterUnit('EduPkgSystem', @EduPkgSystem.Register);
RegisterUnit('EduCompPalette', @EduCompPalette.Register);
RegisterUnit('EduMenu', @EduMenu.Register);
RegisterUnit('EduNewProgram', @EduNewProgram.Register);
RegisterUnit('EduPropsEvents', @EduPropsEvents.Register);
RegisterUnit('EduOIPages', @EduOIPages.Register);
RegisterUnit('EduOptionsDlg', @EduOptionsDlg.Register);
RegisterUnit('EduSpeedButtons', @EduSpeedButtons.Register);
end;
RegisterUnit('EduEnvOptsFrame', @EduEnvOptsFrame.Register);
RegisterUnit('EduPkgSystem', @EduPkgSystem.Register);
RegisterUnit('EduCompPalette', @EduCompPalette.Register);
RegisterUnit('EduMenu', @EduMenu.Register);
RegisterUnit('EduNewProgram', @EduNewProgram.Register);
RegisterUnit('EduPropsEvents', @EduPropsEvents.Register);
RegisterUnit('EduOIPages', @EduOIPages.Register);
RegisterUnit('EduOptionsDlg', @EduOptionsDlg.Register);
RegisterUnit('EduSpeedButtons', @EduSpeedButtons.Register);
end;
initialization
RegisterPackage('EducationLaz', @Register);
RegisterPackage('EducationLaz', @Register);
end.

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package.
}
unit ExternHelp;
unit ExternHelp;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -11,11 +12,11 @@ uses
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('ExternHelpFrm', @ExternHelpFrm.Register);
end;
RegisterUnit('ExternHelpFrm', @ExternHelpFrm.Register);
end;
initialization
RegisterPackage('ExternHelp', @Register);
RegisterPackage('ExternHelp', @Register);
end.

View File

@ -4,6 +4,7 @@
unit favorites;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit idefilebrowser;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -1,13 +1,14 @@
{ 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 fpcunitconsolerunner;
unit fpcunitconsolerunner;
{$warn 5023 off : no warning about unused units}
interface
uses
consoletestrunner;
consoletestrunner;
implementation

View File

@ -2,12 +2,13 @@
This source is only used to compile and install the package.
}
unit FPCUnitTestRunner;
unit FPCUnitTestRunner;
{$warn 5023 off : no warning about unused units}
interface
uses
GuiTestRunner;
GuiTestRunner;
implementation

View File

@ -1,9 +1,10 @@
{ Este arquivo foi automaticamente criado pelo Lazarus. Não edite!
Este fonte é usado apenas para compilar e instalar o pacote.
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit fpcunitide;
unit fpcunitide;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -11,11 +12,11 @@ uses
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('FPCUnitLazIDEIntf', @FPCUnitLazIDEIntf.Register);
end;
RegisterUnit('FPCUnitLazIDEIntf', @FPCUnitLazIDEIntf.Register);
end;
initialization
RegisterPackage('fpcunitide', @Register);
RegisterPackage('fpcunitide', @Register);
end.

View File

@ -4,6 +4,7 @@
unit fpdebug;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package.
}
unit LazarusPackageManager;
unit LazarusPackageManager;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -13,11 +14,11 @@ uses
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('LazPackageManagerIntf', @LazPackageManagerIntf.Register);
end;
RegisterUnit('LazPackageManagerIntf', @LazPackageManagerIntf.Register);
end;
initialization
RegisterPackage('LazarusPackageManager', @Register);
RegisterPackage('LazarusPackageManager', @Register);
end.

View File

@ -1,13 +1,14 @@
{ 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 svnpkg;
unit svnpkg;
{$warn 5023 off : no warning about unused units}
interface
uses
SvnClasses, SvnCommand;
SvnClasses, SvnCommand;
implementation

View File

@ -4,6 +4,7 @@
unit fpvectorialpkg;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit weblaz;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -29,3 +30,4 @@ end;
initialization
RegisterPackage('weblaz', @Register);
end.

View File

@ -4,6 +4,7 @@
unit lazgoogleapis;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -2,21 +2,22 @@
This source is only used to compile and install the package.
}
unit H2PasWizard;
unit H2PasWizard;
{$warn 5023 off : no warning about unused units}
interface
uses
H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit,
H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit,
IDETextConvListAdd, LazarusPackageIntf;
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('H2PasDlg', @H2PasDlg.Register);
end;
RegisterUnit('H2PasDlg', @H2PasDlg.Register);
end;
initialization
RegisterPackage('H2PasWizard', @Register);
RegisterPackage('H2PasWizard', @Register);
end.

View File

@ -4,6 +4,7 @@
unit IDEIntf;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package.
}
unit ImagesForLazarus;
unit ImagesForLazarus;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -11,11 +12,11 @@ uses
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('LazTGA', @LazTGA.Register);
end;
RegisterUnit('LazTGA', @LazTGA.Register);
end;
initialization
RegisterPackage('ImagesForLazarus', @Register);
RegisterPackage('ImagesForLazarus', @Register);
end.

View File

@ -4,6 +4,7 @@
unit InstantFPCLaz;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -1,15 +1,14 @@
{ Этот файл был автоматически создан Lazarus. Н<EFBFBD>
<EFBFBD> редактировать!
Исходный код используется только для комп<EFBFBD>
<EFBFBD>ляции и установки пакета.
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit jcfidelazarus;
unit jcfidelazarus;
{$warn 5023 off : no warning about unused units}
interface
uses
JcfIdeMain, JcfIdeRegister, AsmKeywords, BuildParseTree, BuildTokenList,
JcfIdeMain, JcfIdeRegister, AsmKeywords, BuildParseTree, BuildTokenList,
ParseError, ParseTreeNode, ParseTreeNodeType, PreProcessorExpressionParser,
PreProcessorExpressionTokenise, PreProcessorExpressionTokens,
PreProcessorParseTree, SourceToken, SourceTokenList, Tokens, TokenUtils,
@ -46,11 +45,11 @@ uses
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('JcfIdeRegister', @JcfIdeRegister.Register);
end;
RegisterUnit('JcfIdeRegister', @JcfIdeRegister.Register);
end;
initialization
RegisterPackage('jcfidelazarus', @Register);
RegisterPackage('jcfidelazarus', @Register);
end.

View File

@ -4,6 +4,7 @@
unit LazControlDsgn;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,6 +4,7 @@
unit LazControls;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -4,12 +4,13 @@
unit LazDebuggerGdbmi;
{$warn 5023 off : no warning about unused units}
interface
uses
CmdLineDebugger, DebugUtils, GDBTypeInfo, GDBMIMiscClasses, IDEMiniLibC, GDBMIDebugger,
GDBMIDebugInstructions, GDBMIServerDebugger, SSHGDBMIDebugger, GdbmiStringConstants,
LazarusPackageIntf;
CmdLineDebugger, DebugUtils, GDBTypeInfo, GDBMIMiscClasses, IDEMiniLibC,
GDBMIDebugger, GDBMIDebugInstructions, GDBMIServerDebugger,
SSHGDBMIDebugger, GdbmiStringConstants, LazarusPackageIntf;
implementation