// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // // ==================================================================== // Background style for the actual "list" area of a listbox // // Date Id Modification // // ==================================================================== class STY_GeoSlider extends GUIStyles; defaultproperties { KeyName="GeoSlider" Images(0)=Material'GeoGUIContent.Scalable.button_metal' Images(1)=Material'GeoGUIContent.Scalable.button_metal' Images(2)=Material'GeoGUIContent.Scalable.button_metal' Images(3)=Material'GeoGUIContent.Scalable.button_metal' Images(4)=Material'GeoGUIContent.Scalable.button_metal' FontNames(0)="GeoSmallerFont" FontNames(1)="GeoSmallerFont" FontNames(2)="GeoSmallerFont" FontNames(3)="GeoSmallerFont" FontNames(4)="GeoSmallerFont" FontColors(2)=(R=230,G=200,B=0,A=255) FontColors(3)=(R=230,G=200,B=0,A=255) BorderOffsets(0)=12 BorderOffsets(1)=12 BorderOffsets(2)=12 BorderOffsets(3)=12 }