20 lines
541 B
Ucode
20 lines
541 B
Ucode
// ====================================================================
|
|
// Class: XInterface.STY_BindBox
|
|
// Parent: XInterface.STY_NoBackground
|
|
//
|
|
// <Enter a description here>
|
|
// ====================================================================
|
|
|
|
class STY2BindBox extends STY2NoBackground;
|
|
|
|
defaultproperties
|
|
{
|
|
KeyName="BindBox"
|
|
// FontColors(3)=(R=230,G=200,B=0,A=255)
|
|
|
|
RStyles(0)=MSTY_Alpha;
|
|
RStyles(1)=MSTY_Alpha;
|
|
RStyles(2)=MSTY_Alpha;
|
|
RStyles(3)=MSTY_Alpha;
|
|
RStyles(4)=MSTY_Alpha;
|
|
} |