SVN r279
SVN-Revision: r279
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user