// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // // ==================================================================== // Background style for a tab button // // ==================================================================== class STY_GeoTabButton extends STY_GeoMenuButton; defaultproperties { KeyName="GeoTabButton" FontNames(0)="GeoNormalFont" FontNames(1)="GeoNormalFont" FontNames(2)="GeoNormalFont" FontNames(3)="GeoNormalFont" FontNames(4)="GeoNormalFont" Images(0)=Material'GeoGUIContent.Scalable.BoxTab' Images(1)=Material'GeoGUIContent.Scalable.BoxTabWatched' Images(2)=Material'GeoGUIContent.Scalable.BoxTabPulse' Images(3)=Material'GeoGUIContent.Scalable.BoxTab' FontColors(0)=(R=255,G=255,B=255,A=255) FontColors(1)=(R=255,G=255,B=255,A=255) FontColors(2)=(R=255,G=255,B=255,A=255) FontColors(3)=(R=230,G=200,B=0,A=255) BorderOffsets(0)=12 BorderOffsets(1)=12 BorderOffsets(2)=12 BorderOffsets(3)=12 }