资源简介

自己学习C#,编写的画图程序,开发工具是vs2010,winform窗体的程序,很简单的功能,解决了一些小的毛病,基本可以使用,参考了网上的一些资料。C#初学者看看挺好的,有一定帮助。

资源截图

代码片段和文件信息

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;

namespace 画板
{
    public partial class About : Form
    {
        public About()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            this.Close();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-03-03 15:33  画板\
     目录           0  2012-03-04 13:59  画板\画板\
     文件        4708  2012-03-04 14:15  画板\画板\About.Designer.cs
     文件         471  2012-03-04 14:15  画板\画板\About.cs
     文件      109382  2012-03-04 14:15  画板\画板\About.resx
     文件       12341  2012-03-06 10:23  画板\画板\DrawTools.cs
     文件       51690  2012-03-07 10:40  画板\画板\Form1.Designer.cs
     文件       21912  2012-03-08 12:55  画板\画板\Form1.cs
     文件      140194  2012-03-07 10:40  画板\画板\Form1.resx
     文件        2883  2012-03-04 14:15  画板\画板\LineDesign.Designer.cs
     文件         725  2012-03-04 14:15  画板\画板\LineDesign.cs
     文件       51101  2012-03-04 14:15  画板\画板\LineDesign.resx
     文件         487  2012-03-03 15:33  画板\画板\Program.cs
     目录           0  2012-03-03 15:33  画板\画板\Properties\
     文件        1344  2012-03-03 15:33  画板\画板\Properties\AssemblyInfo.cs
     文件        2862  2012-03-03 15:33  画板\画板\Properties\Resources.Designer.cs
     文件        5612  2012-03-03 15:33  画板\画板\Properties\Resources.resx
     文件        1091  2012-03-03 15:33  画板\画板\Properties\Settings.Designer.cs
     文件         249  2012-03-03 15:33  画板\画板\Properties\Settings.settings
     文件       65024  2012-03-03 19:06  画板\画板\Thumbs.db
     目录           0  2012-03-03 16:50  画板\画板\bin\
     目录           0  2012-03-04 20:13  画板\画板\bin\Debug\
     文件         311  2008-03-18 20:03  画板\画板\bin\Debug\Pencil.gif
     文件         766  2008-03-20 22:05  画板\画板\bin\Debug\pb.cur
     文件        8704  2012-03-01 18:36  画板\画板\bin\Debug\画图.doc
     文件      231936  2012-03-07 10:40  画板\画板\bin\Debug\画板.exe
     文件       73216  2012-03-07 10:40  画板\画板\bin\Debug\画板.pdb
     文件       11600  2012-03-08 12:41  画板\画板\bin\Debug\画板.vshost.exe
     文件         490  2010-03-17 22:39  画板\画板\bin\Debug\画板.vshost.exe.manifest
     目录           0  2012-03-10 20:36  画板\画板\bin\Release\
     目录           0  2012-03-03 15:33  画板\画板\obj\
............此处省略52个文件信息

评论

共有 条评论