mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 22:41:42 +02:00
components: less hints
git-svn-id: trunk@51788 -
This commit is contained in:
parent
46e46e8b91
commit
17f571cf26
@ -4,6 +4,7 @@
|
||||
|
||||
unit IdeInspector;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit IdeLazLogger;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit industrial;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -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
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit aarrebase;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit LazActiveX;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit AggPasLCL;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit anchordockpkg;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit AnchorDockingDsgn;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit cairocanvas_pkg;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -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.
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit ChmHelpPkg;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit CodeTools;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit Cody;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -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
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit customdrawn;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@ This source is only used to compile and install the package.
|
||||
|
||||
unit appforms;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@ This source is only used to compile and install the package.
|
||||
|
||||
unit LazCustForms;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@ This source is only used to compile and install the package.
|
||||
|
||||
unit lazdaemon;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -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 lazdatadict;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit DateTimeCtrls;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -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 lazdbexport;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit DebuggerIntf;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit EducationLaz;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit ExternHelp;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit favorites;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit idefilebrowser;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@ This source is only used to compile and install the package.
|
||||
|
||||
unit fpcunitconsolerunner;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit FPCUnitTestRunner;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -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;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit fpdebug;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit LazarusPackageManager;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@ This source is only used to compile and install the package.
|
||||
|
||||
unit svnpkg;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit fpvectorialpkg;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -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.
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit lazgoogleapis;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit H2PasWizard;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit IDEIntf;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit ImagesForLazarus;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit InstantFPCLaz;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -1,11 +1,10 @@
|
||||
{ Этот файл был автоматически создан 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;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit LazControlDsgn;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit LazControls;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user