C# Class ATML1671Reader.forms.ATMLReaderOutputWindow

Inheritance: ATMLCommonLibrary.forms.ATMLDocumentBaseForm, IATMLReaderConsumer
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode Description
ATMLReaderOutputWindow ( ) : System
RegisterATMLReader ( ATMLReader reader ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool
reader_ProjectOpened ( string testProgramSetName ) : void

Private Methods

Méthode Description
ATMLReaderOutputWindow_AtmlFileSaved ( object sender, string fileName, byte content, AtmlFileType atmlFileType ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadOutputText ( Document document ) : void
LoadOutputText ( FileInfo fileInfo, byte content ) : void
LoadOutputText ( TestConfiguration15 testConfiguration ) : void
btnValidate_Click ( object sender, EventArgs e ) : void
reader_BeginOpenDocument ( ) : void
reader_NavigableInputDocument ( ) : void
reader_OpenInputDocument ( FileInfo fileInfo, byte content ) : void
reader_ParseableInputDocument ( ) : void
reader_ProjectClosed ( ) : void

Method Details

ATMLReaderOutputWindow() public méthode

public ATMLReaderOutputWindow ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Résultat bool

RegisterATMLReader() public méthode

public RegisterATMLReader ( ATMLReader reader ) : void
reader ATML1671Reader.reader.ATMLReader
Résultat void

reader_ProjectOpened() protected méthode

protected reader_ProjectOpened ( string testProgramSetName ) : void
testProgramSetName string
Résultat void