C# Class IBE.EditOcrResults

Show file Open project: Duke-Jones/ED-IBE

Public Properties

Property Type Description
ReturnValue string

Public Methods

Method Description
EditOcrResults ( string dataToEdit ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

bEditOcrResultsOK_Click ( object sender, EventArgs e ) : void
cbOnlyImplausible_CheckedChanged ( object sender, EventArgs e ) : void
checkWarnLevels ( ) : void
cmdWarnLevels_Click ( object sender, EventArgs e ) : void
dgvData_CurrentCellChanged ( object sender, EventArgs e ) : void
setRowStyle ( DataGridViewRow DGVRow, bool implausible ) : void
tbEditOcrResultTextChanged ( object sender, EventArgs e ) : void

Method Details

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

EditOcrResults() public method

public EditOcrResults ( string dataToEdit ) : System
dataToEdit string
return System

Property Details

ReturnValue public property

public string ReturnValue
return string