C# 클래스 KeePass.Forms.StatusProgressForm

상속: System.Windows.Forms.Form, IStatusLogger
파일 보기 프로젝트 열기: cappert/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ConstructEx() 공개 정적인 메소드

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
리턴 StatusProgressForm

ContinueWork() 공개 메소드

public ContinueWork ( ) : bool
리턴 bool

DestroyEx() 공개 정적인 메소드

public static DestroyEx ( StatusProgressForm dlg ) : void
dlg StatusProgressForm
리턴 void

EndLogging() 공개 메소드

public EndLogging ( ) : void
리턴 void

InitEx() 공개 메소드

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

SetProgress() 공개 메소드

public SetProgress ( uint uPercent ) : bool
uPercent uint
리턴 bool

SetText() 공개 메소드

public SetText ( string strNewText, LogStatusType lsType ) : bool
strNewText string
lsType LogStatusType
리턴 bool

StartLogging() 공개 메소드

public StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
strOperation string
bWriteOperationToLog bool
리턴 void

StatusProgressForm() 공개 메소드

public StatusProgressForm ( ) : System
리턴 System