C# Class KeePass.Forms.StatusProgressForm

Inheritance: System.Windows.Forms.Form, IStatusLogger
ファイルを表示 Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method Description
ConstructEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, Form fOwner, string strInitialOp ) : StatusProgressForm
ContinueWork ( ) : bool
DestroyEx ( StatusProgressForm dlg ) : void
EndLogging ( ) : void
InitEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, Form fOwner ) : void
SetProgress ( uint uPercent ) : bool
SetText ( string strNewText, LogStatusType lsType ) : bool
StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
StatusProgressForm ( ) : System

Private Methods

Method Description
DoCancel ( ) : void
OnBtnCancel ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormClosing ( object sender, FormClosingEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
SetProgressGlobal ( string strText, int nPercent ) : bool
SetProgressInternal ( string strText, int nPercent ) : void

Method Details

ConstructEx() public static method

public static ConstructEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, Form fOwner, string strInitialOp ) : StatusProgressForm
strTitle string
bCanCancel bool
bMarqueeProgress bool
fOwner System.Windows.Forms.Form
strInitialOp string
return StatusProgressForm

ContinueWork() public method

public ContinueWork ( ) : bool
return bool

DestroyEx() public static method

public static DestroyEx ( StatusProgressForm dlg ) : void
dlg StatusProgressForm
return void

EndLogging() public method

public EndLogging ( ) : void
return void

InitEx() public method

public InitEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, Form fOwner ) : void
strTitle string
bCanCancel bool
bMarqueeProgress bool
fOwner System.Windows.Forms.Form
return void

SetProgress() public method

public SetProgress ( uint uPercent ) : bool
uPercent uint
return bool

SetText() public method

public SetText ( string strNewText, LogStatusType lsType ) : bool
strNewText string
lsType LogStatusType
return bool

StartLogging() public method

public StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
strOperation string
bWriteOperationToLog bool
return void

StatusProgressForm() public method

public StatusProgressForm ( ) : System
return System