C# 클래스 SIL.FieldWorks.Common.Controls.SimpleDateMatchDlg

상속: System.Windows.Forms.Form, IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
UpdateCalendarOptions void
m_endPicker_ValueChanged void
m_helpButton_Click void
m_startPicker_ValueChanged void
m_typeCombo_SelectedIndexChanged void

공개 메소드들

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

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Hide unwanted controls.

비공개 메소드들

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

메소드 상세

CheckDisposed() 공개 메소드

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

OnLoad() 보호된 메소드

Hide unwanted controls.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetDlgValues() 공개 메소드

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

SimpleDateMatchDlg() 공개 메소드

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