C# Class VietOCR.NET.GUIWithPostprocess

Inheritance: VietOCR.NET.GUIWithOCR
Mostrar archivo Open project: nguyenq/VietOCR3.NET

Protected Properties

Property Type Description
dangAmbigsOn bool
dangAmbigsPath string

Public Methods

Method Description
GUIWithPostprocess ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

LoadRegistryInfo ( RegistryKey regkey ) : void
SaveRegistryInfo ( RegistryKey regkey ) : void
postprocessToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

backgroundWorkerCorrect_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorkerCorrect_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs 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

GUIWithPostprocess() public method

public GUIWithPostprocess ( ) : System
return System

LoadRegistryInfo() protected method

protected LoadRegistryInfo ( RegistryKey regkey ) : void
regkey Microsoft.Win32.RegistryKey
return void

SaveRegistryInfo() protected method

protected SaveRegistryInfo ( RegistryKey regkey ) : void
regkey Microsoft.Win32.RegistryKey
return void

postprocessToolStripMenuItem_Click() protected method

protected postprocessToolStripMenuItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

dangAmbigsOn protected_oe property

protected bool dangAmbigsOn
return bool

dangAmbigsPath protected_oe property

protected string dangAmbigsPath
return string