C# Class Rsdn.Janus.SplashForm

Exibir arquivo Open project: rsdn/janus

Public Methods

Method Description
AddItem ( string itemText, Image itemIcon ) : void
Complete ( ) : void
CreateVisualizer ( bool allowCancel ) : IProgressVisualizer
ReportProgress ( int total, int count ) : void
SetProgressText ( string text ) : void
SetText ( string text ) : void
SplashForm ( IServiceProvider serviceProvider ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes of the resources (other than memory) used by the .

OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
DrawExtension ( ExtensionData data, Graphics graphics, Rectangle rectangle ) : void
InitializeComponent ( ) : void

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

ModulesBoxPaint ( object sender, PaintEventArgs e ) : void

Method Details

AddItem() public method

public AddItem ( string itemText, Image itemIcon ) : void
itemText string
itemIcon Image
return void

Complete() public method

public Complete ( ) : void
return void

CreateVisualizer() public method

public CreateVisualizer ( bool allowCancel ) : IProgressVisualizer
allowCancel bool
return IProgressVisualizer

Dispose() protected method

Disposes of the resources (other than memory) used by the .
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

ReportProgress() public method

public ReportProgress ( int total, int count ) : void
total int
count int
return void

SetProgressText() public method

public SetProgressText ( string text ) : void
text string
return void

SetText() public method

public SetText ( string text ) : void
text string
return void

SplashForm() public method

public SplashForm ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
return System