C# Class Seal.Forms.ExecutionForm

Inheritance: System.Windows.Forms.Form, ExecutionLogInterface
显示文件 Open project: ariacom/Seal-Report Class Usage Examples

Public Properties

Property Type Description
CancelJob bool

Public Methods

Method Description
EnableControls ( ) : void
ExecutionForm ( Thread thread ) : System
IsJobCancelled ( ) : bool
Log ( string text ) : void
LogNoCR ( string text ) : void
LogRaw ( string text ) : void

Private Methods

Method Description
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

Method Details

EnableControls() public method

public EnableControls ( ) : void
return void

ExecutionForm() public method

public ExecutionForm ( Thread thread ) : System
thread Thread
return System

IsJobCancelled() public method

public IsJobCancelled ( ) : bool
return bool

Log() public method

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

LogNoCR() public method

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

LogRaw() public method

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

Property Details

CancelJob public_oe property

public bool CancelJob
return bool