Set the label for the Panel for the Search Buttons to Blank.

This commit is contained in:
Rich 2017-05-25 19:12:20 +00:00
parent 33612bee11
commit eb96b737f6

View File

@ -1159,7 +1159,7 @@ namespace Volian.Controls.Library
this.panSearchButtons.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panSearchButtons.Style.GradientAngle = 90;
this.panSearchButtons.TabIndex = 6;
this.panSearchButtons.Text = "panelEx1";
this.panSearchButtons.Text = "";
this.panSearchButtons.ThemeAware = true;
this.panSearchButtons.Resize += new System.EventHandler(this.panSearchButtons_Resize);
//