S_227VN

LANSA

S_227VN
* ===================================================================
*
* Component : S_227VN
* Type : Visual Style
* Ancestor : PRIM_VS
*
* Description : Standard Visual Style - Normal
*
* Disclaimer : The following material is supplied as example material
* only. No warranty concerning this material or its use
* in any way whatsoever is expressed or implied.
*
* ===================================================================

FUNCTION OPTIONS(*DIRECT)
BEGIN_COM ROLE(*EXTENDS #PRIM_VS) DEFAULT(#SCHEME)
DEFINE_COM CLASS(#PRIM_VSS) NAME(#SCHEME) CAPTIONS(#CAPTION) TITLES(#CAPTION) VALUES(#VALUE)
DEFINE_COM CLASS(#PRIM_VSI) NAME(#CAPTION) FACENAME('MS Sans Serif') FONTSIZE(8) NORMBACKCOLOR(ButtonFace) SCRIPT(Western)
DEFINE_COM CLASS(#PRIM_VSI) NAME(#VALUE) BORDERCOLOR(WindowText) BORDERSTYLE(3DLeft) ERRORBACKCOLOR(255:96:160) FACENAME('MS Sans Serif') FONTSIZE(8) SCRIPT(Western)
END_COM