C# Class VietOCR.NET.GUIWithRegistry

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

Protected Properties

Property Type Description
strRegKey string

Public Methods

Method Description
GUIWithRegistry ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

LoadRegistryInfo ( RegistryKey regkey ) : void
OnClosed ( EventArgs ea ) : void
OnLoad ( EventArgs ea ) : void
OnMove ( EventArgs ea ) : void
OnResize ( EventArgs ea ) : void
SaveRegistryInfo ( RegistryKey regkey ) : 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

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

GUIWithRegistry() public method

public GUIWithRegistry ( ) : System
return System

LoadRegistryInfo() protected method

protected LoadRegistryInfo ( RegistryKey regkey ) : void
regkey Microsoft.Win32.RegistryKey
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

OnMove() protected method

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

OnResize() protected method

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

SaveRegistryInfo() protected method

protected SaveRegistryInfo ( RegistryKey regkey ) : void
regkey Microsoft.Win32.RegistryKey
return void

Property Details

strRegKey protected_oe property

protected string strRegKey
return string