代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/287282/8697847
pas maskimagebutton.pas
{$A+,B-,D+,F-,G+,I+,K+,L+,N+,P+,Q-,R-,S+,T-,V-,W-,X+,Y+}
unit MaskImageButton;
{
*
** 根据图案自动生动边界的按纽
** 作者:未知
** 修改:午秋
** 更新:增加了一个Action 属性
*
}
interface
uses
SysUtils, WinTypes, WinP
www.eeworm.com/read/286551/8759753
h cgame.h
/*
============================================================================
* Name : CGame.h
* Part of : Example3D
* Description : Definition of CGame
* Copyright (c) 2005
www.eeworm.com/read/384450/8868520
pas tradeimage.pas
unit TradeImage;
interface
uses
Windows, Messages, SysUtils, Classes, Controls,Graphics;
type
TTradeImg = class(TGraphicControl)
private
{ Private declarations }
frGlyph:TB
www.eeworm.com/read/384450/8868541
pas maskimagebutton.pas
{$A+,B-,D+,F-,G+,I+,K+,L+,N+,P+,Q-,R-,S+,T-,V-,W-,X+,Y+}
unit MaskImageButton;
{
*
** 根据图案自动生动边界的按纽
** 作者:未知
** 修改:午秋
** 更新:增加了一个Action 属性
*
}
interface
uses
SysUtils, WinTypes, WinP
www.eeworm.com/read/382246/9040711
pas xsimageeffect.pas
unit XsImageEffect;
interface
uses
Windows, Messages, SysUtils, Classes, Controls, ExtCtrls, Graphics, Math,
Forms, Dialogs;
type
TXsImageEffect = class(TImage)
private
FDegr
www.eeworm.com/read/180970/9278452
pas xsimageeffect.pas
unit XsImageEffect;
interface
uses
Windows, Messages, SysUtils, Classes, Controls, ExtCtrls, Graphics, Math,
Forms, Dialogs;
type
TXsImageEffect = class(TImage)
private
FDegr
www.eeworm.com/read/280853/10288013
pas imgutil.pas
{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below
unit ImgUtil;
// The new algorithms are 5 to 8 imes faster (dirty but fast) and they
// not need so many memory (if the
www.eeworm.com/read/279572/10414582
pas teefilters.pas
{**********************************************}
{ TeeChart and TeeTree Image Filters }
{ }
{ Copyright (c) 2006-2007 by David Berneda }
www.eeworm.com/read/420775/10776076
pas sglyphutils.pas
unit sGlyphUtils;
{$I sDefs.inc}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
sConst, buttons, acntUtils, sGraphUtils, sDefaults;
type
www.eeworm.com/read/275682/10801951
pas sglyphutils.pas
unit sGlyphUtils;
{$I sDefs.inc}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
sConst, buttons, acUtils, sGraphUtils, sDefaults;
type
Ts