实例介绍
WPF.Util.Controls全套自定义样式 。
【实例截图】
【核心代码】
WPF.Util.Controls全套自定义样式
├── Util.Controls
│ ├── lib
│ │ ├── Microsoft.Expression.Controls.dll
│ │ ├── Microsoft.Expression.Drawing.dll
│ │ ├── Microsoft.Expression.Effects.dll
│ │ ├── Microsoft.Expression.Interactions.dll
│ │ ├── Microsoft.Expression.Prototyping.Interactivity.dll
│ │ ├── Microsoft.Windows.Shell.dll
│ │ ├── System.Utility.dll
│ │ └── System.Windows.Interactivity.dll
│ ├── Util.Controls
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Microsoft.Expression.Drawing.dll
│ │ │ ├── Microsoft.Expression.Drawing.xml
│ │ │ ├── Microsoft.Expression.Effects.dll
│ │ │ ├── Microsoft.Expression.Effects.xml
│ │ │ ├── Microsoft.Expression.Interactions.dll
│ │ │ ├── Microsoft.Windows.Shell.dll
│ │ │ ├── PresentationCore.dll
│ │ │ ├── PresentationFramework.Aero.dll
│ │ │ ├── PresentationFramework.dll
│ │ │ ├── System.Utility.dll
│ │ │ ├── System.Windows.Interactivity.dll
│ │ │ ├── Util.Controls.dll
│ │ │ └── Util.Controls.pdb
│ │ ├── Control
│ │ │ ├── AnimatedGIF.cs
│ │ │ ├── BulletCheckBox.xaml
│ │ │ ├── BulletCheckBox.xaml.cs
│ │ │ ├── BusyBox.xaml
│ │ │ ├── BusyBox.xaml.cs
│ │ │ ├── FButton.xaml
│ │ │ ├── FButton.xaml.cs
│ │ │ ├── FImage.xaml
│ │ │ ├── FImage.xaml.cs
│ │ │ ├── HighTextBlock.xaml
│ │ │ ├── HighTextBlock.xaml.cs
│ │ │ ├── MessageBoxX.xaml
│ │ │ ├── MessageBoxX.xaml.cs
│ │ │ ├── MultiComboBox.xaml
│ │ │ ├── MultiComboBox.xaml.cs
│ │ │ ├── ProgressRing.cs
│ │ │ ├── ProgressRing.xaml
│ │ │ ├── ThumbnailImage
│ │ │ │ ├── EnumThumbnail.cs
│ │ │ │ ├── ImageThumbnailProvider.cs
│ │ │ │ ├── IThumbnailProvider.cs
│ │ │ │ ├── ThumbnailImage.cs
│ │ │ │ ├── ThumbnailProviderFactory.cs
│ │ │ │ ├── VedioThumbnailProvider.cs
│ │ │ │ └── WebImageThumbnailProvider.cs
│ │ │ ├── VirtualizingWrapPanel.cs
│ │ │ ├── WaitingBox.xaml
│ │ │ ├── WaitingBox.xaml.cs
│ │ │ ├── WindowBase.xaml
│ │ │ └── WindowBase.xaml.cs
│ │ ├── Converter
│ │ │ ├── BackgroundToForegroundConverter.cs
│ │ │ ├── Converters.cs
│ │ │ ├── PercentToAngleConverter.cs
│ │ │ ├── ThicknessToDoubleConverter.cs
│ │ │ ├── TreeViewMarginConverter.cs
│ │ │ └── TrueToFalseConverter.cs
│ │ ├── {Core}
│ │ │ ├── Common
│ │ │ │ ├── BaseNotifyPropertyChanged.cs
│ │ │ │ ├── ConsoleAsynNotify.cs
│ │ │ │ ├── DefaultAsynNotify.cs
│ │ │ │ ├── Exceptions.cs
│ │ │ │ ├── FileAsynNotify.cs
│ │ │ │ └── IAsynNotify.cs
│ │ │ ├── ControlAttachProperty.cs
│ │ │ ├── ControlExtession.cs
│ │ │ ├── Messenger.cs
│ │ │ └── RelayCommand.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Control
│ │ │ │ │ ├── FImage.g.i.cs
│ │ │ │ │ ├── MessageBoxX.g.i.cs
│ │ │ │ │ └── WaitingBox.g.i.cs
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ ├── XLY.Framework.Controls.csprojResolveAssemblyReference.cache
│ │ │ │ ├── XLY.Framework.Controls_MarkupCompile.i.cache
│ │ │ │ └── XLY.Framework.Controls_MarkupCompile.i.lref
│ │ │ └── x86
│ │ │ ├── Debug
│ │ │ │ ├── Control
│ │ │ │ │ ├── BulletCheckBox.baml
│ │ │ │ │ ├── BusyBox.baml
│ │ │ │ │ ├── FButton.baml
│ │ │ │ │ ├── FImage.baml
│ │ │ │ │ ├── FImage.g.cs
│ │ │ │ │ ├── FImage.g.i.cs
│ │ │ │ │ ├── HighTextBlock.baml
│ │ │ │ │ ├── MessageBoxX.baml
│ │ │ │ │ ├── MessageBoxX.g.cs
│ │ │ │ │ ├── MessageBoxX.g.i.cs
│ │ │ │ │ ├── MultiComboBox.baml
│ │ │ │ │ ├── ProgressRing.baml
│ │ │ │ │ ├── WaitingBox.baml
│ │ │ │ │ ├── WaitingBox.g.cs
│ │ │ │ │ ├── WaitingBox.g.i.cs
│ │ │ │ │ └── WindowBase.baml
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ ├── Style
│ │ │ │ │ ├── Colors.baml
│ │ │ │ │ ├── Global.baml
│ │ │ │ │ ├── Style.baml
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Calendar.baml
│ │ │ │ │ ├── CheckBox.baml
│ │ │ │ │ ├── ComboBox.baml
│ │ │ │ │ ├── DataGrid.baml
│ │ │ │ │ ├── DatePicker.baml
│ │ │ │ │ ├── FIcon.baml
│ │ │ │ │ ├── ListBox.baml
│ │ │ │ │ ├── ListView.baml
│ │ │ │ │ ├── LoopProcessBar.baml
│ │ │ │ │ ├── Menu.baml
│ │ │ │ │ ├── PasswordBox.baml
│ │ │ │ │ ├── ProgressBar.baml
│ │ │ │ │ ├── RadioButton.baml
│ │ │ │ │ ├── ScrollViewer.baml
│ │ │ │ │ ├── Separator.baml
│ │ │ │ │ ├── Share.baml
│ │ │ │ │ ├── TabControl.baml
│ │ │ │ │ ├── TextBox.baml
│ │ │ │ │ ├── ToggleButton.baml
│ │ │ │ │ └── TreeView.baml
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── Themes
│ │ │ │ │ └── Generic.baml
│ │ │ │ ├── Util.Controls.csproj.FileListAbsolute.txt
│ │ │ │ ├── Util.Controls.csproj.GenerateResource.Cache
│ │ │ │ ├── Util.Controls.dll
│ │ │ │ ├── Util.Controls.g.resources
│ │ │ │ ├── Util.Controls_MarkupCompile.cache
│ │ │ │ ├── Util.Controls_MarkupCompile.i.cache
│ │ │ │ ├── Util.Controls_MarkupCompile.i.lref
│ │ │ │ ├── Util.Controls_MarkupCompile.lref
│ │ │ │ ├── Util.Controls.pdb
│ │ │ │ ├── Util.Controls.Properties.Resources.resources
│ │ │ │ ├── XLY.Framework.Controls.csproj.FileListAbsolute.txt
│ │ │ │ ├── XLY.Framework.Controls.csproj.GenerateResource.Cache
│ │ │ │ ├── XLY.Framework.Controls.csprojResolveAssemblyReference.cache
│ │ │ │ └── XLY.Framework.Controls_MarkupCompile.i.cache
│ │ │ └── Release
│ │ │ ├── Control
│ │ │ │ ├── BulletCheckBox.baml
│ │ │ │ ├── BusyBox.baml
│ │ │ │ ├── FButton.baml
│ │ │ │ ├── FImage.baml
│ │ │ │ ├── FImage.g.cs
│ │ │ │ ├── FImage.g.i.cs
│ │ │ │ ├── HighTextBlock.baml
│ │ │ │ ├── MessageBoxX.baml
│ │ │ │ ├── MessageBoxX.g.cs
│ │ │ │ ├── MessageBoxX.g.i.cs
│ │ │ │ ├── MultiComboBox.baml
│ │ │ │ ├── ProgressRing.baml
│ │ │ │ ├── WaitingBox.baml
│ │ │ │ ├── WaitingBox.g.cs
│ │ │ │ ├── WaitingBox.g.i.cs
│ │ │ │ └── WindowBase.baml
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ ├── Style
│ │ │ │ ├── Colors.baml
│ │ │ │ ├── Global.baml
│ │ │ │ ├── Style.baml
│ │ │ │ └── Themes
│ │ │ │ ├── Calendar.baml
│ │ │ │ ├── CheckBox.baml
│ │ │ │ ├── ComboBox.baml
│ │ │ │ ├── DataGrid.baml
│ │ │ │ ├── DatePicker.baml
│ │ │ │ ├── FIcon.baml
│ │ │ │ ├── ListBox.baml
│ │ │ │ ├── ListView.baml
│ │ │ │ ├── LoopProcessBar.baml
│ │ │ │ ├── Menu.baml
│ │ │ │ ├── PasswordBox.baml
│ │ │ │ ├── ProgressBar.baml
│ │ │ │ ├── RadioButton.baml
│ │ │ │ ├── ScrollViewer.baml
│ │ │ │ ├── Separator.baml
│ │ │ │ ├── Share.baml
│ │ │ │ ├── TabControl.baml
│ │ │ │ ├── TextBox.baml
│ │ │ │ ├── ToggleButton.baml
│ │ │ │ └── TreeView.baml
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Themes
│ │ │ │ └── Generic.baml
│ │ │ ├── XLY.Framework.Controls.csproj.FileListAbsolute.txt
│ │ │ ├── XLY.Framework.Controls.csproj.GenerateResource.Cache
│ │ │ ├── XLY.Framework.Controls.csprojResolveAssemblyReference.cache
│ │ │ ├── XLY.Framework.Controls.dll
│ │ │ ├── XLY.Framework.Controls.g.resources
│ │ │ ├── XLY.Framework.Controls_MarkupCompile.cache
│ │ │ ├── XLY.Framework.Controls_MarkupCompile.i.cache
│ │ │ ├── XLY.Framework.Controls_MarkupCompile.i.lref
│ │ │ ├── XLY.Framework.Controls_MarkupCompile.lref
│ │ │ └── XLY.Framework.Controls.Properties.Resources.resources
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── iconfont.ttf
│ │ │ ├── logo.ico
│ │ │ └── logo.png
│ │ ├── Style
│ │ │ ├── Colors.xaml
│ │ │ ├── Global.xaml
│ │ │ ├── Style.xaml
│ │ │ └── Themes
│ │ │ ├── Calendar.xaml
│ │ │ ├── CheckBox.xaml
│ │ │ ├── ComboBox.xaml
│ │ │ ├── DataGrid.xaml
│ │ │ ├── DatePicker.xaml
│ │ │ ├── FIcon.xaml
│ │ │ ├── ListBox.xaml
│ │ │ ├── ListView.xaml
│ │ │ ├── LoopProcessBar.xaml
│ │ │ ├── Menu.xaml
│ │ │ ├── PasswordBox.xaml
│ │ │ ├── ProgressBar.xaml
│ │ │ ├── RadioButton.xaml
│ │ │ ├── ScrollViewer.xaml
│ │ │ ├── Separator.xaml
│ │ │ ├── Share.xaml
│ │ │ ├── TabControl.xaml
│ │ │ ├── TextBox.xaml
│ │ │ ├── ToggleButton.xaml
│ │ │ └── TreeView.xaml
│ │ ├── Themes
│ │ │ └── Generic.xaml
│ │ ├── usister.txt
│ │ ├── Util.Controls.csproj
│ │ ├── Util.Controls.v12.suo
│ │ ├── Win32
│ │ │ ├── ChangeWindowSize.cs
│ │ │ ├── HitTest.cs
│ │ │ └── NativeMethods.cs
│ │ └── XLY.Framework.Controls.csproj.vspscc
│ ├── Util.Controls.sln
│ ├── Util.Controls.v12.suo
│ └── Util.Controls.WPFTest
│ ├── app.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Images
│ │ │ ├── logom.png
│ │ │ ├── qq1.png
│ │ │ ├── qq2.png
│ │ │ └── qq.png
│ │ ├── Microsoft.Expression.Drawing.dll
│ │ ├── Microsoft.Expression.Drawing.xml
│ │ ├── Microsoft.Expression.Effects.dll
│ │ ├── Microsoft.Expression.Effects.xml
│ │ ├── Microsoft.Expression.Interactions.dll
│ │ ├── Microsoft.Windows.Shell.dll
│ │ ├── System.Utility.dll
│ │ ├── System.Windows.Interactivity.dll
│ │ ├── Util.Controls.dll
│ │ ├── Util.Controls.pdb
│ │ ├── Util.Controls.WPFTest.exe
│ │ ├── Util.Controls.WPFTest.exe.config
│ │ ├── Util.Controls.WPFTest.pdb
│ │ ├── Util.Controls.WPFTest.vshost.exe
│ │ └── Util.Controls.WPFTest.vshost.exe.config
│ ├── doc
│ │ ├── demo.css
│ │ ├── demo.html
│ │ ├── iconfont.css
│ │ ├── iconfont.ttf
│ │ └── Remark.txt
│ ├── Images
│ │ ├── logom.png
│ │ ├── qq1.png
│ │ ├── qq2.png
│ │ └── qq.png
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── App.baml
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── control
│ │ │ │ └── MultCaseTabControl.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── MainWindow.g.i.cs
│ │ │ ├── old
│ │ │ │ ├── LocalImageViewer.baml
│ │ │ │ ├── LocalImageViewer.g.cs
│ │ │ │ ├── LocalImageViewer.g.i.cs
│ │ │ │ ├── WebImageViewer.baml
│ │ │ │ ├── WebImageViewer.g.cs
│ │ │ │ └── WebImageViewer.g.i.cs
│ │ │ ├── Page
│ │ │ │ ├── Page_Button.baml
│ │ │ │ ├── Page_Button.g.cs
│ │ │ │ ├── Page_Button.g.i.cs
│ │ │ │ ├── Page_ComboBox_Date.baml
│ │ │ │ ├── Page_ComboBox_Date.g.cs
│ │ │ │ ├── Page_ComboBox_Date.g.i.cs
│ │ │ │ ├── Page_DataGrid.baml
│ │ │ │ ├── Page_DataGrid.g.cs
│ │ │ │ ├── Page_DataGrid.g.i.cs
│ │ │ │ ├── Page_Image.baml
│ │ │ │ ├── Page_Image.g.cs
│ │ │ │ ├── Page_Image.g.i.cs
│ │ │ │ ├── Page_ImageViewer.baml
│ │ │ │ ├── Page_ImageViewer.g.cs
│ │ │ │ ├── Page_ImageViewer.g.i.cs
│ │ │ │ ├── Page_ListBox_MultiCom.baml
│ │ │ │ ├── Page_ListBox_MultiCom.g.cs
│ │ │ │ ├── Page_ListBox_MultiCom.g.i.cs
│ │ │ │ ├── Page_ListView.baml
│ │ │ │ ├── Page_ListView.g.cs
│ │ │ │ ├── Page_ListView.g.i.cs
│ │ │ │ ├── Page_MultCase.baml
│ │ │ │ ├── Page_MultCase.g.cs
│ │ │ │ ├── Page_MultCase.g.i.cs
│ │ │ │ ├── Page_MVVM.baml
│ │ │ │ ├── Page_MVVM.g.cs
│ │ │ │ ├── Page_MVVM.g.i.cs
│ │ │ │ ├── Page_TabControl.baml
│ │ │ │ ├── Page_TabControl.g.cs
│ │ │ │ ├── Page_TabControl.g.i.cs
│ │ │ │ ├── Page_Test.baml
│ │ │ │ ├── Page_Test.g.cs
│ │ │ │ ├── Page_Test.g.i.cs
│ │ │ │ ├── Page_TextBox.baml
│ │ │ │ ├── Page_TextBox.g.cs
│ │ │ │ ├── Page_TextBox.g.i.cs
│ │ │ │ ├── Page_TreeView.baml
│ │ │ │ ├── Page_TreeView.g.cs
│ │ │ │ ├── Page_TreeView.g.i.cs
│ │ │ │ ├── Page_Waiting.baml
│ │ │ │ ├── Page_Waiting.g.cs
│ │ │ │ ├── Page_Waiting.g.i.cs
│ │ │ │ ├── Page_Webbrowser.baml
│ │ │ │ ├── Page_Webbrowser.g.cs
│ │ │ │ └── Page_Webbrowser.g.i.cs
│ │ │ ├── Style
│ │ │ │ ├── Colors.baml
│ │ │ │ └── Default.baml
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Util.Controls.WPFTest_Content.g.cs
│ │ │ ├── Util.Controls.WPFTest_Content.g.i.cs
│ │ │ ├── Util.Controls.WPFTest.csproj.FileListAbsolute.txt
│ │ │ ├── Util.Controls.WPFTest.csproj.GenerateResource.Cache
│ │ │ ├── Util.Controls.WPFTest.csprojResolveAssemblyReference.cache
│ │ │ ├── Util.Controls.WPFTest.exe
│ │ │ ├── Util.Controls.WPFTest.g.resources
│ │ │ ├── Util.Controls.WPFTest_MarkupCompile.cache
│ │ │ ├── Util.Controls.WPFTest_MarkupCompile.i.cache
│ │ │ ├── Util.Controls.WPFTest_MarkupCompile.i.lref
│ │ │ ├── Util.Controls.WPFTest_MarkupCompile.lref
│ │ │ ├── Util.Controls.WPFTest.pdb
│ │ │ ├── Util.Controls.WPFTest.Properties.Resources.resources
│ │ │ ├── XLY.Framework.WPFTest_Content.g.cs
│ │ │ ├── XLY.Framework.WPFTest_Content.g.i.cs
│ │ │ ├── XLY.Framework.WPFTest.csproj.FileListAbsolute.txt
│ │ │ ├── XLY.Framework.WPFTest.csproj.GenerateResource.Cache
│ │ │ ├── XLY.Framework.WPFTest.csprojResolveAssemblyReference.cache
│ │ │ ├── XLY.Framework.WPFTest.exe
│ │ │ ├── XLY.Framework.WPFTest.g.resources
│ │ │ ├── XLY.Framework.WPFTest_MarkupCompile.cache
│ │ │ ├── XLY.Framework.WPFTest_MarkupCompile.i.cache
│ │ │ ├── XLY.Framework.WPFTest_MarkupCompile.lref
│ │ │ ├── XLY.Framework.WPFTest.pdb
│ │ │ └── XLY.Framework.WPFTest.Properties.Resources.resources
│ │ └── Release
│ │ ├── App.baml
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── control
│ │ │ ├── MultCaseTabControl.baml
│ │ │ ├── MultCaseTabControl.g.cs
│ │ │ └── MultCaseTabControl.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── old
│ │ │ ├── LocalImageViewer.baml
│ │ │ ├── LocalImageViewer.g.cs
│ │ │ ├── LocalImageViewer.g.i.cs
│ │ │ ├── WebImageViewer.baml
│ │ │ ├── WebImageViewer.g.cs
│ │ │ └── WebImageViewer.g.i.cs
│ │ ├── Page
│ │ │ ├── Page_Button.baml
│ │ │ ├── Page_Button.g.cs
│ │ │ ├── Page_Button.g.i.cs
│ │ │ ├── Page_ComboBox_Date.baml
│ │ │ ├── Page_ComboBox_Date.g.cs
│ │ │ ├── Page_ComboBox_Date.g.i.cs
│ │ │ ├── Page_DataGrid.baml
│ │ │ ├── Page_DataGrid.g.cs
│ │ │ ├── Page_DataGrid.g.i.cs
│ │ │ ├── Page_Image.baml
│ │ │ ├── Page_Image.g.cs
│ │ │ ├── Page_Image.g.i.cs
│ │ │ ├── Page_ImageViewer.baml
│ │ │ ├── Page_ImageViewer.g.cs
│ │ │ ├── Page_ImageViewer.g.i.cs
│ │ │ ├── Page_ListBox_MultiCom.baml
│ │ │ ├── Page_ListBox_MultiCom.g.cs
│ │ │ ├── Page_ListBox_MultiCom.g.i.cs
│ │ │ ├── Page_ListView.baml
│ │ │ ├── Page_ListView.g.cs
│ │ │ ├── Page_ListView.g.i.cs
│ │ │ ├── Page_MultCase.baml
│ │ │ ├── Page_MultCase.g.cs
│ │ │ ├── Page_MultCase.g.i.cs
│ │ │ ├── Page_MVVM.baml
│ │ │ ├── Page_MVVM.g.cs
│ │ │ ├── Page_MVVM.g.i.cs
│ │ │ ├── Page_TabControl.baml
│ │ │ ├── Page_TabControl.g.cs
│ │ │ ├── Page_TabControl.g.i.cs
│ │ │ ├── Page_Test.baml
│ │ │ ├── Page_Test.g.cs
│ │ │ ├── Page_Test.g.i.cs
│ │ │ ├── Page_TextBox.baml
│ │ │ ├── Page_TextBox.g.cs
│ │ │ ├── Page_TextBox.g.i.cs
│ │ │ ├── Page_TreeView.baml
│ │ │ ├── Page_TreeView.g.cs
│ │ │ ├── Page_TreeView.g.i.cs
│ │ │ ├── Page_Waiting.baml
│ │ │ ├── Page_Waiting.g.cs
│ │ │ ├── Page_Waiting.g.i.cs
│ │ │ ├── Page_Webbrowser.baml
│ │ │ ├── Page_Webbrowser.g.cs
│ │ │ └── Page_Webbrowser.g.i.cs
│ │ ├── Style
│ │ │ ├── Colors.baml
│ │ │ └── Default.baml
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── XLY.Framework.WPFTest_Content.g.cs
│ │ ├── XLY.Framework.WPFTest_Content.g.i.cs
│ │ ├── XLY.Framework.WPFTest.csproj.FileListAbsolute.txt
│ │ ├── XLY.Framework.WPFTest.csproj.GenerateResource.Cache
│ │ ├── XLY.Framework.WPFTest.csprojResolveAssemblyReference.cache
│ │ ├── XLY.Framework.WPFTest.exe
│ │ ├── XLY.Framework.WPFTest.g.resources
│ │ ├── XLY.Framework.WPFTest_MarkupCompile.cache
│ │ ├── XLY.Framework.WPFTest_MarkupCompile.i.cache
│ │ ├── XLY.Framework.WPFTest_MarkupCompile.i.lref
│ │ ├── XLY.Framework.WPFTest_MarkupCompile.lref
│ │ ├── XLY.Framework.WPFTest.pdb
│ │ └── XLY.Framework.WPFTest.Properties.Resources.resources
│ ├── old
│ │ ├── LocalImageViewer.xaml
│ │ ├── LocalImageViewer.xaml.cs
│ │ ├── WebImageViewer.xaml
│ │ └── WebImageViewer.xaml.cs
│ ├── Page
│ │ ├── Page_Button.xaml
│ │ ├── Page_Button.xaml.cs
│ │ ├── Page_ComboBox_Date.xaml
│ │ ├── Page_ComboBox_Date.xaml.cs
│ │ ├── Page_DataGrid.xaml
│ │ ├── Page_DataGrid.xaml.cs
│ │ ├── Page_ImageViewer.xaml
│ │ ├── Page_ImageViewer.xaml.cs
│ │ ├── Page_Image.xaml
│ │ ├── Page_Image.xaml.cs
│ │ ├── Page_ListBox_MultiCom.xaml
│ │ ├── Page_ListBox_MultiCom.xaml.cs
│ │ ├── Page_ListView.xaml
│ │ ├── Page_ListView.xaml.cs
│ │ ├── Page_MultCase.xaml
│ │ ├── Page_MultCase.xaml.cs
│ │ ├── Page_MVVM.xaml
│ │ ├── Page_MVVM.xaml.cs
│ │ ├── Page_TabControl.xaml
│ │ ├── Page_TabControl.xaml.cs
│ │ ├── Page_Test.xaml
│ │ ├── Page_Test.xaml.cs
│ │ ├── Page_TextBox.xaml
│ │ ├── Page_TextBox.xaml.cs
│ │ ├── Page_TreeView.xaml
│ │ ├── Page_TreeView.xaml.cs
│ │ ├── Page_Waiting.xaml
│ │ ├── Page_Waiting.xaml.cs
│ │ ├── Page_Webbrowser.xaml
│ │ └── Page_Webbrowser.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Style
│ │ ├── Colors.xaml
│ │ └── Default.xaml
│ ├── Util.Controls.WPFTest.csproj
│ └── XLY.Framework.WPFTest.csproj.vspscc
└── 新建文本文档.txt
56 directories, 472 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论