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
@@ -1,36 +0,0 @@
namespace Lskj.Control
{
partial class AutoTreeLookUp
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
}
#endregion
}
}
@@ -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