C# Class Start.LoginForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: wcgh/Taobaoshua Class Usage Examples

Méthodes publiques

Свойство Type Description
delegateSetChecked DelegateSetChecked
isConn bool
txt_pwd System.Windows.Forms.TextBox
txt_userName System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
LoginForm ( ) : CommonLib
LoginForm ( ) : x86
ThreadDoLogin ( ) : void
setChecked ( CheckBox c, bool v ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

LoginForm_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
checkBox2_CheckedChanged ( object sender, EventArgs e ) : void
doLogin ( ) : void
linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
linkLabel3_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
textBox1_Leave ( object sender, EventArgs e ) : void
txt_pwd_KeyPress ( object sender, KeyPressEventArgs e ) : void
txt_userName_Enter ( object sender, EventArgs e ) : void
txt_userName_MouseClick ( object sender, MouseEventArgs e ) : void
txt_userName_MouseEnter ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
Résultat void

LoginForm() public méthode

public LoginForm ( ) : CommonLib
Résultat CommonLib

LoginForm() public méthode

public LoginForm ( ) : x86
Résultat x86

ThreadDoLogin() public méthode

public ThreadDoLogin ( ) : void
Résultat void

setChecked() public méthode

public setChecked ( CheckBox c, bool v ) : void
c System.Windows.Forms.CheckBox
v bool
Résultat void

Property Details

delegateSetChecked public_oe property

public DelegateSetChecked delegateSetChecked
Résultat DelegateSetChecked

isConn public_oe property

public bool isConn
Résultat bool

txt_pwd public_oe property

public System.Windows.Forms.TextBox txt_pwd
Résultat System.Windows.Forms.TextBox

txt_userName public_oe property

public System.Windows.Forms.TextBox txt_userName
Résultat System.Windows.Forms.TextBox