C# Class VietOCR.NET.GUIWithSettings

Inheritance: VietOCR.NET.GUIWithUILanguage
Show file Open project: nguyenq/VietOCR3.NET

Protected Properties

Property Type Description
outputFolder string
outputFormat string
watchEnabled bool
watchFolder string

Public Methods

Method Description
GUIWithSettings ( ) : System

Protected Methods

Method 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

Method Description
InitializeComponent ( ) : void

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

Method Details

ChangeUILanguage() protected method

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

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

GUIWithSettings() public method

public GUIWithSettings ( ) : 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

downloadLangDataToolStripMenuItem_Click() protected method

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

optionsToolStripMenuItem_Click() protected method

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

updateWatch() protected method

protected updateWatch ( ) : void
return void

Property Details

outputFolder protected property

protected string outputFolder
return string

outputFormat protected property

protected string outputFormat
return string

watchEnabled protected property

protected bool watchEnabled
return bool

watchFolder protected property

protected string watchFolder
return string