嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 10 元微信扫码支付:10 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#winform项目实例_真空手套箱
├── SqlDB
│ ├── PressureControl.mdf
│ └── PressureControl_log.ldf
├── 微压控制C#
│ └── 微压控制Zn
│ ├── PressureControl
│ │ ├── App.config
│ │ ├── BLL
│ │ │ ├── Clean.cs
│ │ │ ├── CommonHelper.cs
│ │ │ ├── KeepPress.cs
│ │ │ ├── ManualControl.cs
│ │ │ ├── Pressure.cs
│ │ │ └── User.cs
│ │ ├── DAL
│ │ │ ├── Clean.cs
│ │ │ ├── HistoryCurveHelper.cs
│ │ │ ├── KeepPress.cs
│ │ │ ├── ManualControl.cs
│ │ │ ├── Pressure.cs
│ │ │ ├── SqlDbHelper.cs
│ │ │ └── User.cs
│ │ ├── Help
│ │ │ └── InputLimits.cs
│ │ ├── Model
│ │ │ ├── Clean.cs
│ │ │ ├── KeepPress.cs
│ │ │ ├── ManualControl.cs
│ │ │ ├── Pressure.cs
│ │ │ └── User.cs
│ │ ├── PressureControl.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DataSources
│ │ │ │ ├── HMIControls.ThermometerControl.datasource
│ │ │ │ ├── Iocomp.Instrumentation.Standard.EditInteger.datasource
│ │ │ │ └── PressureControl.UI.FormMain.datasource
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ ├── Settings.settings
│ │ │ └── licenses.licx
│ │ ├── Resources
│ │ │ ├── 2.jpg
│ │ │ ├── App_Close.png
│ │ │ ├── App_Min.png
│ │ │ ├── App_Set.png
│ │ │ ├── IR_Code.png
│ │ │ ├── Load.gif
│ │ │ ├── Password.bmp
│ │ │ ├── QQ.png
│ │ │ ├── User.bmp
│ │ │ ├── background.gif
│ │ │ ├── 退出 - 副本.png
│ │ │ ├── 导出.png
│ │ │ ├── 帮助.png
│ │ │ ├── 微信.png
│ │ │ ├── 微博.png
│ │ │ ├── 急停.png
│ │ │ ├── 手机.png
│ │ │ ├── 运行.png
│ │ │ ├── 退出.png
│ │ │ ├── 退出1.png
│ │ │ ├── 手套箱.png
│ │ │ ├── 放大镜.png
│ │ │ ├── 机械手.png
│ │ │ ├── 导出到Excel.png
│ │ │ ├── 人工智能.jpg
│ │ │ ├── 使用手册.png
│ │ │ ├── 历史数据.png
│ │ │ ├── 历史记录.png
│ │ │ ├── 急停按钮.png
│ │ │ ├── 中能锂业logo.png
│ │ │ └── 中能锂业logo1.png
│ │ ├── UI
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── FormHistory.Designer.cs
│ │ │ ├── FormHistory.cs
│ │ │ ├── FormHistory.resx
│ │ │ ├── FormLogin.Designer.cs
│ │ │ ├── FormLogin.cs
│ │ │ ├── FormLogin.resx
│ │ │ ├── FormMain.Designer.cs
│ │ │ ├── FormMain.cs
│ │ │ ├── FormMain.resx
│ │ │ └── GlobalUserControl.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── HslCommunication.dll
│ │ │ │ ├── Iocomp.Instrumentation.WF40.Common.dll
│ │ │ │ ├── Iocomp.Instrumentation.WF40.Plot.dll
│ │ │ │ ├── Iocomp.Instrumentation.WF40.Pro.dll
│ │ │ │ ├── Iocomp.Instrumentation.WF40.Std.dll
│ │ │ │ ├── Iocomp.WF40.OPC.dll
│ │ │ │ ├── Ionic.Zip.dll
│ │ │ │ ├── NPOI.dll
│ │ │ │ ├── NPOI.xml
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── PressureControl.exe
│ │ │ │ ├── PressureControl.exe.config
│ │ │ │ ├── PressureControl.pdb
│ │ │ │ ├── PressureControl.vshost.exe
│ │ │ │ ├── PressureControl.vshost.exe.config
│ │ │ │ ├── PressureControl.vshost.exe.manifest
│ │ │ │ ├── YcIndustrialControl.dll
│ │ │ │ ├── ZedGraph.dll
│ │ │ │ ├── data.bin
│ │ │ │ ├── myButtonCheckTest.dll
│ │ │ │ └── person.xls
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PressureControl.Properties.Resources.resources
│ │ ├── PressureControl.UI.Form1.resources
│ │ ├── PressureControl.UI.FormHistory.resources
│ │ ├── PressureControl.UI.FormLogin.resources
│ │ ├── PressureControl.UI.FormMain.resources
│ │ ├── PressureControl.csproj.CopyComplete
│ │ ├── PressureControl.csproj.CoreCompileInputs.cache
│ │ ├── PressureControl.csproj.FileListAbsolute.txt
│ │ ├── PressureControl.csproj.GenerateResource.cache
│ │ ├── PressureControl.csprojAssemblyReference.cache
│ │ ├── PressureControl.csprojResolveAssemblyReference.cache
│ │ ├── PressureControl.exe
│ │ ├── PressureControl.pdb
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── pressurecontrol.exe.licenses
│ ├── 微压控制Zn.sln
│ ├── 微压控制Zn.suo
│ └── 微压控制Zn.v11.suo
├── 微压控制V14_V15
│ ├── AdditionalFiles
│ │ └── PLCM
│ │ ├── plcmArchive.pma
│ │ └── plcmArchive.pma15_0
│ ├── IM
│ │ ├── HMI
│ │ ├── SPL
│ │ │ └── options
│ │ └── SearchIndex
│ │ ├── _0.cfs
│ │ ├── _0_1.del
│ │ ├── _1.cfs
│ │ ├── segments.gen
│ │ └── segments_4
│ ├── Logs
│ │ ├── ConversionLogFile.xsl
│ │ ├── ConversionLog_14.0.0.0_to_15.0.0.0.xml
│ │ ├── ICO_PE_InfoActionRequest.png
│ │ ├── ICO_PE_InfoDecision.png
│ │ ├── ICO_PE_InfoDecisionCritical.png
│ │ ├── ICO_PE_InfoError.png
│ │ ├── ICO_PE_InfoErrorCritical.png
│ │ ├── ICO_PE_InfoInformation.png
│ │ ├── ICO_PE_InfoInputRequired.png
│ │ ├── ICO_PE_InfoSuccess.png
│ │ └── ICO_PE_InfoWarning.png
│ ├── MB_HOLD_REG.scl
│ ├── PLCTags.xlsx
│ ├── System
│ │ ├── PEData
│ │ │ └── Meta
│ │ │ ├── ChangeListConsumer
│ │ │ │ ├── HmiBase.xml
│ │ │ │ ├── Iecpl.xml
│ │ │ │ ├── Siemens.Simatic.Lang.IPI.Target.xml
│ │ │ │ ├── Siemens.Simatic.Lang.Online.xml
│ │ │ │ └── Siemens.Simatic.Lang.xml
│ │ │ └── ChangeListProvider
│ │ │ └── Siemens.Automation.DomainModel.xml
│ │ ├── PEData.idx
│ │ └── PEData.plf
│ ├── UserFiles
│ ├── XRef
│ │ └── XRef.db
│ ├── tmp
│ └── 微压控制V14_V15.ap15
├── 微压控制V14_V15.backup
│ └── 2018-12-06.015742.059
│ └── 2018-12-06.015742.059.zip
└── 控制电路图
├── 微压控制电路图1.pdf
├── 微压控制电路图2.pdf
├── 微压控制电路图2010.bak
└── 微压控制电路图2010.dwg
37 directories, 157 files