三菱PLC通讯含源码
.
├── Dll Files
│ ├── EntFxPlc.dll
│ ├── PLC通讯组件使用说明V23.pdf
│ ├── SET1.png
│ ├── SET2.png
│ └── Thumbs.db
├── TcpClient C#2010
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── My Project
│ │ ├── Application.myapp
│ │ ├── Resources.resx
│ │ └── Settings.settings
│ ├── Properties
│ │ ├── Application.Designer.cs
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── TCP_CLIENT_VB2010.xml
│ ├── TcpClient.csproj
│ ├── TcpClient.sln
│ ├── TcpClient.suo
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ │ ├── EntFxPlc.dll
│ │ ├── TCP_CLIENT_C#2010.exe
│ │ ├── TCP_CLIENT_C#2010.pdb
│ │ ├── TCP_CLIENT_C#2010.vshost.exe
│ │ ├── TCP_CLIENT_C#2010.vshost.exe.manifest
│ │ └── TCP_CLIENT_VB2010.xml
│ └── obj
│ ├── Debug
│ └── x86
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── TCP_CLIENT_C#2010.exe
│ │ ├── TCP_CLIENT_C#2010.pdb
│ │ ├── TCP_CLIENT_VB2010.Form1.resources
│ │ ├── TCP_CLIENT_VB2010.Properties.Resources.resources
│ │ ├── TcpClient.csproj.FileListAbsolute.txt
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── Release
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource.read.1.tlog
│ ├── GenerateResource.write.1.tlog
│ ├── TCP_CLIENT.Form1.resources
│ ├── TCP_CLIENT_C#2010.exe
│ ├── TCP_CLIENT_C#2010.pdb
│ ├── TCP_CLIENT_CS2010.Properties.Resources.resources
│ ├── TCP_CLIENT_VB2010.Form1.resources
│ ├── TCP_CLIENT_VB2010.Properties.Resources.resources
│ ├── TcpClient.csproj.FileListAbsolute.txt
│ ├── TcpClient.csproj.GenerateResource.Cache
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── TcpClient VB2010
│ ├── TcpClient
│ │ ├── App.config
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── TcpClient.vbproj
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── Release
│ │ │ ├── EntFxPlc.dll
│ │ │ ├── TcpClient.exe
│ │ │ ├── TcpClient.pdb
│ │ │ ├── TcpClient.vshost.exe
│ │ │ ├── TcpClient.vshost.exe.manifest
│ │ │ └── TcpClient.xml
│ │ └── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TcpClient.Form1.resources
│ │ │ ├── TcpClient.Resources.resources
│ │ │ ├── TcpClient.exe
│ │ │ ├── TcpClient.pdb
│ │ │ ├── TcpClient.vbproj.FileListAbsolute.txt
│ │ │ ├── TcpClient.vbproj.GenerateResource.Cache
│ │ │ ├── TcpClient.vbprojResolveAssemblyReference.cache
│ │ │ ├── TcpClient.xml
│ │ │ └── TempPE
│ │ │ └── My Project.Resources.Designer.vb.dll
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── Interop.WinTcpCommS7.dll
│ │ ├── TcpClient.Form1.resources
│ │ ├── TcpClient.Resources.resources
│ │ ├── TcpClient.exe
│ │ ├── TcpClient.pdb
│ │ ├── TcpClient.vbproj.FileListAbsolute.txt
│ │ ├── TcpClient.vbproj.GenerateResource.Cache
│ │ ├── TcpClient.vbprojResolveAssemblyReference.cache
│ │ ├── TcpClient.xml
│ │ └── TempPE
│ │ └── My Project.Resources.Designer.vb.dll
│ ├── TcpClient.sln
│ └── TcpClient.suo
└── 三菱PLC通讯含源码.rar
26 directories, 100 files
评论