C# 클래스 Seal.Forms.ExecutionForm

상속: System.Windows.Forms.Form, ExecutionLogInterface
파일 보기 프로젝트 열기: ariacom/Seal-Report 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CancelJob bool

공개 메소드들

메소드 설명
EnableControls ( ) : void
ExecutionForm ( Thread thread ) : System
IsJobCancelled ( ) : bool
Log ( string text ) : void
LogNoCR ( string text ) : void
LogRaw ( string text ) : void

비공개 메소드들

메소드 설명
ExecutionForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ExecutionForm_Load ( object sender, EventArgs e ) : void
LogFromForm ( string text ) : void
TextBox_KeyDown ( object sender, KeyEventArgs e ) : void
cancelJob ( ) : void
cancelToolStripButton_Click ( object sender, EventArgs e ) : void
closeToolStripButton_Click ( object sender, EventArgs e ) : void
mainTimer_Tick ( object sender, EventArgs e ) : void
notepadToolStripButton_Click ( object sender, EventArgs e ) : void
pauseToolStripButton_Click ( object sender, EventArgs e ) : void

메소드 상세

EnableControls() 공개 메소드

public EnableControls ( ) : void
리턴 void

ExecutionForm() 공개 메소드

public ExecutionForm ( Thread thread ) : System
thread Thread
리턴 System

IsJobCancelled() 공개 메소드

public IsJobCancelled ( ) : bool
리턴 bool

Log() 공개 메소드

public Log ( string text ) : void
text string
리턴 void

LogNoCR() 공개 메소드

public LogNoCR ( string text ) : void
text string
리턴 void

LogRaw() 공개 메소드

public LogRaw ( string text ) : void
text string
리턴 void

프로퍼티 상세

CancelJob 공개적으로 프로퍼티

public bool CancelJob
리턴 bool