提交当前本机整理版本
This commit is contained in:
@@ -2173,4 +2173,33 @@ namespace Lskj.PubArtwork
|
||||
case ControlType.LabAutoCompleteTextParam:
|
||||
if (!this.SearchMainObj.isRevTextEdit)
|
||||
{
|
||||
|
||||
LabelAutoTextEdit autoTextEdit = control as LabelAutoTextEdit;
|
||||
autoTextEdit.TextEdit.HidePopup();
|
||||
}
|
||||
else
|
||||
{
|
||||
LabelAutoTextRevEdit autoTextEdit = control as LabelAutoTextRevEdit;
|
||||
autoTextEdit.TextEdit.HidePopup();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void TextEdit_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (sender is AutoGridLookUp)
|
||||
{
|
||||
AutoGridLookUp agl = sender as AutoGridLookUp;
|
||||
if (!agl.AutoShowPopup)
|
||||
{
|
||||
agl.AutoShowPopup = true;
|
||||
agl.Focus();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user