代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/117923/14897100
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/116056/14991088
pas vrdesktop.pas
{*****************************************************}
{ }
{ Varian Component Workshop }
{
www.eeworm.com/read/216668/14998791
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
OrigImg: TImage;
Button1
www.eeworm.com/read/216668/14998824
pas unitfrmmain.pas
unit unitFrmMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/216668/14998861
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Unit2, ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
Button1: TBu
www.eeworm.com/read/216668/14998903
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/216668/14999048
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, StdCtrls, ExtCtrls;
type // For scanline simplification
TRGBAr
www.eeworm.com/read/115008/15029984
h rom.h
//---------------------------------------------------------------------------
#ifndef romH
#define romH
//#define C_CORE
#define INT_KEY 16
#define INT_SERIAL 8
#define INT_TIMER 4
#define
www.eeworm.com/read/209989/15210209
pas rei_07.pas
unit Rei_07;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, Menus;
type
// 定义管理角色的记录型态
TPatDt = record
Used: Byte;
X
www.eeworm.com/read/209989/15210423
pas rei_23.pas
unit Rei_23;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, Menus, StdCtrls;
type
// 定义角色管理记录类型
TPatDt = record
Used: By