代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/171862/9731665
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/265702/11257412
h cgame.h
/*
============================================================================
* Name : CGame.h
* Part of : Example3D
* Description : Definition of CGame
* Copyright (c) 2005
www.eeworm.com/read/249416/12506889
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/133620/14033460
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/133620/14033519
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/235846/14049845
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/235846/14049943
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/108845/15574571
pas suibutton.pas
////////////////////////////////////////////////////////////////////////////////
//
//
// FileName : SUIButton.pas
// Creator : Shen Min
// Date : 2002-05-30 V1-V3
//
www.eeworm.com/read/292183/8369435
hpp suipublic.hpp
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'SUIPublic.pas' rev: 6.00
#ifndef SUIPublic
www.eeworm.com/read/291714/8402210
pas atximageproc.pas
unit ATxImageProc;
interface
uses
Windows, Graphics, ExtCtrls;
type
TATImageEffect = (
aieCorrectOnly,
aieRotate90,
aieRotate270,
aieGrayscale,
aieNegative,