lazarus/components/sparta/dockedformeditor/source/sparta_fakenoncontrol.pas
2015-11-19 00:19:56 +00:00

30 lines
519 B
ObjectPascal

{
*****************************************************************************
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
Author: Maciej Izak
DaThoX 2004-2015
FreeSparta.com
}
unit sparta_FakeNonControl;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, sparta_FakeCustom;
type
TFakeNonControl = class(TFakeCustomNonControl)
end;
implementation
end.