mirror of
https://bitbucket.org/Dennis07/lina-components.git
synced 2024-11-24 08:02:12 +02:00
7b82ce01c9
Signed-off-by: Dennis07 <den.goehlert@t-online.de>
20 lines
320 B
ObjectPascal
20 lines
320 B
ObjectPascal
unit uAdvCtrls;
|
|
|
|
//////////////////////////////////////
|
|
/// Lina Advanced Controls Unit ///
|
|
/// **************************** ///
|
|
/// (c) 2014 Dennis Göhlert a.o. ///
|
|
//////////////////////////////////////
|
|
|
|
interface
|
|
|
|
uses
|
|
{ Standard-Units }
|
|
SysUtils,
|
|
{ Andere Package-Units }
|
|
uBase;
|
|
|
|
implementation
|
|
|
|
end.
|