嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
绕胶机2019040190001
├── HCplcDemo
│ ├── App.config
│ ├── Client_TCP.cs
│ ├── ConfigINI.cs
│ ├── FileHelper.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── FormDevice.Designer.cs
│ ├── FormDevice.cs
│ ├── FormDevice.resx
│ ├── FormParam.Designer.cs
│ ├── FormParam.cs
│ ├── FormParam.resx
│ ├── FormParamUpdate.Designer.cs
│ ├── FormParamUpdate.cs
│ ├── FormParamUpdate.resx
│ ├── GloVar.cs
│ ├── HCplcDemo.csproj
│ ├── HCplcDemo.csproj.user
│ ├── LoginForm.Designer.cs
│ ├── LoginForm.cs
│ ├── LoginForm.resx
│ ├── LoginNew.Designer.cs
│ ├── LoginNew.cs
│ ├── LoginNew.resx
│ ├── MainLogin.Designer.cs
│ ├── MainLogin.cs
│ ├── MainLogin.resx
│ ├── MySql.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RunForm.Designer.cs
│ ├── RunForm.cs
│ ├── RunForm.resx
│ ├── Sunwoda05.ico
│ ├── SysFunction.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── 331.csv
│ │ │ ├── CLogo.ico
│ │ │ ├── CSkin.dll
│ │ │ ├── HCTcp.dll
│ │ │ ├── HCplc.dll
│ │ │ ├── HCplcDemo.exe
│ │ │ ├── HCplcDemo.exe.config
│ │ │ ├── HCplcDemo.pdb
│ │ │ ├── HCplcDemo.sln
│ │ │ ├── HCplcDemo.suo
│ │ │ ├── HCplcDemo.v11.suo
│ │ │ ├── HCplcDemo.vshost.exe
│ │ │ ├── HCplcDemo.vshost.exe.config
│ │ │ ├── HCplcDemo.vshost.exe.manifest
│ │ │ ├── HPSocket4C_U.dll
│ │ │ ├── HPSocketCS.dll
│ │ │ ├── MySql.Data.dll
│ │ │ ├── Param.ini
│ │ │ ├── UserParam.ini
│ │ │ ├── 自己取个名字.csv
│ │ │ └── 报警编号对应表.txt
│ │ └── Release
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource.read.1.tlog
│ ├── GenerateResource.write.1.tlog
│ ├── HCplcDemo.Form1.resources
│ ├── HCplcDemo.FormDevice.resources
│ ├── HCplcDemo.FormParam.resources
│ ├── HCplcDemo.FormParamUpdate.resources
│ ├── HCplcDemo.LoginForm.resources
│ ├── HCplcDemo.LoginNew.resources
│ ├── HCplcDemo.MainLogin.resources
│ ├── HCplcDemo.Properties.Resources.resources
│ ├── HCplcDemo.RunForm.resources
│ ├── HCplcDemo.csproj.CoreCompileInputs.cache
│ ├── HCplcDemo.csproj.FileListAbsolute.txt
│ ├── HCplcDemo.csproj.GenerateResource.Cache
│ ├── HCplcDemo.csprojAssemblyReference.cache
│ ├── HCplcDemo.csprojResolveAssemblyReference.cache
│ ├── HCplcDemo.exe
│ ├── HCplcDemo.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
├── HCplcDemo.sln
├── HCplcDemo.v11.suo
├── HCplcDemo.v12.suo
└── test
├── App.config
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── bin
│ └── Debug
│ ├── test.exe
│ ├── test.exe.config
│ ├── test.pdb
│ ├── test.vshost.exe
│ ├── test.vshost.exe.config
│ └── test.vshost.exe.manifest
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── test.Form1.resources
│ ├── test.Properties.Resources.resources
│ ├── test.csproj.CoreCompileInputs.cache
│ ├── test.csproj.FileListAbsolute.txt
│ ├── test.csproj.GenerateResource.Cache
│ ├── test.csprojAssemblyReference.cache
│ ├── test.exe
│ ├── test.pdb
│ └── test.subForm2.resources
├── subForm2.Designer.cs
├── subForm2.cs
├── subForm2.resx
└── test.csproj
15 directories, 122 files