*kopfauftastahau* maaan was sag ich denn die ganze zeit...
Delphi-Quellcode:
unit CCL;
///////////////////////////////////////////////////
// Custom Component Library //
// //
// Entwicklung eigener Klassen ohne die VCL //
// //
// Autor: hboy 2004 / 2005 //
///////////////////////////////////////////////////
interface
uses WndClass, MenuClass, PanelClass, NCDefWndClass, StaticClass;
type TWnd =
class(TCustomWnd);
type TWndControl =
class(TCustomWndControl);
type TWndChild =
class(TCustomWndChild);
type TWndMenuItem =
class(TCustomWndMenuItem);
type TWndMenuFrame =
class(TCustomWndMenuFrame);
type TWndPanel =
class(TCustomWndPanel);
type TWndButton =
class(TCustomWndButton);
type TWndSwitch =
class(TCustomWndSwitch);
type TWndProtocolStatic =
class(TCustomWndProtocolStatic);
implementation
end.