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;
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
|
|
|
IndLed, Sensors, AllIndustrialRegister, LedNumber, indGnouMeter, AdvLed,
|
2018-12-25 16:29:35 +00:00
|
|
|
indcyBaseLed, indcyClasses, indcyGraphics, indcyTypes, A3nalogGauge, MKnob,
|
2022-06-19 14:47:36 +00:00
|
|
|
switches, indSliders, indLCDDisplay, indLCDDisplay_Editor,
|
2022-06-17 15:46:35 +00:00
|
|
|
indLCDDisplay_EditorForm, LazarusPackageIntf;
|
2016-12-28 18:43:45 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
procedure Register;
|
|
|
|
begin
|
|
|
|
RegisterUnit('AllIndustrialRegister', @AllIndustrialRegister.Register);
|
|
|
|
end;
|
|
|
|
|
|
|
|
initialization
|
|
|
|
RegisterPackage('industrial', @Register);
|
|
|
|
end.
|