资源简介
别舍不得这几分,学到东西才是最重要的,下载后 评价你会加6分,所以你不亏你还多加了1分
一个设备仓库的管理系统,主要功能有设备管理、出入库、查询
根据设备号生成采购计划
默认登陆帐号/密码:admin/admin
DB_51aspx下为Sql数据库,附加即可
数据库采用信任模式(Trusted_Connection=True)连接,如需修改请在代码中搜索storage关键字查找并修改
代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6011 2009-05-23 09:24 MainFrm.resx
文件 25786 2006-12-05 01:46 OutStorage.cs
文件 21706 2006-12-05 01:46 OutStorage.resx
文件 15405 2006-11-28 10:04 PwdUpdate.cs
文件 18333 2006-11-28 10:04 PwdUpdate.resx
文件 22108 2009-05-23 09:23 ReturnStg.cs
文件 20582 2006-12-05 01:47 ReturnStg.resx
文件 18268 2006-12-05 01:48 SelBuy.cs
文件 14943 2006-12-05 01:48 SelBuy.resx
文件 10208 2006-11-28 10:04 SelDriveInfo.cs
文件 14946 2006-11-28 10:04 SelDriveInfo.resx
文件 11281 2006-12-05 01:25 SelFacNum.cs
文件 16075 2006-12-05 01:25 SelFacNum.resx
文件 17124 2006-11-28 10:04 SelInStg.cs
文件 16080 2006-11-28 10:04 SelInStg.resx
文件 13911 2006-11-28 10:18 SelOutStg.cs
文件 14955 2006-11-28 10:04 SelOutStg.resx
文件 13451 2006-11-28 10:04 SelReturn.cs
文件 14949 2006-11-28 10:04 SelReturn.resx
文件 7122 2009-05-23 09:09 仓库管理系统.csproj
文件 2083 2009-05-23 09:09 仓库管理系统.csproj.user
文件 907 2009-05-23 09:09 仓库管理系统.sln
文件 179 2009-05-21 23:44 最新.Net源码下载.url
文件 290816 2009-05-23 09:24 bin\Debug\WindowsApplication4.exe
文件 235008 2009-05-23 09:24 bin\Debug\WindowsApplication4.pdb
文件 5632 2005-12-08 14:51 bin\Debug\WindowsApplication4.vshost.exe
文件 4330 2009-05-23 09:16 DB_51aspx\UpdateStorage.sql
文件 13610 2009-05-23 09:11 obj\Debug\WindowsApplication4.AddUser.resources
文件 17663 2009-05-23 09:11 obj\Debug\WindowsApplication4.buyFrm.resources
文件 290816 2009-05-23 09:24 obj\Debug\WindowsApplication4.exe
............此处省略53个文件信息
相关资源
- C# winform简单易用的异步加载Loading效果
- C#学习之—五子棋源代码
- 超炫C# loading
- C#版图像处理界面,包含二值化、灰度
-
基于C#和xm
l的自动化测试框架系统的 - c# 获取CPU温度(非WMI,直接读取硬件
- C# httplistener 简单的高并发http服务器
- C# 读取word文档和图片
- C# 调用 bartender 打印的二次开发,含说
- MIKROTIK ROS API C#版,支持中文备注
- C#远程连接SQLserver 数据库
- C#从入门到精通第4版明日科技2017年
- C#调用主板蜂鸣器发声,Win7x64可用!
- c#企业人力资源管理系统源码
- C#中checkboxList控件用法总结
- c# 设置ip代理
- C#编写Modbus TCP客户端程序
- C#多线程编程 线程与窗体交互源码
- C# .Net Socket TCP 大数据 大文件 传输 经
- c# winform 用鼠标画拉出来的虚线框鼠标
- c# 如何删除datagridview中数据并删除数
- 用C#模仿银行ATM自动取款机系统
- C#读取AD域组织架构及用户
- asp.net用OpenPop.dll获取邮件列表和内容
- ESP8266 调试工具 C#开发
- C#资源\\修改文件备注源码
- c# 解压zip完整demo 带进度条
- PC/SC 微软智能卡C#开发框架库
- C#数据同步源代码
- C# outline 2013
评论
共有 条评论