C# Class VietOCR.NET.GUIWithSettings

Inheritance: VietOCR.NET.GUIWithUILanguage
Afficher le fichier Open project: nguyenq/VietOCR3.NET

Protected Properties

Свойство Type Description
outputFolder string
outputFormat string
watchEnabled bool
watchFolder string

Méthodes publiques

Méthode Description
GUIWithSettings ( ) : System

Méthodes protégées

Méthode Description
ChangeUILanguage ( string locale ) : void

Changes localized text and messages

Dispose ( bool disposing ) : void

Clean up any resources being used.

LoadRegistryInfo ( RegistryKey regkey ) : void
SaveRegistryInfo ( RegistryKey regkey ) : void
downloadLangDataToolStripMenuItem_Click ( object sender, EventArgs e ) : void
optionsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
updateWatch ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

ChangeUILanguage() protected méthode

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

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GUIWithSettings() public méthode

public GUIWithSettings ( ) : System
Résultat System

LoadRegistryInfo() protected méthode

protected LoadRegistryInfo ( RegistryKey regkey ) : void
regkey Microsoft.Win32.RegistryKey
Résultat void

SaveRegistryInfo() protected méthode

protected SaveRegistryInfo ( RegistryKey regkey ) : void
regkey Microsoft.Win32.RegistryKey
Résultat void

downloadLangDataToolStripMenuItem_Click() protected méthode

protected downloadLangDataToolStripMenuItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

optionsToolStripMenuItem_Click() protected méthode

protected optionsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

updateWatch() protected méthode

protected updateWatch ( ) : void
Résultat void

Property Details

outputFolder protected_oe property

protected string outputFolder
Résultat string

outputFormat protected_oe property

protected string outputFormat
Résultat string

watchEnabled protected_oe property

protected bool watchEnabled
Résultat bool

watchFolder protected_oe property

protected string watchFolder
Résultat string