代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/458649/7292555
pas picclip.pas
{*******************************************************}
{ }
{ Delphi VCL Extensions (RX) }
{
www.eeworm.com/read/451979/7452611
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/447524/7549766
pas gr32_reg.pas
unit GR32_Reg;
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use t
www.eeworm.com/read/447524/7549824
pas gr32_rasterizers.pas
unit GR32_Rasterizers;
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may n
www.eeworm.com/read/447524/7549837
pas gr32_image.pas
unit GR32_Image;
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use
www.eeworm.com/read/447524/7549935
pas sxbitmap32utils.pas
unit SXBitmap32Utils;
////////////////////////////////////////////////////////////////////////////////
// SXSkinComponents: Skinnable Visual Controls for Delphi and C++Builder //
//---------
www.eeworm.com/read/441795/7664902
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/441795/7664941
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/299588/7844056
h cgame.h
#ifndef __CGAME_H__
#define __CGAME_H__
// INCLUDES
#include
#include "MGame.h"
#include "3dtypes.h"
#include "GLES/egl.h"
#include "GLES/gl.h"
// FORWARD DECLARATIONS
www.eeworm.com/read/142089/12964110
pas unitbitmaprgn.pas
unit UnitBitmapRgn;
interface
uses Windows, Graphics, Forms, Classes, Controls, Dialogs, SysUtils;
type
TBitmapRgn = class(TComponent)
private
FMask: TBitmap;
FColor: TColor;