資源簡介
用C#編寫的畢業(yè)設計,做畢業(yè)設計的同學可以參考參考。
代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;
using?System.Data.SqlClient;
namespace?客戶管理系統(tǒng)
{
///?
///?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?調用后添加任何構造函數(shù)代碼
//
}
///?
///?清理所有正在使用的資源。
///?
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??第五章?客戶管理系統(tǒng)\代碼\AddUser.cs
?????文件??????14291??2006-12-04?00:37??第五章?客戶管理系統(tǒng)\代碼\AddUser.resx
?????文件???????1078??2006-12-03?13:03??第五章?客戶管理系統(tǒng)\代碼\App.ico
?????文件???????1859??2006-12-03?13:03??第五章?客戶管理系統(tǒng)\代碼\AssemblyInfo.cs
?????文件?????151040??2006-12-31?09:24??第五章?客戶管理系統(tǒng)\代碼\bin\Debug\客戶管理系統(tǒng).pdb
?????目錄??????????0??2008-07-10?14:09??第五章?客戶管理系統(tǒng)\代碼\bin\Debug
?????目錄??????????0??2008-05-27?15:33??第五章?客戶管理系統(tǒng)\代碼\bin
?????文件???????4889??2006-12-04?00:43??第五章?客戶管理系統(tǒng)\代碼\ChgPWD.cs
?????文件???????9793??2006-12-04?00:43??第五章?客戶管理系統(tǒng)\代碼\ChgPWD.resx
?????文件??????36655??2006-12-04?21:21??第五章?客戶管理系統(tǒng)\代碼\ClientContactMag.cs
?????文件??????28635??2006-12-04?21:21??第五章?客戶管理系統(tǒng)\代碼\ClientContactMag.resx
?????文件??????39902??2006-12-05?23:34??第五章?客戶管理系統(tǒng)\代碼\ClientContractMag.cs
?????文件??????30858??2006-12-05?23:34??第五章?客戶管理系統(tǒng)\代碼\ClientContractMag.resx
?????文件??????66120??2006-12-04?21:21??第五章?客戶管理系統(tǒng)\代碼\Clientmag.cs
?????文件??????44854??2006-12-04?21:21??第五章?客戶管理系統(tǒng)\代碼\Clientmag.resx
?????文件??????60381??2006-12-04?21:21??第五章?客戶管理系統(tǒng)\代碼\ClientStafferMag.cs
?????文件??????42387??2006-12-04?21:21??第五章?客戶管理系統(tǒng)\代碼\ClientStafferMag.resx
?????文件??????74238??2006-12-04?23:41??第五章?客戶管理系統(tǒng)\代碼\ClientStAny.cs
?????文件??????29266??2006-12-04?23:41??第五章?客戶管理系統(tǒng)\代碼\ClientStAny.resx
?????文件???????6266??2006-12-31?09:25??第五章?客戶管理系統(tǒng)\代碼\Login.cs
?????文件??????10908??2006-12-31?09:25??第五章?客戶管理系統(tǒng)\代碼\Login.resx
?????文件??????10284??2006-12-05?20:04??第五章?客戶管理系統(tǒng)\代碼\MainFrm.cs
?????文件??????13004??2006-12-05?19:59??第五章?客戶管理系統(tǒng)\代碼\MainFrm.resx
?????目錄??????????0??2008-05-27?15:33??第五章?客戶管理系統(tǒng)\代碼\obj\Debug\temp
?????文件??????11776??2006-12-04?00:01??第五章?客戶管理系統(tǒng)\代碼\obj\Debug\TempPE\userDataSet.cs.dll
?????目錄??????????0??2008-05-27?15:33??第五章?客戶管理系統(tǒng)\代碼\obj\Debug\TempPE
?????文件??????10615??2006-12-04?23:38??第五章?客戶管理系統(tǒng)\代碼\obj\Debug\客戶管理系統(tǒng).AddUser.resources
?????文件???????6443??2006-12-04?23:38??第五章?客戶管理系統(tǒng)\代碼\obj\Debug\客戶管理系統(tǒng).ChgPWD.resources
?????文件??????25267??2006-12-04?23:38??第五章?客戶管理系統(tǒng)\代碼\obj\Debug\客戶管理系統(tǒng).ClientContactMag.resources
?????文件??????27324??2006-12-05?23:49??第五章?客戶管理系統(tǒng)\代碼\obj\Debug\客戶管理系統(tǒng).ClientContractMag.resources
............此處省略55個文件信息
評論
共有 條評論