代码搜索:Published
找到约 10,000 项符合「Published」的源代码
代码结果 10,000
www.eeworm.com/read/275682/10801872
pas sbevel.pas
unit sBevel;
{$I sDefs.inc}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TsBevel = class(TBevel)
private
protected
www.eeworm.com/read/348737/10869561
pas tetimed.pas
unit teTimed;
interface
{$INCLUDE teDefs.inc}
uses
Windows, Messages, SysUtils, Classes, TransEff, teChrono, Graphics;
type
TTimedTransitionEffect = class(TTransitionEffect)
publi
www.eeworm.com/read/124341/6965393
c proto.c
/*
* File: proto.c
*
* Copyright (C) 2003 Jorge Arellano Cid ,
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu
www.eeworm.com/read/467632/7006361
pas treeoutline.pas
unit TreeOutline;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls;
type
TTreeOutline = class(TTreeView)
private
{ Private de
www.eeworm.com/read/466549/7026720
h delay.h
/******************************************************************************/
/* delay.h */
/*
www.eeworm.com/read/114519/7098389
delphi
Delphi作为RAD工具,以其快速编译和友好的可视化界面受到广泛欢迎。Delphi提供了很多现成构件,而且随着版本更新不断增加新构件。另外还可以买到第三方开发的特色构件,或从因特网下载免费构件。这些构件足以支持一般应用系统开发。但应用开发人员仍有必要自己制作构件。
采用构件形式可以把对象严密封装,并加上一层直观外壳,有利于软件调试和代码重用。开发群体以构件为功能单位分工协作,比 ...
www.eeworm.com/read/223598/7104164
c proto.c
/*
* File: proto.c
*
* Copyright (C) 2003 Jorge Arellano Cid ,
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu
www.eeworm.com/read/451979/7452550
pas sbevel.pas
unit sBevel;
{$I sDefs.inc}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TsBevel = class(TBevel)
private
protected