資源簡(jiǎn)介
devexpress設(shè)置皮膚,字體。以及折疊菜單和伸縮Panel的實(shí)現(xiàn)。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?demo008
{
????public?partial?class?Form1?:?DevExpress.XtraEditors.XtraForm
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????//循環(huán)添加皮膚名稱
????????????foreach?(DevExpress.Skins.SkinContainer?skin?in?DevExpress.Skins.SkinManager.Default.Skins)
????????????????cmb_skins.Items.Add(skin.SkinName);
????????????DataTable?dt?=?new?DataTable();
????????????dt.Columns.Add(“A“);
????????????dt.Columns.Add(“B“);
????????????dt.Columns.Add(“C“);
????????????dt.Columns.Add(“D“);
????????????for?(int?i?=?0;?i?20;?i++)
????????????????dt.Rows.Add(“數(shù)據(jù)列0000“?+?(i?+?1)?“測(cè)試列0000“?+?2?*?(i?+?1)?“列0000“?+?3?*?(i?+?1)?“數(shù)列0000“?+?4?*?(i?+?1));
????????????gridControl1.DataSource?=?dt;
????????????//系統(tǒng)當(dāng)前皮膚
????????????barEditItem1.EditValue?=?this.defaultLookAndFeel1.LookAndFeel.SkinName;
????????}
????????///?
????????///?設(shè)置字體
????????///?
????????private?void?btn_font_ItemClick(object?sender?DevExpress.XtraBars.ItemClickEventArgs?e)
????????{
????????????FontDialog?fontDlg?=?new?FontDialog();
????????????fontDlg.Font?=?DevExpress.Utils.Appearanceobject.DefaultFont;//系統(tǒng)字體
????????????if?(fontDlg.ShowDialog()?==?DialogResult.OK)
????????????????DevExpress.Utils.Appearanceobject.DefaultFont?=?fontDlg.Font;//設(shè)置系統(tǒng)字體
????????}
????????///?
????????///?更換皮膚
????????///?
????????private?void?barEditItem1_EditValueChanged(object?sender?EventArgs?e)
????????{
????????????this.defaultLookAndFeel1.LookAndFeel.SkinName?=?barEditItem1.EditValue.ToString();
????????}
????????///?
????????///?伸縮框
????????///?
????????private?void?barButtonItem1_ItemClick(object?sender?DevExpress.XtraBars.ItemClickEventArgs?e)
????????{
????????????dockPanel1.Show();
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2015-07-07?14:38??demo008\demo008\App.config
?????文件?????171000??2014-08-22?19:46??demo008\demo008\bin\Debug\de\DevExpress.Data.v14.1.resources.dll
?????文件??????13304??2014-08-22?19:50??demo008\demo008\bin\Debug\de\DevExpress.Printing.v14.1.Core.resources.dll
?????文件??????25592??2014-08-22?19:50??demo008\demo008\bin\Debug\de\DevExpress.Utils.v14.1.resources.dll
?????文件??????36344??2014-08-22?19:50??demo008\demo008\bin\Debug\de\DevExpress.XtraBars.v14.1.resources.dll
?????文件??????62456??2014-08-22?19:50??demo008\demo008\bin\Debug\de\DevExpress.XtraEditors.v14.1.resources.dll
?????文件??????41464??2014-08-22?20:00??demo008\demo008\bin\Debug\de\DevExpress.XtraGrid.v14.1.resources.dll
?????文件??????16888??2014-08-22?20:00??demo008\demo008\bin\Debug\de\DevExpress.XtraLayout.v14.1.resources.dll
?????文件??????11768??2014-08-22?20:00??demo008\demo008\bin\Debug\de\DevExpress.XtraNavBar.v14.1.resources.dll
?????文件??????22008??2014-08-22?20:00??demo008\demo008\bin\Debug\de\DevExpress.XtraPrinting.v14.1.resources.dll
?????文件??????37376??2015-07-07?14:41??demo008\demo008\bin\Debug\demo008.exe
?????文件????????187??2015-07-07?14:38??demo008\demo008\bin\Debug\demo008.exe.config
?????文件??????26112??2015-07-07?14:41??demo008\demo008\bin\Debug\demo008.pdb
?????文件??????24224??2015-07-07?14:40??demo008\demo008\bin\Debug\demo008.vshost.exe
?????文件????????187??2015-07-07?14:38??demo008\demo008\bin\Debug\demo008.vshost.exe.config
?????文件????????490??2013-06-18?20:28??demo008\demo008\bin\Debug\demo008.vshost.exe.manifest
?????文件????8842744??2014-08-22?19:50??demo008\demo008\bin\Debug\DevExpress.BonusSkins.v14.1.dll
?????文件????3498488??2014-08-22?19:46??demo008\demo008\bin\Debug\DevExpress.Data.v14.1.dll
?????文件????1068937??2014-08-22?19:46??demo008\demo008\bin\Debug\DevExpress.Data.v14.1.xm
?????文件????2543608??2014-08-22?19:50??demo008\demo008\bin\Debug\DevExpress.Printing.v14.1.Core.dll
?????文件?????931123??2014-08-22?19:50??demo008\demo008\bin\Debug\DevExpress.Printing.v14.1.Core.xm
?????文件????5201400??2014-08-22?19:50??demo008\demo008\bin\Debug\DevExpress.Utils.v14.1.dll
?????文件?????590862??2014-08-22?19:50??demo008\demo008\bin\Debug\DevExpress.Utils.v14.1.xm
?????文件????4831224??2014-08-22?19:50??demo008\demo008\bin\Debug\DevExpress.XtraBars.v14.1.dll
?????文件????1972116??2014-08-22?19:50??demo008\demo008\bin\Debug\DevExpress.XtraBars.v14.1.xm
?????文件????3539448??2014-08-22?20:00??demo008\demo008\bin\Debug\DevExpress.XtraEditors.v14.1.dll
?????文件????1617225??2014-08-22?19:50??demo008\demo008\bin\Debug\DevExpress.XtraEditors.v14.1.xm
?????文件????2563064??2014-08-22?20:00??demo008\demo008\bin\Debug\DevExpress.XtraGrid.v14.1.dll
?????文件????1429490??2014-08-22?20:00??demo008\demo008\bin\Debug\DevExpress.XtraGrid.v14.1.xm
?????文件????1375224??2014-08-22?20:00??demo008\demo008\bin\Debug\DevExpress.XtraLayout.v14.1.dll
............此處省略72個(gè)文件信息
- 上一篇:匯編語(yǔ)言(王爽) 最好的匯編入門書籍
- 下一篇:圖像去除反光
評(píng)論
共有 條評(píng)論