C# Class ATML1671Reader.forms.ATMLReaderOutputWindow

Inheritance: ATMLCommonLibrary.forms.ATMLDocumentBaseForm, IATMLReaderConsumer
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method Description
ATMLReaderOutputWindow ( ) : System
RegisterATMLReader ( ATMLReader reader ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

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

public ATMLReaderOutputWindow ( ) : System
return System

Dispose() protected method

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

ProcessCmdKey() protected method

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

RegisterATMLReader() public method

public RegisterATMLReader ( ATMLReader reader ) : void
reader ATML1671Reader.reader.ATMLReader
return void

reader_ProjectOpened() protected method

protected reader_ProjectOpened ( string testProgramSetName ) : void
testProgramSetName string
return void