在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → WPF界面开发实例

WPF界面开发实例

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:54.32M
  • 下载次数:260
  • 浏览次数:1001
  • 发布时间:2022-05-16
  • 实例类别:C#语言基础
  • 发 布 人:chao112579
  • 文件格式:.zip
  • 所需积分:2
 相关标签: wpf PF 界面 开发 wp

同类人气实例

实例介绍

【实例简介】WPF界面开发实例

WPF开发的好看界面样式

【实例截图】

【核心代码】

.
├── WPF界面开发实例_wpfUiDesign-master.zip
└── wpfUiDesign-master
    ├── LICENSE
    ├── README.md
    ├── img
    │   ├── 1.png
    │   ├── 2.png
    │   ├── 3.png
    │   ├── 4.png
    │   ├── 5.png
    │   ├── 6.png
    │   ├── 7.png
    │   └── 8.png
    └── src
        ├── Examples.sln
        ├── Sample1
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── MainWindow.xaml
        │   ├── MainWindow.xaml.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Sample1.csproj
        │   ├── bin
        │   │   └── Debug
        │   │       ├── LiveCharts.Wpf.dll
        │   │       ├── LiveCharts.Wpf.pdb
        │   │       ├── LiveCharts.Wpf.xml
        │   │       ├── LiveCharts.dll
        │   │       ├── LiveCharts.pdb
        │   │       ├── LiveCharts.xml
        │   │       ├── Sample5.exe
        │   │       ├── Sample5.exe.config
        │   │       └── Sample5.pdb
        │   ├── fonts
        │   │   └── iconfont.ttf
        │   ├── logo.jpg
        │   ├── microsoft.png
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.cs
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.cs
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── Sample1.csproj.CopyComplete
        │   │       ├── Sample1.csproj.CoreCompileInputs.cache
        │   │       ├── Sample1.csproj.FileListAbsolute.txt
        │   │       ├── Sample1.csproj.GenerateResource.cache
        │   │       ├── Sample1.csprojAssemblyReference.cache
        │   │       ├── Sample5.Properties.Resources.resources
        │   │       ├── Sample5.csproj.FileListAbsolute.txt
        │   │       ├── Sample5.csprojAssemblyReference.cache
        │   │       ├── Sample5.exe
        │   │       ├── Sample5.g.resources
        │   │       ├── Sample5.pdb
        │   │       ├── Sample5_Content.g.i.cs
        │   │       ├── Sample5_MarkupCompile.cache
        │   │       ├── Sample5_MarkupCompile.i.cache
        │   │       ├── Sample5_MarkupCompile.i.lref
        │   │       ├── Sample5_MarkupCompile.lref
        │   │       └── TempPE
        │   │           └── Properties.Resources.Designer.cs.dll
        │   └── packages.config
        ├── Sample2
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── Entity
        │   │   └── UserModule.cs
        │   ├── Fonts
        │   │   └── iconfont.ttf
        │   ├── Images
        │   │   ├── Image1.jpg
        │   │   ├── Image2.jpg
        │   │   ├── Image3.jpg
        │   │   ├── Image4.jpg
        │   │   ├── Image5.jpg
        │   │   ├── Image6.jpg
        │   │   ├── Image7.jpg
        │   │   ├── Image8.jpg
        │   │   └── background.png
        │   ├── MainView.xaml
        │   ├── MainView.xaml.cs
        │   ├── MainWindow.xaml
        │   ├── MainWindow.xaml.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Sample2.csproj
        │   ├── View
        │   │   ├── Page1.xaml
        │   │   ├── Page1.xaml.cs
        │   │   ├── Page2.xaml
        │   │   ├── Page2.xaml.cs
        │   │   ├── Page3.xaml
        │   │   ├── Page3.xaml.cs
        │   │   ├── UserControl1.xaml
        │   │   └── UserControl1.xaml.cs
        │   ├── ViewModel
        │   │   ├── MainViewModel.cs
        │   │   └── MainViewModels.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── CommonServiceLocator.dll
        │   │       ├── GalaSoft.MvvmLight.Extras.dll
        │   │       ├── GalaSoft.MvvmLight.Extras.pdb
        │   │       ├── GalaSoft.MvvmLight.Extras.xml
        │   │       ├── GalaSoft.MvvmLight.Platform.dll
        │   │       ├── GalaSoft.MvvmLight.Platform.pdb
        │   │       ├── GalaSoft.MvvmLight.Platform.xml
        │   │       ├── GalaSoft.MvvmLight.dll
        │   │       ├── GalaSoft.MvvmLight.pdb
        │   │       ├── GalaSoft.MvvmLight.xml
        │   │       ├── System.Windows.Interactivity.dll
        │   │       ├── UIDesign.exe
        │   │       ├── UIDesign.exe.config
        │   │       └── UIDesign.pdb
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.cs
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── GeneratedInternalTypeHelper.g.i.cs
        │   │       ├── MainView.baml
        │   │       ├── MainView.g.cs
        │   │       ├── MainView.g.i.cs
        │   │       ├── MainWindow.g.cs
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── Sample2.csproj.CopyComplete
        │   │       ├── Sample2.csproj.CoreCompileInputs.cache
        │   │       ├── Sample2.csproj.FileListAbsolute.txt
        │   │       ├── Sample2.csproj.GenerateResource.cache
        │   │       ├── Sample2.csprojAssemblyReference.cache
        │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
        │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
        │   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
        │   │       ├── UIDesign.Properties.Resources.resources
        │   │       ├── UIDesign.csproj.FileListAbsolute.txt
        │   │       ├── UIDesign.csprojAssemblyReference.cache
        │   │       ├── UIDesign.exe
        │   │       ├── UIDesign.g.resources
        │   │       ├── UIDesign.pdb
        │   │       ├── UIDesign_Content.g.i.cs
        │   │       ├── UIDesign_MarkupCompile.cache
        │   │       ├── UIDesign_MarkupCompile.i.cache
        │   │       ├── UIDesign_MarkupCompile.i.lref
        │   │       ├── UIDesign_MarkupCompile.lref
        │   │       └── View
        │   │           ├── Page1.baml
        │   │           ├── Page1.g.cs
        │   │           ├── Page1.g.i.cs
        │   │           ├── Page2.baml
        │   │           ├── Page2.g.cs
        │   │           ├── Page2.g.i.cs
        │   │           ├── Page3.baml
        │   │           ├── Page3.g.cs
        │   │           ├── Page3.g.i.cs
        │   │           ├── UserControl1.baml
        │   │           ├── UserControl1.g.cs
        │   │           └── UserControl1.g.i.cs
        │   └── packages.config
        ├── Sample3
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── Common
        │   │   └── MenuModel.cs
        │   ├── Fonts
        │   │   └── iconfont.ttf
        │   ├── Images
        │   │   ├── backimages.png
        │   │   ├── left_backimages.png
        │   │   ├── t1.png
        │   │   ├── t2.png
        │   │   ├── t3.png
        │   │   ├── t4.jpg
        │   │   ├── t4.png
        │   │   ├── t5.png
        │   │   ├── t6.png
        │   │   ├── t7.png
        │   │   ├── t8.png
        │   │   ├── t9.png
        │   │   └── tx.jpeg
        │   ├── MainWindow.xaml
        │   ├── MainWindow.xaml.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Sample3.csproj
        │   ├── ViewModel
        │   │   └── MainViewModel.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── UiDeignApp2.exe
        │   │       ├── UiDeignApp2.exe.config
        │   │       └── UiDeignApp2.pdb
        │   └── obj
        │       └── Debug
        │           ├── App.g.cs
        │           ├── App.g.i.cs
        │           ├── DesignTimeResolveAssemblyReferences.cache
        │           ├── DesignTimeResolveAssemblyReferencesInput.cache
        │           ├── GeneratedInternalTypeHelper.g.cs
        │           ├── GeneratedInternalTypeHelper.g.i.cs
        │           ├── MainWindow.g.cs
        │           ├── MainWindow.g.i.cs
        │           ├── Sample3.csproj.CoreCompileInputs.cache
        │           ├── Sample3.csproj.FileListAbsolute.txt
        │           ├── Sample3.csproj.GenerateResource.cache
        │           ├── Sample3.csprojAssemblyReference.cache
        │           ├── 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
        │           ├── UiDeignApp2.Properties.Resources.resources
        │           ├── UiDeignApp2.csproj.FileListAbsolute.txt
        │           ├── UiDeignApp2.exe
        │           ├── UiDeignApp2.g.resources
        │           ├── UiDeignApp2.pdb
        │           ├── UiDeignApp2_Content.g.cs
        │           ├── UiDeignApp2_Content.g.i.cs
        │           ├── UiDeignApp2_MarkupCompile.cache
        │           ├── UiDeignApp2_MarkupCompile.i.cache
        │           ├── UiDeignApp2_MarkupCompile.i.lref
        │           └── UiDeignApp2_MarkupCompile.lref
        ├── Sample4
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── Fonts
        │   │   └── iconfont.ttf
        │   ├── Images
        │   │   └── Img.jpg
        │   ├── MainWindow.xaml
        │   ├── MainWindow.xaml.cs
        │   ├── ModuleInfo.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Sample4.csproj
        │   ├── UserModel.cs
        │   ├── ViewModel
        │   │   └── MainViewModel.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── UiDesign.exe
        │   │       ├── UiDesign.exe.config
        │   │       └── UiDesign.pdb
        │   └── obj
        │       └── Debug
        │           ├── App.g.cs
        │           ├── App.g.i.cs
        │           ├── DesignTimeResolveAssemblyReferencesInput.cache
        │           ├── GeneratedInternalTypeHelper.g.cs
        │           ├── GeneratedInternalTypeHelper.g.i.cs
        │           ├── MainWindow.g.cs
        │           ├── MainWindow.g.i.cs
        │           ├── Sample4.csproj.CoreCompileInputs.cache
        │           ├── Sample4.csproj.FileListAbsolute.txt
        │           ├── Sample4.csproj.GenerateResource.cache
        │           ├── Sample4.csprojAssemblyReference.cache
        │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
        │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
        │           ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
        │           ├── UiDesign.Properties.Resources.resources
        │           ├── UiDesign.csproj.FileListAbsolute.txt
        │           ├── UiDesign.csprojAssemblyReference.cache
        │           ├── UiDesign.exe
        │           ├── UiDesign.g.resources
        │           ├── UiDesign.pdb
        │           ├── UiDesign_Content.g.i.cs
        │           ├── UiDesign_MarkupCompile.cache
        │           ├── UiDesign_MarkupCompile.i.cache
        │           ├── UiDesign_MarkupCompile.i.lref
        │           └── UiDesign_MarkupCompile.lref
        ├── Sample5
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── MainWindow.xaml
        │   ├── MainWindow.xaml.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Sample5.csproj
        │   ├── ViewModel
        │   │   └── MainViewModel.cs
        │   ├── back.jpg
        │   ├── bin
        │   │   └── Debug
        │   │       ├── CommonServiceLocator.dll
        │   │       ├── GalaSoft.MvvmLight.Extras.dll
        │   │       ├── GalaSoft.MvvmLight.Extras.pdb
        │   │       ├── GalaSoft.MvvmLight.Extras.xml
        │   │       ├── GalaSoft.MvvmLight.Platform.dll
        │   │       ├── GalaSoft.MvvmLight.Platform.pdb
        │   │       ├── GalaSoft.MvvmLight.Platform.xml
        │   │       ├── GalaSoft.MvvmLight.dll
        │   │       ├── GalaSoft.MvvmLight.pdb
        │   │       ├── GalaSoft.MvvmLight.xml
        │   │       ├── MaterialDesignColors.dll
        │   │       ├── MaterialDesignColors.pdb
        │   │       ├── MaterialDesignThemes.Wpf.dll
        │   │       ├── MaterialDesignThemes.Wpf.pdb
        │   │       ├── MaterialDesignThemes.Wpf.xml
        │   │       ├── MetroApp.exe
        │   │       ├── MetroApp.exe.config
        │   │       ├── MetroApp.pdb
        │   │       └── System.Windows.Interactivity.dll
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.cs
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── GeneratedInternalTypeHelper.g.i.cs
        │   │       ├── MainWindow.g.cs
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── MetroApp.Properties.Resources.resources
        │   │       ├── MetroApp.csproj.FileListAbsolute.txt
        │   │       ├── MetroApp.csprojAssemblyReference.cache
        │   │       ├── MetroApp.exe
        │   │       ├── MetroApp.g.resources
        │   │       ├── MetroApp.pdb
        │   │       ├── MetroApp_Content.g.i.cs
        │   │       ├── MetroApp_MarkupCompile.cache
        │   │       ├── MetroApp_MarkupCompile.i.cache
        │   │       ├── MetroApp_MarkupCompile.i.lref
        │   │       ├── MetroApp_MarkupCompile.lref
        │   │       ├── Sample5.csproj.CopyComplete
        │   │       ├── Sample5.csproj.CoreCompileInputs.cache
        │   │       ├── Sample5.csproj.FileListAbsolute.txt
        │   │       ├── Sample5.csproj.GenerateResource.cache
        │   │       ├── Sample5.csprojAssemblyReference.cache
        │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
        │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
        │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
        │   └── packages.config
        ├── Sample6
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── DropMenu.xaml
        │   ├── DropMenu.xaml.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Sample6.csproj
        │   ├── bin
        │   │   └── Debug
        │   │       ├── IndustrialMaterials.exe
        │   │       ├── IndustrialMaterials.exe.config
        │   │       └── IndustrialMaterials.pdb
        │   ├── demo.png
        │   ├── fonts
        │   │   └── iconfont.ttf
        │   ├── images
        │   │   ├── buttonImage.png
        │   │   ├── centerImage.png
        │   │   ├── drop.png
        │   │   ├── img3d.png
        │   │   ├── leftImage.png
        │   │   ├── leftImageSub.png
        │   │   ├── leftback.png
        │   │   ├── rightImage.png
        │   │   ├── timeback.png
        │   │   ├── topImage.png
        │   │   ├── topback.png
        │   │   ├── vs.jpg
        │   │   ├── 中部选择栏选中-1.png
        │   │   └── 中部选择栏选中-2.png
        │   └── obj
        │       └── Debug
        │           ├── App.g.cs
        │           ├── App.g.i.cs
        │           ├── CycleProcessBar.g.i.cs
        │           ├── DesignTimeResolveAssemblyReferences.cache
        │           ├── DesignTimeResolveAssemblyReferencesInput.cache
        │           ├── DropMenu.g.cs
        │           ├── DropMenu.g.i.cs
        │           ├── GeneratedInternalTypeHelper.g.i.cs
        │           ├── IndustrialMaterials.Properties.Resources.resources
        │           ├── IndustrialMaterials.csproj.CoreCompileInputs.cache
        │           ├── IndustrialMaterials.csproj.FileListAbsolute.txt
        │           ├── IndustrialMaterials.csproj.GenerateResource.cache
        │           ├── IndustrialMaterials.csprojAssemblyReference.cache
        │           ├── IndustrialMaterials.exe
        │           ├── IndustrialMaterials.g.resources
        │           ├── IndustrialMaterials.pdb
        │           ├── IndustrialMaterials_Content.g.i.cs
        │           ├── IndustrialMaterials_MarkupCompile.cache
        │           ├── IndustrialMaterials_MarkupCompile.i.cache
        │           ├── IndustrialMaterials_MarkupCompile.i.lref
        │           ├── IndustrialMaterials_MarkupCompile.lref
        │           ├── MainWindow.g.i.cs
        │           ├── Sample6.csprojAssemblyReference.cache
        │           ├── 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
        ├── Sample7
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── MainWindow.xaml
        │   ├── MainWindow.xaml.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Sample7.csproj
        │   ├── background.jpg
        │   ├── bin
        │   │   └── Debug
        │   │       ├── LiveCharts.Wpf.dll
        │   │       ├── LiveCharts.dll
        │   │       ├── MaterialDesignColors.dll
        │   │       ├── MaterialDesignColors.pdb
        │   │       ├── MaterialDesignThemes.Wpf.dll
        │   │       ├── MaterialDesignThemes.Wpf.pdb
        │   │       ├── MaterialDesignThemes.Wpf.xml
        │   │       ├── WpfApp21.exe
        │   │       ├── WpfApp21.exe.config
        │   │       └── WpfApp21.pdb
        │   ├── iconfont.ttf
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.cs
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.cs
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── Sample7.csproj.CopyComplete
        │   │       ├── Sample7.csproj.CoreCompileInputs.cache
        │   │       ├── Sample7.csproj.FileListAbsolute.txt
        │   │       ├── Sample7.csproj.GenerateResource.cache
        │   │       ├── Sample7.csprojAssemblyReference.cache
        │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
        │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
        │   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
        │   │       ├── Window1.g.cs
        │   │       ├── Window1.g.i.cs
        │   │       ├── WpfApp21.Properties.Resources.resources
        │   │       ├── WpfApp21.csproj.CopyComplete
        │   │       ├── WpfApp21.csproj.CoreCompileInputs.cache
        │   │       ├── WpfApp21.csproj.FileListAbsolute.txt
        │   │       ├── WpfApp21.csproj.GenerateResource.cache
        │   │       ├── WpfApp21.csprojAssemblyReference.cache
        │   │       ├── WpfApp21.exe
        │   │       ├── WpfApp21.g.resources
        │   │       ├── WpfApp21.pdb
        │   │       ├── WpfApp21_Content.g.i.cs
        │   │       ├── WpfApp21_MarkupCompile.cache
        │   │       ├── WpfApp21_MarkupCompile.i.cache
        │   │       ├── WpfApp21_MarkupCompile.i.lref
        │   │       ├── WpfApp21_MarkupCompile.lref
        │   │       ├── 界面设计.csproj.FileListAbsolute.txt
        │   │       └── 界面设计.csprojAssemblyReference.cache
        │   └── packages.config
        ├── Sample8
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── MainWindow.xaml
        │   ├── MainWindow.xaml.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Sample8.csproj
        │   ├── background.png
        │   ├── bin
        │   │   └── Debug
        │   │       ├── wof.exe
        │   │       ├── wof.exe.config
        │   │       └── wof.pdb
        │   ├── iconfont.ttf
        │   └── obj
        │       └── Debug
        │           ├── App.g.cs
        │           ├── App.g.i.cs
        │           ├── DesignTimeResolveAssemblyReferences.cache
        │           ├── DesignTimeResolveAssemblyReferencesInput.cache
        │           ├── MainWindow.g.cs
        │           ├── MainWindow.g.i.cs
        │           ├── Sample8.csproj.CoreCompileInputs.cache
        │           ├── Sample8.csproj.FileListAbsolute.txt
        │           ├── Sample8.csproj.GenerateResource.cache
        │           ├── Sample8.csprojAssemblyReference.cache
        │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
        │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
        │           ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
        │           ├── wof.Properties.Resources.resources
        │           ├── wof.csproj.CoreCompileInputs.cache
        │           ├── wof.csproj.FileListAbsolute.txt
        │           ├── wof.csproj.GenerateResource.cache
        │           ├── wof.csprojAssemblyReference.cache
        │           ├── wof.exe
        │           ├── wof.g.resources
        │           ├── wof.pdb
        │           ├── wof_Content.g.i.cs
        │           ├── wof_MarkupCompile.cache
        │           ├── wof_MarkupCompile.i.cache
        │           ├── wof_MarkupCompile.i.lref
        │           ├── wof_MarkupCompile.lref
        │           ├── 网易云界面.csproj.CoreCompileInputs.cache
        │           ├── 网易云界面.csproj.FileListAbsolute.txt
        │           ├── 网易云界面.csproj.GenerateResource.cache
        │           └── 网易云界面.csprojAssemblyReference.cache
        └── packages
            ├── CommonServiceLocator.2.0.2
            │   ├── CommonServiceLocator.2.0.2.nupkg
            │   └── lib
            │       ├── net40
            │       │   └── CommonServiceLocator.dll
            │       ├── net45
            │       │   └── CommonServiceLocator.dll
            │       ├── net47
            │       │   └── CommonServiceLocator.dll
            │       ├── netcoreapp1.0
            │       │   └── CommonServiceLocator.dll
            │       ├── netstandard1.0
            │       │   └── CommonServiceLocator.dll
            │       └── netstandard2.0
            │           └── CommonServiceLocator.dll
            ├── LiveCharts.0.9.7
            │   ├── LiveCharts.0.9.7.nupkg
            │   ├── lib
            │   │   ├── net40
            │   │   │   ├── LiveCharts.dll
            │   │   │   ├── LiveCharts.pdb
            │   │   │   └── LiveCharts.xml
            │   │   ├── net45
            │   │   │   ├── LiveCharts.dll
            │   │   │   ├── LiveCharts.pdb
            │   │   │   └── LiveCharts.xml
            │   │   └── portable-net45 win8 wp8
            │   │       ├── LiveCharts.XML
            │   │       ├── LiveCharts.dll
            │   │       └── LiveCharts.pdb
            │   └── readme.txt
            ├── LiveCharts.Wpf.0.9.7
            │   ├── LiveCharts.Wpf.0.9.7.nupkg
            │   ├── lib
            │   │   ├── net40
            │   │   │   ├── LiveCharts.Wpf.XML
            │   │   │   ├── LiveCharts.Wpf.dll
            │   │   │   └── LiveCharts.Wpf.pdb
            │   │   └── net45
            │   │       ├── LiveCharts.Wpf.XML
            │   │       ├── LiveCharts.Wpf.dll
            │   │       └── LiveCharts.Wpf.pdb
            │   └── tools
            │       └── install.ps1
            ├── MaterialDesignColors.1.2.0
            │   ├── MaterialDesignColors.1.2.0.nupkg
            │   └── lib
            │       └── net45
            │           ├── MaterialDesignColors.dll
            │           └── MaterialDesignColors.pdb
            ├── MaterialDesignThemes.2.6.0
            │   ├── MaterialDesignThemes.2.6.0.nupkg
            │   ├── lib
            │   │   └── net45
            │   │       ├── MaterialDesignThemes.Wpf.XML
            │   │       ├── MaterialDesignThemes.Wpf.dll
            │   │       └── MaterialDesignThemes.Wpf.pdb
            │   └── src
            │       └── net45
            │           ├── Badged.cs
            │           ├── BaseTheme.cs
            │           ├── ButtonAssist.cs
            │           ├── ButtonProgressAssist.cs
            │           ├── Card.cs
            │           ├── Chip.cs
            │           ├── Clock.cs
            │           ├── ClockChoiceMadeEventArgs.cs
            │           ├── ClockItemButton.cs
            │           ├── ColorPicker.cs
            │           ├── ColorZone.cs
            │           ├── ColorZoneAssist.cs
            │           ├── ComboBoxAssist.cs
            │           ├── ComboBoxPopup.cs
            │           ├── Converters
            │           │   ├── BooleanConverter.cs
            │           │   ├── BooleanToVisibilityConverter.cs
            │           │   ├── BorderClipConverter.cs
            │           │   ├── BrushRoundConverter.cs
            │           │   ├── BrushToRadialGradientBrushConverter.cs
            │           │   ├── CalendarDateCoalesceConverter.cs
            │           │   ├── CircularProgressBar
            │           │   │   ├── ArcEndPointConverter.cs
            │           │   │   ├── ArcSizeConverter.cs
            │           │   │   ├── LargeArcConverter.cs
            │           │   │   ├── LocalEx.cs
            │           │   │   ├── RotateTransformCentreConverter.cs
            │           │   │   └── StartPointConverter.cs
            │           │   ├── ClockItemIsCheckedConverter.cs
            │           │   ├── ClockLineConverter.cs
            │           │   ├── DrawerOffsetConverter.cs
            │           │   ├── EqualityToVisibilityConverter.cs
            │           │   ├── HintProxyFabricConverter.cs
            │           │   ├── HsbLinearGradientConverter.cs
            │           │   ├── HsbToColorConverter.cs
            │           │   ├── ListViewItemContainerStyleConverter.cs
            │           │   ├── MathConverter.cs
            │           │   ├── MathMultipleConverter.cs
            │           │   ├── NotConverter.cs
            │           │   ├── NotZeroConverter.cs
            │           │   ├── NotZeroToVisibilityConverter.cs
            │           │   ├── NullToVisibilityConverter.cs
            │           │   ├── NullableDateTimeToCurrentDateConverter.cs
            │           │   ├── PointValueConverter.cs
            │           │   ├── RangeLengthConverter.cs
            │           │   ├── RangePositionConverterConverter.cs
            │           │   ├── ShadowConverter.cs
            │           │   ├── ShadowEdgeConverter.cs
            │           │   ├── ShadowInfo.cs
            │           │   ├── SizeToRectConverter.cs
            │           │   ├── SnackbarMessageTypeConverter.cs
            │           │   ├── TextFieldHintVisibilityConverter.cs
            │           │   └── TimeToVisibilityConverter.cs
            │           ├── CustomPopupPlacementCallbackHelper.cs
            │           ├── DataGridAssist.cs
            │           ├── DateTimeEx.cs
            │           ├── DialogClosingEventArgs.cs
            │           ├── DialogClosingEventHandler.cs
            │           ├── DialogHost.cs
            │           ├── DialogHostEx.cs
            │           ├── DialogOpenedEventArgs.cs
            │           ├── DialogOpenedEventHandler.cs
            │           ├── DialogSession.cs
            │           ├── DpiHelper.cs
            │           ├── DrawerHost.cs
            │           ├── ExpanderAssist.cs
            │           ├── Extensions.cs
            │           ├── Flipper.cs
            │           ├── HintAssist.cs
            │           ├── HintProxyFabric.ComboBox.cs
            │           ├── HintProxyFabric.PasswordBox.cs
            │           ├── HintProxyFabric.RichTextBox.cs
            │           ├── HintProxyFabric.TextBox.cs
            │           ├── HintProxyFabric.cs
            │           ├── IBaseTheme.cs
            │           ├── IHintProxy.cs
            │           ├── ISnackbarMessageQueue.cs
            │           ├── ITheme.cs
            │           ├── IThemeManager.cs
            │           ├── Icon.cs
            │           ├── IconType.cs
            │           ├── ListBoxAssist.cs
            │           ├── ListSortDirectionIndicator.cs
            │           ├── ListViewAssist.cs
            │           ├── MaterialDataGridComboBoxColumn.cs
            │           ├── MaterialDataGridTextColumn.cs
            │           ├── MaterialDateDisplay.cs
            │           ├── MaterialDesignDarkTheme.cs
            │           ├── MaterialDesignLightTheme.cs
            │           ├── MessageQueueExtension.cs
            │           ├── PackIcon.cs
            │           ├── PackIconDataFactory.cs
            │           ├── PackIconExtension.cs
            │           ├── PackIconKind.cs
            │           ├── Palette.cs
            │           ├── PaletteHelper.cs
            │           ├── Plane3D.cs
            │           ├── PopupBox.cs
            │           ├── Properties
            │           │   ├── AssemblyInfo.cs
            │           │   ├── Resources.Designer.cs
            │           │   └── Settings.Designer.cs
            │           ├── RatingBar.cs
            │           ├── RatingBarButton.cs
            │           ├── ResourceDictionaryExtensions.cs
            │           ├── Ripple.cs
            │           ├── RippleAssist.cs
            │           ├── ScaleHost.cs
            │           ├── Screen.cs
            │           ├── ScrollViewerAssist.cs
            │           ├── ScrollbarAssist.cs
            │           ├── ShadowAssist.cs
            │           ├── SmartHint.cs
            │           ├── Snackbar.cs
            │           ├── SnackbarMessage.cs
            │           ├── SnackbarMessageEventArgs.cs
            │           ├── SnackbarMessageQueue.cs
            │           ├── SnackbarMessageQueueItem.cs
            │           ├── Spelling.cs
            │           ├── StringExtensions.cs
            │           ├── TextFieldAssist.cs
            │           ├── Theme.cs
            │           ├── ThemeAssist.cs
            │           ├── ThemeChangedEventArgs.cs
            │           ├── ThemeExtensions.cs
            │           ├── ThemeMarkupExtension.cs
            │           ├── TimePicker.cs
            │           ├── ToggleButtonAssist.cs
            │           ├── ToolTipAssist.cs
            │           ├── Transitions
            │           │   ├── CircleWipe.cs
            │           │   ├── FadeWipe.cs
            │           │   ├── ITransitionEffect.cs
            │           │   ├── ITransitionEffectSubject.cs
            │           │   ├── ITransitionWipe.cs
            │           │   ├── IZIndexController.cs
            │           │   ├── IndexedItemOffsetMultiplierExtension.cs
            │           │   ├── SlideDirection.cs
            │           │   ├── SlideOutWipe.cs
            │           │   ├── SlideWipe.cs
            │           │   ├── TransitionAssist.cs
            │           │   ├── TransitionEffect.cs
            │           │   ├── TransitionEffectBase.cs
            │           │   ├── TransitionEffectExtension.cs
            │           │   ├── TransitionEffectKind.cs
            │           │   ├── TransitionEffectTypeConverter.cs
            │           │   ├── Transitioner.cs
            │           │   ├── TransitionerSlide.cs
            │           │   ├── TransitionerSlideState.cs
            │           │   ├── TransitioningContent.cs
            │           │   └── TransitioningContentBase.cs
            │           ├── TreeHelper.cs
            │           ├── TreeViewAssist.cs
            │           ├── Underline.cs
            │           └── ValidationAssist.cs
            ├── MvvmLight.5.4.1.1
            │   ├── Content
            │   │   └── ViewModel
            │   │       ├── MainViewModel.cs.pp
            │   │       └── ViewModelLocator.cs.pp
            │   ├── MvvmLight.5.4.1.1.nupkg
            │   └── tools
            │       └── install.ps1
            └── MvvmLightLibs.5.4.1.1
                ├── MvvmLightLibs.5.4.1.1.nupkg
                └── lib
                    ├── SL5
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.Extras.xml
                    │   ├── GalaSoft.MvvmLight.dll
                    │   ├── GalaSoft.MvvmLight.pdb
                    │   ├── GalaSoft.MvvmLight.xml
                    │   └── System.Windows.Interactivity.dll
                    ├── monoandroid1
                    │   ├── GalaSoft.MvvmLight.Extras.XML
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.dll.mdb
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.Platform.XML
                    │   ├── GalaSoft.MvvmLight.Platform.dll
                    │   ├── GalaSoft.MvvmLight.Platform.dll.mdb
                    │   ├── GalaSoft.MvvmLight.Platform.pdb
                    │   ├── GalaSoft.MvvmLight.XML
                    │   ├── GalaSoft.MvvmLight.dll
                    │   ├── GalaSoft.MvvmLight.dll.mdb
                    │   └── GalaSoft.MvvmLight.pdb
                    ├── net35
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.Extras.xml
                    │   ├── GalaSoft.MvvmLight.dll
                    │   ├── GalaSoft.MvvmLight.pdb
                    │   ├── GalaSoft.MvvmLight.xml
                    │   ├── System.Windows.Interactivity.dll
                    │   └── System.Windows.Interactivity.xml
                    ├── net40
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.Extras.xml
                    │   ├── GalaSoft.MvvmLight.dll
                    │   ├── GalaSoft.MvvmLight.pdb
                    │   ├── GalaSoft.MvvmLight.xml
                    │   ├── System.Windows.Interactivity.dll
                    │   └── System.Windows.Interactivity.xml
                    ├── net45
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.Extras.xml
                    │   ├── GalaSoft.MvvmLight.Platform.dll
                    │   ├── GalaSoft.MvvmLight.Platform.pdb
                    │   ├── GalaSoft.MvvmLight.Platform.xml
                    │   ├── GalaSoft.MvvmLight.dll
                    │   ├── GalaSoft.MvvmLight.pdb
                    │   ├── GalaSoft.MvvmLight.xml
                    │   └── System.Windows.Interactivity.dll
                    ├── portable-net45 wp8 wpa81 netcore45 monoandroid1 xamarin.ios10
                    │   ├── GalaSoft.MvvmLight.Extras.XML
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.XML
                    │   ├── GalaSoft.MvvmLight.dll
                    │   └── GalaSoft.MvvmLight.pdb
                    ├── uap10.0
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.Extras.xml
                    │   ├── GalaSoft.MvvmLight.Platform.dll
                    │   ├── GalaSoft.MvvmLight.Platform.pdb
                    │   ├── GalaSoft.MvvmLight.Platform.pri
                    │   ├── GalaSoft.MvvmLight.Platform.xml
                    │   ├── GalaSoft.MvvmLight.dll
                    │   ├── GalaSoft.MvvmLight.pdb
                    │   └── GalaSoft.MvvmLight.xml
                    ├── windows81
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.Extras.xml
                    │   ├── GalaSoft.MvvmLight.Platform.dll
                    │   ├── GalaSoft.MvvmLight.Platform.pdb
                    │   ├── GalaSoft.MvvmLight.Platform.pri
                    │   ├── GalaSoft.MvvmLight.Platform.xml
                    │   ├── GalaSoft.MvvmLight.dll
                    │   ├── GalaSoft.MvvmLight.pdb
                    │   └── GalaSoft.MvvmLight.xml
                    ├── wp8
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.Extras.xml
                    │   ├── GalaSoft.MvvmLight.Platform.dll
                    │   ├── GalaSoft.MvvmLight.Platform.pdb
                    │   ├── GalaSoft.MvvmLight.Platform.xml
                    │   ├── GalaSoft.MvvmLight.dll
                    │   ├── GalaSoft.MvvmLight.pdb
                    │   ├── GalaSoft.MvvmLight.xml
                    │   └── System.Windows.Interactivity.dll
                    ├── wp81
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.Extras.xml
                    │   ├── GalaSoft.MvvmLight.Platform.dll
                    │   ├── GalaSoft.MvvmLight.Platform.pdb
                    │   ├── GalaSoft.MvvmLight.Platform.xml
                    │   ├── GalaSoft.MvvmLight.dll
                    │   ├── GalaSoft.MvvmLight.pdb
                    │   ├── GalaSoft.MvvmLight.xml
                    │   └── System.Windows.Interactivity.dll
                    ├── wpa81
                    │   ├── GalaSoft.MvvmLight.Extras.XML
                    │   ├── GalaSoft.MvvmLight.Extras.dll
                    │   ├── GalaSoft.MvvmLight.Extras.pdb
                    │   ├── GalaSoft.MvvmLight.Platform.XML
                    │   ├── GalaSoft.MvvmLight.Platform.dll
                    │   ├── GalaSoft.MvvmLight.Platform.pdb
                    │   ├── GalaSoft.MvvmLight.Platform.pri
                    │   ├── GalaSoft.MvvmLight.XML
                    │   ├── GalaSoft.MvvmLight.dll
                    │   └── GalaSoft.MvvmLight.pdb
                    └── xamarin.ios10
                        ├── GalaSoft.MvvmLight.Extras.XML
                        ├── GalaSoft.MvvmLight.Extras.dll
                        ├── GalaSoft.MvvmLight.Extras.pdb
                        ├── GalaSoft.MvvmLight.Platform.XML
                        ├── GalaSoft.MvvmLight.Platform.dll
                        ├── GalaSoft.MvvmLight.XML
                        ├── GalaSoft.MvvmLight.dll
                        └── GalaSoft.MvvmLight.pdb

120 directories, 764 files


标签: wpf PF 界面 开发 wp

实例下载地址

WPF界面开发实例

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 wz0311 发表于: 2022-05-17 10:10 55
这个是真不错看起来

支持(0) 盖楼(回复)

第 2 楼 Hllhx2022 发表于: 2022-07-31 11:24 30
不是源码,谨慎下载

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有2条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警