C# Class MySlide.Form1

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: sensepost/Scully

Public Properties

Property Type Description
stsBar System.Windows.Forms.StatusBar
txtHost System.Windows.Forms.TextBox
txtPort System.Windows.Forms.TextBox
txtUser System.Windows.Forms.TextBox

Public Methods

Method Description
EndStartThreadMan ( IAsyncResult arResult ) : void
Form1 ( ) : System
StartThreadMan ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateConnectionString ( ) : bool
Form1_Load ( object sender, System e ) : void
GetConnection ( string connectionString ) : SqlConnection
InitializeComponent ( ) : void

Windows forms designer stuff

Main ( ) : void
UpdateUI ( ) : void
btnSend_Click ( object sender, System e ) : void
button2_Click ( object sender, System e ) : void
chkboxmssql_CheckedChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EndStartThreadMan() public method

public EndStartThreadMan ( IAsyncResult arResult ) : void
arResult IAsyncResult
return void

Form1() public method

public Form1 ( ) : System
return System

StartThreadMan() public method

public StartThreadMan ( ) : void
return void

Property Details

stsBar public_oe property

public StatusBar,System.Windows.Forms stsBar
return System.Windows.Forms.StatusBar

txtHost public_oe property

public TextBox,System.Windows.Forms txtHost
return System.Windows.Forms.TextBox

txtPort public_oe property

public TextBox,System.Windows.Forms txtPort
return System.Windows.Forms.TextBox

txtUser public_oe property

public TextBox,System.Windows.Forms txtUser
return System.Windows.Forms.TextBox