Einzelnen Beitrag anzeigen

hboy

Registriert seit: 16. Jan 2004
364 Beiträge
 
#32

Re: was machen mit den Hangups ? Konsolenprobleme die zweite

  Alt 12. Jan 2005, 21:39
*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.
Power is nothing without TControl
  Mit Zitat antworten Zitat