在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → asp.net制造型企业生产管理系统源码

asp.net制造型企业生产管理系统源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.16M
  • 下载次数:27
  • 浏览次数:240
  • 发布时间:2020-10-22
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
小型制造型企业生产管理系统源码,各类企业公司开发生产企业管理源码
【实例截图】
【核心代码】
小型企业生产管理系统源码
└── 小型企业生产管理系统源码
├── CS企业生产管理系统源码
│   ├── Business
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Business.dll
│   │   │   └── Business.pdb
│   │   ├── Business.csproj
│   │   ├── Business.csproj.user
│   │   ├── Class1.cs
│   │   ├── obj
│   │   │   ├── Business.csproj.FileListAbsolute.txt
│   │   │   ├── Business.csproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── Business.csproj.FileListAbsolute.txt
│   │   │   ├── Business.dll
│   │   │   ├── Business.pdb
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Common
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Common.dll
│   │   │   └── Common.pdb
│   │   ├── Class1.cs
│   │   ├── Common.csproj
│   │   ├── Common.csproj.user
│   │   ├── obj
│   │   │   ├── Common.csproj.FileListAbsolute.txt
│   │   │   ├── Common.csproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── Common.csproj.FileListAbsolute.txt
│   │   │   ├── Common.dll
│   │   │   ├── Common.pdb
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── VehicleType.cs
│   │   └── 免费的源码下载平台.url
│   ├── DataAccess
│   │   ├── Baselib.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── Excel.dll
│   │   │   ├── Interop.Microsoft.Office.Core.dll
│   │   │   ├── Office.dll
│   │   │   ├── Office.xml
│   │   │   └── stdole.dll
│   │   ├── Class1.cs
│   │   ├── CommercialVehiclesJNan.cs
│   │   ├── CommonMeans.cs
│   │   ├── DataAccess.csproj
│   │   ├── DataAccess.csproj.user
│   │   ├── obj
│   │   │   ├── DataAccess.csproj.FileListAbsolute.txt
│   │   │   ├── DataAccess.csproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── DataAccess.csproj.FileListAbsolute.txt
│   │   │   ├── DataAccess.csprojResolveAssemblyReference.cache
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── Refactor
│   │   │   └── DataAccess.dll
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── TotalVehicleData.cs
│   │   ├── VehicleTypeData.cs
│   │   └── 副本 TotalVehicleTypeData.cs
│   ├── DB_51aspx
│   │   ├── KTBSCGL_Data.LDF
│   │   ├── KTBSCGL_Data.MDF
│   │   └── 免费的源码下载平台.url
│   ├── DingDan
│   │   ├── App.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DataAccess.dll
│   │   │   ├── DataAccess.pdb
│   │   │   ├── DingDan.exe
│   │   │   ├── DingDan.exe.config
│   │   │   ├── DingDan.pdb
│   │   │   ├── DingDan.vshost.exe
│   │   │   ├── DingDan.vshost.exe.config
│   │   │   ├── DingDan.vshost.exe.manifest
│   │   │   ├── Excel.dll
│   │   │   ├── Interop.Microsoft.Office.Core.dll
│   │   │   ├── Interop.VBIDE.dll
│   │   │   └── ZedGraph.dll
│   │   ├── DatagridviewSave.cs
│   │   ├── DatagridviewSave.Designer.cs
│   │   ├── DatagridviewSave.resx
│   │   ├── Frm_AccountRemove.cs
│   │   ├── Frm_AccountRemove.Designer.cs
│   │   ├── Frm_AccountRemove.resx
│   │   ├── FrmAddUser.cs
│   │   ├── FrmAddUser.Designer.cs
│   │   ├── FrmAddUser.resx
│   │   ├── Frm_All_line_dayReportHZ.cs
│   │   ├── Frm_All_line_dayReportHZ.Designer.cs
│   │   ├── Frm_All_line_dayReportHZ.resx
│   │   ├── Frm_All_Line_MonthReportHZ.cs
│   │   ├── Frm_All_Line_MonthReportHZ.Designer.cs
│   │   ├── Frm_All_Line_MonthReportHZ.resx
│   │   ├── FrmCommercialVehiclesJNan.cs
│   │   ├── FrmCommercialVehiclesJNan.Designer.cs
│   │   ├── FrmCommercialVehiclesJNan.resx
│   │   ├── Frm_DayProductReport.cs
│   │   ├── Frm_DayProductReport.Designer.cs
│   │   ├── Frm_DayProductReport.resx
│   │   ├── FrmEditUser.cs
│   │   ├── FrmEditUser.Designer.cs
│   │   ├── FrmEditUser.resx
│   │   ├── Frm_GX_WL.cs
│   │   ├── Frm_GX_WL.Designer.cs
│   │   ├── Frm_GX_WL.resx
│   │   ├── Frm_LineCost.cs
│   │   ├── Frm_LineCost.Designer.cs
│   │   ├── Frm_LineCost_Query_Proc.cs
│   │   ├── Frm_LineCost_Query_Proc.Designer.cs
│   │   ├── Frm_LineCost_Query_Proc.resx
│   │   ├── Frm_LineCost.resx
│   │   ├── Frm_line_shift_Jp.cs
│   │   ├── Frm_Line_Shift_JPDel.resx
│   │   ├── Frm_line_shift_Jp.Designer.cs
│   │   ├── Frm_line_shift_Jp.resx
│   │   ├── FrmLogin.cs
│   │   ├── FrmLogin.designer.cs
│   │   ├── FrmLogin.resx
│   │   ├── Frm_LS_Exception_Count.cs
│   │   ├── Frm_LS_Exception_Count.Designer.cs
│   │   ├── Frm_LS_Exception_Count.resx
│   │   ├── Frm_LS_Exception.cs
│   │   ├── Frm_LS_Exception.Designer.cs
│   │   ├── Frm_LS_Exception.resx
│   │   ├── FrmMain.cs
│   │   ├── FrmMain.designer.cs
│   │   ├── FrmMain.resx
│   │   ├── Frm_Month_All_Class_shift_ExcptHourHZ.cs
│   │   ├── Frm_Month_All_Class_shift_ExcptHourHZ.Designer.cs
│   │   ├── Frm_Month_All_Class_shift_ExcptHourHZ.resx
│   │   ├── Frm_MonthCost.cs
│   │   ├── Frm_MonthCost.Designer.cs
│   │   ├── Frm_MonthCost.resx
│   │   ├── Frm_month_jh_cost_In.cs
│   │   ├── Frm_month_jh_cost_In.Designer.cs
│   │   ├── Frm_month_jh_cost_In.resx
│   │   ├── Frm_Month_Product_Analyze.cs
│   │   ├── Frm_Month_Product_Analyze.Designer.cs
│   │   ├── Frm_Month_Product_Analyze.resx
│   │   ├── Frm_passWordModify.cs
│   │   ├── Frm_passWordModify.Designer.cs
│   │   ├── Frm_passWordModify.resx
│   │   ├── Frm_ProcInfo.cs
│   │   ├── Frm_ProcInfo.Designer.cs
│   │   ├── Frm_ProcInfo.resx
│   │   ├── Frm_PRocNOSel.cs
│   │   ├── Frm_PRocNOSel.Designer.cs
│   │   ├── Frm_PRocNOSel.resx
│   │   ├── frm_prod_line.cs
│   │   ├── frm_prod_line.Designer.cs
│   │   ├── frm_prod_line_proc.cs
│   │   ├── frm_prod_line_proc.Designer.cs
│   │   ├── frm_prod_line_proc.resx
│   │   ├── frm_prod_line.resx
│   │   ├── frm_prod_linetoproc.cs
│   │   ├── frm_prod_linetoproc.Designer.cs
│   │   ├── frm_prod_linetoproc.resx
│   │   ├── Frm_ProducInfo_Edit.cs
│   │   ├── Frm_ProducInfo_Edit.Designer.cs
│   │   ├── Frm_ProducInfo_Edit.resx
│   │   ├── Frm_ProductCostSum.cs
│   │   ├── Frm_ProductCostSum.Designer.cs
│   │   ├── Frm_ProductCostSum_Month.cs
│   │   ├── Frm_ProductCostSum_Month.designer.cs
│   │   ├── Frm_ProductCostSum_Month.resx
│   │   ├── Frm_ProductCostSum.resx
│   │   ├── frm_quanxian.cs
│   │   ├── frm_quanxian.Designer.cs
│   │   ├── frm_quanxian.resx
│   │   ├── FrmSamePeriod.cs
│   │   ├── FrmSamePeriod.Designer.cs
│   │   ├── FrmSamePeriod.resx
│   │   ├── Frm_selChanPin.cs
│   │   ├── Frm_selChanPin.Designer.cs
│   │   ├── Frm_selChanPin.resx
│   │   ├── Frm_ShiftInfo.cs
│   │   ├── Frm_ShiftInfo.Designer.cs
│   │   ├── Frm_ShiftInfo.resx
│   │   ├── Frm_Sp_codeSel.cs
│   │   ├── Frm_Sp_codeSel.Designer.cs
│   │   ├── Frm_Sp_codeSel.resx
│   │   ├── FrmTest.cs
│   │   ├── FrmTest.Designer.cs
│   │   ├── FrmTest.resx
│   │   ├── Frm_TimeSection_eachLV_look.cs
│   │   ├── Frm_TimeSection_eachLV_look.Designer.cs
│   │   ├── Frm_TimeSection_eachLV_look.resx
│   │   ├── FrmTotal.cs
│   │   ├── FrmTotal.Designer.cs
│   │   ├── FrmTotal.resx
│   │   ├── FrmTrendList.cs
│   │   ├── FrmTrendList.Designer.cs
│   │   ├── FrmTrendList.resx
│   │   ├── FrmTrendsDrive.cs
│   │   ├── FrmTrendsDrive.Designer.cs
│   │   ├── FrmTrendsDrive.resx
│   │   ├── FrmTrendsType.cs
│   │   ├── FrmTrendsType.Designer.cs
│   │   ├── FrmTrendsType.resx
│   │   ├── FrmTruck.cs
│   │   ├── FrmTruck.Designer.cs
│   │   ├── FrmTruck.resx
│   │   ├── frm_user.cs
│   │   ├── frm_user.designer.cs
│   │   ├── frm_user.resx
│   │   ├── ModuleClass
│   │   │   └── MyModule.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DingDan.csproj.GenerateResource.Cache
│   │   │   │   ├── DingDan.csproj.ResolveComReference.cache
│   │   │   │   ├── DingDan.exe
│   │   │   │   ├── DingDan.Frm_All_line_dayReportHZ.resources
│   │   │   │   ├── DingDan.Frm_All_Line_MonthReportHZ.resources
│   │   │   │   ├── DingDan.Frm_DayProductReport.resources
│   │   │   │   ├── DingDan.Frm_GX_WL.resources
│   │   │   │   ├── DingDan.Frm_LineCost_Query_Proc.resources
│   │   │   │   ├── DingDan.Frm_LineCost.resources
│   │   │   │   ├── DingDan.Frm_line_shift_Jp.resources
│   │   │   │   ├── DingDan.FrmLogin.resources
│   │   │   │   ├── DingDan.Frm_LS_Exception_Count.resources
│   │   │   │   ├── DingDan.Frm_LS_Exception.resources
│   │   │   │   ├── DingDan.FrmMain.resources
│   │   │   │   ├── DingDan.Frm_Month_All_Class_shift_ExcptHourHZ.resources
│   │   │   │   ├── DingDan.Frm_MonthCost.resources
│   │   │   │   ├── DingDan.Frm_month_jh_cost_In.resources
│   │   │   │   ├── DingDan.Frm_Month_Product_Analyze.resources
│   │   │   │   ├── DingDan.Frm_passWordModify.resources
│   │   │   │   ├── DingDan.Frm_ProcInfo.resources
│   │   │   │   ├── DingDan.Frm_PRocNOSel.resources
│   │   │   │   ├── DingDan.Frm_ProducInfo_Edit.resources
│   │   │   │   ├── DingDan.Frm_ProductCostSum_Month.resources
│   │   │   │   ├── DingDan.Frm_ProductCostSum.resources
│   │   │   │   ├── DingDan.frm_quanxian.resources
│   │   │   │   ├── DingDan.Frm_selChanPin.resources
│   │   │   │   ├── DingDan.Frm_ShiftInfo.resources
│   │   │   │   ├── DingDan.Frm_Sp_codeSel.resources
│   │   │   │   ├── DingDan.Frm_TimeSection_eachLV_look.resources
│   │   │   │   ├── DingDan.frm_user.resources
│   │   │   │   ├── DingDan.pdb
│   │   │   │   ├── DingDan.Properties.Resources.resources
│   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   ├── Interop.Microsoft.Office.Core.dll
│   │   │   │   ├── Interop.VBIDE.dll
│   │   │   │   ├── ReportFormStatistics.csproj.FileListAbsolute.txt
│   │   │   │   ├── ReportFormStatistics.csproj.GenerateResource.Cache
│   │   │   │   ├── ReportFormStatistics.csprojResolveAssemblyReference.cache
│   │   │   │   ├── ReportFormStatistics.csproj.ResolveComReference.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── DingDan.csproj.FileListAbsolute.txt
│   │   │   ├── DingDan.csproj.FileList.txt
│   │   │   └── ReportFormStatistics.csproj.FileListAbsolute.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── public.cs
│   │   ├── ReportFormStatistics.csproj
│   │   ├── ReportFormStatistics.csproj.user
│   │   ├── Welcome.cs
│   │   ├── Welcome.Designer.cs
│   │   └── Welcome.resx
│   ├── ReportFormStatistics.sln
│   ├── ReportFormStatistics.suo
│   └── 免费的源码下载平台.url
└── 免费的源码下载平台.url

30 directories, 257 files

标签:

实例下载地址

asp.net制造型企业生产管理系统源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警