资源简介


资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论