SVN-Revision: r279
This commit is contained in:
tdx
2025-02-21 06:52:01 +00:00
parent ba85d23227
commit b46e9f1c0d
8 changed files with 27 additions and 513 deletions
@@ -327,9 +327,9 @@ namespace Lskj.Control
public AutoTreeLookUp()
{
InitializeComponent();
InitializePopup();
InitializeEvent();
this.Disposed += OnDisposed;
}
/// <summary>
@@ -343,7 +343,6 @@ namespace Lskj.Control
/// </summary>
private void InitializeEvent()
{
this.Disposed += new EventHandler(OnAutoTreeLookUp_Disposed);
this.MouseDown += new MouseEventHandler(OnAutoGridLookUpGotFocus);
this.LostFocus += new EventHandler(OnAutoGridLookUpLostFocus);
this.KeyUp += new KeyEventHandler(OnAutoGridLookUpKeyUp);
@@ -751,8 +750,4 @@ namespace Lskj.Control
/// <para>修改备注:</para>
/// <para>版本:1.0</para>
/// </summary>
/// <param name="sender">The source of the event.</param>
/// <param name="e">The <see cref="KeyEvnentArgs"/> instance containing the event data.</param>
protected void OnAutoGridLookUpKeyUp(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Ent
/// <param name="sender">The so