Prvni verze

This commit is contained in:
2025-05-21 21:06:33 +02:00
parent a976e7392e
commit fedc940ac4
189 changed files with 72374 additions and 17 deletions

View File

@ -0,0 +1,34 @@
unit plgExtController;
interface
uses
plgType, pec_TPVKusovnik, pec_TPVOperace;
{ =========================================================================== }
const
GDefiniceControlleru: array[0..2] of TplgEditorControllerDef =
(
// aby bylo mozno nemit zadnou definici controlleru,
// musi zustat prvni prvek nedefinovan !!
(FormIdent : '')
,(FormIdent: 'TEdKusovnikoveVazbyForm11021';
ControllerClass: TplgHDCRTNTPVKusovnikController)
,(FormIdent: 'TEdPostupForm11019';
ControllerClass: TplgHDCRTNTPVOperaceController)
//last
);
{ =========================================================================== }
implementation
{ ########################################################################### }
{ ########################################################################### }
end.