메소드 | 설명 | |
---|---|---|
ConstructEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, |
||
ContinueWork ( ) : bool | ||
DestroyEx ( |
||
EndLogging ( ) : void | ||
InitEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, |
||
SetProgress ( uint uPercent ) : bool | ||
SetText ( string strNewText, LogStatusType lsType ) : bool | ||
StartLogging ( string strOperation, bool bWriteOperationToLog ) : void | ||
StatusProgressForm ( ) : System |
메소드 | 설명 | |
---|---|---|
DoCancel ( ) : void | ||
OnBtnCancel ( object sender, |
||
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void | ||
OnFormClosing ( object sender, |
||
OnFormLoad ( object sender, |
||
SetProgressGlobal ( string strText, int nPercent ) : bool | ||
SetProgressInternal ( string strText, int nPercent ) : void |
public static ConstructEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, |
||
strTitle | string | |
bCanCancel | bool | |
bMarqueeProgress | bool | |
fOwner | ||
strInitialOp | string | |
리턴 |
public static DestroyEx ( |
||
dlg | ||
리턴 | void |
public InitEx ( string strTitle, bool bCanCancel, bool bMarqueeProgress, |
||
strTitle | string | |
bCanCancel | bool | |
bMarqueeProgress | bool | |
fOwner | ||
리턴 | void |
public SetText ( string strNewText, LogStatusType lsType ) : bool | ||
strNewText | string | |
lsType | LogStatusType | |
리턴 | bool |
public StartLogging ( string strOperation, bool bWriteOperationToLog ) : void | ||
strOperation | string | |
bWriteOperationToLog | bool | |
리턴 | void |