C# Class bdusstool.main

Inheritance: System.Windows.Forms.Form
Mostra file Open project: kenvix/Baidu-BDUSS-Tool

Public Properties

Property Type Description
bduss System.Windows.Forms.TextBox

Public Methods

Method Description
main ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

checkKeyDown ( KeyEventArgs e ) : void
code_KeyDown ( object sender, KeyEventArgs e ) : void
codeimg_Click ( object sender, EventArgs e ) : void
error ( string msg, string title = "错误" ) : void
getCodeCompleted ( string x ) : void
getVerifyCode ( ) : void
hidePwd_CheckedChanged ( object sender, EventArgs e ) : void
loginBaiduFailed ( bool reget = false ) : void
pw_KeyDown ( object sender, KeyEventArgs e ) : void
submitInfo ( ) : void
submit_Click ( object sender, EventArgs e ) : void
tip_Click ( object sender, EventArgs e ) : void
toolStripStatusLabel2_Click ( object sender, EventArgs e ) : void
toolStripStatusLabel4_Click ( object sender, EventArgs e ) : void
user_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

Dispose() protected method

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

main() public method

public main ( ) : System
return System

Property Details

bduss public_oe property

public System.Windows.Forms.TextBox bduss
return System.Windows.Forms.TextBox