C# 클래스 MySlide.MySlideForm

상속: SlideDialog.SlideDialog
파일 보기 프로젝트 열기: sensepost/Scully 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
chkboxDebug DotNetSkin.SkinControls.SkinCheckBox
stsBrute System.Windows.Forms.StatusBar
txtPortBrute System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
EndStartThreadMan ( IAsyncResult arResult ) : void
MySlideForm ( Form poOwner, float pfStep ) : System
StartThreadMan ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
CreateConnectionString1 ( ) : bool
GetConnection ( string connectionString ) : SqlConnection
GetMySqlConnection ( string myconnectionString ) : MySqlConnection
InitializeComponent ( ) : void
UpdateUI ( ) : void
btnPasswordlist_Click ( object sender, System e ) : void
btnStartBrute_Click_1 ( object sender, System e ) : void
chkboxmssql_CheckedChanged ( object sender, System e ) : void
skinButtonRed1_Click ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EndStartThreadMan() 공개 메소드

public EndStartThreadMan ( IAsyncResult arResult ) : void
arResult IAsyncResult
리턴 void

MySlideForm() 공개 메소드

public MySlideForm ( Form poOwner, float pfStep ) : System
poOwner System.Windows.Forms.Form
pfStep float
리턴 System

StartThreadMan() 공개 메소드

public StartThreadMan ( ) : void
리턴 void

프로퍼티 상세

chkboxDebug 공개적으로 프로퍼티

public DotNetSkin.SkinControls.SkinCheckBox chkboxDebug
리턴 DotNetSkin.SkinControls.SkinCheckBox

stsBrute 공개적으로 프로퍼티

public StatusBar,System.Windows.Forms stsBrute
리턴 System.Windows.Forms.StatusBar

txtPortBrute 공개적으로 프로퍼티

public TextBox,System.Windows.Forms txtPortBrute
리턴 System.Windows.Forms.TextBox