资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
namespace ComboBox_Draw
{
public partial class Form1 : Form
{
public Form1()
{//+5+1+a+s+p+x
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
//添加项
comboBox1.Items.Add(new MyItem(“000000“ Image.FromFile(Application.StartupPath + “\\0.gif“)));
comboBox1.Items.Add(new MyItem(“111111“ Image.FromFile(Application.StartupPath + “\\1.gif“)));
comboBox1.Items.Add(new MyItem(“222222“ Image.FromFile(Application.StartupPath
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1966 2012-07-10 10:21 51Aspx源码必读.txt
文件 3722 2012-07-10 10:21 ComboBox Draw.csproj
文件 867 2012-07-10 10:21 ComboBox Draw.sln
文件 3398 2012-07-10 10:21 Form1.cs
文件 2096 2012-07-10 10:21 Form1.Designer.cs
文件 5817 2012-07-10 10:21 Form1.resx
文件 4945 2012-07-10 10:21 from.gif
文件 628 2012-07-10 10:21 MyItem.cs
文件 494 2012-07-10 10:21 Program.cs
文件 125 2012-07-10 10:21 最新Asp.Net源码下载.url
文件 3822 2012-07-10 10:21 bin\Debug\0.gif
文件 3747 2012-07-10 10:21 bin\Debug\1.gif
文件 6616 2012-07-10 10:21 bin\Debug\2.gif
文件 5596 2012-07-10 10:21 bin\Debug\3.gif
文件 10240 2012-07-10 10:21 bin\Debug\ComboBox Draw.exe
文件 28160 2012-07-10 10:21 bin\Debug\ComboBox Draw.pdb
文件 11600 2012-07-10 10:21 bin\Debug\ComboBox Draw.vshost.exe
文件 490 2012-07-10 10:21 bin\Debug\ComboBox Draw.vshost.exe.manifest
文件 985 2012-07-10 10:21 obj\x86\Debug\ComboBox Draw.csproj.FileListAbsolute.txt
文件 10240 2012-07-10 10:21 obj\x86\Debug\ComboBox Draw.exe
文件 28160 2012-07-10 10:21 obj\x86\Debug\ComboBox Draw.pdb
文件 180 2012-07-10 10:21 obj\x86\Debug\ComboBox_Draw.Form1.resources
文件 180 2012-07-10 10:21 obj\x86\Debug\ComboBox_Draw.Properties.Resources.resources
文件 6304 2012-07-10 10:21 obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 264 2012-07-10 10:21 obj\x86\Debug\GenerateResource.read.1.tlog
文件 650 2012-07-10 10:21 obj\x86\Debug\GenerateResource.write.1.tlog
文件 1358 2012-07-10 10:21 Properties\AssemblyInfo.cs
文件 2874 2012-07-10 10:21 Properties\Resources.Designer.cs
文件 5612 2012-07-10 10:21 Properties\Resources.resx
文件 1096 2012-07-10 10:21 Properties\Settings.Designer.cs
文件 249 2012-07-10 10:21 Properties\Settings.settings
............此处省略0个文件信息
相关资源
- C# NPOI生成word插入图片和表格
- halcon 与C#之HWindow鼠标控制图片缩放,
- C#winfrom图片查看浏览器
- wpf 图片滑动效果
- C#联合halcon利用halcon控件实现鼠标拖拽
- 接收图片和文字的 ASP.NET WebService
- C# OCR识别 图片文字识别
- C#图片/相册管理程序代码
- c#对图片灰度化、二值化--附图片
- c#图像相似度比较demo
- PC微信加密图片解密源码C#
- c# 取图片像素的RGB
- C#生成网页截图 将指定html网页转换成
- C# 通过串口传递图片
- C#如何实现图片查看器
- 我用C#做的电子名片系统(带图片功能
- C#在word中插入图片
- ASP.NET 服务器控件:DropDownCheckBoxList
- wpf listbox 多列显示图片可加载url的网
- 基于C#开发的图片处理工具
- winform-下拉框多选
- C# 显示图片并且可以缩放和描绘矩形
- C# 自定义ComboBox显示颜色下拉框
-
前台获取图片的ba
se64编码,net后台 - c# 处理图片源码 缩放 裁剪 等
- C#读取ImageList中的图片.rar
- C#Winform图片剪切拼接终结版(多幅图
- WinForm复制粘贴图片
- ASP.NET c#操作word模板插入文字、图片及
- C# 图片添加注释
评论
共有 条评论