代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/259646/11775111
pas suibutton.pas
////////////////////////////////////////////////////////////////////////////////
//
//
// FileName : SUIButton.pas
// Creator : Shen Min
// Date : 2002-05-30 V1-V3
//
www.eeworm.com/read/343707/11933651
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/338980/12268936
h cgame.h
/*
*
============================================================================
* Name : CGame.h
* Part of : Example3D
* Created : 12/14/2003 by Forum Nokia
*
www.eeworm.com/read/150567/12285764
h cgame.h
/*
*
============================================================================
* Name : CGame.h
* Part of : Example3D
* Created : 12/14/2003 by Forum Nokia
*
www.eeworm.com/read/148814/12423643
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/148814/12423859
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/234639/14102870
pas suibutton.pas
////////////////////////////////////////////////////////////////////////////////
//
//
// FileName : SUIButton.pas
// Creator : Shen Min
// Date : 2002-05-30 V1-V3
//
www.eeworm.com/read/128452/14298170
pas imglist.pas
{*******************************************************}
{ }
{ Borland Delphi Visual Component Library }
{
www.eeworm.com/read/221376/14742354
pas sglyphutils.pas
unit sGlyphUtils;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
sConst, sStyleUtil, buttons, sUtils, sGraphUtils, sCustomButton, sDefaults;
type
www.eeworm.com/read/119830/14820083
h cgame.h
/*
*
============================================================================
* Name : CGame.h
* Part of : Example3D
* Created : 12/14/2003 by Forum Nokia
*