在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 空压上位监测系统

空压上位监测系统

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:10.37M
  • 下载次数:127
  • 浏览次数:606
  • 发布时间:2022-02-14
  • 实例类别:C#语言基础
  • 发 布 人:小妖ktt
  • 文件格式:.7z
  • 所需积分:2
 相关标签: 系统

实例介绍

【实例简介】空压上位监测系统

【实例截图】

from clipboard

【核心代码】

.
├── AirPresureSys
│   ├── AirPresureSystem
│   │   ├── AirPresureSystem.csproj
│   │   ├── AirPresureSystem.sln
│   │   ├── App.config
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── AirPresureSystem.exe
│   │   │   │   ├── AirPresureSystem.exe.config
│   │   │   │   ├── AirPresureSystem.pdb
│   │   │   │   ├── ConfigFile
│   │   │   │   │   ├── MODBUS.ini
│   │   │   │   │   ├── StoreArea.xml
│   │   │   │   │   ├── VarAlarm_Modbus.xml
│   │   │   │   │   └── Variable_Modbus.xml
│   │   │   │   ├── DAL.dll
│   │   │   │   ├── DAL.pdb
│   │   │   │   ├── MS_Entity.dll
│   │   │   │   ├── MS_Entity.pdb
│   │   │   │   ├── MS_UI.dll
│   │   │   │   └── MS_UI.pdb
│   │   │   └── Release
│   │   └── obj
│   │       └── Debug
│   │           ├── AirPresureSystem.Properties.Resources.resources
│   │           ├── AirPresureSystem.csproj.AssemblyReference.cache
│   │           ├── AirPresureSystem.csproj.CopyComplete
│   │           ├── AirPresureSystem.csproj.CoreCompileInputs.cache
│   │           ├── AirPresureSystem.csproj.FileListAbsolute.txt
│   │           ├── AirPresureSystem.csproj.GenerateResource.cache
│   │           ├── AirPresureSystem.csprojAssemblyReference.cache
│   │           ├── AirPresureSystem.exe
│   │           ├── AirPresureSystem.pdb
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           └── TempPE
│   ├── DAL
│   │   ├── DAL.csproj
│   │   ├── Modbus.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SQLHelper.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── DAL.dll
│   │   │   │   ├── DAL.pdb
│   │   │   │   ├── MS_Entity.dll
│   │   │   │   └── MS_Entity.pdb
│   │   │   └── Release
│   │   └── obj
│   │       └── Debug
│   │           ├── DAL.csproj.AssemblyReference.cache
│   │           ├── DAL.csproj.CopyComplete
│   │           ├── DAL.csproj.CoreCompileInputs.cache
│   │           ├── DAL.csproj.FileListAbsolute.txt
│   │           ├── DAL.csprojAssemblyReference.cache
│   │           ├── DAL.dll
│   │           ├── DAL.pdb
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           └── TempPE
│   ├── FlowPipe
│   │   └── FlowPipe
│   │       ├── FlowControl.Designer.cs
│   │       ├── FlowControl.cs
│   │       ├── FlowControl.resx
│   │       ├── FlowPipe.csproj
│   │       ├── FlowPipe.sln
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── FlowPipe.dll
│   │       │   │   └── FlowPipe.pdb
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferences.cache
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── FlowPipe.FlowControl.resources
│   │               ├── FlowPipe.csproj.CoreCompileInputs.cache
│   │               ├── FlowPipe.csproj.FileListAbsolute.txt
│   │               ├── FlowPipe.csproj.GenerateResource.cache
│   │               ├── FlowPipe.csprojAssemblyReference.cache
│   │               ├── FlowPipe.dll
│   │               ├── FlowPipe.pdb
│   │               └── TempPE
│   ├── LQB
│   │   └── LQB
│   │       ├── LQB.Designer.cs
│   │       ├── LQB.cs
│   │       ├── LQB.csproj
│   │       ├── LQB.resx
│   │       ├── LQB.sln
│   │       ├── Properties
│   │       │   ├── AssemblyInfo.cs
│   │       │   ├── Resources.Designer.cs
│   │       │   └── Resources.resx
│   │       ├── Res
│   │       │   └── imags
│   │       │       ├── 1.png
│   │       │       ├── 10.png
│   │       │       ├── 11.png
│   │       │       ├── 2.png
│   │       │       ├── 3.png
│   │       │       ├── 4.png
│   │       │       ├── 5.png
│   │       │       ├── 6.png
│   │       │       ├── 7.png
│   │       │       ├── 8.png
│   │       │       └── 9.png
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── LQB.dll
│   │       │   │   └── LQB.pdb
│   │       │   └── Release
│   │       ├── obj
│   │       │   └── Debug
│   │       │       ├── DesignTimeResolveAssemblyReferences.cache
│   │       │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │       ├── LQB.LQB.resources
│   │       │       ├── LQB.Properties.Resources.resources
│   │       │       ├── LQB.csproj.CoreCompileInputs.cache
│   │       │       ├── LQB.csproj.FileListAbsolute.txt
│   │       │       ├── LQB.csproj.GenerateResource.cache
│   │       │       ├── LQB.csprojAssemblyReference.cache
│   │       │       ├── LQB.dll
│   │       │       ├── LQB.pdb
│   │       │       └── TempPE
│   │       │           └── Properties.Resources.Designer.cs.dll
│   │       └── recMemory.cs
│   ├── MS_Entity
│   │   ├── Alarm.cs
│   │   ├── MS_Entity.csproj
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── StoreArea.cs
│   │   ├── SysAdmins.cs
│   │   ├── VarAlarm_Modbus.cs
│   │   ├── Variable_Modbus.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── MS_Entity.dll
│   │   │   │   └── MS_Entity.pdb
│   │   │   └── Release
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── MS_Entity.csproj.AssemblyReference.cache
│   │           ├── MS_Entity.csproj.CoreCompileInputs.cache
│   │           ├── MS_Entity.csproj.FileListAbsolute.txt
│   │           ├── MS_Entity.csprojAssemblyReference.cache
│   │           ├── MS_Entity.dll
│   │           ├── MS_Entity.pdb
│   │           └── TempPE
│   ├── MS_UI
│   │   ├── CommonMethods.cs
│   │   ├── FrmAlarm.Designer.cs
│   │   ├── FrmAlarm.cs
│   │   ├── FrmAlarm.resx
│   │   ├── FrmHardwareConfig.Designer.cs
│   │   ├── FrmHardwareConfig.cs
│   │   ├── FrmHardwareConfig.resx
│   │   ├── FrmLogin.Designer.cs
│   │   ├── FrmLogin.cs
│   │   ├── FrmLogin.resx
│   │   ├── FrmMain.Designer.cs
│   │   ├── FrmMain.cs
│   │   ├── FrmMain.resx
│   │   ├── FrmParamSet.Designer.cs
│   │   ├── FrmParamSet.cs
│   │   ├── FrmParamSet.resx
│   │   ├── FrmReport.Designer.cs
│   │   ├── FrmReport.cs
│   │   ├── FrmTrend.Designer.cs
│   │   ├── FrmTrend.cs
│   │   ├── FrmView.Designer.cs
│   │   ├── FrmView.cs
│   │   ├── Frm_ModifyVar_Mod.Designer.cs
│   │   ├── Frm_ModifyVar_Mod.cs
│   │   ├── Frm_ModifyVar_Mod.resx
│   │   ├── Frm_NewVar_Mod.Designer.cs
│   │   ├── Frm_NewVar_Mod.cs
│   │   ├── Frm_NewVar_Mod.resx
│   │   ├── HardwareConfig
│   │   │   ├── FrmIOVarConfig.Designer.cs
│   │   │   ├── FrmIOVarConfig.cs
│   │   │   ├── FrmIOVarConfig.resx
│   │   │   ├── FrmParasetConfig.Designer.cs
│   │   │   ├── FrmParasetConfig.cs
│   │   │   ├── FrmProtoConfig.Designer.cs
│   │   │   ├── FrmProtoConfig.cs
│   │   │   ├── FrmProtoConfig.resx
│   │   │   ├── FrmTrendParaConfig.Designer.cs
│   │   │   └── FrmTrendParaConfig.cs
│   │   ├── MS_UI.csproj
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   ├── Public_cs
│   │   │   └── DataValidate.cs
│   │   ├── Resources
│   │   │   ├── 1.png
│   │   │   ├── 10.png
│   │   │   ├── 11.png
│   │   │   ├── 2.png
│   │   │   ├── 3.png
│   │   │   ├── 4.png
│   │   │   ├── 5.png
│   │   │   ├── 6.png
│   │   │   ├── 7.png
│   │   │   ├── 8.png
│   │   │   ├── 9.png
│   │   │   ├── Image1.bmp
│   │   │   ├── 水箱.png
│   │   │   ├── 阀门.png
│   │   │   ├── 黄鹤楼.jpg
│   │   │   ├── 储气罐.png
│   │   │   ├── 分汽缸.png
│   │   │   ├── 干燥机.png
│   │   │   ├── 空压机.png
│   │   │   ├── 过滤器.png
│   │   │   ├── 系统登录.png
│   │   │   ├── 阀门打开.png
│   │   │   ├── 阀门打开1.png
│   │   │   ├── 控制流程图.png
│   │   │   └── 喜科堂互联教育.png
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── DAL.dll
│   │   │   │   ├── DAL.pdb
│   │   │   │   ├── MS_Entity.dll
│   │   │   │   ├── MS_Entity.pdb
│   │   │   │   ├── MS_UI.dll
│   │   │   │   └── MS_UI.pdb
│   │   │   └── Release
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── MS_UI.FrmAlarm.resources
│   │           ├── MS_UI.FrmHardwareConfig.resources
│   │           ├── MS_UI.FrmIOVarManage.resources
│   │           ├── MS_UI.FrmLogin.resources
│   │           ├── MS_UI.FrmMain.resources
│   │           ├── MS_UI.FrmParamSet.resources
│   │           ├── MS_UI.FrmProtoConfig.resources
│   │           ├── MS_UI.Frm_ModifyVar_Mod.resources
│   │           ├── MS_UI.Frm_NewVar_Mod.resources
│   │           ├── MS_UI.Properties.Resources.resources
│   │           ├── MS_UI.csproj.AssemblyReference.cache
│   │           ├── MS_UI.csproj.CopyComplete
│   │           ├── MS_UI.csproj.CoreCompileInputs.cache
│   │           ├── MS_UI.csproj.FileListAbsolute.txt
│   │           ├── MS_UI.csproj.GenerateResource.cache
│   │           ├── MS_UI.csprojAssemblyReference.cache
│   │           ├── MS_UI.dll
│   │           ├── MS_UI.pdb
│   │           └── TempPE
│   │               └── Properties.Resources.Designer.cs.dll
│   ├── Tap
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   ├── Res
│   │   │   ├── 阀门.png
│   │   │   └── 阀门打开.png
│   │   ├── Tap.Designer.cs
│   │   ├── Tap.cs
│   │   ├── Tap.csproj
│   │   ├── Tap.resx
│   │   ├── Tap.sln
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Tap.dll
│   │   │   │   └── Tap.pdb
│   │   │   └── Release
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Tap.Properties.Resources.resources
│   │           ├── Tap.Tap.resources
│   │           ├── Tap.csproj.CoreCompileInputs.cache
│   │           ├── Tap.csproj.FileListAbsolute.txt
│   │           ├── Tap.csproj.GenerateResource.cache
│   │           ├── Tap.csprojAssemblyReference.cache
│   │           ├── Tap.dll
│   │           ├── Tap.pdb
│   │           └── TempPE
│   │               └── Properties.Resources.Designer.cs.dll
│   └── TextBox
│       ├── Properties
│       │   └── AssemblyInfo.cs
│       ├── TextBox.Designer.cs
│       ├── TextBox.cs
│       ├── TextBox.csproj
│       ├── TextBox.resx
│       ├── TextBox.sln
│       ├── bin
│       │   ├── Debug
│       │   │   ├── TextBox.dll
│       │   │   └── TextBox.pdb
│       │   └── Release
│       └── obj
│           └── Debug
│               ├── DesignTimeResolveAssemblyReferences.cache
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── TempPE
│               ├── TextBox.TextBox.resources
│               ├── TextBox.csproj.CoreCompileInputs.cache
│               ├── TextBox.csproj.FileListAbsolute.txt
│               ├── TextBox.csproj.GenerateResource.cache
│               ├── TextBox.csprojAssemblyReference.cache
│               ├── TextBox.dll
│               └── TextBox.pdb
└── 空压上位监测系统.7z

74 directories, 251 files


标签: 系统

实例下载地址

空压上位监测系统

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

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

网友评论

第 1 楼 122596623 发表于: 2022-02-15 17:42 23
无数据库,只有基础的窗体,是不完善的code,不建议下载

支持(0) 盖楼(回复)

发表评论

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

查看所有1条评论>>

小贴士

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

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

关于好例子网

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

;
报警