* UITextBox: 修改了描述错别字
This commit is contained in:
parent
cc8dc64b0a
commit
8211491bb9
@ -666,7 +666,7 @@ namespace Sunny.UI
|
|||||||
{
|
{
|
||||||
base.OnLeave(e);
|
base.OnLeave(e);
|
||||||
|
|
||||||
//如果为整形,为空时自动为0
|
//如果为整型,为空时自动为0
|
||||||
if (_uiEditType == UITextBox.UIEditType.Integer)
|
if (_uiEditType == UITextBox.UIEditType.Integer)
|
||||||
{
|
{
|
||||||
if (Text == "" && CanEmpty) return;
|
if (Text == "" && CanEmpty) return;
|
||||||
|
@ -738,7 +738,7 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
|
|
||||||
[DefaultValue(0)]
|
[DefaultValue(0)]
|
||||||
[Description("整形返回值"), Category("SunnyUI")]
|
[Description("整型返回值"), Category("SunnyUI")]
|
||||||
public int IntValue
|
public int IntValue
|
||||||
{
|
{
|
||||||
get => edit.IntValue;
|
get => edit.IntValue;
|
||||||
@ -763,7 +763,7 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
|
|
||||||
[DefaultValue(false)]
|
[DefaultValue(false)]
|
||||||
[Description("整形或浮点输入时,是否可空显示"), Category("SunnyUI")]
|
[Description("整型或浮点输入时,是否可空显示"), Category("SunnyUI")]
|
||||||
public bool CanEmpty
|
public bool CanEmpty
|
||||||
{
|
{
|
||||||
get => edit.CanEmpty;
|
get => edit.CanEmpty;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user