+ UIBreadcrumb:增加面包屑导航
This commit is contained in:
parent
fd001063c9
commit
61718f0464
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
SunnyUI.Demo/Controls/FProcess.designer.cs
generated
4
SunnyUI.Demo/Controls/FProcess.designer.cs
generated
@ -69,7 +69,7 @@ namespace Sunny.UI.Demo
|
||||
// uiBreadcrumb1
|
||||
//
|
||||
this.uiBreadcrumb1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||||
this.uiBreadcrumb1.ItemIndex = 2;
|
||||
this.uiBreadcrumb1.ItemIndex = 0;
|
||||
this.uiBreadcrumb1.Items.AddRange(new object[] {
|
||||
"步骤一",
|
||||
"步骤二",
|
||||
@ -243,7 +243,7 @@ namespace Sunny.UI.Demo
|
||||
this.ClientSize = new System.Drawing.Size(1022, 560);
|
||||
this.Name = "FProcess";
|
||||
this.Symbol = 62034;
|
||||
this.Text = "Progress";
|
||||
this.Text = "Process";
|
||||
this.PagePanel.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
|
@ -1,4 +1,25 @@
|
||||
using System;
|
||||
/******************************************************************************
|
||||
* SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。
|
||||
* CopyRight (C) 2012-2021 ShenYongHua(沈永华).
|
||||
* QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com
|
||||
*
|
||||
* Blog: https://www.cnblogs.com/yhuse
|
||||
* Gitee: https://gitee.com/yhuse/SunnyUI
|
||||
* GitHub: https://github.com/yhuse/SunnyUI
|
||||
*
|
||||
* SunnyUI.dll can be used for free under the GPL-3.0 license.
|
||||
* If you use this code, please keep this note.
|
||||
* 如果您使用此代码,请保留此说明。
|
||||
******************************************************************************
|
||||
* 文件名称: UIBreadcrumb.cs
|
||||
* 文件说明: 面包屑导航条
|
||||
* 当前版本: V3.0
|
||||
* 创建日期: 2021-04-10
|
||||
*
|
||||
* 2021-04-10: V3.0.2 增加文件说明
|
||||
******************************************************************************/
|
||||
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
|
Loading…
x
Reference in New Issue
Block a user