C# Class HYPDM.Res.LoginForm

显示文件 Open project: huayancreate/HYPDM

Private Properties

Property Type Description
InitializeComponent void
btnCancel_Click void
btnOK_Click void
txtPassword_KeyDown void
txtPassword_TextChanged void

Public Methods

Method Description
LoginForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

OnClosed ( EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要使用代码编辑器修改 此方法的内容。

btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, System e ) : void
txtPassword_KeyDown ( object sender, System e ) : void
txtPassword_TextChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool
return void

LoginForm() public method

public LoginForm ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void