資源簡介
自己學習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個文件信息
評論
共有 條評論