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

Inheritance: System.Windows.Forms.Form, IFWDisposable
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnClosing ( System e ) : void

Private Methods

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

public CheckDisposed ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

InsertRecordDlg() public method

public InsertRecordDlg ( ) : System
return System

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void

SetDlgInfo() public method

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

SetDlgInfo() public method

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