C# 클래스 VietOCR.NET.GUIWithSettings

상속: VietOCR.NET.GUIWithUILanguage
파일 보기 프로젝트 열기: nguyenq/VietOCR3.NET

보호된 프로퍼티들

프로퍼티 타입 설명
outputFolder string
outputFormat string
watchEnabled bool
watchFolder string

공개 메소드들

메소드 설명
GUIWithSettings ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

ChangeUILanguage() 보호된 메소드

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

Dispose() 보호된 메소드

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

GUIWithSettings() 공개 메소드

public GUIWithSettings ( ) : System
리턴 System

LoadRegistryInfo() 보호된 메소드

protected LoadRegistryInfo ( RegistryKey regkey ) : void
regkey Microsoft.Win32.RegistryKey
리턴 void

SaveRegistryInfo() 보호된 메소드

protected SaveRegistryInfo ( RegistryKey regkey ) : void
regkey Microsoft.Win32.RegistryKey
리턴 void

downloadLangDataToolStripMenuItem_Click() 보호된 메소드

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

optionsToolStripMenuItem_Click() 보호된 메소드

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

updateWatch() 보호된 메소드

protected updateWatch ( ) : void
리턴 void

프로퍼티 상세

outputFolder 보호되어 있는 프로퍼티

protected string outputFolder
리턴 string

outputFormat 보호되어 있는 프로퍼티

protected string outputFormat
리턴 string

watchEnabled 보호되어 있는 프로퍼티

protected bool watchEnabled
리턴 bool

watchFolder 보호되어 있는 프로퍼티

protected string watchFolder
리턴 string