C# 클래스 SIL.FieldWorks.LexText.Controls.ConfigureHomographDlg

파일 보기 프로젝트 열기: sillsdev/FieldWorks

보호된 프로퍼티들

프로퍼티 타입 설명
m_helpProvider HelpProvider
m_helpTopic string

공개 메소드들

메소드 설명
ConfigureHomographDlg ( ) : System
EnableControls ( ) : void
GetResults ( HomographConfiguration hc ) : void

Set the properties of the HC passed in to those indicated by the dialog.

SetHelpTopic ( string helpTopic ) : void

Sets the help topic ID for the window. This is used in both the Help button and when the user hits F1

SetupDialog ( HomographConfiguration hc, FdoCache cache, FwStyleSheet stylesheet, IApp app, IHelpTopicProvider helpTopicProvider ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

m_btnHelp_Click ( object sender, EventArgs e ) : void

Display help for this dialog.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
RunStyleDialog ( string styleName ) : void
SetHelpButtonEnabled ( ) : void
m_linkConfigHomographNumber_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
m_linkConfigSenseRefNumber_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
m_radioAfter_CheckedChanged ( object sender, System e ) : void
m_radioBefore_CheckedChanged ( object sender, System e ) : void
m_radioHide_CheckedChanged ( object sender, System e ) : void

메소드 상세

ConfigureHomographDlg() 공개 메소드

public ConfigureHomographDlg ( ) : System
리턴 System

Dispose() 보호된 메소드

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

EnableControls() 공개 메소드

public EnableControls ( ) : void
리턴 void

GetResults() 공개 메소드

Set the properties of the HC passed in to those indicated by the dialog.
public GetResults ( HomographConfiguration hc ) : void
hc HomographConfiguration
리턴 void

SetHelpTopic() 공개 메소드

Sets the help topic ID for the window. This is used in both the Help button and when the user hits F1
public SetHelpTopic ( string helpTopic ) : void
helpTopic string
리턴 void

SetupDialog() 공개 메소드

public SetupDialog ( HomographConfiguration hc, FdoCache cache, FwStyleSheet stylesheet, IApp app, IHelpTopicProvider helpTopicProvider ) : void
hc HomographConfiguration
cache FdoCache
stylesheet FwStyleSheet
app IApp
helpTopicProvider IHelpTopicProvider
리턴 void

m_btnHelp_Click() 보호된 메소드

Display help for this dialog.
protected m_btnHelp_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

m_helpProvider 보호되어 있는 프로퍼티

protected HelpProvider m_helpProvider
리턴 HelpProvider

m_helpTopic 보호되어 있는 프로퍼티

protected string m_helpTopic
리턴 string