嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
空压上位监测系统
.
├── 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