代码搜索:TBitmap
找到约 563 项符合「TBitmap」的源代码
代码结果 563
www.eeworm.com/read/291204/8435144
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/291204/8435211
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/291204/8435256
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/291204/8435295
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/291204/8435507
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/290584/8474628
pas unitcapscreen.pas
{Unit perteneciente al troyano Coolvibes que contiene todas las funciones
que son usadas en la captura de pantalla}
unit unitCapScreen;
interface
uses
Windows,
SysUtils,
Graphics,
www.eeworm.com/read/290584/8474634
pas unitwebcam.pas
unit UnitWebcam;
interface
uses
Windows,
Sysutils,
Graphics,
Jpeg;
const
WM_CAP_START = $0400;
WM_CAP_DRIVER_CONNECT = $0400 + 10;
WM_CAP_DRIVER_DISCONNECT = $0400 + 11;
www.eeworm.com/read/188732/8517803
pas bmpcrc.pas
unit BMPCRC;
interface
uses
windows, messages, Sysutils, Variants, Classes, Graphics, Controls;
type
TInteger8 = Int64;
const
Table : array[0..255] of Cardinal =
($00
www.eeworm.com/read/188732/8517806
pas bmpset.pas
unit BmpSet;
interface
uses
windows, messages, Sysutils, Variants, Classes, Graphics, Controls, Forms;
procedure GetScreen(var Bmp: TBitmap; GetCur: Boolean = false); //获取屏幕
function CpBMP(
www.eeworm.com/read/388029/8640746
pas unit1.pas
{
本程序演示了如何将大JPG图像转换为指定高度和宽度小JPG图像,所用于的代码大部分来自
于网络,特向前人表示感谢.
余涛
2005年10月19日
}
unit Unit1;
interface