mirror of
https://bitbucket.org/Dennis07/lina-components.git
synced 2024-11-24 08:02:12 +02:00
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.
|