摘要: using DevExpress.XtraEditors.Repository;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace WitMS.WinForm{ public partial class Form1 : DevExpress.XtraEditors.Xtra... 阅读全文
posted @ 2013-12-27 00:47 bert.zeng 阅读(1960) 评论(2) 推荐(0)
摘要: (转):一,在bar的属性中有optionbar,可以做一些设置.其中比较有用的是:1,去掉最右边的箭头:allowquickcustomization 改为false2,去掉最左边的竖线:drawdragborder 改为false二,如何使toolbar显示图标方法之一是:放一个imagelist,里面放一些图在toolbar里建立一个barbuttonitem,然后选中这个item,在属性里为其imageindex分配一个imagelist里的图,三,如何使statusbar里的各项可以自定义宽度使用statictext,把autosize改为none,然后即可调整width四,取消右键 阅读全文
posted @ 2013-12-27 00:32 bert.zeng 阅读(535) 评论(1) 推荐(0)