实例介绍
【实例截图】
【核心代码】
.
├── Cog_WPF_MateriDesign_Prism
│ ├── Cog_WPF_MateriDesign_Prism
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Cog_WPF_MateriDesign_Prism.csproj
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ViewModels
│ │ │ ├── CogPlayViewModel.cs
│ │ │ ├── CogWindowViewModel.cs
│ │ │ └── ToolBlockViewModel.cs
│ │ ├── Views
│ │ │ ├── CogWindow.xaml
│ │ │ ├── CogWindow.xaml.cs
│ │ │ ├── DisPlayView.xaml
│ │ │ ├── DisPlayView.xaml.cs
│ │ │ ├── ToolBlockView.xaml
│ │ │ └── ToolBlockView.xaml.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── Cog_WPF_MateriDesign_Prism.exe
│ │ │ │ ├── Cog_WPF_MateriDesign_Prism.exe.config
│ │ │ │ ├── Cog_WPF_MateriDesign_Prism.pdb
│ │ │ │ ├── Cognex.VisionPro.Controls.dll
│ │ │ │ ├── Cognex.VisionPro.Core.dll
│ │ │ │ ├── Cognex.VisionPro.Core.xml
│ │ │ │ ├── Cognex.VisionPro.CorePlus.dll
│ │ │ │ ├── Cognex.VisionPro.CorePlus.xml
│ │ │ │ ├── Cognex.VisionPro.Database.dll
│ │ │ │ ├── Cognex.VisionPro.Database.xml
│ │ │ │ ├── Cognex.VisionPro.Display.Controls.dll
│ │ │ │ ├── Cognex.VisionPro.Display.Controls.xml
│ │ │ │ ├── Cognex.VisionPro.FGGigE.dll
│ │ │ │ ├── Cognex.VisionPro.FGGigE.xml
│ │ │ │ ├── Cognex.VisionPro.ImageFile.Controls.dll
│ │ │ │ ├── Cognex.VisionPro.ImageFile.dll
│ │ │ │ ├── Cognex.VisionPro.ImageFile.xml
│ │ │ │ ├── Cognex.VisionPro.ImageProcessing.Controls.dll
│ │ │ │ ├── Cognex.VisionPro.ImageProcessing.dll
│ │ │ │ ├── Cognex.VisionPro.ImageProcessing.xml
│ │ │ │ ├── Cognex.VisionPro.Inspection.Controls.dll
│ │ │ │ ├── Cognex.VisionPro.Inspection.dll
│ │ │ │ ├── Cognex.VisionPro.Inspection.xml
│ │ │ │ ├── Cognex.VisionPro.Interop.Core.dll
│ │ │ │ ├── Cognex.VisionPro.ToolGroup.Controls.dll
│ │ │ │ ├── Cognex.VisionPro.ToolGroup.dll
│ │ │ │ ├── Cognex.VisionPro.ToolGroup.xml
│ │ │ │ ├── Cognex.VisionPro.TwoDSymbol.Controls.dll
│ │ │ │ ├── Cognex.VisionPro.TwoDSymbol.dll
│ │ │ │ ├── Cognex.VisionPro.TwoDSymbol.xml
│ │ │ │ ├── Cognex.VisionPro.dll
│ │ │ │ ├── Cognex.VisionPro.xml
│ │ │ │ ├── Cognex.VisionPro3D.Core.dll
│ │ │ │ ├── Cognex.VisionPro3D.Core.xml
│ │ │ │ ├── DryIoc.dll
│ │ │ │ ├── DryIoc.xml
│ │ │ │ ├── MaterialDesignColors.dll
│ │ │ │ ├── MaterialDesignColors.pdb
│ │ │ │ ├── MaterialDesignThemes.Wpf.dll
│ │ │ │ ├── MaterialDesignThemes.Wpf.pdb
│ │ │ │ ├── MaterialDesignThemes.Wpf.xml
│ │ │ │ ├── Microsoft.Xaml.Behaviors.dll
│ │ │ │ ├── Microsoft.Xaml.Behaviors.pdb
│ │ │ │ ├── Microsoft.Xaml.Behaviors.xml
│ │ │ │ ├── Prism.DryIoc.Wpf.dll
│ │ │ │ ├── Prism.DryIoc.Wpf.pdb
│ │ │ │ ├── Prism.DryIoc.Wpf.xml
│ │ │ │ ├── Prism.Wpf.dll
│ │ │ │ ├── Prism.Wpf.pdb
│ │ │ │ ├── Prism.Wpf.xml
│ │ │ │ ├── Prism.dll
│ │ │ │ ├── Prism.pdb
│ │ │ │ ├── Prism.xml
│ │ │ │ └── stdole.dll
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.baml
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── Cog_WPF_MateriDesign_Prism.Properties.Resources.resources
│ │ │ ├── Cog_WPF_MateriDesign_Prism.csproj.AssemblyReference.cache
│ │ │ ├── Cog_WPF_MateriDesign_Prism.csproj.CopyComplete
│ │ │ ├── Cog_WPF_MateriDesign_Prism.csproj.CoreCompileInputs.cache
│ │ │ ├── Cog_WPF_MateriDesign_Prism.csproj.FileListAbsolute.txt
│ │ │ ├── Cog_WPF_MateriDesign_Prism.csproj.GenerateResource.cache
│ │ │ ├── Cog_WPF_MateriDesign_Prism.exe
│ │ │ ├── Cog_WPF_MateriDesign_Prism.g.resources
│ │ │ ├── Cog_WPF_MateriDesign_Prism.pdb
│ │ │ ├── Cog_WPF_MateriDesign_Prism_MarkupCompile.cache
│ │ │ ├── Cog_WPF_MateriDesign_Prism_MarkupCompile.i.cache
│ │ │ ├── Cog_WPF_MateriDesign_Prism_MarkupCompile.i.lref
│ │ │ ├── Cog_WPF_MateriDesign_Prism_MarkupCompile.lref
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MainWindow.g.i.cs
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Views
│ │ │ ├── CogView.g.i.cs
│ │ │ ├── CogWindow.baml
│ │ │ ├── CogWindow.g.cs
│ │ │ ├── CogWindow.g.i.cs
│ │ │ ├── DisPlayView.baml
│ │ │ ├── DisPlayView.g.cs
│ │ │ ├── DisPlayView.g.i.cs
│ │ │ ├── ToolBlockView.baml
│ │ │ ├── ToolBlockView.g.cs
│ │ │ └── ToolBlockView.g.i.cs
│ │ └── packages.config
│ ├── Cog_WPF_MateriDesign_Prism.sln
│ └── packages
│ ├── DryIoc.dll.4.7.7
│ │ ├── DryIoc.dll.4.7.7.nupkg
│ │ ├── DryIoc.snk
│ │ ├── LICENSE.txt
│ │ ├── icon.png
│ │ ├── lib
│ │ │ ├── net35
│ │ │ │ ├── DryIoc.dll
│ │ │ │ └── DryIoc.xml
│ │ │ ├── net40
│ │ │ │ ├── DryIoc.dll
│ │ │ │ └── DryIoc.xml
│ │ │ ├── net45
│ │ │ │ ├── DryIoc.dll
│ │ │ │ └── DryIoc.xml
│ │ │ ├── netstandard1.0
│ │ │ │ ├── DryIoc.dll
│ │ │ │ └── DryIoc.xml
│ │ │ ├── netstandard1.3
│ │ │ │ ├── DryIoc.dll
│ │ │ │ └── DryIoc.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── DryIoc.dll
│ │ │ │ └── DryIoc.xml
│ │ │ ├── portable-net40 sl5 win8 wp8 wpa81
│ │ │ │ ├── DryIoc.dll
│ │ │ │ └── DryIoc.xml
│ │ │ └── portable-net45 win8 wp8 wpa81
│ │ │ ├── DryIoc.dll
│ │ │ └── DryIoc.xml
│ │ └── readme.txt
│ ├── MaterialDesignColors.2.0.9
│ │ ├── MaterialDesignColors.2.0.9.nupkg
│ │ ├── images
│ │ │ └── MaterialDesignColors.Icon.png
│ │ └── lib
│ │ ├── net462
│ │ │ ├── MaterialDesignColors.dll
│ │ │ └── MaterialDesignColors.pdb
│ │ ├── net6.0
│ │ │ ├── MaterialDesignColors.dll
│ │ │ └── MaterialDesignColors.pdb
│ │ └── netcoreapp3.1
│ │ ├── MaterialDesignColors.dll
│ │ └── MaterialDesignColors.pdb
│ ├── MaterialDesignThemes.4.6.1
│ │ ├── MaterialDesignThemes.4.6.1.nupkg
│ │ ├── build
│ │ │ ├── MaterialDesignThemes.targets
│ │ │ └── Resources
│ │ │ └── Roboto
│ │ │ ├── Roboto-Black.ttf
│ │ │ ├── Roboto-BlackItalic.ttf
│ │ │ ├── Roboto-Bold.ttf
│ │ │ ├── Roboto-BoldItalic.ttf
│ │ │ ├── Roboto-Italic.ttf
│ │ │ ├── Roboto-Light.ttf
│ │ │ ├── Roboto-LightItalic.ttf
│ │ │ ├── Roboto-Medium.ttf
│ │ │ ├── Roboto-MediumItalic.ttf
│ │ │ ├── Roboto-Regular.ttf
│ │ │ ├── Roboto-Thin.ttf
│ │ │ ├── Roboto-ThinItalic.ttf
│ │ │ ├── RobotoCondensed-Bold.ttf
│ │ │ ├── RobotoCondensed-BoldItalic.ttf
│ │ │ ├── RobotoCondensed-Italic.ttf
│ │ │ ├── RobotoCondensed-Light.ttf
│ │ │ ├── RobotoCondensed-LightItalic.ttf
│ │ │ └── RobotoCondensed-Regular.ttf
│ │ ├── images
│ │ │ └── MaterialDesignThemes.Icon.png
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── MaterialDesignThemes.Wpf.dll
│ │ │ │ ├── MaterialDesignThemes.Wpf.pdb
│ │ │ │ └── MaterialDesignThemes.Wpf.xml
│ │ │ ├── net6.0
│ │ │ │ ├── MaterialDesignThemes.Wpf.dll
│ │ │ │ ├── MaterialDesignThemes.Wpf.pdb
│ │ │ │ └── MaterialDesignThemes.Wpf.xml
│ │ │ └── netcoreapp3.1
│ │ │ ├── MaterialDesignThemes.Wpf.dll
│ │ │ ├── MaterialDesignThemes.Wpf.pdb
│ │ │ └── MaterialDesignThemes.Wpf.xml
│ │ └── tools
│ │ └── VisualStudioToolsManifest.xml
│ ├── Microsoft.Xaml.Behaviors.Wpf.1.1.31
│ │ ├── Microsoft.Xaml.Behaviors.Wpf.1.1.31.nupkg
│ │ ├── lib
│ │ │ ├── net45
│ │ │ │ ├── Design
│ │ │ │ │ └── Microsoft.Xaml.Behaviors.Design.dll
│ │ │ │ ├── Microsoft.Xaml.Behaviors.dll
│ │ │ │ ├── Microsoft.Xaml.Behaviors.pdb
│ │ │ │ └── Microsoft.Xaml.Behaviors.xml
│ │ │ ├── net5.0-windows7.0
│ │ │ │ ├── Design
│ │ │ │ │ └── Microsoft.Xaml.Behaviors.DesignTools.dll
│ │ │ │ ├── Microsoft.Xaml.Behaviors.dll
│ │ │ │ ├── Microsoft.Xaml.Behaviors.pdb
│ │ │ │ └── Microsoft.Xaml.Behaviors.xml
│ │ │ └── netcoreapp3.1
│ │ │ ├── Design
│ │ │ │ └── Microsoft.Xaml.Behaviors.DesignTools.dll
│ │ │ ├── Microsoft.Xaml.Behaviors.dll
│ │ │ ├── Microsoft.Xaml.Behaviors.pdb
│ │ │ └── Microsoft.Xaml.Behaviors.xml
│ │ └── tools
│ │ └── Install.ps1
│ ├── Prism.Core.8.1.97
│ │ ├── LICENSE
│ │ ├── Prism.Core.8.1.97.nupkg
│ │ ├── lib
│ │ │ ├── net461
│ │ │ │ ├── Prism.dll
│ │ │ │ ├── Prism.pdb
│ │ │ │ └── Prism.xml
│ │ │ ├── net47
│ │ │ │ ├── Prism.dll
│ │ │ │ ├── Prism.pdb
│ │ │ │ └── Prism.xml
│ │ │ ├── net5.0
│ │ │ │ ├── Prism.dll
│ │ │ │ ├── Prism.pdb
│ │ │ │ └── Prism.xml
│ │ │ └── netstandard2.0
│ │ │ ├── Prism.dll
│ │ │ ├── Prism.pdb
│ │ │ └── Prism.xml
│ │ ├── prism-logo.png
│ │ └── readme.txt
│ ├── Prism.DryIoc.8.1.97
│ │ ├── LICENSE
│ │ ├── Prism.DryIoc.8.1.97.nupkg
│ │ ├── lib
│ │ │ ├── net461
│ │ │ │ ├── Prism.DryIoc.Wpf.dll
│ │ │ │ ├── Prism.DryIoc.Wpf.pdb
│ │ │ │ └── Prism.DryIoc.Wpf.xml
│ │ │ ├── net47
│ │ │ │ ├── Prism.DryIoc.Wpf.dll
│ │ │ │ ├── Prism.DryIoc.Wpf.pdb
│ │ │ │ └── Prism.DryIoc.Wpf.xml
│ │ │ ├── net5.0-windows7.0
│ │ │ │ ├── Prism.DryIoc.Wpf.dll
│ │ │ │ ├── Prism.DryIoc.Wpf.pdb
│ │ │ │ └── Prism.DryIoc.Wpf.xml
│ │ │ └── netcoreapp3.1
│ │ │ ├── Prism.DryIoc.Wpf.dll
│ │ │ ├── Prism.DryIoc.Wpf.pdb
│ │ │ └── Prism.DryIoc.Wpf.xml
│ │ ├── prism-logo.png
│ │ └── readme.txt
│ └── Prism.Wpf.8.1.97
│ ├── LICENSE
│ ├── Prism.Wpf.8.1.97.nupkg
│ ├── lib
│ │ ├── net461
│ │ │ ├── Prism.Wpf.dll
│ │ │ ├── Prism.Wpf.pdb
│ │ │ └── Prism.Wpf.xml
│ │ ├── net47
│ │ │ ├── Prism.Wpf.dll
│ │ │ ├── Prism.Wpf.pdb
│ │ │ └── Prism.Wpf.xml
│ │ ├── net5.0-windows7.0
│ │ │ ├── Prism.Wpf.dll
│ │ │ ├── Prism.Wpf.pdb
│ │ │ └── Prism.Wpf.xml
│ │ └── netcoreapp3.1
│ │ ├── Prism.Wpf.dll
│ │ ├── Prism.Wpf.pdb
│ │ └── Prism.Wpf.xml
│ ├── prism-logo.png
│ └── readme.txt
└── Prism_WPF_VisionPro_Cog_WPF_MateriDesign_Prism.rar
66 directories, 228 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享及AI技术自动生成,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论