代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/101631/15823135
rc wiz32.rc
#include
#include "resource.h"
#include "pattern.h"
#include "rename.h"
#include "replace.h"
#include "sound.h"
#include "password.h"
#include "wizver.h"
#include
rcincl
www.eeworm.com/read/101480/15830761
pas mainunit.pas
unit mainunit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls,ShellApi;
type
TForm1 = class(TForm)
Image1:
www.eeworm.com/read/101480/15830768
pas mainunit.pas
unit mainunit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,ShellApi;
type
TForm1 = class(TForm)
GroupBox1: TGroup
www.eeworm.com/read/101389/15835124
rc cjlibrary.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/101243/15840183
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, OleCtrls, ShockwaveFlashObjects_TLB, ExtCtrls, ComCtrls,
ToolWin, ImgList
www.eeworm.com/read/101243/15840193
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, OleCtrls, ShockwaveFlashObjects_TLB, ExtCtrls, ComCtrls,
ToolWin, ImgList
www.eeworm.com/read/101238/15840274
cs checkboxex.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using System.Diagnostics;
using UtilityLibrary.General;
www.eeworm.com/read/101169/15842265
h basicdrawplugin.h
// BasicDrawPlugin.h
//
// Abstract class with basic drawing functionality
//
/////////////////////////////////////////////////////////////////////////////
#ifndef _BASIC_DRAW_PLUGIN_H_
#defin