C# Class SIL.FieldWorks.Common.Controls.SimpleDateMatchDlg

Inheritance: System.Windows.Forms.Form, IFWDisposable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Свойство Type Description
UpdateCalendarOptions void
m_endPicker_ValueChanged void
m_helpButton_Click void
m_startPicker_ValueChanged void
m_typeCombo_SelectedIndexChanged void

Méthodes publiques

Méthode Description
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

SetDlgValues ( IMatcher matcher1 ) : void

Initialize the dialog, based on the old matcher, if any, and if recognized.

SimpleDateMatchDlg ( IHelpTopicProvider helpTopicProvider ) : System

Initializes a new instance of the T:SimpleDateMatchDlg class.

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Hide unwanted controls.

Private Methods

Méthode Description
UpdateCalendarOptions ( ) : void
m_endPicker_ValueChanged ( object sender, System e ) : void
m_helpButton_Click ( object sender, EventArgs e ) : void
m_startPicker_ValueChanged ( object sender, System e ) : void
m_typeCombo_SelectedIndexChanged ( object sender, System e ) : void

Method Details

CheckDisposed() public méthode

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
Résultat void

OnLoad() protected méthode

Hide unwanted controls.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetDlgValues() public méthode

Initialize the dialog, based on the old matcher, if any, and if recognized.
public SetDlgValues ( IMatcher matcher1 ) : void
matcher1 IMatcher The matcher1.
Résultat void

SimpleDateMatchDlg() public méthode

Initializes a new instance of the T:SimpleDateMatchDlg class.
public SimpleDateMatchDlg ( IHelpTopicProvider helpTopicProvider ) : System
helpTopicProvider IHelpTopicProvider The help topic provider.
Résultat System