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

This control handles all of the various text labels and other widgets used to set up an MSA of any of the classes.
상속: System.Windows.Forms.UserControl, IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
AdjustInternalControlsAndGrow ( ) : void
CheckDisposed ( ) : void

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

DisableAffixTypeMainPosAndSlot ( ) : void

Disable these two controls (for use when creating an entry for a particular slot)

Initialize ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, Control ctrlAssistant, Form parentForm ) : void

Initialize the control.

Initialize ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, Form parentForm, SandboxGenericMSA sandboxMSA ) : void

Initialize the control.

MSAGroupBox ( ) : System

Constructor.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
GetSlots ( ) : IEnumerable
HandleComboMSATypesChange ( object sender, EventArgs ea ) : void
HandleComboSlotChange ( object sender, EventArgs ea ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ResetSlotCombo ( ) : void

Reset the slot combo box.

TrySelectNode ( TreeCombo treeCombo, int hvoTarget ) : bool
m_mainPOSPopupTreeManager_AfterSelect ( object sender, System e ) : void
m_secPOSPopupTreeManager_AfterSelect ( object sender, System e ) : void

메소드 상세

AdjustInternalControlsAndGrow() 공개 메소드

public AdjustInternalControlsAndGrow ( ) : void
리턴 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

DisableAffixTypeMainPosAndSlot() 공개 메소드

Disable these two controls (for use when creating an entry for a particular slot)
public DisableAffixTypeMainPosAndSlot ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Initialize() 공개 메소드

Initialize the control.
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, Control ctrlAssistant, Form parentForm ) : void
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
ctrlAssistant System.Windows.Forms.Control
parentForm System.Windows.Forms.Form
리턴 void

Initialize() 공개 메소드

Initialize the control.
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, Form parentForm, SandboxGenericMSA sandboxMSA ) : void
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
parentForm System.Windows.Forms.Form
sandboxMSA SandboxGenericMSA
리턴 void

MSAGroupBox() 공개 메소드

Constructor.
public MSAGroupBox ( ) : System
리턴 System