C# Class VietOCR.NET.OptionsDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nguyenq/VietOCR3.NET Class Usage Examples

Méthodes publiques

Méthode Description
ChangeUILanguage ( string locale ) : void

Changes localized text and messages

OptionsDialog ( ) : System

Méthodes protégées

Méthode Description
OnClosed ( EventArgs ea ) : void
OnLoad ( EventArgs ea ) : void

Private Methods

Méthode 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 méthode

Changes localized text and messages
public ChangeUILanguage ( string locale ) : void
locale string
Résultat void

OnClosed() protected méthode

protected OnClosed ( EventArgs ea ) : void
ea System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs ea ) : void
ea System.EventArgs
Résultat void

OptionsDialog() public méthode

public OptionsDialog ( ) : System
Résultat System