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

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

Méthodes publiques

Méthode Description
CheckDisposed ( ) : void
InsertRecordDlg ( ) : System
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ICmObject owner ) : void
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ICmObject owner, ITsString tssTitle ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnClosing ( System e ) : void

Private Methods

Méthode Description
AdjustControlAndDialogHeight ( Control control, int preferredHeight ) : void
InitializeComponent ( ) : void

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

m_btnHelp_Click ( object sender, EventArgs e ) : void

Method Details

CheckDisposed() public méthode

public CheckDisposed ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InsertRecordDlg() public méthode

public InsertRecordDlg ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( System e ) : void
e System
Résultat void

SetDlgInfo() public méthode

public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ICmObject owner ) : void
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
owner ICmObject
Résultat void

SetDlgInfo() public méthode

public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ICmObject owner, ITsString tssTitle ) : void
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
owner ICmObject
tssTitle ITsString
Résultat void