代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/406529/11440224
rc imcommon.rc
//======================================================================
// Resource file
//
// Written for the book Programming Windows CE
// Copyright (C) 2003 Douglas Boling
//================
www.eeworm.com/read/405436/11462620
bas samplew3.bas
rem
rem test program for windows print
rem
screen 12
rem
rem create some graphics in a memory bitmap
rem
createbitmap 1,0,400,200
selectbitmap 1
line
www.eeworm.com/read/403956/11495062
h guibitmapbuttonctrl.h
//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//------------------------------------------------------
www.eeworm.com/read/403448/11516590
pas unit1.pas
unit Unit1;
//=========================================================================
//
// I N T E R F A C E
//
//=========================================================================
i
www.eeworm.com/read/402589/11532773
dsp 2_1.dsp
# Microsoft Developer Studio Project File - Name="2_1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appli
www.eeworm.com/read/402589/11532994
cpp game.cpp
// Game.cpp: implementation of the CGame class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "5_1.h"
#include "Game.h"
#ifdef _DEBUG
www.eeworm.com/read/402254/11540107
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls,mmsystem;
type
TForm1 = class(TForm)
Button1: T
www.eeworm.com/read/401950/11545552
cs resources.designer.cs
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行库版本:2.0.50727.42
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这
www.eeworm.com/read/158508/11606223
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/158508/11606868
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
OrigImg: TImage;
Button1