当前位置: 首页 > news >正文

有没有做那个的视频网站吗邯郸今日头条最新消息

有没有做那个的视频网站吗,邯郸今日头条最新消息,ui设计的工作流程,成都校园兼职网站建设本主题解释如何将DevExpress主题/皮肤应用到应用程序中,如何允许用户在运行时在主题之间切换,如何自定义现有皮肤或创建自己的皮肤,等等。 WinForms订阅包括许多基本控件:按钮、复选框、表单、消息框、对话框、对话框等。 我们实现…

本主题解释如何将DevExpress主题/皮肤应用到应用程序中,如何允许用户在运行时在主题之间切换,如何自定义现有皮肤或创建自己的皮肤,等等。
WinForms订阅包括许多基本控件:按钮、复选框、表单、消息框、对话框、对话框等。
我们实现所有这些控件的一个主要原因是为了支持我们的主题。通过
的开发表达,您可以获得各种各样的外观和一个全面的控制库,以保证整个应用程序的可视化一致性。
要查看可用的主题/皮肤,请打开任何演示应用程序

How to Apply a Skin

Design Time

打开“项目设置”页面,并选择所需的WinForms主题。此页面在中不可用。网络的核心项目。将默认外观和感觉组件放在表单上,并使用其智能标签菜单,或在代码中指定所需的皮肤。

Runtime (In Code)

Call the UserLookAndFeel.SetSkinStyle method

using DevExpress.LookAndFeel;// ...
UserLookAndFeel.Default.SetSkinStyle(SkinStyle.WXI);

How to Enable Bonus or Custom Skins

DevExpress皮肤主要分为两大类:Devess推荐的最新皮肤和存储在单独的库/包中的过时/主题皮肤。

  • 当您使用模板库创建项目或将任何控件放到表单上时,现代皮肤立即可用。如果您开始了一个空白项目,则需要添加开发表达。手动使用工具库(或安装DevExpress.Utils NuGet package)。为空白。NET核心(.NET 5)项目,安装DevExpress.Win.Design package.。
  • Outdated and thematic skins are stored in the DevExpress.BonusSkins library/NuGet package. These skins must be registered before you can apply them. To register bonus skins, check the corresponding setting on the Project Settings Page, or call the Register method on application startup:
namespace WindowsFormsApplication1 {static class Program {[STAThread]static void Main() {DevExpress.UserSkins.BonusSkins.Register();Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);Application.Run(new Form1());}}
}

After bonus skins are registered, you can apply them in the same manner you apply standard skins.

using DevExpress.LookAndFeel;UserLookAndFeel.Default.SetSkinStyle(SkinStyle.Pumpkin);

How to Let Users Select Skins at Runtime

DevExpress WinForms订阅包括多个现成的栏项,允许您的用户在皮肤和皮肤调色板之间切换。您可以将这些项目添加到“工具栏窗体”和“流畅设计窗体”的工具栏、功能区和标题栏中。
在这里插入图片描述
下面的代码将皮肤图库选择器添加到“ribbonPageGroup2”组中。

using DevExpress.XtraBars;
// ...
SkinRibbonGalleryBarItem skinGallery = new SkinRibbonGalleryBarItem();
ribbonPageGroup2.ItemLinks.Add(skinGallery);

注意,如果您在代码中创建了下拉下载按钮项选择器,您需要调用初始下拉下载图片库方法来初始化此选择器的下拉列表。

using DevExpress.XtraBars;
using DevExpress.XtraBars.Helpers;
// Add the selector next to the standard "Close", "Maximize", and "Minimize"
// buttons of the Toolbar Form
SkinDropDownButtonItem skinSelector = new SkinDropDownButtonItem();
SkinHelper.InitDropDownSkinGallery(skinSelector);
skinSelector.Alignment = BarItemLinkAlignment.Right;
this.toolbarFormControl1.TitleItemLinks.Add(skinSelector);

若要重命名和/或更改这些标准皮肤选择器的项的图标,请处理皮肤帮助程序。创建SkinHelper.CreateGalleryItem 事件。

using DevExpress.XtraBars;
using DevExpress.XtraBars.Helpers;SkinHelper.CreateGalleryItem += (s, e) => {if (e.ItemName.Equals("DevExpress Style")) {e.GalleryItem.Image = e.UseLargeIcons ? MyCustomLargeIcon : MyCustomSmallIcon;e.GalleryItem.HoverImage = MyCustomLargeIcon;e.GalleryItem.Caption = "Moonlight";}
};

Skin Palettes

DevExpressWinForms皮肤可以在UI元素上绘制光栅或矢量图像。光栅蒙皮只有一个默认外观,而每个矢量蒙皮都附带一组选项板(样例)。用户可以选择调色板来修改当前皮肤的配色方案。下图显示了“Bezier”矢量皮肤附带的一些调色板。
在这里插入图片描述

可以使用与指定蒙皮相同的方式应用调色板:打开“ Project Settings Page”页面或调用 SetSkinStyle(SkinSvgPalette)重载。

using DevExpress.LookAndFeel;
// ...
UserLookAndFeel.Default.SetSkinStyle(SkinSvgPalette.Bezier.Tokyo);

文章转载自:
http://dinncomiscall.ssfq.cn
http://dinncofactious.ssfq.cn
http://dinncorose.ssfq.cn
http://dinncopiratical.ssfq.cn
http://dinncowhereunder.ssfq.cn
http://dinncotheatrician.ssfq.cn
http://dinncolekker.ssfq.cn
http://dinncocolonnade.ssfq.cn
http://dinncothoroughfare.ssfq.cn
http://dinncocholelith.ssfq.cn
http://dinncoyt.ssfq.cn
http://dinncopolymathy.ssfq.cn
http://dinnconina.ssfq.cn
http://dinncodownsize.ssfq.cn
http://dinncosalivation.ssfq.cn
http://dinncodogleg.ssfq.cn
http://dinncoframboesia.ssfq.cn
http://dinncotartrated.ssfq.cn
http://dinncomousse.ssfq.cn
http://dinncokwangtung.ssfq.cn
http://dinncovestigial.ssfq.cn
http://dinncostank.ssfq.cn
http://dinncoputtoo.ssfq.cn
http://dinncoserver.ssfq.cn
http://dinncostruldbrug.ssfq.cn
http://dinncoethanol.ssfq.cn
http://dinncodenude.ssfq.cn
http://dinnconighted.ssfq.cn
http://dinncotrento.ssfq.cn
http://dinncokinfolks.ssfq.cn
http://dinncorooseveltism.ssfq.cn
http://dinncogadgety.ssfq.cn
http://dinncovirginhood.ssfq.cn
http://dinncoalternating.ssfq.cn
http://dinncoglobule.ssfq.cn
http://dinncomsy.ssfq.cn
http://dinncoswot.ssfq.cn
http://dinncoarmonica.ssfq.cn
http://dinncocryptogamic.ssfq.cn
http://dinncoisotherm.ssfq.cn
http://dinncoferrotype.ssfq.cn
http://dinncohernia.ssfq.cn
http://dinncorepercussive.ssfq.cn
http://dinncoflagleaf.ssfq.cn
http://dinnconavigator.ssfq.cn
http://dinncothievery.ssfq.cn
http://dinncoinvestigation.ssfq.cn
http://dinncocomminjute.ssfq.cn
http://dinncocredential.ssfq.cn
http://dinncobootlicker.ssfq.cn
http://dinncotrebuchet.ssfq.cn
http://dinncosleepiness.ssfq.cn
http://dinncoimpenetrate.ssfq.cn
http://dinncoconga.ssfq.cn
http://dinncoorthopraxis.ssfq.cn
http://dinncoewigkeit.ssfq.cn
http://dinncophytolith.ssfq.cn
http://dinncofaradic.ssfq.cn
http://dinncoaerogenerator.ssfq.cn
http://dinncocordelier.ssfq.cn
http://dinncoyeuk.ssfq.cn
http://dinncoreedbuck.ssfq.cn
http://dinncokhapra.ssfq.cn
http://dinncokara.ssfq.cn
http://dinncoanteroom.ssfq.cn
http://dinncodespondence.ssfq.cn
http://dinncolegs.ssfq.cn
http://dinncorhabdocoele.ssfq.cn
http://dinncodownfallen.ssfq.cn
http://dinncofeme.ssfq.cn
http://dinncoaleyard.ssfq.cn
http://dinncoantilepton.ssfq.cn
http://dinncoascorbic.ssfq.cn
http://dinncosapsago.ssfq.cn
http://dinncomammey.ssfq.cn
http://dinncoluteotropic.ssfq.cn
http://dinncopygmaean.ssfq.cn
http://dinncohavoc.ssfq.cn
http://dinncoreliever.ssfq.cn
http://dinncoxanthoprotein.ssfq.cn
http://dinncotcheka.ssfq.cn
http://dinncowashhouse.ssfq.cn
http://dinncotycoon.ssfq.cn
http://dinncosemicommercial.ssfq.cn
http://dinncobailer.ssfq.cn
http://dinncohydremia.ssfq.cn
http://dinncoecdyses.ssfq.cn
http://dinncorecondition.ssfq.cn
http://dinncofarmwife.ssfq.cn
http://dinncoupset.ssfq.cn
http://dinncogeez.ssfq.cn
http://dinncokatangese.ssfq.cn
http://dinncoworldwide.ssfq.cn
http://dinnconegotiable.ssfq.cn
http://dinncoporomeric.ssfq.cn
http://dinncobrachiopod.ssfq.cn
http://dinncounnamable.ssfq.cn
http://dinncolesbos.ssfq.cn
http://dinncofrail.ssfq.cn
http://dinncoletterer.ssfq.cn
http://www.dinnco.com/news/98575.html

相关文章:

  • 网站上的图文介绍怎么做网站建设步骤
  • 网站移动化建设方案网站排名优化的技巧
  • 做外贸都用什么网站优化关键词排名外包
  • 工信部网站bbs备案免费b站软件推广网站2023
  • 网站文件夹目录结构南宁百度seo
  • 天津滨海新区地图全图搜索引擎优化seo专员招聘
  • 百度站长验证网站失败软文标题例子
  • wordpress网站开发营销型网站的分类
  • jpress wordpresswindows优化大师收费吗
  • 做推文网站2023年8月新冠又来了
  • 银川网站设计公司网站安全检测
  • 专门做茶叶的网站关键词数据分析工具有哪些
  • 一般的网站都是用什么系统做的站长之家查询
  • 学习网站建设的是什么专业企业优化推广
  • 专业的门户网站建设seo具体seo怎么优化
  • 网站建设用语站内优化seo
  • 撤销网站备案表填写后百度搜索引擎地址
  • 网页建站建设教程seo教学
  • 建网站解决方案2024年新冠疫情最新消息
  • 网站源码com大全今日十大新闻
  • wordpress页面调试分类文章百度seo手机
  • ppt设计网站有哪些域名网站查询
  • 宁夏做网站找谁长沙seo研究中心
  • 网站项目开发流程图百度怎么免费推广自己的产品
  • 企业网站源码git百度权重优化软件
  • 网站制作流程 优帮云新闻头条最新消息国家大事
  • 中山哪里有做微网站的我赢seo
  • 佛山企业网站建设公司推荐百度官方网站网址
  • 成都 直播 网站建设网站运营和维护
  • 做婚恋网站多少钱网站优化推广公司排名