資源簡介
C#做的圖形編輯軟件,實現了反色、羽化、黑白化、浮雕,一系列的圖形變化,另附有數據庫的登錄界面,融合知識很全,很好的課程設計題目~希望 親 給好評呦!

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?GDI_Me
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Form2?fm?=?new?Form2();
????????????fm.ShowDialog();
????????}
????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????Form3?fm?=?new?Form3();
????????????fm.ShowDialog();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????}
????????
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????99678??2009-01-15?09:45??C#\1.ico
?????文件????????910??2012-05-29?22:23??C#\Chapter\Chapter.sln
????..A..H.?????31232??2012-06-06?13:48??C#\Chapter\Chapter.suo
?????文件????????144??2012-05-27?23:44??C#\Chapter\GDI_Me\app.config
?????文件????6948352??2012-06-06?13:47??C#\Chapter\GDI_Me\bin\Debug\GDI_Me.exe
?????文件????????144??2012-05-27?23:44??C#\Chapter\GDI_Me\bin\Debug\GDI_Me.exe.config
?????文件??????73216??2012-06-06?13:47??C#\Chapter\GDI_Me\bin\Debug\GDI_Me.pdb
?????文件??????11592??2012-06-06?13:48??C#\Chapter\GDI_Me\bin\Debug\GDI_Me.vshost.exe
?????文件????????144??2012-05-27?23:44??C#\Chapter\GDI_Me\bin\Debug\GDI_Me.vshost.exe.config
?????文件????????490??2009-08-31?00:40??C#\Chapter\GDI_Me\bin\Debug\GDI_Me.vshost.exe.manifest
?????文件???????6084??2012-05-30?01:58??C#\Chapter\GDI_Me\Chapter.csproj
?????文件????????452??2012-05-27?23:44??C#\Chapter\GDI_Me\Chapter.csproj.user
?????文件????????743??2012-05-29?22:57??C#\Chapter\GDI_Me\Form1.cs
?????文件???????5895??2012-05-29?22:57??C#\Chapter\GDI_Me\Form1.Designer.cs
?????文件?????388872??2012-05-29?22:57??C#\Chapter\GDI_Me\Form1.resx
?????文件???????2452??2012-05-30?00:41??C#\Chapter\GDI_Me\Form2.cs
?????文件???????9652??2012-05-30?00:41??C#\Chapter\GDI_Me\Form2.Designer.cs
?????文件?????437797??2012-05-30?00:41??C#\Chapter\GDI_Me\Form2.resx
?????文件??????11832??2012-05-29?23:33??C#\Chapter\GDI_Me\Form3.cs
?????文件??????21848??2012-05-29?23:22??C#\Chapter\GDI_Me\Form3.Designer.cs
?????文件????9242611??2012-05-29?23:22??C#\Chapter\GDI_Me\Form3.resx
?????文件???????2496??2012-05-30?01:58??C#\Chapter\GDI_Me\Form4.cs
?????文件???????6242??2012-05-30?01:58??C#\Chapter\GDI_Me\Form4.Designer.cs
?????文件?????325326??2012-05-30?01:58??C#\Chapter\GDI_Me\Form4.resx
?????文件???????4847??2012-06-06?13:48??C#\Chapter\GDI_Me\obj\Debug\Chapter.csproj.FileListAbsolute.txt
?????文件???????5764??2012-06-06?13:47??C#\Chapter\GDI_Me\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????1442??2012-05-29?22:22??C#\Chapter\GDI_Me\obj\Debug\GDI_Me.csproj.FileListAbsolute.txt
?????文件????????958??2012-04-16?10:44??C#\Chapter\GDI_Me\obj\Debug\GDI_Me.csproj.GenerateResource.Cache
?????文件????6948352??2012-06-06?13:47??C#\Chapter\GDI_Me\obj\Debug\GDI_Me.exe
?????文件?????256034??2012-06-06?13:47??C#\Chapter\GDI_Me\obj\Debug\GDI_Me.Form1.resources
............此處省略38個文件信息
評論
共有 條評論