资源简介
超市管理系统 C# 超市管理系统 C# 超市管理系统 C# 超市管理系统 C#
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
namespace 超市管理信息系统
{
///
/// AddUser 的摘要说明。
///
public class AddUser : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox UserIdTxt;
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 AddUserbutt;
private System.Windows.Forms.Button ExitAddUser;
private string strSQL = ““;
private SqlConnection tempConnection = new SqlConnection(“workstation id=localhost;database=MarketMagSys;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.UserIdTxt = new System.Windows.Forms.TextBox();
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.AddUserbutt = new System.Windows.Forms.Button();
this.ExitAddUser = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// UserIdTxt
//
this.UserIdTxt.Location = new System.Drawing.Point(112 48);
this.UserIdTxt.Name = “UserIdTxt“;
this.UserIdTxt.Size = new System.Drawing.Size(104 21);
this.UserIdTxt.TabIndex = 4;
this.UserIdTxt.Text = ““;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.ConfP
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9392 2006-12-31 09:24 超市管理系统\代码\AddUser.cs
文件 14291 2006-12-31 09:24 超市管理系统\代码\AddUser.resx
文件 1078 2006-11-26 15:55 超市管理系统\代码\App.ico
文件 1859 2006-11-26 15:55 超市管理系统\代码\AssemblyInfo.cs
文件 9392 2006-12-31 09:24 超市管理系统\代码\Backup\AddUser.cs
文件 14291 2006-12-31 09:24 超市管理系统\代码\Backup\AddUser.resx
文件 1078 2006-11-26 15:55 超市管理系统\代码\Backup\App.ico
文件 1859 2006-11-26 15:55 超市管理系统\代码\Backup\AssemblyInfo.cs
文件 5002 2006-12-31 09:24 超市管理系统\代码\Backup\ChgPwd.cs
文件 9793 2006-12-31 09:24 超市管理系统\代码\Backup\ChgPwd.resx
文件 33025 2006-12-31 09:24 超市管理系统\代码\Backup\InputMerch.cs
文件 26863 2006-12-31 09:24 超市管理系统\代码\Backup\InputMerch.resx
文件 38196 2006-12-31 09:24 超市管理系统\代码\Backup\InputSale.cs
文件 30486 2006-12-31 09:24 超市管理系统\代码\Backup\InputSale.resx
文件 6249 2006-12-31 09:24 超市管理系统\代码\Backup\Login.cs
文件 10908 2006-12-31 09:24 超市管理系统\代码\Backup\Login.resx
文件 85006 2006-12-31 09:24 超市管理系统\代码\Backup\MerchMag.cs
文件 64222 2006-12-31 09:24 超市管理系统\代码\Backup\MerchMag.resx
文件 36636 2006-12-31 09:24 超市管理系统\代码\Backup\QryStaticMember.cs
文件 35595 2006-12-31 09:24 超市管理系统\代码\Backup\QryStaticMember.resx
文件 10582 2006-12-04 19:08 超市管理系统\代码\Backup\SysMainFrm.cs
文件 13269 2006-12-03 21:02 超市管理系统\代码\Backup\SysMainFrm.resx
文件 14677 2006-11-26 19:49 超市管理系统\代码\Backup\UserDataSet.cs
文件 1148 2006-11-26 19:49 超市管理系统\代码\Backup\UserDataSet.xsd
文件 19566 2006-12-31 09:24 超市管理系统\代码\Backup\UserMag.cs
文件 24796 2006-12-31 09:24 超市管理系统\代码\Backup\UserMag.resx
文件 8203 2006-12-03 00:28 超市管理系统\代码\Backup\超市管理信息系统.csproj
文件 1803 2006-12-31 09:24 超市管理系统\代码\Backup\超市管理信息系统.csproj.user
文件 917 2006-11-26 15:55 超市管理系统\代码\Backup\超市管理信息系统.sln
..A..H. 10240 2006-12-31 09:24 超市管理系统\代码\Backup\超市管理信息系统.suo
............此处省略88个文件信息
- 上一篇:C# 实现播放MP3的类
- 下一篇:C# 自动排课系统 算法 源码
相关资源
- C# 自动排课系统 算法 源码
- C# 实现播放MP3的类
- 点,线缓冲区生成算法实现c#)
- C#高级编程(第10版)C# 6 .NET Core 1.0
- c#学生成绩管理系统
- winform简单计算器
- C#复选框重绘 Checkbox
- C# 两个窗体之间实时传递数据的
- C# 监控目录变化目录以及变化文件及
- C#Winform透明Textbox控件
- AE TXT生成点shp与点Shp生成TIN
- 学生成绩管理系统C#
- AES加密算法C#实现带中文说明
- Face++ C# Demo实现web API 人脸比对,识别
- c#上位机串口通信助手源代码194215
- WebBrowser(C#)DEMO
- c#人力资源管理系统,实现信息的增删
- C#与S7-300PLC的通讯
- C#多媒体定时器 工具
- C#文件的读取与写入操作及其读取数据
- C#视频采集源码(视频技术)
- 可调透明度的txt阅读器[C#]
- C# 通过存储过程将Excel文档导入SQL S
- c#版五子棋人机对弈模式
- C#中国姓名自动生成代码
- C#媒体播放器,支持多种格式
- C#非接触IC卡M1卡读写调试源代码(适
- C#简单与数据库连接的登录界面
- C#设置IP地址启用禁用适配器
- C# System Hooks
评论
共有 条评论