2016-12-28 18:43:45 +00:00
|
|
|
{ This file was automatically created by Lazarus. Do not edit!
|
|
|
|
This source is only used to compile and install the package.
|
|
|
|
}
|
|
|
|
|
|
|
|
unit industrial;
|
|
|
|
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
|
|
|
IndLed, Sensors, AllIndustrialRegister, LedNumber, indGnouMeter, AdvLed,
|
2018-12-25 16:29:35 +00:00
|
|
|
indcyBaseLed, indcyClasses, indcyGraphics, indcyTypes, A3nalogGauge, MKnob,
|
2019-04-21 21:18:00 +00:00
|
|
|
switches, indSliders, LazarusPackageIntf;
|
2016-12-28 18:43:45 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
procedure Register;
|
|
|
|
begin
|
|
|
|
RegisterUnit('AllIndustrialRegister', @AllIndustrialRegister.Register);
|
|
|
|
end;
|
|
|
|
|
|
|
|
initialization
|
|
|
|
RegisterPackage('industrial', @Register);
|
|
|
|
end.
|