Prvni verze
This commit is contained in:
34
extCtrls/plgExtController.pas
Normal file
34
extCtrls/plgExtController.pas
Normal 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.
|
||||
Reference in New Issue
Block a user