C# Class ToolSet.SplashScreen

Summary description for SplashScreen.
Inheritance: System.Windows.Forms.Form
显示文件 Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Methods

Method Description
CloseForm ( ) : void
SetReferencePoint ( ) : void
SetStatus ( string newStatus ) : void
SetStatus ( string newStatus, bool setReference ) : void
ShowSplashScreen ( ) : void
SplashScreen ( ) : System

Constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ElapsedMilliSeconds ( ) : double
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReadIncrements ( ) : void
SetReferenceInternal ( ) : void
ShowForm ( ) : void
SplashScreen_DoubleClick ( object sender, System e ) : void
StoreIncrements ( ) : void
pnlStatus_Paint ( object sender, System e ) : void
timer1_Tick ( object sender, System e ) : void

Method Details

CloseForm() public static method

public static CloseForm ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

SetReferencePoint() public static method

public static SetReferencePoint ( ) : void
return void

SetStatus() public static method

public static SetStatus ( string newStatus ) : void
newStatus string
return void

SetStatus() public static method

public static SetStatus ( string newStatus, bool setReference ) : void
newStatus string
setReference bool
return void

ShowSplashScreen() public static method

public static ShowSplashScreen ( ) : void
return void

SplashScreen() public method

Constructor
public SplashScreen ( ) : System
return System