Method | Description | |
---|---|---|
ConfigSenseLayout ( ) : System |
Initializes a new instance of the ConfigSenseLayout class.
|
|
FillStylesCombo ( List |
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.
|
Method | Description | |
---|---|---|
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 ( |
||
SetStyleName ( |
||
m_btnMoreStyles_Click ( object sender, |
||
m_cbNumberStyle_SelectedIndexChanged ( object sender, |
||
m_chkSenseParagraphStyle_CheckedChanged ( object sender, |
||
m_tb_TextChanged ( object sender, |
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)
|
public FillStylesCombo ( List |
||
styles | List |
|
return | void |
public HideSenseNumberConfiguration ( ) : void | ||
return | void |
public ShowSenseNumberConfiguration ( ) : void | ||
return | void |