基本信息
源码名称:康耐视VisionPro软件嵌入c#编程
源码大小:2.79M
文件格式:.zip
开发语言:C#
更新时间:2022-02-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
康耐视VisionPro软件嵌入c#编程

.
├── appwizard1
│   ├── Backup
│   │   ├── VisionApplication
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── VisionApplication.csproj
│   │   ├── VisionApplication.sln
│   │   ├── VisionApplication.v12.suo
│   │   └── VisionControl
│   │       ├── FormAbout.cs
│   │       ├── FormAbout.resx
│   │       ├── FormAppOptions.cs
│   │       ├── FormAppOptions.resx
│   │       ├── FormConfig.cs
│   │       ├── FormConfig.resx
│   │       ├── FormPasswordPrompt.cs
│   │       ├── FormPasswordPrompt.resx
│   │       ├── FormQB.cs
│   │       ├── FormQB.resx
│   │       ├── FormSetPasswords.cs
│   │       ├── FormSetPasswords.resx
│   │       ├── OptionsFile.cs
│   │       ├── PasswordFile.cs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── Utility.cs
│   │       ├── VisionControl.AppWizard.cs
│   │       ├── VisionControl.Designer.cs
│   │       ├── VisionControl.cs
│   │       ├── VisionControl.csproj
│   │       ├── VisionControl.resx
│   │       └── strings.resx
│   ├── UpgradeLog.htm
│   ├── VisionApplication
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── VisionApplication.csproj
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── QuickBuild1.exe
│   │   │   │   ├── QuickBuild1.pdb
│   │   │   │   ├── QuickBuild1.vshost.exe
│   │   │   │   ├── QuickBuild1.vshost.exe.manifest
│   │   │   │   ├── QuickBuild1_Control.dll
│   │   │   │   └── QuickBuild1_Control.pdb
│   │   │   └── Release
│   │   │       ├── QuickBuild1.exe
│   │   │       └── QuickBuild1_Control.dll
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   ├── QuickBuild1.exe
│   │       │   ├── QuickBuild1.pdb
│   │       │   ├── ResolveAssemblyReference.cache
│   │       │   ├── TempPE
│   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │       │   ├── VisionApplication.Form1.resources
│   │       │   ├── VisionApplication.Properties.Resources.resources
│   │       │   ├── VisionApplication.csproj.FileListAbsolute.txt
│   │       │   ├── VisionApplication.csproj.GenerateResource.Cache
│   │       │   └── VisionApplication.csprojResolveAssemblyReference.cache
│   │       └── VisionApplication.csproj.FileListAbsolute.txt
│   ├── VisionApplication.sln
│   ├── VisionApplication.suo
│   ├── VisionApplication.v12.suo
│   └── VisionControl
│       ├── FormAbout.cs
│       ├── FormAbout.resx
│       ├── FormAppOptions.cs
│       ├── FormAppOptions.resx
│       ├── FormConfig.cs
│       ├── FormConfig.resx
│       ├── FormPasswordPrompt.cs
│       ├── FormPasswordPrompt.resx
│       ├── FormQB.cs
│       ├── FormQB.resx
│       ├── FormSetPasswords.cs
│       ├── FormSetPasswords.resx
│       ├── OptionsFile.cs
│       ├── PasswordFile.cs
│       ├── Properties
│       │   └── AssemblyInfo.cs
│       ├── Utility.cs
│       ├── VisionControl.AppWizard.cs
│       ├── VisionControl.Designer.cs
│       ├── VisionControl.cs
│       ├── VisionControl.csproj
│       ├── VisionControl.resx
│       ├── bin
│       │   ├── Debug
│       │   │   ├── Cognex.VisionPro.FG1394DCAM.dll
│       │   │   ├── Cognex.VisionPro.FG1394DCAM.xml
│       │   │   ├── Cognex.VisionPro.FG8100.dll
│       │   │   ├── Cognex.VisionPro.FG8100.xml
│       │   │   ├── Cognex.VisionPro.FG8100L.dll
│       │   │   ├── Cognex.VisionPro.FG8100L.xml
│       │   │   ├── Cognex.VisionPro.ImageFile.dll
│       │   │   ├── Cognex.VisionPro.ImageFile.xml
│       │   │   ├── Cognex.VisionPro.ImageProcessing.dll
│       │   │   ├── Cognex.VisionPro.ImageProcessing.xml
│       │   │   ├── QuickBuild1_Control.dll
│       │   │   └── QuickBuild1_Control.pdb
│       │   └── Release
│       ├── obj
│       │   ├── Debug
│       │   │   ├── DesignTimeResolveAssemblyReferences.cache
│       │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │   ├── QuickBuild1_Control.dll
│       │   │   ├── QuickBuild1_Control.pdb
│       │   │   ├── ResolveAssemblyReference.cache
│       │   │   ├── TempPE
│       │   │   ├── VisionControl.FormAbout.resources
│       │   │   ├── VisionControl.FormAppOptions.resources
│       │   │   ├── VisionControl.FormConfig.resources
│       │   │   ├── VisionControl.FormPasswordPrompt.resources
│       │   │   ├── VisionControl.FormQB.resources
│       │   │   ├── VisionControl.FormSetPasswords.resources
│       │   │   ├── VisionControl.VisionControl.resources
│       │   │   ├── VisionControl.csproj.FileListAbsolute.txt
│       │   │   ├── VisionControl.csproj.GenerateResource.Cache
│       │   │   ├── VisionControl.csprojResolveAssemblyReference.cache
│       │   │   └── VisionControl.strings.resources
│       │   └── VisionControl.csproj.FileListAbsolute.txt
│       └── strings.resx
└── 好例子网_appwizard1.zip

22 directories, 120 files