C# Class SIL.FieldWorks.LexText.Controls.ConfigureHomographDlg

Afficher le fichier Open project: sillsdev/FieldWorks

Protected Properties

Свойство Type Description
m_helpProvider HelpProvider
m_helpTopic string

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

m_btnHelp_Click ( object sender, EventArgs e ) : void

Display help for this dialog.

Private Methods

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

Method Details

ConfigureHomographDlg() public méthode

public ConfigureHomographDlg ( ) : System
Résultat System

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

EnableControls() public méthode

public EnableControls ( ) : void
Résultat void

GetResults() public méthode

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

SetHelpTopic() public méthode

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
Résultat void

SetupDialog() public méthode

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

m_btnHelp_Click() protected méthode

Display help for this dialog.
protected m_btnHelp_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

m_helpProvider protected_oe property

protected HelpProvider m_helpProvider
Résultat HelpProvider

m_helpTopic protected_oe property

protected string m_helpTopic
Résultat string