C# 클래스 Start.LoginForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: wcgh/Taobaoshua 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
delegateSetChecked DelegateSetChecked
isConn bool
txt_pwd System.Windows.Forms.TextBox
txt_userName System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
LoginForm ( ) : CommonLib
LoginForm ( ) : x86
ThreadDoLogin ( ) : void
setChecked ( CheckBox c, bool v ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

LoginForm() 공개 메소드

public LoginForm ( ) : CommonLib
리턴 CommonLib

LoginForm() 공개 메소드

public LoginForm ( ) : x86
리턴 x86

ThreadDoLogin() 공개 메소드

public ThreadDoLogin ( ) : void
리턴 void

setChecked() 공개 메소드

public setChecked ( CheckBox c, bool v ) : void
c System.Windows.Forms.CheckBox
v bool
리턴 void

프로퍼티 상세

delegateSetChecked 공개적으로 프로퍼티

public DelegateSetChecked delegateSetChecked
리턴 DelegateSetChecked

isConn 공개적으로 프로퍼티

public bool isConn
리턴 bool

txt_pwd 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txt_pwd
리턴 System.Windows.Forms.TextBox

txt_userName 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txt_userName
리턴 System.Windows.Forms.TextBox