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

显示文件 Open project: sillsdev/FieldWorks

Protected Properties

Property Type Description
m_helpProvider HelpProvider
m_helpTopic string

Public Methods

Method 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

Protected Methods

Method 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

Method 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 method

public ConfigureHomographDlg ( ) : System
return System

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

EnableControls() public method

public EnableControls ( ) : void
return void

GetResults() public method

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

SetHelpTopic() public method

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
return void

SetupDialog() public method

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

m_btnHelp_Click() protected method

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

Property Details

m_helpProvider protected_oe property

protected HelpProvider m_helpProvider
return HelpProvider

m_helpTopic protected_oe property

protected string m_helpTopic
return string