资源简介
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个文件信息
相关资源
- C#解析HL7消息的库135797
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
评论
共有 条评论