在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → [源代码] C# WinForms 项目实战 - 企业ERP管理系统

[源代码] C# WinForms 项目实战 - 企业ERP管理系统

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:3.65M
  • 下载次数:56
  • 浏览次数:229
  • 发布时间:2023-07-07
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.7z
  • 所需积分:2

实例介绍

【实例简介】[源代码] C# WinForms 项目实战 - 企业ERP管理系统
☆☆ 资源说明:☆☆ ☆ 系统功能:☆ 限于操作人员的计算机操作水平,因此要求系统具有良好的人机交互...对用户输入的数据,进行严格的数据检验,尽可能避免人为错误; 系统最大限度地实现了易维护性和易操作性;

【实例截图】

from clipboard

【核心代码】
文件清单
└── 企业ERP管理系统
    ├── DataBase
    │   ├── SMALLERP_Data.MDF
    │   ├── SMALLERP_Log.LDF
    │   └── 数据库脚本.sql
    ├── SMALLERP
    │   ├── SMALLERP
    │   │   ├── AppMain.cs
    │   │   ├── AppMain.Designer.cs
    │   │   ├── AppMain.resx
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── SMALLERP.ini
    │   │   │   │   ├── SMALLERP.vshost.exe
    │   │   │   │   └── SMALLERP.vshost.exe.manifest
    │   │   │   └── Release
    │   │   ├── BS
    │   │   │   ├── FormBSAccount.cs
    │   │   │   ├── FormBSAccount.Designer.cs
    │   │   │   ├── FormBSAccount.resx
    │   │   │   ├── FormBSBom.cs
    │   │   │   ├── FormBSBom.Designer.cs
    │   │   │   ├── FormBSBomInput.cs
    │   │   │   ├── FormBSBomInput.Designer.cs
    │   │   │   ├── FormBSBomInput.resx
    │   │   │   ├── FormBSBom.resx
    │   │   │   ├── FormBSCost.cs
    │   │   │   ├── FormBSCost.Designer.cs
    │   │   │   ├── FormBSCost.resx
    │   │   │   ├── FormBSCostType.cs
    │   │   │   ├── FormBSCostType.Designer.cs
    │   │   │   ├── FormBSCostTypeInput.cs
    │   │   │   ├── FormBSCostTypeInput.Designer.cs
    │   │   │   ├── FormBSCostTypeInput.resx
    │   │   │   ├── FormBSCostType.resx
    │   │   │   ├── FormBSCustomer.cs
    │   │   │   ├── FormBSCustomer.Designer.cs
    │   │   │   ├── FormBSCustomer.resx
    │   │   │   ├── FormBSDepartment.cs
    │   │   │   ├── FormBSDepartment.Designer.cs
    │   │   │   ├── FormBSDepartmentInput.cs
    │   │   │   ├── FormBSDepartmentInput.Designer.cs
    │   │   │   ├── FormBSDepartmentInput.resx
    │   │   │   ├── FormBSDepartment.resx
    │   │   │   ├── FormBSEmployee.cs
    │   │   │   ├── FormBSEmployee.Designer.cs
    │   │   │   ├── FormBSEmployee.resx
    │   │   │   ├── FormBSInven.cs
    │   │   │   ├── FormBSInven.Designer.cs
    │   │   │   ├── FormBSInven.resx
    │   │   │   ├── FormBSInvenType.cs
    │   │   │   ├── FormBSInvenType.Designer.cs
    │   │   │   ├── FormBSInvenTypeInput.cs
    │   │   │   ├── FormBSInvenTypeInput.Designer.cs
    │   │   │   ├── FormBSInvenTypeInput.resx
    │   │   │   ├── FormBSInvenType.resx
    │   │   │   ├── FormBSStore.cs
    │   │   │   ├── FormBSStore.Designer.cs
    │   │   │   ├── FormBSStore.resx
    │   │   │   ├── FormBSSupplier.cs
    │   │   │   ├── FormBSSupplier.Designer.cs
    │   │   │   ├── FormBSSupplier.resx
    │   │   │   ├── FormInitStock.cs
    │   │   │   ├── FormInitStock.Designer.cs
    │   │   │   └── FormInitStock.resx
    │   │   ├── ComClass
    │   │   │   ├── Chart.cs
    │   │   │   ├── CommonUse.cs
    │   │   │   ├── OperatorFile.cs
    │   │   │   └── PropertyClass.cs
    │   │   ├── CU
    │   │   │   ├── FormBaseType.cs
    │   │   │   ├── FormBaseType.Designer.cs
    │   │   │   ├── FormBaseTypeInput.cs
    │   │   │   ├── FormBaseTypeInput.Designer.cs
    │   │   │   ├── FormBaseTypeInput.resx
    │   │   │   ├── FormBaseType.resx
    │   │   │   ├── FormCUAfterService.cs
    │   │   │   ├── FormCUAfterService.Designer.cs
    │   │   │   ├── FormCUAfterService.resx
    │   │   │   ├── FormCURelRecord.cs
    │   │   │   ├── FormCURelRecord.Designer.cs
    │   │   │   ├── FormCURelRecord.resx
    │   │   │   ├── FormCUSellChance.cs
    │   │   │   ├── FormCUSellChance.Designer.cs
    │   │   │   ├── FormCUSellChance.resx
    │   │   │   ├── FormCustomerAnalyse.cs
    │   │   │   ├── FormCustomerAnalyse.Designer.cs
    │   │   │   ├── FormCustomerAnalyse.resx
    │   │   │   ├── FormCustomerCourse.cs
    │   │   │   ├── FormCustomerCourse.Designer.cs
    │   │   │   └── FormCustomerCourse.resx
    │   │   ├── DataClass
    │   │   │   └── DataBase.cs
    │   │   ├── FI
    │   │   │   ├── FormFIDeposit.cs
    │   │   │   ├── FormFIDeposit.Designer.cs
    │   │   │   ├── FormFIDeposit.resx
    │   │   │   ├── FormFIPurCost.cs
    │   │   │   ├── FormFIPurCost.Designer.cs
    │   │   │   ├── FormFIPurCost.resx
    │   │   │   ├── FormFISelCost.cs
    │   │   │   ├── FormFISelCost.Designer.cs
    │   │   │   └── FormFISelCost.resx
    │   │   ├── Images
    │   │   │   ├── add.ico
    │   │   │   ├── BS
    │   │   │   │   ├── 初始化库存.ico
    │   │   │   │   ├── 档案管理.ico
    │   │   │   │   ├── 物料清单.ico
    │   │   │   │   ├── 类别管理.ico
    │   │   │   │   └── 结算帐户.ico
    │   │   │   ├── btnfind.ico
    │   │   │   ├── cancel.ico
    │   │   │   ├── change.ico
    │   │   │   ├── CLAIM.ICO
    │   │   │   ├── close.ico
    │   │   │   ├── CU
    │   │   │   │   ├── 基础分类.ico
    │   │   │   │   ├── 客户进程.ico
    │   │   │   │   └── 类型分析.ico
    │   │   │   ├── delete.ico
    │   │   │   ├── export.ico
    │   │   │   ├── FI
    │   │   │   │   ├── 采购费用单.ico
    │   │   │   │   ├── 银行存款单.ico
    │   │   │   │   └── 销售费用单.ico
    │   │   │   ├── find.ico
    │   │   │   ├── open.ico
    │   │   │   ├── OT
    │   │   │   │   ├── baobiao图标.ico
    │   │   │   │   ├── xitong图标.ico
    │   │   │   │   ├── 主界面01.BMP
    │   │   │   │   ├── 仓库管理.ico
    │   │   │   │   ├── 取消.BMP
    │   │   │   │   ├── 基础管理.ico
    │   │   │   │   ├── 客户管理.ico
    │   │   │   │   ├── 生产管理.ico
    │   │   │   │   ├── 登录.bmp
    │   │   │   │   ├── 确定.BMP
    │   │   │   │   ├── 系统登录界面2.bmp
    │   │   │   │   ├── 系统登录界面.BMP
    │   │   │   │   ├── 财务管理.ico
    │   │   │   │   ├── 退出.bmp
    │   │   │   │   ├── 采购管理.ico
    │   │   │   │   ├── 重置.bmp
    │   │   │   │   └── 销售管理.ico
    │   │   │   ├── PR
    │   │   │   │   ├── 主生产计划.ico
    │   │   │   │   ├── 生产入库单.ico
    │   │   │   │   ├── 生产单.ico
    │   │   │   │   └── 生产完工处理.ico
    │   │   │   ├── print.ico
    │   │   │   ├── PU
    │   │   │   │   ├── 采购付款单 (67).ico
    │   │   │   │   ├── 采购入库单.ico
    │   │   │   │   └── 采购订单.ico
    │   │   │   ├── Query.ico
    │   │   │   ├── refulsh.ico
    │   │   │   ├── RP
    │   │   │   │   ├── 产品销售明细表.ico
    │   │   │   │   ├── 产品销售毛利明细表.ico
    │   │   │   │   ├── 产品销售毛利汇总表.ico
    │   │   │   │   ├── 产品销售汇总表.ico
    │   │   │   │   ├── 原材料采购明细表.ico
    │   │   │   │   ├── 原材料采购汇总表.ico
    │   │   │   │   └── 库存预警明细表.ico
    │   │   │   ├── SE
    │   │   │   │   ├── 销售出库单.ico
    │   │   │   │   ├── 销售收款单.ico
    │   │   │   │   └── 销售订单.ico
    │   │   │   ├── ST
    │   │   │   │   ├── 库存清单.ico
    │   │   │   │   ├── 库存盘点.ico
    │   │   │   │   ├── 报损清单.ico
    │   │   │   │   ├── 退料单.ico
    │   │   │   │   └── 领料单.ico
    │   │   │   ├── stop.ico
    │   │   │   ├── SY
    │   │   │   │   ├── 密码修改.ico
    │   │   │   │   ├── 操作员管理.ico
    │   │   │   │   └── 操作权限.ico
    │   │   │   └── UNCLAIM.ICO
    │   │   ├── Login.cs
    │   │   ├── Login.Designer.cs
    │   │   ├── Login.resx
    │   │   ├── obj
    │   │   │   └── Debug
    │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │   │       ├── Refactor
    │   │   │       ├── ResolveAssemblyReference.cache
    │   │   │       ├── SMALLERP.csproj.FileListAbsolute.txt
    │   │   │       └── TempPE
    │   │   │           ├── Properties.Resources.Designer.cs.dll
    │   │   │           ├── RP.RPT.CryPurCollectReport.cs.dll
    │   │   │           ├── RP.RPT.CryPurReport.cs.dll
    │   │   │           ├── RP.RPT.CrySelCollectReport.cs.dll
    │   │   │           ├── RP.RPT.CrySelReport.cs.dll
    │   │   │           ├── RP.RPT.CrystalReport1.cs.dll
    │   │   │           ├── RP.RPT.CrystalReport2.cs.dll
    │   │   │           ├── RP.RPT.CrystalSelProfitCollectReport.cs.dll
    │   │   │           ├── RP.RPT.CrystalSelProfitReport.cs.dll
    │   │   │           ├── RP.RPT.CrystalTest.cs.dll
    │   │   │           ├── RP.RPT.CryStockWarnReport.cs.dll
    │   │   │           ├── RP.RPT.副本 CrystalSelProfitCollectReport.cs.dll
    │   │   │           └── RPT.CrystalReport1.cs.dll
    │   │   ├── PR
    │   │   │   ├── FormBrowsePRPlan.cs
    │   │   │   ├── FormBrowsePRPlan.Designer.cs
    │   │   │   ├── FormBrowsePRPlan.resx
    │   │   │   ├── FormBrowsePRProduce.cs
    │   │   │   ├── FormBrowsePRProduce.Designer.cs
    │   │   │   ├── FormBrowsePRProduce.resx
    │   │   │   ├── FormPRInStore.cs
    │   │   │   ├── FormPRInStore.Designer.cs
    │   │   │   ├── FormPRInStore.resx
    │   │   │   ├── FormProduceComplete.cs
    │   │   │   ├── FormProduceComplete.Designer.cs
    │   │   │   ├── FormProduceComplete.resx
    │   │   │   ├── FormPRPlan.cs
    │   │   │   ├── FormPRPlan.Designer.cs
    │   │   │   ├── FormPRPlan.resx
    │   │   │   ├── FormPRProduce.cs
    │   │   │   ├── FormPRProduce.Designer.cs
    │   │   │   └── FormPRProduce.resx
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── PU
    │   │   │   ├── FormBrowsePUInStore.cs
    │   │   │   ├── FormBrowsePUInStore.Designer.cs
    │   │   │   ├── FormBrowsePUInStore.resx
    │   │   │   ├── FormBrowsePUOrder.cs
    │   │   │   ├── FormBrowsePUOrder.Designer.cs
    │   │   │   ├── FormBrowsePUOrder.resx
    │   │   │   ├── FormPUInStore.cs
    │   │   │   ├── FormPUInStore.Designer.cs
    │   │   │   ├── FormPUInStore.resx
    │   │   │   ├── FormPUOrder.cs
    │   │   │   ├── FormPUOrder.Designer.cs
    │   │   │   ├── FormPUOrder.resx
    │   │   │   ├── FormPUPay.cs
    │   │   │   ├── FormPUPay.Designer.cs
    │   │   │   └── FormPUPay.resx
    │   │   ├── RP
    │   │   │   ├── FORM
    │   │   │   │   ├── FormPurCollectReport.cs
    │   │   │   │   ├── FormPurCollectReport.Designer.cs
    │   │   │   │   ├── FormPurCollectReport.resx
    │   │   │   │   ├── FormPurReport.cs
    │   │   │   │   ├── FormPurReport.Designer.cs
    │   │   │   │   ├── FormPurReport.resx
    │   │   │   │   ├── FormSelCollectReport.cs
    │   │   │   │   ├── FormSelCollectReport.Designer.cs
    │   │   │   │   ├── FormSelCollectReport.resx
    │   │   │   │   ├── FormSelProfitCollectReport.cs
    │   │   │   │   ├── FormSelProfitCollectReport.Designer.cs
    │   │   │   │   ├── FormSelProfitCollectReport.resx
    │   │   │   │   ├── FormSelProfitReport.cs
    │   │   │   │   ├── FormSelProfitReport.Designer.cs
    │   │   │   │   ├── FormSelProfitReport.resx
    │   │   │   │   ├── FormSelReport.cs
    │   │   │   │   ├── FormSelReport.Designer.cs
    │   │   │   │   ├── FormSelReport.resx
    │   │   │   │   ├── FormStockWarnReport.cs
    │   │   │   │   ├── FormStockWarnReport.Designer.cs
    │   │   │   │   └── FormStockWarnReport.resx
    │   │   │   └── RPT
    │   │   │       ├── CryPurCollectReport.cs
    │   │   │       ├── CryPurCollectReport.rpt
    │   │   │       ├── CryPurReport.cs
    │   │   │       ├── CryPurReport.rpt
    │   │   │       ├── CrySelCollectReport.cs
    │   │   │       ├── CrySelCollectReport.rpt
    │   │   │       ├── CrySelReport.cs
    │   │   │       ├── CrySelReport.rpt
    │   │   │       ├── CrystalSelProfitCollectReport.cs
    │   │   │       ├── CrystalSelProfitCollectReport.rpt
    │   │   │       ├── CrystalSelProfitReport.cs
    │   │   │       ├── CrystalSelProfitReport.rpt
    │   │   │       ├── CrystalTest.cs
    │   │   │       ├── CrystalTest.rpt
    │   │   │       ├── CryStockWarnReport.cs
    │   │   │       └── CryStockWarnReport.rpt
    │   │   ├── SE
    │   │   │   ├── FormBrowseSEOrder.cs
    │   │   │   ├── FormBrowseSEOrder.Designer.cs
    │   │   │   ├── FormBrowseSEOrder.resx
    │   │   │   ├── FormBrowseSEOutStore.cs
    │   │   │   ├── FormBrowseSEOutStore.Designer.cs
    │   │   │   ├── FormBrowseSEOutStore.resx
    │   │   │   ├── FormSEGather.cs
    │   │   │   ├── FormSEGather.Designer.cs
    │   │   │   ├── FormSEGather.resx
    │   │   │   ├── FormSEOrder.cs
    │   │   │   ├── FormSEOrder.Designer.cs
    │   │   │   ├── FormSEOrder.resx
    │   │   │   ├── FormSEOutStore.cs
    │   │   │   ├── FormSEOutStore.Designer.cs
    │   │   │   └── FormSEOutStore.resx
    │   │   ├── SMALLERP.csproj
    │   │   ├── SMALLERP.csproj.user
    │   │   ├── ST
    │   │   │   ├── FormSTCheck.cs
    │   │   │   ├── FormSTCheck.Designer.cs
    │   │   │   ├── FormSTCheck.resx
    │   │   │   ├── FormSTGetBrowseProduce.cs
    │   │   │   ├── FormSTGetBrowseProduce.Designer.cs
    │   │   │   ├── FormSTGetBrowseProduce.resx
    │   │   │   ├── FormSTGetMaterial.cs
    │   │   │   ├── FormSTGetMaterial.Designer.cs
    │   │   │   ├── FormSTGetMaterial.resx
    │   │   │   ├── FormSTLoss.cs
    │   │   │   ├── FormSTLoss.Designer.cs
    │   │   │   ├── FormSTLoss.resx
    │   │   │   ├── FormStockQuery.cs
    │   │   │   ├── FormStockQuery.Designer.cs
    │   │   │   ├── FormStockQuery.resx
    │   │   │   ├── FormSTReturnBrowseProduce.cs
    │   │   │   ├── FormSTReturnBrowseProduce.Designer.cs
    │   │   │   ├── FormSTReturnBrowseProduce.resx
    │   │   │   ├── FormSTReturnMaterial.cs
    │   │   │   ├── FormSTReturnMaterial.Designer.cs
    │   │   │   └── FormSTReturnMaterial.resx
    │   │   └── SY
    │   │       ├── FormAssignRight.cs
    │   │       ├── FormAssignRight.Designer.cs
    │   │       ├── FormAssignRight.resx
    │   │       ├── FormPassWord.cs
    │   │       ├── FormPassWord.Designer.cs
    │   │       ├── FormPassWord.resx
    │   │       ├── FormSYOperator.cs
    │   │       ├── FormSYOperator.Designer.cs
    │   │       └── FormSYOperator.resx
    │   ├── SMALLERP.sln
    │   └── SMALLERP.suo
    └── 程序使用说明.docx

36 directories, 305 files

实例下载地址

[源代码] C# WinForms 项目实战 - 企业ERP管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 powerli 发表于: 2023-07-19 17:23 02
牛头不对马嘴

支持(0) 盖楼(回复)

发表评论

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

查看所有1条评论>>

小贴士

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

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

关于好例子网

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

;
报警