Visual Style VS_FIXED

LANSA

Visual Style VS_FIXED
* ===================================================================;
*;
* Component : VS_FIXED;
* Type : Visual Style;
* Ancestor : PRIM_VS;
* ;
* Description : Visual Style for fixed font displays ;
* The following RDMLX code represents a visual style that can be associated with ;
* components that require fixed fonts to be displayed:;
*;
* 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) TEXTCOLOR(Black);
DEFINE_COM CLASS(#PRIM_VSI) NAME(#VALUE) ALTERNBACKCOLOR(Window) BORDERSTYLE(3DLeft) FACENAME('Lucida Console') FONTSIZE(8) SCRIPT(Western) TEXTCOLOR(Black);
END_COM;