C# Класс SIL.FieldWorks.LexText.Controls.MasterCategoryListDlg

Summary description for MasterCategoryListDlg.
Наследование: System.Windows.Forms.Form, IFWDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CheckDisposed ( ) : void

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

MasterCategoryListDlg ( ) : System
SetDlginfo ( ICmPossibilityList posList, XCore.Mediator mediator, bool launchedFromInsertMenu, IPartOfSpeech subItemOwner ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Overridden to defeat the standard .NET behavior of adjusting size by screen resolution. That is bad for this dialog because we remember the size, and if we remember the enlarged size, it just keeps growing. If we defeat it, it may look a bit small the first time at high resolution, but at least it will stay the size the user sets.

Приватные методы

Метод Описание
AddNode ( Set posSet, XmlNode node, TreeNodeCollection treeNodes, SIL.FieldWorks.FDO.FdoCache cache ) : void
AddNodes ( Set posSet, XmlNodeList nodeList, TreeNodeCollection treeNodes, SIL.FieldWorks.FDO.FdoCache cache ) : void
InitializeComponent ( ) : void
LoadMasterCategories ( Set posSet ) : void
MasterCategoryListDlg_Closing ( object sender, System e ) : void

If OK, then add relevant POSes to DB.

ResetOKBtnEnable ( ) : void
linkLabel1_LinkClicked ( object sender, System e ) : void
m_bnHelp_Click ( object sender, System e ) : void
m_tvMasterList_AfterCheck ( object sender, System e ) : void
m_tvMasterList_AfterCollapse ( object sender, System e ) : void
m_tvMasterList_AfterExpand ( object sender, System e ) : void
m_tvMasterList_AfterSelect ( object sender, System e ) : void
m_tvMasterList_BeforeCheck ( object sender, System e ) : void

Cancel, if it is already in the database.

m_tvMasterList_DoubleClick ( 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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

MasterCategoryListDlg() публичный Метод

public MasterCategoryListDlg ( ) : System
Результат System

OnLoad() защищенный Метод

Overridden to defeat the standard .NET behavior of adjusting size by screen resolution. That is bad for this dialog because we remember the size, and if we remember the enlarged size, it just keeps growing. If we defeat it, it may look a bit small the first time at high resolution, but at least it will stay the size the user sets.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

SetDlginfo() публичный Метод

public SetDlginfo ( ICmPossibilityList posList, XCore.Mediator mediator, bool launchedFromInsertMenu, IPartOfSpeech subItemOwner ) : void
posList ICmPossibilityList
mediator XCore.Mediator
launchedFromInsertMenu bool
subItemOwner IPartOfSpeech
Результат void