C# Class VietOCR.NET.GUIWithRegistry

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

Protected Properties

Свойство Type Description
strRegKey string

Méthodes publiques

Méthode Description
GUIWithRegistry ( ) : System

Méthodes protégées

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

Méthode Description
InitializeComponent ( ) : void

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

Method Details

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

GUIWithRegistry() public méthode

public GUIWithRegistry ( ) : System
Résultat System

LoadRegistryInfo() protected méthode

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

OnMove() protected méthode

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

OnResize() protected méthode

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

SaveRegistryInfo() protected méthode

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

Property Details

strRegKey protected_oe property

protected string strRegKey
Résultat string