C# Class Seal.Forms.ExecutionForm

Inheritance: System.Windows.Forms.Form, ExecutionLogInterface
Afficher le fichier Open project: ariacom/Seal-Report Class Usage Examples

Méthodes publiques

Свойство Type Description
CancelJob bool

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public EnableControls ( ) : void
Résultat void

ExecutionForm() public méthode

public ExecutionForm ( Thread thread ) : System
thread Thread
Résultat System

IsJobCancelled() public méthode

public IsJobCancelled ( ) : bool
Résultat bool

Log() public méthode

public Log ( string text ) : void
text string
Résultat void

LogNoCR() public méthode

public LogNoCR ( string text ) : void
text string
Résultat void

LogRaw() public méthode

public LogRaw ( string text ) : void
text string
Résultat void

Property Details

CancelJob public_oe property

public bool CancelJob
Résultat bool