zoukankan      html  css  js  c++  java
  • WPF控件主题样式,含21种不同风格漂亮主题(2021修正版)

    从csdn下载的结果不能用,修正后可以了。

    下载地址  https://download.csdn.net/download/simadi/16731399

    WPF控件主题资源,包括TabControl、ListBox、ComboBox、Button、ToggleButton、RadioButton、CheckBox、Slider、ProgressBar、TreeView等多个控件的样式。

    【实例截图】

    【核心代码】
    WPF_Theme
    └── WPF_Theme
    ├── WPF.Themes
    │   ├── BubbleCreme
    │   │   └── Theme.xaml
    │   ├── BureauBlack
    │   │   └── Theme.xaml
    │   ├── BureauBlue
    │   │   └── Theme.xaml
    │   ├── DavesGlossyControls
    │   │   └── Theme.xaml
    │   ├── ExpressionDark
    │   │   └── Theme.xaml
    │   ├── ExpressionLight
    │   │   └── Theme.xaml
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── RainierOrange
    │   │   └── Theme.xaml
    │   ├── RainierPurple
    │   │   └── Theme.xaml
    │   ├── RainierRadialBlue
    │   │   └── Theme.xaml
    │   ├── ShinyBlue
    │   │   └── Theme.xaml
    │   ├── ShinyDarkGreen
    │   │   └── Theme.xaml
    │   ├── ShinyDarkPurple
    │   │   └── Theme.xaml
    │   ├── ShinyDarkTeal
    │   │   └── Theme.xaml
    │   ├── ShinyRed
    │   │   └── Theme.xaml
    │   ├── ThemeManager.cs
    │   ├── TwilightBlue
    │   │   └── Theme.xaml
    │   ├── UXMusingsBubblyBlue
    │   │   └── Theme.xaml
    │   ├── UXMusingsGreen
    │   │   └── Theme.xaml
    │   ├── UXMusingsRed
    │   │   └── Theme.xaml
    │   ├── UXMusingsRoughGreen
    │   │   └── Theme.xaml
    │   ├── UXMusingsRoughRed
    │   │   └── Theme.xaml
    │   ├── WhistlerBlue
    │   │   └── Theme.xaml
    │   ├── WPF.Themes.csproj
    │   └── WPF.Themes.csproj.user
    ├── WPF.Themes.Demo
    │   ├── App.xaml
    │   ├── App.xaml.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Window1.xaml
    │   ├── Window1.xaml.cs
    │   ├── WPF.Themes.Demo.csproj
    │   └── WPF.Themes.Demo.csproj.user
    ├── WPF.Themes.sln
    └── WPF.Themes.suo

  • 相关阅读:
    接口自动化(三)--读取json文件中的数据
    接口自动化(二)--操作Excel获取需要数据
    接口自动化(一)--概述
    pycharm(2016.3.2版本)导入工程文件执行程序时弹出Edit configuration
    使用Fiddler实现网络限速
    fiddler工具条、状态栏、请求信息栏各按钮的作用
    修改elementUI源码新增组件/修改组件
    DRF框架的基本组件
    django之原生SQL操作封装
    jqtree使用说明
  • 原文地址:https://www.cnblogs.com/simadi/p/14671750.html
Copyright © 2011-2022 走看看