基本信息
源码名称:Winform与西门子PLC通讯
源码大小:1.23M
文件格式:.7z
开发语言:C#
更新时间:2024-07-11
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

GWD、VR、ZPG控制


IGwinform

└── IGwinform
    └── IGwinform
        ├── App.config
        ├── GWDDI1.Designer.cs
        ├── GWDDI1.cs
        ├── GWDDI1.resx
        ├── GWDmain.Designer.cs
        ├── GWDmain.cs
        ├── GWDmain.resx
        ├── IGwinform.csproj
        ├── IGwinform.csproj.user
        ├── IGwinform.sln
        ├── IGwinform_TemporaryKey.pfx
        ├── MyTextbox.cs
        ├── Program.cs
        ├── Properties
        │   ├── AssemblyInfo.cs
        │   ├── Resources.Designer.cs
        │   ├── Resources.resx
        │   ├── Settings.Designer.cs
        │   └── Settings.settings
        ├── bin
        │   ├── Debug
        │   │   ├── IGwinform.application
        │   │   ├── IGwinform.exe
        │   │   ├── IGwinform.exe.config
        │   │   ├── IGwinform.exe.manifest
        │   │   ├── IGwinform.pdb
        │   │   ├── S7.Net.dll
        │   │   ├── S7.Net.xml
        │   │   ├── System.Buffers.dll
        │   │   ├── System.Buffers.xml
        │   │   ├── System.Memory.dll
        │   │   ├── System.Memory.xml
        │   │   ├── System.Numerics.Vectors.dll
        │   │   ├── System.Numerics.Vectors.xml
        │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │   ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │   └── app.publish
        │   │       └── IGwinform.exe
        │   └── Release
        ├── obj
        │   ├── Debug
        │   │   ├── DesignTimeResolveAssemblyReferences.cache
        │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │   ├── IGwinform.GWDDI1.resources
        │   │   ├── IGwinform.GWDmain.resources
        │   │   ├── IGwinform.Properties.Resources.resources
        │   │   ├── IGwinform.application
        │   │   ├── IGwinform.csproj.AssemblyReference.cache
        │   │   ├── IGwinform.csproj.CopyComplete
        │   │   ├── IGwinform.csproj.CoreCompileInputs.cache
        │   │   ├── IGwinform.csproj.FileListAbsolute.txt
        │   │   ├── IGwinform.csproj.GenerateResource.cache
        │   │   ├── IGwinform.exe
        │   │   ├── IGwinform.exe.manifest
        │   │   ├── IGwinform.pdb
        │   │   ├── IGwinform.首页.resources
        │   │   ├── IGwinform.控制选择.resources
        │   │   └── TempPE
        │   └── Release
        │       └── IGwinform.csproj.AssemblyReference.cache
        ├── packages
        │   ├── S7netplus.0.20.0
        │   │   ├── S7netplus.0.20.0.nupkg
        │   │   └── lib
        │   │       ├── net452
        │   │       │   ├── S7.Net.dll
        │   │       │   └── S7.Net.xml
        │   │       ├── net462
        │   │       │   ├── S7.Net.dll
        │   │       │   └── S7.Net.xml
        │   │       ├── net5.0
        │   │       │   ├── S7.Net.dll
        │   │       │   └── S7.Net.xml
        │   │       ├── net6.0
        │   │       │   ├── S7.Net.dll
        │   │       │   └── S7.Net.xml
        │   │       ├── net7.0
        │   │       │   ├── S7.Net.dll
        │   │       │   └── S7.Net.xml
        │   │       ├── netstandard1.3
        │   │       │   ├── S7.Net.dll
        │   │       │   └── S7.Net.xml
        │   │       └── netstandard2.0
        │   │           ├── S7.Net.dll
        │   │           └── S7.Net.xml
        │   ├── System.Buffers.4.5.1
        │   │   ├── LICENSE.TXT
        │   │   ├── System.Buffers.4.5.1.nupkg
        │   │   ├── THIRD-PARTY-NOTICES.TXT
        │   │   ├── lib
        │   │   │   ├── net461
        │   │   │   │   ├── System.Buffers.dll
        │   │   │   │   └── System.Buffers.xml
        │   │   │   ├── netcoreapp2.0
        │   │   │   │   └── _._
        │   │   │   ├── netstandard1.1
        │   │   │   │   ├── System.Buffers.dll
        │   │   │   │   └── System.Buffers.xml
        │   │   │   ├── netstandard2.0
        │   │   │   │   ├── System.Buffers.dll
        │   │   │   │   └── System.Buffers.xml
        │   │   │   └── uap10.0.16299
        │   │   │       └── _._
        │   │   ├── ref
        │   │   │   ├── net45
        │   │   │   │   ├── System.Buffers.dll
        │   │   │   │   └── System.Buffers.xml
        │   │   │   ├── netcoreapp2.0
        │   │   │   │   └── _._
        │   │   │   ├── netstandard1.1
        │   │   │   │   ├── System.Buffers.dll
        │   │   │   │   └── System.Buffers.xml
        │   │   │   ├── netstandard2.0
        │   │   │   │   ├── System.Buffers.dll
        │   │   │   │   └── System.Buffers.xml
        │   │   │   └── uap10.0.16299
        │   │   │       └── _._
        │   │   ├── useSharedDesignerContext.txt
        │   │   └── version.txt
        │   ├── System.Memory.4.5.5
        │   │   ├── LICENSE.TXT
        │   │   ├── System.Memory.4.5.5.nupkg
        │   │   ├── THIRD-PARTY-NOTICES.TXT
        │   │   ├── lib
        │   │   │   ├── net461
        │   │   │   │   ├── System.Memory.dll
        │   │   │   │   └── System.Memory.xml
        │   │   │   ├── netcoreapp2.1
        │   │   │   │   └── _._
        │   │   │   ├── netstandard1.1
        │   │   │   │   ├── System.Memory.dll
        │   │   │   │   └── System.Memory.xml
        │   │   │   └── netstandard2.0
        │   │   │       ├── System.Memory.dll
        │   │   │       └── System.Memory.xml
        │   │   ├── ref
        │   │   │   └── netcoreapp2.1
        │   │   │       └── _._
        │   │   ├── useSharedDesignerContext.txt
        │   │   └── version.txt
        │   ├── System.Numerics.Vectors.4.5.0
        │   │   ├── LICENSE.TXT
        │   │   ├── System.Numerics.Vectors.4.5.0.nupkg
        │   │   ├── THIRD-PARTY-NOTICES.TXT
        │   │   ├── lib
        │   │   │   ├── MonoAndroid10
        │   │   │   │   └── _._
        │   │   │   ├── MonoTouch10
        │   │   │   │   └── _._
        │   │   │   ├── net46
        │   │   │   │   ├── System.Numerics.Vectors.dll
        │   │   │   │   └── System.Numerics.Vectors.xml
        │   │   │   ├── netcoreapp2.0
        │   │   │   │   └── _._
        │   │   │   ├── netstandard1.0
        │   │   │   │   ├── System.Numerics.Vectors.dll
        │   │   │   │   └── System.Numerics.Vectors.xml
        │   │   │   ├── netstandard2.0
        │   │   │   │   ├── System.Numerics.Vectors.dll
        │   │   │   │   └── System.Numerics.Vectors.xml
        │   │   │   ├── portable-net45 win8 wp8 wpa81
        │   │   │   │   ├── System.Numerics.Vectors.dll
        │   │   │   │   └── System.Numerics.Vectors.xml
        │   │   │   ├── uap10.0.16299
        │   │   │   │   └── _._
        │   │   │   ├── xamarinios10
        │   │   │   │   └── _._
        │   │   │   ├── xamarinmac20
        │   │   │   │   └── _._
        │   │   │   ├── xamarintvos10
        │   │   │   │   └── _._
        │   │   │   └── xamarinwatchos10
        │   │   │       └── _._
        │   │   ├── ref
        │   │   │   ├── MonoAndroid10
        │   │   │   │   └── _._
        │   │   │   ├── MonoTouch10
        │   │   │   │   └── _._
        │   │   │   ├── net45
        │   │   │   │   ├── System.Numerics.Vectors.dll
        │   │   │   │   └── System.Numerics.Vectors.xml
        │   │   │   ├── net46
        │   │   │   │   ├── System.Numerics.Vectors.dll
        │   │   │   │   └── System.Numerics.Vectors.xml
        │   │   │   ├── netcoreapp2.0
        │   │   │   │   └── _._
        │   │   │   ├── netstandard1.0
        │   │   │   │   ├── System.Numerics.Vectors.dll
        │   │   │   │   └── System.Numerics.Vectors.xml
        │   │   │   ├── netstandard2.0
        │   │   │   │   ├── System.Numerics.Vectors.dll
        │   │   │   │   └── System.Numerics.Vectors.xml
        │   │   │   ├── uap10.0.16299
        │   │   │   │   └── _._
        │   │   │   ├── xamarinios10
        │   │   │   │   └── _._
        │   │   │   ├── xamarinmac20
        │   │   │   │   └── _._
        │   │   │   ├── xamarintvos10
        │   │   │   │   └── _._
        │   │   │   └── xamarinwatchos10
        │   │   │       └── _._
        │   │   ├── useSharedDesignerContext.txt
        │   │   └── version.txt
        │   └── System.Runtime.CompilerServices.Unsafe.4.5.3
        │       ├── LICENSE.TXT
        │       ├── System.Runtime.CompilerServices.Unsafe.4.5.3.nupkg
        │       ├── THIRD-PARTY-NOTICES.TXT
        │       ├── lib
        │       │   ├── net461
        │       │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
        │       │   │   └── System.Runtime.CompilerServices.Unsafe.xml
        │       │   ├── netcoreapp2.0
        │       │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
        │       │   │   └── System.Runtime.CompilerServices.Unsafe.xml
        │       │   ├── netstandard1.0
        │       │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
        │       │   │   └── System.Runtime.CompilerServices.Unsafe.xml
        │       │   └── netstandard2.0
        │       │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │       │       └── System.Runtime.CompilerServices.Unsafe.xml
        │       ├── ref
        │       │   ├── net461
        │       │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
        │       │   │   └── System.Runtime.CompilerServices.Unsafe.xml
        │       │   ├── netstandard1.0
        │       │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
        │       │   │   └── System.Runtime.CompilerServices.Unsafe.xml
        │       │   └── netstandard2.0
        │       │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │       │       └── System.Runtime.CompilerServices.Unsafe.xml
        │       ├── useSharedDesignerContext.txt
        │       └── version.txt
        ├── packages.config
        ├── 首页.Designer.cs
        ├── 首页.cs
        ├── 首页.resx
        ├── 控制选择.Designer.cs
        ├── 控制选择.cs
        └── 控制选择.resx

79 directories, 163 files