代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/493149/6407092
pas screendigits.pas
// Create BMP and JPG (and optionally GIF) from string of digits.
//
// efg, November 2000
// www.efg2.com/Lab
//
// Requires LEDDIGITS bitmap in resource file assumed to have
// glyphs for digi
www.eeworm.com/read/492369/6422059
vb resources.designer.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50215.44
'
' Changes to
www.eeworm.com/read/492369/6422065
vb myresources.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.40302.0
'
' Changes to th
www.eeworm.com/read/490274/6453410
pas udcutil.pas
unit udcUtil;
interface
uses Windows, Graphics, Classes;
type
TTransparentBitmap = class(TObject)
protected
procedure NewBitmap; virtual;
procedure NewTransBitmap; virtual;
www.eeworm.com/read/489329/6470177
vb resources.designer.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.42
'
' Changes to
www.eeworm.com/read/488691/6483816
rc cmdband.rc
//======================================================================
// Resource file
//
// Written for the book Programming Windows CE
// Copyright (C) 1998 Douglas Boling
//================
www.eeworm.com/read/488691/6483837
rc cmdbar.rc
//======================================================================
// Resource file
//
// Written for the book Programming Windows CE
// Copyright (C) 1998 Douglas Boling
//================
www.eeworm.com/read/488691/6483921
rc numpanel.rc
//======================================================================
// Resource file
//
// Written for the book Programming Windows CE
// Copyright (C) 1998 Douglas Boling
//================
www.eeworm.com/read/488849/6486588
pas hsvbox.pas
(*
Copyright (c) 1998-2007 by HiComponents. All rights reserved.
This software comes without express or implied warranty.
In no case shall the author be liable for any damage or unwanted behavior
www.eeworm.com/read/488056/6495463
cs home.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Reflection;
us