在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#版仓库信息管理系统

C#版仓库信息管理系统

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:1.88M
  • 下载次数:12
  • 浏览次数:147
  • 发布时间:2023-10-18
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】C#版仓库信息管理系统
用visual stdio2005编写,C#语言。数据库是SQL2000。其中包括论文,还有PPT幻灯片。解压后10M大小。

【实例截图】

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── C#版仓库信息管理系统.rar
└── 毕业设计
    ├── 1毕业答辩演示文稿.ppt
    ├── 论文.doc
    └── 仓库管理系统
        └── 仓库管理系统
            ├── WindowsApplication4.suo
            ├── 程序
            │   ├── AddUser.cs
            │   ├── AddUser.resx
            │   ├── App.ico
            │   ├── AssemblyInfo.cs
            │   ├── Backup
            │   │   ├── AddUser.cs
            │   │   ├── AddUser.resx
            │   │   ├── App.ico
            │   │   ├── AssemblyInfo.cs
            │   │   ├── FaclityNum.cs
            │   │   ├── FaclityNum.resx
            │   │   ├── InStorage.cs
            │   │   ├── InStorage.resx
            │   │   ├── LonIn.cs
            │   │   ├── LongInForm.cs
            │   │   ├── LongInForm.resx
            │   │   ├── MainFrm.cs
            │   │   ├── MainFrm.resx
            │   │   ├── OutStorage.cs
            │   │   ├── OutStorage.resx
            │   │   ├── PwdUpdate.cs
            │   │   ├── PwdUpdate.resx
            │   │   ├── ReturnStg.cs
            │   │   ├── ReturnStg.resx
            │   │   ├── SelBuy.cs
            │   │   ├── SelBuy.resx
            │   │   ├── SelDriveInfo.cs
            │   │   ├── SelDriveInfo.resx
            │   │   ├── SelFacNum.cs
            │   │   ├── SelFacNum.resx
            │   │   ├── SelInStg.cs
            │   │   ├── SelInStg.resx
            │   │   ├── SelOutStg.cs
            │   │   ├── SelOutStg.resx
            │   │   ├── SelReturn.cs
            │   │   ├── SelReturn.resx
            │   │   ├── buyFrm.cs
            │   │   ├── buyFrm.resx
            │   │   ├── 仓库管理系统.csproj
            │   │   ├── 仓库管理系统.csproj.user
            │   │   ├── 仓库管理系统.sln
            │   │   └── 仓库管理系统.suo
            │   ├── Backup1
            │   │   ├── AddUser.cs
            │   │   ├── AddUser.resx
            │   │   ├── App.ico
            │   │   ├── AssemblyInfo.cs
            │   │   ├── FaclityNum.cs
            │   │   ├── FaclityNum.resx
            │   │   ├── InStorage.cs
            │   │   ├── InStorage.resx
            │   │   ├── LonIn.cs
            │   │   ├── LongInForm.cs
            │   │   ├── LongInForm.resx
            │   │   ├── MainFrm.cs
            │   │   ├── MainFrm.resx
            │   │   ├── OutStorage.cs
            │   │   ├── OutStorage.resx
            │   │   ├── PwdUpdate.cs
            │   │   ├── PwdUpdate.resx
            │   │   ├── ReturnStg.cs
            │   │   ├── ReturnStg.resx
            │   │   ├── SelBuy.cs
            │   │   ├── SelBuy.resx
            │   │   ├── SelDriveInfo.cs
            │   │   ├── SelDriveInfo.resx
            │   │   ├── SelFacNum.cs
            │   │   ├── SelFacNum.resx
            │   │   ├── SelInStg.cs
            │   │   ├── SelInStg.resx
            │   │   ├── SelOutStg.cs
            │   │   ├── SelOutStg.resx
            │   │   ├── SelReturn.cs
            │   │   ├── SelReturn.resx
            │   │   ├── buyFrm.cs
            │   │   ├── buyFrm.resx
            │   │   ├── 仓库管理系统.csproj
            │   │   ├── 仓库管理系统.csproj.user
            │   │   ├── 仓库管理信息系统.sln
            │   │   └── 仓库管理信息系统.suo
            │   ├── Database1DataSet.Designer.cs
            │   ├── Database1DataSet.xsc
            │   ├── Database1DataSet.xsd
            │   ├── Database1DataSet.xss
            │   ├── FaclityNum.cs
            │   ├── FaclityNum.resx
            │   ├── Form1.Designer.cs
            │   ├── Form1.cs
            │   ├── Form2.cs
            │   ├── Form2.resx
            │   ├── InStorage.cs
            │   ├── InStorage.resx
            │   ├── LonIn.cs
            │   ├── LongForm.cs
            │   ├── LongForm.resx
            │   ├── LongInForm.cs
            │   ├── LongInForm.resx
            │   ├── Main.cs
            │   ├── Main.resx
            │   ├── MainFrm.cs
            │   ├── MainFrm.resx
            │   ├── OutStorage.cs
            │   ├── OutStorage.resx
            │   ├── Properties
            │   │   ├── Settings.Designer.cs
            │   │   └── Settings.settings
            │   ├── PwdUpdate.cs
            │   ├── PwdUpdate.resx
            │   ├── ReturnStg.cs
            │   ├── ReturnStg.resx
            │   ├── SelBuy.cs
            │   ├── SelBuy.resx
            │   ├── SelDriveInfo.cs
            │   ├── SelDriveInfo.resx
            │   ├── SelFacNum.cs
            │   ├── SelFacNum.resx
            │   ├── SelInStg.cs
            │   ├── SelInStg.resx
            │   ├── SelOutStg.cs
            │   ├── SelOutStg.resx
            │   ├── SelReturn.cs
            │   ├── SelReturn.resx
            │   ├── UpgradeLog.XML
            │   ├── UpgradeLog2.XML
            │   ├── UpgradeLog3.XML
            │   ├── _ReSharper.仓库管理信息系统
            │   │   ├── 18f3fefd-7d70-49e5-b7bb-ac0d06487a05.ReflectionCache
            │   │   ├── 8866a30a-ddbd-4427-be09-223e1f7a7300.ReflectionCache
            │   │   ├── 9d591d09-1c67-4580-89b0-ada69c7d7382.ReflectionCache
            │   │   ├── CachesImage.bin
            │   │   ├── ReflectionCache.xml
            │   │   ├── WordIndex2
            │   │   │   ├── 633001276710312500.wi
            │   │   │   ├── 633001276711875000.wi
            │   │   │   ├── 633007028462187500.wi
            │   │   │   ├── 633007028483750000.wi
            │   │   │   ├── 633007028485156250.wi
            │   │   │   ├── 633007028485937500.wi
            │   │   │   ├── 633007028487812500.wi
            │   │   │   ├── 633007028487968750.wi
            │   │   │   ├── 633009616607968750.wi
            │   │   │   ├── 633009616608281250.wi
            │   │   │   ├── 633009616608906250.wi
            │   │   │   ├── 633009616610468750.wi
            │   │   │   ├── 633009616610781250.wi
            │   │   │   ├── 633009616611093750.wi
            │   │   │   ├── 633009616611562500.wi
            │   │   │   ├── 633009616612500000.wi
            │   │   │   └── 633009946832812500.wi
            │   │   ├── b310e134-d925-46a7-8371-8ca755b156ba.ReflectionCache
            │   │   ├── cfbb39a5-e772-4496-927f-1635400bc4a1.ReflectionCache
            │   │   └── f2416836-6c4f-4480-a19b-ca63742d1869.ReflectionCache
            │   ├── _UpgradeReport_Files
            │   │   ├── UpgradeReport.css
            │   │   ├── UpgradeReport.xslt
            │   │   ├── UpgradeReport_Minus.gif
            │   │   └── UpgradeReport_Plus.gif
            │   ├── app.config
            │   ├── bin
            │   │   └── Debug
            │   │       ├── WindowsApplication4.exe
            │   │       ├── WindowsApplication4.pdb
            │   │       └── WindowsApplication4.vshost.exe
            │   ├── buyFrm.cs
            │   ├── buyFrm.resx
            │   ├── obj
            │   │   ├── Debug
            │   │   │   ├── TempPE
            │   │   │   │   └── Database1DataSet.Designer.cs.dll
            │   │   │   ├── WindowsApplication4.AddUser.resources
            │   │   │   ├── WindowsApplication4.FaclityNum.resources
            │   │   │   ├── WindowsApplication4.Form1.resources
            │   │   │   ├── WindowsApplication4.InStorage.resources
            │   │   │   ├── WindowsApplication4.LongInForm.resources
            │   │   │   ├── WindowsApplication4.MainFrm.resources
            │   │   │   ├── WindowsApplication4.OutStorage.resources
            │   │   │   ├── WindowsApplication4.PwdUpdate.resources
            │   │   │   ├── WindowsApplication4.ReturnStg.resources
            │   │   │   ├── WindowsApplication4.SelBuy.resources
            │   │   │   ├── WindowsApplication4.SelDriveInfo.resources
            │   │   │   ├── WindowsApplication4.SelFacNum.resources
            │   │   │   ├── WindowsApplication4.SelInStg.resources
            │   │   │   ├── WindowsApplication4.SelOutStg.resources
            │   │   │   ├── WindowsApplication4.SelReturn.resources
            │   │   │   ├── WindowsApplication4.buyFrm.resources
            │   │   │   ├── WindowsApplication4.exe
            │   │   │   ├── WindowsApplication4.pdb
            │   │   │   ├── WindowsApplication4.projdata
            │   │   │   ├── temp
            │   │   │   ├── 仓库管理系统.csproj.FileListAbsolute.txt
            │   │   │   ├── 仓库管理系统.csproj.GenerateResource.Cache
            │   │   │   └── 仓库管理系统.projdata
            │   │   ├── 仓库管理系统.csproj.FileList.txt
            │   │   └── 仓库管理系统.csproj.FileListAbsolute.txt
            │   ├── 仓库管理系统.csproj
            │   ├── 仓库管理系统.csproj.user
            │   ├── 仓库管理系统.sln
            │   ├── 仓库管理系统.suo
            │   ├── 仓库管理信息系统.resharper.user
            │   ├── 仓库管理信息系统.sln
            │   └── 仓库管理信息系统.suo
            ├── 数据库
            │   ├── UpdateStorage.sql
            │   ├── storage
            │   ├── storage_Data.MDF
            │   └── storage_Log.LDF
            └── 仓库管理系统.suo

17 directories, 198 files


实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警