* UIDropControl: 下拉框控件增加Tips小红点
* UITextBox: 增加Tips小红点
This commit is contained in:
parent
30b5c92b93
commit
7242a192c1
@ -15,6 +15,7 @@
|
|||||||
{
|
{
|
||||||
if (disposing && (components != null))
|
if (disposing && (components != null))
|
||||||
{
|
{
|
||||||
|
CloseTips();
|
||||||
components.Dispose();
|
components.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1
SunnyUI/Controls/UITextBox.Designer.cs
generated
1
SunnyUI/Controls/UITextBox.Designer.cs
generated
@ -15,6 +15,7 @@
|
|||||||
{
|
{
|
||||||
if (disposing && (components != null))
|
if (disposing && (components != null))
|
||||||
{
|
{
|
||||||
|
CloseTips();
|
||||||
components.Dispose();
|
components.Dispose();
|
||||||
}
|
}
|
||||||
base.Dispose(disposing);
|
base.Dispose(disposing);
|
||||||
|
@ -646,6 +646,11 @@ namespace Sunny.UI
|
|||||||
{
|
{
|
||||||
base.OnSizeChanged(e);
|
base.OnSizeChanged(e);
|
||||||
SizeChange();
|
SizeChange();
|
||||||
|
|
||||||
|
if (tipsBtn != null)
|
||||||
|
{
|
||||||
|
tipsBtn.Location = new System.Drawing.Point(Width - 11, 2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnPaddingChanged(EventArgs e)
|
protected override void OnPaddingChanged(EventArgs e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user