• 大小: 650.94 KB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-08-13
  • 语言: C#
  • 标签: 毕业设计  C#  .NET  

资源简介

用C#编写的毕业设计,做毕业设计的同学可以参考参考。

资源截图

代码片段和文件信息

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data.SqlClient;

namespace 客户管理系统
{
/// 
/// AddUser 的摘要说明。
/// 

public class AddUser : System.Windows.Forms.Form
{
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox ConfPwdTxt;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox RoleList;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox PwdTxt;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox UserNameTxt;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button ExitAddUser;
private System.Windows.Forms.TextBox UserIdTxt;
private System.Windows.Forms.Button AddUserbutt;
private string strSQL = ““;
private SqlConnection tempConnection = new SqlConnection(“workstation id=localhost;database=ClientMagSys;Connect Timeout=30;Trusted_Connection=yes“) ;
private SqlCommand SqComm;
private string NewUserComd;
/// 
/// 必需的设计器变量。
/// 

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.ConfPwdTxt = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.RoleList = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.PwdTxt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.UserNameTxt = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.ExitAddUser = new System.Windows.Forms.Button();
this.UserIdTxt = new System.Windows.Forms.TextBox();
this.AddUserbutt = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
// 
// groupBox1
// 
this.groupBox1.Controls.Add(this.ConfPwdTxt);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.RoleList);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.PwdTxt);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.UserN

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       9350  2006-12-04 21:24  第五章 客户管理系统\代码\AddUser.cs

     文件      14291  2006-12-04 00:37  第五章 客户管理系统\代码\AddUser.resx

     文件       1078  2006-12-03 13:03  第五章 客户管理系统\代码\App.ico

     文件       1859  2006-12-03 13:03  第五章 客户管理系统\代码\AssemblyInfo.cs

     文件     151040  2006-12-31 09:24  第五章 客户管理系统\代码\bin\Debug\客户管理系统.pdb

     目录          0  2008-07-10 14:09  第五章 客户管理系统\代码\bin\Debug

     目录          0  2008-05-27 15:33  第五章 客户管理系统\代码\bin

     文件       4889  2006-12-04 00:43  第五章 客户管理系统\代码\ChgPWD.cs

     文件       9793  2006-12-04 00:43  第五章 客户管理系统\代码\ChgPWD.resx

     文件      36655  2006-12-04 21:21  第五章 客户管理系统\代码\ClientContactMag.cs

     文件      28635  2006-12-04 21:21  第五章 客户管理系统\代码\ClientContactMag.resx

     文件      39902  2006-12-05 23:34  第五章 客户管理系统\代码\ClientContractMag.cs

     文件      30858  2006-12-05 23:34  第五章 客户管理系统\代码\ClientContractMag.resx

     文件      66120  2006-12-04 21:21  第五章 客户管理系统\代码\Clientmag.cs

     文件      44854  2006-12-04 21:21  第五章 客户管理系统\代码\Clientmag.resx

     文件      60381  2006-12-04 21:21  第五章 客户管理系统\代码\ClientStafferMag.cs

     文件      42387  2006-12-04 21:21  第五章 客户管理系统\代码\ClientStafferMag.resx

     文件      74238  2006-12-04 23:41  第五章 客户管理系统\代码\ClientStAny.cs

     文件      29266  2006-12-04 23:41  第五章 客户管理系统\代码\ClientStAny.resx

     文件       6266  2006-12-31 09:25  第五章 客户管理系统\代码\Login.cs

     文件      10908  2006-12-31 09:25  第五章 客户管理系统\代码\Login.resx

     文件      10284  2006-12-05 20:04  第五章 客户管理系统\代码\MainFrm.cs

     文件      13004  2006-12-05 19:59  第五章 客户管理系统\代码\MainFrm.resx

     目录          0  2008-05-27 15:33  第五章 客户管理系统\代码\obj\Debug\temp

     文件      11776  2006-12-04 00:01  第五章 客户管理系统\代码\obj\Debug\TempPE\userDataSet.cs.dll

     目录          0  2008-05-27 15:33  第五章 客户管理系统\代码\obj\Debug\TempPE

     文件      10615  2006-12-04 23:38  第五章 客户管理系统\代码\obj\Debug\客户管理系统.AddUser.resources

     文件       6443  2006-12-04 23:38  第五章 客户管理系统\代码\obj\Debug\客户管理系统.ChgPWD.resources

     文件      25267  2006-12-04 23:38  第五章 客户管理系统\代码\obj\Debug\客户管理系统.ClientContactMag.resources

     文件      27324  2006-12-05 23:49  第五章 客户管理系统\代码\obj\Debug\客户管理系统.ClientContractMag.resources

............此处省略55个文件信息

评论

共有 条评论