Visual Style S_197VNM

LANSA

Visual Style S_197VNM
* ===================================================================;
*;
* Component : S_197VNM;
* Type : Visual Style;
* Ancestor : PRIM_VS;
*;
* Description : An example of a style for the whole form;
*;
* Disclaimer : The following material is supplied as sample material;
* only. No warranty concerning this material or its use;
* in any way whatsoever is expressed or implied.;
*;
* ===================================================================;
;
BEGIN_COM DEFAULT(#SCHEME);
DEFINE_COM CLASS(#PRIM_VSS) NAME(#SCHEME) CAPTIONS(#CAPTION) TITLES(#CAPTION) VALUES(#VALUE);
DEFINE_COM CLASS(#PRIM_VSI) NAME(#CAPTION) FACENAME('Lucida') FONTSIZE(8) ITALIC(True) 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;