在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → WPF控件样式Demo

WPF控件样式Demo

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.01M
  • 下载次数:46
  • 浏览次数:223
  • 发布时间:2021-11-05
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
平时工作中整理的常用控件样式。 提供 Windows、Button、SwitchButton、ComboBox、DatePicker、ProgressBar、Loading、MessageBox、ListBox、DataGrid、TreeView、DocumentPrint、TabControl、GroupControl等控件的扩展封装以及样式。
【实例截图】
【核心代码】
4744300845371654954.zip
└── WPF控件样式
└── System.Extension.Controls
├── System.Extension.Controls
│   ├── Animation
│   │   ├── AirBubblesAnimation.cs
│   │   ├── ElementSwitchAnimation.cs
│   │   ├── InsideOutFadingAnimation.cs
│   │   ├── LinearFadingAnimation.cs
│   │   ├── OpacityFadingAnimation.cs
│   │   ├── ShuttersAnimation.cs
│   │   └── 动画使用类说明.txt
│   ├── bin
│   │   ├── Debug
│   │   │   ├── System.Extension.Controls.dll
│   │   │   ├── System.Extension.Controls.pdb
│   │   │   └── System.Extension.Controls.vshost.exe
│   │   ├── Release
│   │   └── x86
│   │   ├── Debug
│   │   │   ├── Microsoft.Expression.Drawing.dll
│   │   │   ├── Microsoft.Expression.Drawing.xml
│   │   │   ├── Microsoft.Windows.Shell.dll
│   │   │   ├── System.Extension.Controls.dll
│   │   │   └── System.Extension.Controls.pdb
│   │   └── Release
│   │   ├── Microsoft.Windows.Shell.dll
│   │   ├── System.Extension.Controls.dll
│   │   └── System.Extension.Controls.pdb
│   ├── Controls
│   │   ├── BaseWindow.cs
│   │   ├── EditButton.cs
│   │   ├── EditCheckBox.cs
│   │   ├── EditComboBox.cs
│   │   ├── EditDatePicker.cs
│   │   ├── EditGroupBox.cs
│   │   ├── EditImageLoading.cs
│   │   ├── EditLoopProgressBar.cs
│   │   ├── EditMessageBox.cs
│   │   ├── EditMultiComboBox.cs
│   │   ├── EditProgressBar.cs
│   │   ├── EditRadioButton.cs
│   │   ├── EditRingLoading.cs
│   │   ├── EditRoundProgressBar.cs
│   │   ├── EditSprocketLoading.cs
│   │   ├── EditSwitchButton.cs
│   │   ├── EditTabControl.cs
│   │   └── EditTextBox.cs
│   ├── Converter
│   │   └── IsEmptyOrNullConverter.cs
│   ├── Images
│   │   ├── 下拉_橘色.png
│   │   ├── 下拉_灰色.png
│   │   ├── 下拉_白色.png
│   │   ├── 保存_橘色.png
│   │   ├── 保存_白色.png
│   │   ├── 信息_蓝色.png
│   │   ├── 关闭_橘色.png
│   │   ├── 关闭_白色.png
│   │   ├── 加载_白色.png
│   │   ├── 加载_蓝色.png
│   │   ├── 取消_白色.png
│   │   ├── 右_橘色.png
│   │   ├── 右_白色.png
│   │   ├── 密码_灰色.png
│   │   ├── 密码_白色.png
│   │   ├── 密钥_灰色.png
│   │   ├── 密钥_白色.png
│   │   ├── 密钥_蓝色.png
│   │   ├── 左_橘色.png
│   │   ├── 左_白色.png
│   │   ├── 打印_橘色.png
│   │   ├── 打印_白色.png
│   │   ├── 搜索_橘色.png
│   │   ├── 搜索_白色.png
│   │   ├── 日历_橘色.png
│   │   ├── 日历_白色 .png
│   │   ├── 日历_白色.png
│   │   ├── 最大化_白色.png
│   │   ├── 最小化_白色.png
│   │   ├── 清除_橘色.png
│   │   ├── 清除_白色.png
│   │   ├── 确定_白色.png
│   │   ├── 背景_毛玻璃.jpg
│   │   ├── 警告_黄色.png
│   │   ├── 账号_灰色.png
│   │   ├── 账号_白色.png
│   │   ├── 还原_白色.png
│   │   ├── 错误_红色.png
│   │   ├── 问题_橙色.png
│   │   └── 问题_蓝色.png
│   ├── Lib
│   │   └── Microsoft.Windows.Shell.dll
│   ├── obj
│   │   ├── Debug
│   │   │   ├── App.g.i.cs
│   │   │   ├── CoreCompileInputs.cache
│   │   │   ├── CSCB953668CDAEA47AEB564E4CF3132BAF8.TMP
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── Modules
│   │   │   │   └── TreeViewModule.g.i.cs
│   │   │   ├── System.Extension.Controls.csproj.FileListAbsolute.txt
│   │   │   ├── System.Extension.Controls.csproj.GenerateResource.Cache
│   │   │   ├── System.Extension.Controls.csprojResolveAssemblyReference.cache
│   │   │   ├── System.Extension.Controls.dll
│   │   │   ├── System.Extension.Controls.g.resources
│   │   │   ├── System.Extension.Controls_MarkupCompile.cache
│   │   │   ├── System.Extension.Controls_MarkupCompile.i.cache
│   │   │   ├── System.Extension.Controls_MarkupCompile.i.lref
│   │   │   ├── System.Extension.Controls_MarkupCompile.lref
│   │   │   ├── System.Extension.Controls.pdb
│   │   │   ├── System.Extension.Controls.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Themes
│   │   │   │   ├── BaseWindow.baml
│   │   │   │   ├── CheckBox.baml
│   │   │   │   ├── DataGrid.baml
│   │   │   │   ├── EditButton.baml
│   │   │   │   ├── EditComboBox.baml
│   │   │   │   ├── EditDatePicker.baml
│   │   │   │   ├── EditTextBox.baml
│   │   │   │   ├── FlowDocumentPageViewer.baml
│   │   │   │   ├── ScrollBar.baml
│   │   │   │   ├── TabControl.baml
│   │   │   │   └── TreeView.baml
│   │   │   └── TreeViewModule.g.i.cs
│   │   └── x86
│   │   ├── Debug
│   │   │   ├── CoreCompileInputs.cache
│   │   │   ├── CSC370D77CCC0243B3918B993A84E9B4F0.TMP
│   │   │   ├── CSCDBF2CFBBEE0C4868A496779DF6CAF49D.TMP
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── System.Extension.Controls.csproj.FileListAbsolute.txt
│   │   │   ├── System.Extension.Controls.csproj.GenerateResource.Cache
│   │   │   ├── System.Extension.Controls.csprojResolveAssemblyReference.cache
│   │   │   ├── System.Extension.Controls.dll
│   │   │   ├── System.Extension.Controls.g.resources
│   │   │   ├── System.Extension.Controls_MarkupCompile.cache
│   │   │   ├── System.Extension.Controls_MarkupCompile.i.cache
│   │   │   ├── System.Extension.Controls_MarkupCompile.i.lref
│   │   │   ├── System.Extension.Controls_MarkupCompile.lref
│   │   │   ├── System.Extension.Controls.pdb
│   │   │   ├── System.Extension.Controls.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Themes
│   │   │   ├── BaseWindow.baml
│   │   │   ├── ContextMenu.baml
│   │   │   ├── DataGrid.baml
│   │   │   ├── EditButton.baml
│   │   │   ├── EditCheckBox.baml
│   │   │   ├── EditComboBox.baml
│   │   │   ├── EditDatePicker.baml
│   │   │   ├── EditGroupBox.baml
│   │   │   ├── EditImageLoading.baml
│   │   │   ├── EditLoopProgressBar.baml
│   │   │   ├── EditMessageBox.baml
│   │   │   ├── EditMultiComboBox.baml
│   │   │   ├── EditProgressBar.baml
│   │   │   ├── EditRadioButton.baml
│   │   │   ├── EditRingLoading.baml
│   │   │   ├── EditRoundProgressBar.baml
│   │   │   ├── EditSwitchButton.baml
│   │   │   ├── EditTabControl.baml
│   │   │   ├── EditTextBox.baml
│   │   │   ├── FlowDocumentPageViewer.baml
│   │   │   ├── ListBox.baml
│   │   │   ├── ScrollBar.baml
│   │   │   ├── ScrollViewer.baml
│   │   │   ├── Separator.baml
│   │   │   ├── ToolTip.baml
│   │   │   └── TreeView.baml
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── System.Extension.Controls.csproj.FileListAbsolute.txt
│   │   ├── System.Extension.Controls.csproj.GenerateResource.Cache
│   │   ├── System.Extension.Controls.dll
│   │   ├── System.Extension.Controls.g.resources
│   │   ├── System.Extension.Controls_MarkupCompile.cache
│   │   ├── System.Extension.Controls_MarkupCompile.i.cache
│   │   ├── System.Extension.Controls_MarkupCompile.i.lref
│   │   ├── System.Extension.Controls_MarkupCompile.lref
│   │   ├── System.Extension.Controls.pdb
│   │   ├── System.Extension.Controls.Properties.Resources.resources
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── Themes
│   │   ├── BaseWindow.baml
│   │   ├── CheckBox.baml
│   │   ├── ContextMenu.baml
│   │   ├── DataGrid.baml
│   │   ├── EditButton.baml
│   │   ├── EditComboBox.baml
│   │   ├── EditDatePicker.baml
│   │   ├── EditGroupBox.baml
│   │   ├── EditImageLoading.baml
│   │   ├── EditMessageBox.baml
│   │   ├── EditProgressBar.baml
│   │   ├── EditRingLoading.baml
│   │   ├── EditSwitchButton.baml
│   │   ├── EditTabControl.baml
│   │   ├── EditTextBox.baml
│   │   ├── FlowDocumentPageViewer.baml
│   │   ├── ListBox.baml
│   │   ├── RadioButton.baml
│   │   ├── ScrollBar.baml
│   │   ├── ScrollViewer.baml
│   │   ├── TabControl.baml
│   │   ├── ToolTip.baml
│   │   └── TreeView.baml
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── System.Extension.Controls.csproj
│   └── Themes
│   ├── BaseWindow.xaml
│   ├── CheckBox.xaml
│   ├── ContextMenu.xaml
│   ├── DataGrid.xaml
│   ├── EditButton.xaml
│   ├── EditCheckBox.xaml
│   ├── EditComboBox.xaml
│   ├── EditDatePicker.xaml
│   ├── EditGroupBox.xaml
│   ├── EditImageLoading.xaml
│   ├── EditLoopProgressBar.xaml
│   ├── EditMessageBox.xaml
│   ├── EditMultiComboBox.xaml
│   ├── EditProgressBar.xaml
│   ├── EditRadioButton.xaml
│   ├── EditRingLoading.xaml
│   ├── EditRoundProgressBar.xaml
│   ├── EditSwitchButton.xaml
│   ├── EditTabControl.xaml
│   ├── EditTextBox.xaml
│   ├── FlowDocumentPageViewer.xaml
│   ├── ListBox.xaml
│   ├── ScrollBar.xaml
│   ├── ScrollViewer.xaml
│   ├── Separator.xaml
│   ├── TabControl.xaml
│   ├── ToolTip.xaml
│   └── TreeView.xaml
├── System.Extension.Controls.Demo
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── System.Extension.Controls.Demo.exe
│   │   │   ├── System.Extension.Controls.Demo.pdb
│   │   │   ├── System.Extension.Controls.Demo.vshost.exe
│   │   │   ├── System.Extension.Controls.dll
│   │   │   └── System.Extension.Controls.pdb
│   │   ├── Release
│   │   └── x86
│   │   ├── Debug
│   │   │   ├── Microsoft.Expression.Drawing.dll
│   │   │   ├── Microsoft.Expression.Drawing.xml
│   │   │   ├── Microsoft.Windows.Shell.dll
│   │   │   ├── System.Extension.Controls.Demo.exe
│   │   │   ├── System.Extension.Controls.Demo.pdb
│   │   │   ├── System.Extension.Controls.Demo.vshost.exe
│   │   │   ├── System.Extension.Controls.Demo.vshost.exe.manifest
│   │   │   ├── System.Extension.Controls.dll
│   │   │   └── System.Extension.Controls.pdb
│   │   └── Release
│   │   ├── Microsoft.Windows.Shell.dll
│   │   ├── System.Extension.Controls.Demo.exe
│   │   ├── System.Extension.Controls.Demo.pdb
│   │   ├── System.Extension.Controls.Demo.vshost.exe
│   │   ├── System.Extension.Controls.Demo.vshost.exe.manifest
│   │   ├── System.Extension.Controls.dll
│   │   └── System.Extension.Controls.pdb
│   ├── Images
│   │   ├── 下拉_橘色.png
│   │   ├── 下拉_灰色.png
│   │   ├── 下拉_白色.png
│   │   ├── 人员_橘色.png
│   │   ├── 人员_灰色.png
│   │   ├── 人员_白色.png
│   │   ├── 保存_橘色.png
│   │   ├── 保存_白色.png
│   │   ├── 关闭_橘色.png
│   │   ├── 关闭_白色.png
│   │   ├── 加载1_白色.png
│   │   ├── 加载1_蓝色.png
│   │   ├── 加载2_白色.png
│   │   ├── 加载2_蓝色.png
│   │   ├── 加载_白色.png
│   │   ├── 加载_蓝色.png
│   │   ├── 右_橘色.png
│   │   ├── 右_白色.png
│   │   ├── 左_橘色.png
│   │   ├── 左_白色.png
│   │   ├── 打印_橘色.png
│   │   ├── 打印_白色.png
│   │   ├── 搜索_橘色.png
│   │   ├── 搜索_白色.png
│   │   ├── 日历_橘色.png
│   │   ├── 日历_白色 .png
│   │   ├── 日历_白色.png
│   │   ├── 清除_橘色.png
│   │   └── 清除_白色.png
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── Model
│   │   ├── BaseModel.cs
│   │   └── DataInfo.cs
│   ├── Modules
│   │   ├── DataGridModule.xaml
│   │   ├── DataGridModule.xaml.cs
│   │   ├── DocumentViewModule.xaml
│   │   ├── DocumentViewModule.xaml.cs
│   │   ├── EditButtonModule.xaml
│   │   ├── EditButtonModule.xaml.cs
│   │   ├── EditComboBoxModule.xaml
│   │   ├── EditComboBoxModule.xaml.cs
│   │   ├── EditDatePickerModule.xaml
│   │   ├── EditDatePickerModule.xaml.cs
│   │   ├── EditGroupBoxModule.xaml
│   │   ├── EditGroupBoxModule.xaml.cs
│   │   ├── EditLoadingModule.xaml
│   │   ├── EditLoadingModule.xaml.cs
│   │   ├── EditMessageBoxModule.xaml
│   │   ├── EditMessageBoxModule.xaml.cs
│   │   ├── EditProgressBarModule.xaml
│   │   ├── EditProgressBarModule.xaml.cs
│   │   ├── EditSwitchButtonModule.xaml
│   │   ├── EditSwitchButtonModule.xaml.cs
│   │   ├── EditTabControlModule.xaml
│   │   ├── EditTabControlModule.xaml.cs
│   │   ├── ListBoxModule.xaml
│   │   ├── ListBoxModule.xaml.cs
│   │   ├── TreeViewModule.xaml
│   │   └── TreeViewModule.xaml.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── ButtonWindow.g.i.cs
│   │   │   ├── CoreCompileInputs.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── Modules
│   │   │   │   ├── CheckBoxModule.g.i.cs
│   │   │   │   ├── DataGridModule.baml
│   │   │   │   ├── DataGridModule.g.cs
│   │   │   │   ├── DataGridModule.g.i.cs
│   │   │   │   ├── DocumentViewModule.baml
│   │   │   │   ├── DocumentViewModule.g.cs
│   │   │   │   ├── DocumentViewModule.g.i.cs
│   │   │   │   ├── EditButtonModule.baml
│   │   │   │   ├── EditButtonModule.g.cs
│   │   │   │   ├── EditButtonModule.g.i.cs
│   │   │   │   ├── EditComboBoxModule.baml
│   │   │   │   ├── EditComboBoxModule.g.cs
│   │   │   │   ├── EditComboBoxModule.g.i.cs
│   │   │   │   ├── EditDatePickerModule.baml
│   │   │   │   ├── EditDatePickerModule.g.cs
│   │   │   │   ├── EditDatePickerModule.g.i.cs
│   │   │   │   ├── EditGroupBoxModle.g.i.cs
│   │   │   │   ├── EditGroupBoxModule.baml
│   │   │   │   ├── EditGroupBoxModule.g.cs
│   │   │   │   ├── EditGroupBoxModule.g.i.cs
│   │   │   │   ├── EditProgressBarModule.baml
│   │   │   │   ├── EditProgressBarModule.g.cs
│   │   │   │   ├── EditProgressBarModule.g.i.cs
│   │   │   │   ├── EditTabControlModule.baml
│   │   │   │   ├── EditTabControlModule.g.cs
│   │   │   │   ├── EditTabControlModule.g.i.cs
│   │   │   │   ├── ImageButton.g.i.cs
│   │   │   │   ├── ImageButtonModule.g.i.cs
│   │   │   │   ├── ProgressBarModule.g.i.cs
│   │   │   │   ├── TreeViewModule.baml
│   │   │   │   ├── TreeViewModule.g.cs
│   │   │   │   └── TreeViewModule.g.i.cs
│   │   │   ├── System.Extension.Controls.Demo_Content.g.i.cs
│   │   │   ├── System.Extension.Controls.Demo.csproj.FileListAbsolute.txt
│   │   │   ├── System.Extension.Controls.Demo.csproj.GenerateResource.Cache
│   │   │   ├── System.Extension.Controls.Demo.csprojResolveAssemblyReference.cache
│   │   │   ├── System.Extension.Controls.Demo.exe
│   │   │   ├── System.Extension.Controls.Demo.g.resources
│   │   │   ├── System.Extension.Controls.Demo_MarkupCompile.cache
│   │   │   ├── System.Extension.Controls.Demo_MarkupCompile.i.cache
│   │   │   ├── System.Extension.Controls.Demo_MarkupCompile.i.lref
│   │   │   ├── System.Extension.Controls.Demo_MarkupCompile.lref
│   │   │   ├── System.Extension.Controls.Demo.pdb
│   │   │   ├── System.Extension.Controls.Demo.Properties.Resources.resources
│   │   │   ├── TabWindow.g.i.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Window1.g.i.cs
│   │   ├── x64
│   │   │   └── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── Modules
│   │   │   │   ├── DataGridModule.baml
│   │   │   │   ├── DataGridModule.g.cs
│   │   │   │   ├── DataGridModule.g.i.cs
│   │   │   │   ├── DocumentViewModule.baml
│   │   │   │   ├── DocumentViewModule.g.cs
│   │   │   │   ├── DocumentViewModule.g.i.cs
│   │   │   │   ├── EditButtonModule.baml
│   │   │   │   ├── EditButtonModule.g.cs
│   │   │   │   ├── EditButtonModule.g.i.cs
│   │   │   │   ├── EditComboBoxModule.baml
│   │   │   │   ├── EditComboBoxModule.g.cs
│   │   │   │   ├── EditComboBoxModule.g.i.cs
│   │   │   │   ├── EditDatePickerModule.baml
│   │   │   │   ├── EditDatePickerModule.g.cs
│   │   │   │   ├── EditDatePickerModule.g.i.cs
│   │   │   │   ├── EditGroupBoxModule.baml
│   │   │   │   ├── EditGroupBoxModule.g.cs
│   │   │   │   ├── EditGroupBoxModule.g.i.cs
│   │   │   │   ├── EditProgressBarModule.baml
│   │   │   │   ├── EditProgressBarModule.g.cs
│   │   │   │   ├── EditProgressBarModule.g.i.cs
│   │   │   │   ├── EditTabControlModule.baml
│   │   │   │   ├── EditTabControlModule.g.cs
│   │   │   │   ├── EditTabControlModule.g.i.cs
│   │   │   │   ├── LoadingModule.g.i.cs
│   │   │   │   ├── TreeViewModule.baml
│   │   │   │   ├── TreeViewModule.g.cs
│   │   │   │   └── TreeViewModule.g.i.cs
│   │   │   ├── System.Extension.Controls.Demo.csproj.FileListAbsolute.txt
│   │   │   ├── System.Extension.Controls.Demo.csproj.GenerateResource.Cache
│   │   │   ├── System.Extension.Controls.Demo.csprojResolveAssemblyReference.cache
│   │   │   ├── System.Extension.Controls.Demo.exe
│   │   │   ├── System.Extension.Controls.Demo.g.resources
│   │   │   ├── System.Extension.Controls.Demo_MarkupCompile.cache
│   │   │   ├── System.Extension.Controls.Demo_MarkupCompile.lref
│   │   │   ├── System.Extension.Controls.Demo.pdb
│   │   │   ├── System.Extension.Controls.Demo.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── x86
│   │   ├── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── CoreCompileInputs.cache
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── Modules
│   │   │   │   ├── DataGridModule.baml
│   │   │   │   ├── DataGridModule.g.cs
│   │   │   │   ├── DataGridModule.g.i.cs
│   │   │   │   ├── DocumentViewModule.baml
│   │   │   │   ├── DocumentViewModule.g.cs
│   │   │   │   ├── DocumentViewModule.g.i.cs
│   │   │   │   ├── EditButtonModule.baml
│   │   │   │   ├── EditButtonModule.g.cs
│   │   │   │   ├── EditButtonModule.g.i.cs
│   │   │   │   ├── EditComboBoxModule.baml
│   │   │   │   ├── EditComboBoxModule.g.cs
│   │   │   │   ├── EditComboBoxModule.g.i.cs
│   │   │   │   ├── EditDatePickerModule.baml
│   │   │   │   ├── EditDatePickerModule.g.cs
│   │   │   │   ├── EditDatePickerModule.g.i.cs
│   │   │   │   ├── EditGroupBoxModule.baml
│   │   │   │   ├── EditGroupBoxModule.g.cs
│   │   │   │   ├── EditGroupBoxModule.g.i.cs
│   │   │   │   ├── EditLoadingModule.baml
│   │   │   │   ├── EditLoadingModule.g.cs
│   │   │   │   ├── EditLoadingModule.g.i.cs
│   │   │   │   ├── EditMessageBoxModule.baml
│   │   │   │   ├── EditMessageBoxModule.g.cs
│   │   │   │   ├── EditMessageBoxModule.g.i.cs
│   │   │   │   ├── EditProgressBarModule.baml
│   │   │   │   ├── EditProgressBarModule.g.cs
│   │   │   │   ├── EditProgressBarModule.g.i.cs
│   │   │   │   ├── EditSwitchButton.g.i.cs
│   │   │   │   ├── EditSwitchButtonModule.baml
│   │   │   │   ├── EditSwitchButtonModule.g.cs
│   │   │   │   ├── EditSwitchButtonModule.g.i.cs
│   │   │   │   ├── EditTabControlModule.baml
│   │   │   │   ├── EditTabControlModule.g.cs
│   │   │   │   ├── EditTabControlModule.g.i.cs
│   │   │   │   ├── ListBoxModule.baml
│   │   │   │   ├── ListBoxModule.g.cs
│   │   │   │   ├── ListBoxModule.g.i.cs
│   │   │   │   ├── LoadingModule.g.i.cs
│   │   │   │   ├── TreeViewModule.baml
│   │   │   │   ├── TreeViewModule.g.cs
│   │   │   │   └── TreeViewModule.g.i.cs
│   │   │   ├── System.Extension.Controls.Demo_Content.g.i.cs
│   │   │   ├── System.Extension.Controls.Demo.csproj.FileListAbsolute.txt
│   │   │   ├── System.Extension.Controls.Demo.csproj.GenerateResource.Cache
│   │   │   ├── System.Extension.Controls.Demo.csprojResolveAssemblyReference.cache
│   │   │   ├── System.Extension.Controls.Demo.exe
│   │   │   ├── System.Extension.Controls.Demo.g.resources
│   │   │   ├── System.Extension.Controls.Demo_MarkupCompile.cache
│   │   │   ├── System.Extension.Controls.Demo_MarkupCompile.i.cache
│   │   │   ├── System.Extension.Controls.Demo_MarkupCompile.i.lref
│   │   │   ├── System.Extension.Controls.Demo_MarkupCompile.lref
│   │   │   ├── System.Extension.Controls.Demo.pdb
│   │   │   ├── System.Extension.Controls.Demo.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Window1.g.i.cs
│   │   └── Release
│   │   ├── App.baml
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── build.force
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── Modules
│   │   │   ├── DataGridModule.baml
│   │   │   ├── DataGridModule.g.cs
│   │   │   ├── DataGridModule.g.i.cs
│   │   │   ├── DocumentViewModule.baml
│   │   │   ├── DocumentViewModule.g.cs
│   │   │   ├── DocumentViewModule.g.i.cs
│   │   │   ├── EditButtonModule.baml
│   │   │   ├── EditButtonModule.g.cs
│   │   │   ├── EditButtonModule.g.i.cs
│   │   │   ├── EditComboBoxModule.baml
│   │   │   ├── EditComboBoxModule.g.cs
│   │   │   ├── EditComboBoxModule.g.i.cs
│   │   │   ├── EditDatePickerModule.baml
│   │   │   ├── EditDatePickerModule.g.cs
│   │   │   ├── EditDatePickerModule.g.i.cs
│   │   │   ├── EditGroupBoxModule.baml
│   │   │   ├── EditGroupBoxModule.g.cs
│   │   │   ├── EditGroupBoxModule.g.i.cs
│   │   │   ├── EditLoadingModule.baml
│   │   │   ├── EditLoadingModule.g.cs
│   │   │   ├── EditLoadingModule.g.i.cs
│   │   │   ├── EditMessageBoxModule.baml
│   │   │   ├── EditMessageBoxModule.g.cs
│   │   │   ├── EditMessageBoxModule.g.i.cs
│   │   │   ├── EditProgressBarModule.baml
│   │   │   ├── EditProgressBarModule.g.cs
│   │   │   ├── EditProgressBarModule.g.i.cs
│   │   │   ├── EditSwitchButtonModule.baml
│   │   │   ├── EditSwitchButtonModule.g.cs
│   │   │   ├── EditSwitchButtonModule.g.i.cs
│   │   │   ├── EditTabControlModule.baml
│   │   │   ├── EditTabControlModule.g.cs
│   │   │   ├── EditTabControlModule.g.i.cs
│   │   │   ├── ListBoxModule.baml
│   │   │   ├── ListBoxModule.g.cs
│   │   │   ├── ListBoxModule.g.i.cs
│   │   │   ├── TreeViewModule.baml
│   │   │   ├── TreeViewModule.g.cs
│   │   │   └── TreeViewModule.g.i.cs
│   │   ├── System.Extension.Controls.Demo.csproj.FileListAbsolute.txt
│   │   ├── System.Extension.Controls.Demo.csproj.GenerateResource.Cache
│   │   ├── System.Extension.Controls.Demo.csprojResolveAssemblyReference.cache
│   │   ├── System.Extension.Controls.Demo.exe
│   │   ├── System.Extension.Controls.Demo.g.resources
│   │   ├── System.Extension.Controls.Demo_MarkupCompile.cache
│   │   ├── System.Extension.Controls.Demo_MarkupCompile.lref
│   │   ├── System.Extension.Controls.Demo.pdb
│   │   ├── System.Extension.Controls.Demo.Properties.Resources.resources
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── System.Extension.Controls.Demo.csproj
├── System.Extension.Controls.sln
└── System.Extension.Controls.v12.suo

54 directories, 546 files

标签:

实例下载地址

WPF控件样式Demo

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警