Dalsi zmeny

This commit is contained in:
2026-03-03 16:18:27 +01:00
parent 03ff9ebc84
commit a62b608cfd
97 changed files with 4635 additions and 240 deletions

View File

@ -18,6 +18,8 @@ uses
{$IF DEFINED(CUSTOM_CTRL_Rootvin)
OR DEFINED(CUSTOM_CTRL_INCOSystems)
OR DEFINED(CUSTOM_CTRL_EMPolar)
OR DEFINED(CUSTOM_CTRL_Koramex)
OR DEFINED(CUSTOM_CTRL_Westra)
OR DEFINED(CUSTOM_CTRL_Gornicky)}
,uCtrlCustom
{$UNDEF CUSTOM_CTRL_GatemaSD}
@ -303,6 +305,10 @@ procedure TWebModule1.WebModuleCreate (Sender: TObject);
{$I '_custom/Gornicky/uWebModCustom.inc'}
{$ENDIF}
{$IFDEF CUSTOM_CTRL_Westra}
{$I '_custom/Westra/uWebModCustom.inc'}
{$ENDIF}
{$IFDEF CUSTOM_CTRL_EMPolar}
{$I '_custom/EMPolar/uWebModCustom.inc'}
{$ENDIF}