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