嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 4 元微信扫码支付:4 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
欧母龙PLC数据采集功能
使用OmronFinsTCP库进行数据采集到数据库
.
├── ACheckData
│ ├── ACheckData
│ │ ├── ACheckData.csproj
│ │ ├── App.config
│ │ ├── Common
│ │ │ └── IniHelper.cs
│ │ ├── Connected Services
│ │ ├── DataSet1.Designer.cs
│ │ ├── DataSet1.xsc
│ │ ├── DataSet1.xsd
│ │ ├── DataSet1.xss
│ │ ├── FrmMain.Designer.cs
│ │ ├── FrmMain.cs
│ │ ├── FrmMain.resx
│ │ ├── FrmWinData.Designer.cs
│ │ ├── FrmWinData.cs
│ │ ├── FrmWinData.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DataSources
│ │ │ │ ├── Models.INTU051.datasource
│ │ │ │ └── Models.INTU058.datasource
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Report_intu051.rdlc
│ │ ├── Report_intu058.rdlc
│ │ ├── SqlServerTypes
│ │ │ ├── Loader.cs
│ │ │ ├── readme.htm
│ │ │ ├── x64
│ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ └── msvcr120.dll
│ │ │ └── x86
│ │ │ ├── SqlServerSpatial140.dll
│ │ │ └── msvcr120.dll
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── ACheckData.exe
│ │ │ │ ├── ACheckData.exe.config
│ │ │ │ ├── ACheckData.pdb
│ │ │ │ ├── Config.ini
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.dll.config
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── EnvDTE.dll
│ │ │ │ ├── Microsoft.MSXML.dll
│ │ │ │ ├── Microsoft.ReportViewer.Common.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.dll
│ │ │ │ ├── Microsoft.ReportViewer.ProcessingObjectModel.dll
│ │ │ │ ├── Microsoft.ReportViewer.WinForms.dll
│ │ │ │ ├── Microsoft.SqlServer.Types.dll
│ │ │ │ ├── ModbusTCPLib.dll
│ │ │ │ ├── ModbusTCPLib.pdb
│ │ │ │ ├── Models.dll
│ │ │ │ ├── Models.pdb
│ │ │ │ ├── OmronFinsTCP.Net.dll
│ │ │ │ ├── OmronFinsTCP.Net.xml
│ │ │ │ ├── SqlServerTypes
│ │ │ │ │ ├── x64
│ │ │ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ │ │ └── msvcr120.dll
│ │ │ │ │ └── x86
│ │ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ │ └── msvcr120.dll
│ │ │ │ ├── SunnyUI.Plus.dll
│ │ │ │ ├── de
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── images
│ │ │ │ │ ├── 12.png
│ │ │ │ │ ├── 13.png
│ │ │ │ │ ├── 15.png
│ │ │ │ │ ├── 16.png
│ │ │ │ │ ├── 51.png
│ │ │ │ │ ├── 51A.png
│ │ │ │ │ ├── LEFT.png
│ │ │ │ │ ├── RIGHT.png
│ │ │ │ │ ├── biao.png
│ │ │ │ │ ├── exit.png
│ │ │ │ │ ├── exitE.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ └── stats.ico
│ │ │ │ ├── it
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── main.jpg
│ │ │ │ ├── main1.jpg
│ │ │ │ ├── pt
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── stdole.dll
│ │ │ │ ├── zh-CHS
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ └── zh-CHT
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── ACheckData.FrmMain.resources
│ │ │ ├── ACheckData.FrmWinData.resources
│ │ │ ├── ACheckData.Properties.Resources.resources
│ │ │ ├── ACheckData.csproj.AssemblyReference.cache
│ │ │ ├── ACheckData.csproj.CopyComplete
│ │ │ ├── ACheckData.csproj.CoreCompileInputs.cache
│ │ │ ├── ACheckData.csproj.FileListAbsolute.txt
│ │ │ ├── ACheckData.csproj.GenerateResource.cache
│ │ │ ├── ACheckData.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── ACheckData.exe
│ │ │ ├── ACheckData.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ │ ├── DataSet1.Designer.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── packages.config
│ │ └── stats.ico
│ ├── ACheckData.sln
│ ├── DAL
│ │ ├── DAL.csproj
│ │ ├── DetectorServer.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SQLHelper.cs
│ │ ├── SqlHelper
│ │ │ ├── IniHelper.cs
│ │ │ └── SQLHelper.cs
│ │ ├── SqlServerTypes
│ │ │ ├── Loader.cs
│ │ │ ├── readme.htm
│ │ │ ├── x64
│ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ └── msvcr120.dll
│ │ │ └── x86
│ │ │ ├── SqlServerSpatial140.dll
│ │ │ └── msvcr120.dll
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.dll.config
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── EnvDTE.dll
│ │ │ │ ├── Microsoft.MSXML.dll
│ │ │ │ ├── Microsoft.ReportViewer.Common.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.dll
│ │ │ │ ├── Microsoft.ReportViewer.ProcessingObjectModel.dll
│ │ │ │ ├── Microsoft.ReportViewer.WinForms.dll
│ │ │ │ ├── Microsoft.SqlServer.Types.dll
│ │ │ │ ├── Models.dll
│ │ │ │ ├── Models.pdb
│ │ │ │ ├── SqlServerTypes
│ │ │ │ │ ├── x64
│ │ │ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ │ │ └── msvcr120.dll
│ │ │ │ │ └── x86
│ │ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ │ └── msvcr120.dll
│ │ │ │ ├── de
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── stdole.dll
│ │ │ │ ├── zh-CHS
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ └── zh-CHT
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DAL.csproj.AssemblyReference.cache
│ │ │ ├── DAL.csproj.CopyComplete
│ │ │ ├── DAL.csproj.CoreCompileInputs.cache
│ │ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ └── packages.config
│ ├── ModbusTCPLib
│ │ ├── ByteArray.cs
│ │ ├── ModbusTCPLib.csproj
│ │ ├── OmronFinsPLCNet.cs
│ │ ├── OrmonLib.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SqlServerTypes
│ │ │ ├── Loader.cs
│ │ │ ├── readme.htm
│ │ │ ├── x64
│ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ └── msvcr120.dll
│ │ │ └── x86
│ │ │ ├── SqlServerSpatial140.dll
│ │ │ └── msvcr120.dll
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── EnvDTE.dll
│ │ │ │ ├── Microsoft.MSXML.dll
│ │ │ │ ├── Microsoft.ReportViewer.Common.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.dll
│ │ │ │ ├── Microsoft.ReportViewer.ProcessingObjectModel.dll
│ │ │ │ ├── Microsoft.ReportViewer.WinForms.dll
│ │ │ │ ├── Microsoft.SqlServer.Types.dll
│ │ │ │ ├── ModbusTCPLib.dll
│ │ │ │ ├── ModbusTCPLib.pdb
│ │ │ │ ├── OmronFinsTCP.Net.dll
│ │ │ │ ├── OmronFinsTCP.Net.xml
│ │ │ │ ├── SqlServerTypes
│ │ │ │ │ ├── x64
│ │ │ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ │ │ └── msvcr120.dll
│ │ │ │ │ └── x86
│ │ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ │ └── msvcr120.dll
│ │ │ │ ├── SunnyUI.Plus.dll
│ │ │ │ ├── de
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── stdole.dll
│ │ │ │ ├── zh-CHS
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ └── zh-CHT
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ModbusTCPLib.csproj.AssemblyReference.cache
│ │ │ ├── ModbusTCPLib.csproj.CopyComplete
│ │ │ ├── ModbusTCPLib.csproj.CoreCompileInputs.cache
│ │ │ ├── ModbusTCPLib.csproj.FileListAbsolute.txt
│ │ │ ├── ModbusTCPLib.dll
│ │ │ ├── ModbusTCPLib.pdb
│ │ │ └── TempPE
│ │ └── packages.config
│ ├── Models
│ │ ├── INTU051.cs
│ │ ├── INTU058.cs
│ │ ├── Models.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SqlServerTypes
│ │ │ ├── Loader.cs
│ │ │ ├── readme.htm
│ │ │ ├── x64
│ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ └── msvcr120.dll
│ │ │ └── x86
│ │ │ ├── SqlServerSpatial140.dll
│ │ │ └── msvcr120.dll
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── EnvDTE.dll
│ │ │ │ ├── Microsoft.MSXML.dll
│ │ │ │ ├── Microsoft.ReportViewer.Common.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.dll
│ │ │ │ ├── Microsoft.ReportViewer.ProcessingObjectModel.dll
│ │ │ │ ├── Microsoft.ReportViewer.WinForms.dll
│ │ │ │ ├── Microsoft.SqlServer.Types.dll
│ │ │ │ ├── Models.dll
│ │ │ │ ├── Models.pdb
│ │ │ │ ├── SqlServerTypes
│ │ │ │ │ ├── x64
│ │ │ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ │ │ └── msvcr120.dll
│ │ │ │ │ └── x86
│ │ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ │ └── msvcr120.dll
│ │ │ │ ├── de
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── stdole.dll
│ │ │ │ ├── zh-CHS
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ └── zh-CHT
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Models.csproj.AssemblyReference.cache
│ │ │ ├── Models.csproj.CopyComplete
│ │ │ ├── Models.csproj.CoreCompileInputs.cache
│ │ │ ├── Models.csproj.FileListAbsolute.txt
│ │ │ ├── Models.dll
│ │ │ ├── Models.pdb
│ │ │ └── TempPE
│ │ └── packages.config
│ └── packages
│ ├── Microsoft.ReportViewer.Common.VS2010.10.0.40219.1
│ │ ├── Microsoft.ReportViewer.Common.VS2010.10.0.40219.1.nupkg
│ │ └── lib
│ │ └── net40
│ │ └── Microsoft.ReportViewer.Common.dll
│ ├── Microsoft.ReportingServices.ReportViewerControl.Winforms.150.1537.0
│ │ ├── Microsoft.ReportingServices.ReportViewerControl.Winforms.150.1537.0.nupkg
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── Microsoft.ReportViewer.Common.dll
│ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ ├── Microsoft.ReportViewer.DataVisualization.dll
│ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ ├── Microsoft.ReportViewer.Design.dll
│ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ ├── Microsoft.ReportViewer.ProcessingObjectModel.dll
│ │ │ ├── Microsoft.ReportViewer.WinForms.dll
│ │ │ ├── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── de
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── es
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── fr
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── it
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── ja
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── ko
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── pt
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── ru
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── zh-CHS
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ └── zh-CHT
│ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ └── license
│ │ ├── License_ReportViewer.rtf
│ │ └── ThirdPartyNotices_ReportViewer.txt
│ ├── Microsoft.SqlServer.Types.14.0.314.76
│ │ ├── Microsoft.SqlServer.Types.14.0.314.76.nupkg
│ │ ├── content
│ │ │ └── SqlServerTypes
│ │ │ ├── Loader.cs
│ │ │ └── readme.htm
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.SqlServer.Types.dll
│ │ ├── license
│ │ │ └── license_SysClrTypes.rtf
│ │ ├── nativeBinaries
│ │ │ ├── x64
│ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ └── msvcr120.dll
│ │ │ └── x86
│ │ │ ├── SqlServerSpatial140.dll
│ │ │ └── msvcr120.dll
│ │ └── tools
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── OmronFinsTCP.Net.3.0.0.0
│ │ ├── OmronFinsTCP.Net.3.0.0.0.nupkg
│ │ └── lib
│ │ └── net40
│ │ ├── OmronFinsTCP.Net.dll
│ │ └── OmronFinsTCP.Net.xml
│ ├── ReportViewerCommon.11.0.0.0
│ │ ├── ReportViewerCommon.11.0.0.0.nupkg
│ │ └── lib
│ │ └── Microsoft.ReportViewer.Common.dll
│ └── SunnyUI.Plus.2.2.8.3
│ ├── SunnyUI.Plus.2.2.8.3.nupkg
│ ├── gpl-3.0.txt
│ └── lib
│ └── net40
│ └── SunnyUI.Plus.dll
└── C#欧母龙PLC数据采集功能_ACheckData.zip
138 directories, 433 files