代码搜索:PictureBox
找到约 1,286 项符合「PictureBox」的源代码
代码结果 1,286
www.eeworm.com/read/277459/10635369
licx licenses.licx
System.Windows.Forms.Form, System.Windows.Forms, Version=1.0.2411.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Windows.Forms.PictureBox, System.Windows.Forms, Version=1.0.2411.0, Cultur
www.eeworm.com/read/277459/10636311
licx licenses.licx
System.Windows.Forms.Form, System.Windows.Forms, Version=1.0.2411.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Windows.Forms.PictureBox, System.Windows.Forms, Version=1.0.2411.0, Cultur
www.eeworm.com/read/275868/10789727
frm frmeditor.frm
VERSION 5.00
Begin VB.Form frmEditor
AutoRedraw = -1 'True
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
ClientHeight = 5445
ClientLeft =
www.eeworm.com/read/457537/7323632
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Example008_分割窗体
{
///
/// For
www.eeworm.com/read/457537/7324076
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Example025_窗体和图像的双重透明
{
///
/
www.eeworm.com/read/457537/7324083
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Example035_获得图像上任意一点的颜色值
{
///
www.eeworm.com/read/457537/7324109
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace 实例033_图像的局部放大
{
///
/// Form1
www.eeworm.com/read/438590/7729573
vb ultrax.vb
Imports system.Drawing
Public Class Ultrax
Private g As Graphics
Private bmp_background As Bitmap
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.Eve
www.eeworm.com/read/435108/7797170
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Collections;
using System.Windows.Forms;
namespace MousePicture
{
public pa