Visual Style S_172VFF - Fixed font visual style

LANSA

Visual Style S_172VFF - Fixed font visual style

* ===================================================================;
*;
* Component : S_172VFF;
* Type : Visual Style;
* ;
* Description : Like VS_NORM but uses a fixed font ;
*;
* 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. ;
* ;
* ===================================================================FUNCTION OPTIONS(*DIRECT);
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 Console') FONTSIZE(8) NORMBACKCOLOR(ButtonFace) SCRIPT(Western);
DEFINE_COM CLASS(#PRIM_VSI) NAME(#VALUE) BORDERCOLOR(WindowText) BORDERSTYLE(3DLeft) ERRORBACKCOLOR(255:96:160) FACENAME('Lucida Console') FONTSIZE(8) SCRIPT(Western);
END_COM;