Method | Description | |
---|---|---|
EnterSymbolText ( |
||
SetAllowableForms ( bool allowPluralForms, bool showPluralForms, bool allowGenderForms, bool showGenderForms, bool allowCaseForms, bool showCaseForms, bool showGenderList, bool showCaseList, bool translateFillIn ) : void | ||
SetLanguage ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
EnterSymbolText_Shown ( object sender, |
||
ErrorMessage ( string message ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ReadGrid ( ) : void | ||
SanitizeFillIn ( string s ) : string | ||
UnsanitizeFillIn ( string s ) : string | ||
UpdateGrid ( ) : void | ||
checkBoxPluralOrGenderOrCase_CheckedChanged ( object sender, |
||
dataGridView_CellValidating ( object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public EnterSymbolText ( |
||
symbolDB | ||
return | System |
public SetAllowableForms ( bool allowPluralForms, bool showPluralForms, bool allowGenderForms, bool showGenderForms, bool allowCaseForms, bool showCaseForms, bool showGenderList, bool showCaseList, bool translateFillIn ) : void | ||
allowPluralForms | bool | |
showPluralForms | bool | |
allowGenderForms | bool | |
showGenderForms | bool | |
allowCaseForms | bool | |
showCaseForms | bool | |
showGenderList | bool | |
showCaseList | bool | |
translateFillIn | bool | |
return | void |
public SetLanguage ( |
||
symLanguage | ||
return | void |