C# Class VietOCR.NET.BulkDialog

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

Public Methods

Method Description
BulkDialog ( ) : System
ChangeUILanguage ( string locale ) : void

Changes localized text and messages

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

btnInput_Click ( object sender, EventArgs e ) : void
btnOutput_Click ( object sender, EventArgs e ) : void
comboBoxOutputFormat_MouseHover ( object sender, EventArgs e ) : void

Method Details

BulkDialog() public method

public BulkDialog ( ) : System
return System

ChangeUILanguage() public method

Changes localized text and messages
public 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

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