Méthode | Description | |
---|---|---|
CloseProject ( ) : void | ||
OnTestConfigurationChange ( ) : void | ||
ProcessCommand ( string command ) : void | ||
ReaderFrame ( ) : System | ||
RegisterATMLReader ( ATMLReader reader ) : void | ||
SetReaderDocumentContent ( FileInfo fileInfo, byte content ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnOpenReaderDocument ( ) : void | ||
OnParseDocument ( ) : void |
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ReaderInputDocumentTranslated ( TestConfiguration15 testConfiguration ) : void | ||
SetButtonStates ( ) : void | ||
_reader_BeginOpenDocument ( ) : void | ||
_reader_NavigatableInputDocument ( ) : void | ||
btnNavBack_Click ( object sender, EventArgs e ) : void | ||
btnNavForward_Click ( object sender, EventArgs e ) : void | ||
btnOpenInputDocument_Click ( object sender, EventArgs e ) : void | ||
btnParseInputDocument_Click ( object sender, EventArgs e ) : void | ||
inputDocumentPreviewPanel_WebDocumentLoaded ( WebBrowser webBrowser ) : void | ||
reader_OpenInputDocument ( FileInfo fileInfo, byte content ) : void | ||
reader_ParseableInputDocument ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public OnTestConfigurationChange ( ) : void | ||
Résultat | void |
public ProcessCommand ( string command ) : void | ||
command | string | |
Résultat | void |
public RegisterATMLReader ( ATMLReader reader ) : void | ||
reader | ATMLReader | |
Résultat | void |
public SetReaderDocumentContent ( FileInfo fileInfo, byte content ) : void | ||
fileInfo | FileInfo | |
content | byte | |
Résultat | void |