*
This commit is contained in:
parent
bd808e56c9
commit
dd0c5455b2
BIN
Bin/SunnyUI.dll
BIN
Bin/SunnyUI.dll
Binary file not shown.
BIN
Bin/SunnyUI.pdb
BIN
Bin/SunnyUI.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
SunnyUI.Demo/Controls/FButton.Designer.cs
generated
2
SunnyUI.Demo/Controls/FButton.Designer.cs
generated
@ -612,9 +612,11 @@
|
||||
this.uiSymbolButton7.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89)))));
|
||||
this.uiSymbolButton7.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89)))));
|
||||
this.uiSymbolButton7.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||||
this.uiSymbolButton7.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
this.uiSymbolButton7.IsCircle = true;
|
||||
this.uiSymbolButton7.Location = new System.Drawing.Point(235, 280);
|
||||
this.uiSymbolButton7.Name = "uiSymbolButton7";
|
||||
this.uiSymbolButton7.Padding = new System.Windows.Forms.Padding(7, 7, 4, 4);
|
||||
this.uiSymbolButton7.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
||||
this.uiSymbolButton7.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(127)))), ((int)(((byte)(128)))));
|
||||
this.uiSymbolButton7.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89)))));
|
||||
|
@ -285,7 +285,7 @@ namespace Sunny.UI
|
||||
if (pageIndex < 0) return;
|
||||
foreach (var item in PageItems)
|
||||
{
|
||||
if (item.Value.PageIndex == pageIndex && item.Key!=null)
|
||||
if (item.Value.PageIndex == pageIndex && item.Key != null)
|
||||
{
|
||||
if (tabControl.TabPages.Contains(item.Key))
|
||||
tabControl.SelectTab(item.Key);
|
||||
|
Loading…
x
Reference in New Issue
Block a user