C# Class VietOCR.NET.OptionsDialog

Inheritance: System.Windows.Forms.Form
Mostra file Open project: nguyenq/VietOCR3.NET Class Usage Examples

Public Methods

Method Description
ChangeUILanguage ( string locale ) : void

Changes localized text and messages

OptionsDialog ( ) : System

Protected Methods

Method Description
OnClosed ( EventArgs ea ) : void
OnLoad ( EventArgs ea ) : void

Private Methods

Method Description
btnDangAmbigs_Click ( object sender, EventArgs e ) : void
btnOutput_Click ( object sender, EventArgs e ) : void
btnWatch_Click ( object sender, EventArgs e ) : void
comboBoxOutputFormat_MouseHover ( object sender, EventArgs e ) : void

Method Details

ChangeUILanguage() public method

Changes localized text and messages
public ChangeUILanguage ( string locale ) : void
locale string
return void

OnClosed() protected method

protected OnClosed ( EventArgs ea ) : void
ea System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs ea ) : void
ea System.EventArgs
return void

OptionsDialog() public method

public OptionsDialog ( ) : System
return System