C# Class HYPDM.Res.LoginForm

Afficher le fichier Open project: huayancreate/HYPDM

Private Properties

Свойство Type Description
InitializeComponent void
btnCancel_Click void
btnOK_Click void
txtPassword_KeyDown void
txtPassword_TextChanged void

Méthodes publiques

Méthode Description
LoginForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

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

Private Methods

Méthode 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 méthode

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

LoginForm() public méthode

public LoginForm ( ) : System
Résultat System

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void