码迷,mamicode.com
首页 > Windows程序 > 详细

DevExpress+Winform(二)

时间:2020-05-09 16:51:50      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:static   右键   皮肤   private   底部   com   cat   class   href   

无敌模糊学习视频:https://www.bilibili.com/video/BV15x411x7WN?p=3

第三集:实现一个页面,新建devexpress winform blankApplication。

技术图片

 

  •  使用RibbonControl,添加几组PageGroup。PageGroup添加几个Item,PageGroup设置一下Text。每个Item设置一下LargeImage或Image(旧版本LageGlyph,Glyph)。想显示Image的时候,应该把LargeImage清除掉。Item设置一下ButtonStyle。Item设置Caption。

技术图片

 

  •  实现皮肤设置,添加RibbonGalleryBarItem。后台初始化皮肤。

技术图片

 

 private void Form1_Load(object sender, EventArgs e)
 {
     SkinHelper.InitSkinGallery(ribbonGalleryBarItem1, true);
 }
  • 底部状态栏的实现。拖动RibbonStatusBar,添加BarStaticItem,设置Item的Caption。

技术图片

 

  •  侧边栏,拖动NavBarControl,设置其Dock属性。右键AddGroup,AddItem。设置Group的Caption。设置Item的Caption和Image。

技术图片

 

DevExpress+Winform(二)

标签:static   右键   皮肤   private   底部   com   cat   class   href   

原文地址:https://www.cnblogs.com/bibi-feiniaoyuan/p/dev_winform2.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!