• 大小: 9.68MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-15
  • 语言: C#
  • 标签: C#  SQl2005  

资源简介

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

评论

共有 条评论