Prvni verze na Git
This commit is contained in:
25
libSys/plgBrowse.pas
Normal file
25
libSys/plgBrowse.pas
Normal file
@ -0,0 +1,25 @@
|
||||
unit plgBrowse;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
plgType;
|
||||
|
||||
var
|
||||
Cplg_SeznamVychozichNastaveniBrowse : array[TplgBrowse] of TplgVychoziNastaveniBrowse =
|
||||
(
|
||||
(SelfIdent : bZadny;
|
||||
)
|
||||
|
||||
//last
|
||||
);
|
||||
|
||||
{ =========================================================================== }
|
||||
|
||||
implementation
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user