+ UIBreadcrumb:增加面包屑导航

This commit is contained in:
Sunny 2021-04-10 23:00:15 +08:00
parent fd001063c9
commit 61718f0464
6 changed files with 24 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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);

View File

@ -1,4 +1,25 @@
using System;
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2021 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@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;