资源简介
仓库管理系统源码
一个设备仓库的管理系统,主要功能有设备管理、出入库、查询 根据设备号生成采购计划
代码片段和文件信息
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 Storage\MainFrm.resx
文件 25786 2006-12-05 01:46 Storage\OutStorage.cs
文件 21706 2006-12-05 01:46 Storage\OutStorage.resx
文件 15405 2006-11-28 10:04 Storage\PwdUpdate.cs
文件 18333 2006-11-28 10:04 Storage\PwdUpdate.resx
文件 22108 2009-05-23 09:23 Storage\ReturnStg.cs
文件 20582 2006-12-05 01:47 Storage\ReturnStg.resx
文件 18268 2006-12-05 01:48 Storage\SelBuy.cs
文件 14943 2006-12-05 01:48 Storage\SelBuy.resx
文件 10208 2006-11-28 10:04 Storage\SelDriveInfo.cs
文件 14946 2006-11-28 10:04 Storage\SelDriveInfo.resx
文件 11281 2006-12-05 01:25 Storage\SelFacNum.cs
文件 16075 2006-12-05 01:25 Storage\SelFacNum.resx
文件 17124 2006-11-28 10:04 Storage\SelInStg.cs
文件 16080 2006-11-28 10:04 Storage\SelInStg.resx
文件 13911 2006-11-28 10:18 Storage\SelOutStg.cs
文件 14955 2006-11-28 10:04 Storage\SelOutStg.resx
文件 13451 2006-11-28 10:04 Storage\SelReturn.cs
文件 14949 2006-11-28 10:04 Storage\SelReturn.resx
文件 7122 2009-05-23 09:10 Storage\仓库管理系统.csproj
文件 2083 2009-05-23 09:09 Storage\仓库管理系统.csproj.user
文件 907 2009-05-23 09:10 Storage\仓库管理系统.sln
文件 179 2009-05-21 23:44 Storage\最新.Net源码下载.url
文件 290816 2009-05-23 09:24 Storage\bin\Debug\WindowsApplication4.exe
文件 235008 2009-05-23 09:24 Storage\bin\Debug\WindowsApplication4.pdb
文件 5632 2005-12-08 14:51 Storage\bin\Debug\WindowsApplication4.vshost.exe
文件 4330 2009-05-23 09:16 Storage\DB_51aspx\UpdateStorage.sql
文件 1179648 2009-05-23 09:25 Storage\DB_51aspx\storage_Data.MDF
文件 1048576 2009-05-23 09:25 Storage\DB_51aspx\storage_Log.LDF
文件 13610 2009-05-23 09:11 Storage\obj\Debug\WindowsApplication4.AddUser.resources
............此处省略54个文件信息
相关资源
- c#调用微信扫一扫功能等
- C#开发大全(基础卷)源码+C#开发大全
- c# 实现动态柱状图
- c#入门经典 第六版 地址 百度网盘
- testListBoxApp.rar
- 开源项目图片浏览查看wpf编码
- WinForm连接SQLServer 一份C#小代码
- 自动网络时间同步小工具
- Native Wifi C#
- C# openGL 纹理贴图
- C#socket通信调用Brother打印机客户端和
- c# api帮助文档
- ASP.NET写的转盘抽奖程序
- C#实现老板键功能(源码)
- 一个用C#绘制的动态时钟自定义控件
- C#单片机控制直流电机源码(含电路原
- C#编写的多线程多主机端口扫描程序
- 财务管理系统程序(c#源代码)
- 用大津阈值Otsu Thresholding实现的阈值分
- C#抓包程序含源代码
- c#监听指定端口的UDP信息
- C#TCP通信收藏
- C#控件大全——按照用途分类详细介绍
- asp.net c# 自动创建SqlServer数据库实现
- c#实现的图书管理系统
- Warshall算法C#
- C#波形控件升级版
- 上位机监控软件MODBUSC#
- 斑马条码打印机EPL打印控件,js c# 可
- C#消息提示框,不需用户点确定,提醒
评论
共有 条评论