代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/146147/5739435
pas picclip.pas
{*******************************************************}
{ }
{ Delphi VCL Extensions (RX) }
{
www.eeworm.com/read/131374/5929712
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/131374/5929739
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/487789/6508859
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/478003/6727415
pas acctrls.pas
unit ACCtrls;
interface
uses
Windows, Classes, Graphics, SysUtils, ExtCtrls,
FlexBase, FlexProps, FlexUtils;
type
TACControls = ( acNone, acZone, acDoor );
TDoorState = ( dsClos
www.eeworm.com/read/477106/6745809
pas rxpicclip.pas
{*******************************************************}
{ }
{ Delphi VCL Extensions (RX) }
{
www.eeworm.com/read/265016/11285816
pas hnoshape.pas
{$A+,B-,D+,F-,G+,I+,K+,L+,N+,P+,Q-,R-,S+,T-,V-,W-,X+,Y+}
unit HNoShape; { H = with highlight }
{mik 20/12/97 in-house unit}
interface
uses
SysUtils, WinTypes, WinProcs, Messages, Classes, Gra
www.eeworm.com/read/265016/11285975
pas noshape.pas
{$A+,B-,D+,F-,G+,I+,K+,L+,N+,P+,Q-,R-,S+,T-,V-,W-,X+,Y+}
unit Noshape;
interface
uses
SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
Forms, Buttons;
CONST FBevelW
www.eeworm.com/read/405357/11464731
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