资源简介
包含4个非常经典的C#毕业设计课题,包括设计源码和论文
非常值得下载!
http://www.kilter.tk
http://hi.baidu.com/yanzi52351
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
namespace WindowsApplication4
{
///
/// Form1 的摘要说明。
///
public class AddUser : System.Windows.Forms.Form
{
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label4;
private System.Data.SqlClient.SqlConnection sqlConnection1;
private string NewID;
private string NewPwd;
private string NewGrp;
private System.Data.SqlClient.SqlDataAdapter AddAdapter;
private System.Windows.Forms.ComboBox comboGrp;
private System.Windows.Forms.TextBox textPwd;
private System.Windows.Forms.TextBox textID;
private System.Windows.Forms.Button enter_button;
private System.Windows.Forms.Button esc_button;
private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
//private DataSet UserInfoSet=new DataSet();
///
/// 必需的设计器变量。
///
private System.ComponentModel.Container components = null;
public AddUser()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}
///
/// 清理所有正在使用的资源。
///
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
///
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.comboGrp = new System.Windows.Forms.ComboBox();
this.textPwd = new System.Windows.Forms.TextBox();
this.textID = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.enter_button = new System.Windows.Forms.Button();
this.esc_button = new System.Windows.Forms.Button();
this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
this.AddAdapter = new System.Data.SqlClient.SqlDataAdapter();
this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
th
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 28670 2006-05-20 08:57 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\18-05-06_1612.jpg
文件 12498 2006-05-21 19:28 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\21-05-06_1928.jpg
文件 1406 2006-06-16 16:19 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\Att.ico
文件 1406 2006-06-16 08:25 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\Close.ico
文件 1406 2006-06-16 08:26 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\Open.ico
文件 1406 2006-06-16 10:44 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\PostBox.ico
文件 1406 2006-06-16 08:16 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\Receive.ico
文件 1406 2006-06-16 08:16 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\Recycle Bin.ico
文件 1406 2006-06-16 08:16 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\Send.ico
文件 2238 2006-06-16 14:05 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\T_Clean.ico
文件 2238 2006-06-16 14:06 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\T_Delete.ico
文件 2238 2006-06-16 14:06 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\T_Receive.ico
文件 822 2006-06-17 10:52 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\垃圾邮件箱.bmp
文件 822 2006-06-17 10:53 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AccountImage\已发送邮件箱.bmp
文件 1078 2006-03-17 09:57 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\App.ico
文件 1859 2006-03-17 09:57 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AssemblyInfo.cs
文件 262198 2006-05-31 20:18 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AttachmentImage\word格式.bmp
文件 262198 2006-05-31 18:47 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\AttachmentImage\项目2.bmp
文件 176128 2006-06-19 12:54 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\bin\Debug\MailManageSystem.exe
文件 171520 2006-06-19 12:54 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\bin\Debug\MailManageSystem.pdb
文件 28672 2006-06-19 12:53 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\bin\Debug\MailSend.dll
文件 67072 2006-06-19 12:53 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\bin\Debug\MailSend.pdb
文件 159744 2006-06-19 11:34 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\bin\Debug\Manage.mdb
文件 6302 2006-06-19 12:54 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\MailManageSystem.csproj
文件 3060 2006-06-19 12:55 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\MailManageSystem.csproj.user
文件 1440 2006-05-10 22:00 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\MailManageSystem.sln
..A..H. 13312 2006-06-19 12:55 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\MailManageSystem.suo
文件 176128 2006-06-19 12:54 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\obj\Debug\MailManageSystem.exe
文件 23658 2006-06-16 08:25 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\obj\Debug\MailManageSystem.NewAccount.resources
文件 171520 2006-06-19 12:54 C#毕业设计和源码\C#毕业设计+源码\毕业设计(答辩版)\MailManageSystem\obj\Debug\MailManageSystem.pdb
............此处省略560个文件信息
- 上一篇:毕业实习C#项目代码
- 下一篇:WPF帮助文档
相关资源
- 毕业实习C#项目代码
- c#人员管理系统 MIS
- Visual C#库存管理系统
- c# 简单登录界面设计源代码
- C#简单秒表程序设计
- 温度采集与控制系统上位机和下位机
- c# 车牌识别系统,希望对各位有用,
- C# 设备管理系统
- c#实现QQ聊天程序(源代码)(分服务
- Asp.net仓储管理系统源码.rar
- C#小说阅读
- C#考勤管理系统完整源码[201903]
- 美萍餐饮管理系统,C#,C/S,WinForm,
- ASP.NET学生成绩信息管理系统(源码
- RDLC report view 微软的RDLC报表的入门和
- 万得Wind量化接口 C#(PPT和代码)
- C#电子相册
- C#酒店管理系统
- C# VS2010 员工信息管理系统
- C#版Instagram-Toaster滤镜Demo
- 通讯录系统设计C#语言开发
- c# winform超市进销存销售管理系统
- VS2015 Iocomp控件C#源代码和说明书.rar
- 《Visual C#项目开发自学手册》源码第
- 功能强大的C#远程控制软件整个项目代
- c#网络爬虫程序设计源码
- C#自制桌面备忘录自制日历
- DynamicDataDisplay绘图库文件以及说明文
- 一个简单的基于wifi的大棚温湿度监测
- Visual_C#_.NET程序设计教程第2版源代码
评论
共有 条评论