C# 클래스 SIL.FieldWorks.FwCoreDlgControls.ConfigSenseLayout

Group together all the controls used for specifying the layout specific to Senses.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
ConfigSenseLayout ( ) : System

Initializes a new instance of the ConfigSenseLayout class.

FillStylesCombo ( List styles ) : void

Initialize the list of styles in the styles combo boxes.

HideSenseNumberConfiguration ( ) : void

Hide the whole group of Sense Number Configuration controls (currently for Subsense nodes).

Initialize ( ) : void

Finish initializing those controls that need it.

ShowSenseNumberConfiguration ( ) : void

Show the whole group of Sense Number Configuration controls.

비공개 메소드들

메소드 설명
FillNumberFontComboList ( ) : void
FillNumberStyleComboList ( ) : void

Fill the combobox list which gives the possibilities for numbering a recursive sequence. The first argument of the combo item is the displayed string. The second element is the marker inserted into the string for displaying numbers as given. The marker must be interpreted by code in XmlVc.DisplayVec(IVwEnv vwenv, int hvo, int flid, int frag) (XMLViews/XmlVc.cs).

From96dpiY ( int input ) : int

Convert a distance that is right at 96 dpi to the current screen dpi

GetStyleName ( ComboBox combo ) : string
SetStyleName ( ComboBox combo, string value ) : void
m_btnMoreStyles_Click ( object sender, EventArgs e ) : void
m_cbNumberStyle_SelectedIndexChanged ( object sender, EventArgs e ) : void
m_chkSenseParagraphStyle_CheckedChanged ( object sender, EventArgs e ) : void
m_tb_TextChanged ( object sender, EventArgs e ) : void

Certain characters are not allowed in XML, even escaped, including 0x0 through 0x1F. Prevent these characters from being entered. (actually, tabs and linebreaks are in that range and legal, but they cause other problems, so we remove them, too)

메소드 상세

ConfigSenseLayout() 공개 메소드

Initializes a new instance of the ConfigSenseLayout class.
public ConfigSenseLayout ( ) : System
리턴 System

FillStylesCombo() 공개 메소드

Initialize the list of styles in the styles combo boxes.
public FillStylesCombo ( List styles ) : void
styles List
리턴 void

HideSenseNumberConfiguration() 공개 메소드

Hide the whole group of Sense Number Configuration controls (currently for Subsense nodes).
public HideSenseNumberConfiguration ( ) : void
리턴 void

Initialize() 공개 메소드

Finish initializing those controls that need it.
public Initialize ( ) : void
리턴 void

ShowSenseNumberConfiguration() 공개 메소드

Show the whole group of Sense Number Configuration controls.
public ShowSenseNumberConfiguration ( ) : void
리턴 void