FITini // drop down menu for mech lab variants [VariantComboBox] l XLocation = 25 l YLocation = 89 l Width = 100 l Height = 22 b ChildCoordinatesAreRelative = 1 [ExpandButton] // l XLocation = 139 l YLocation = 8 l Width = 12 l Height = 6 l UWidth = 12 l VHeight = 6 l UNormal = 0 l VNormal = 18 l UPressed = 0 l VPressed = 18 l NormalAnimationTimeStamps = 4 b NormalAnimationLoops = TRUE f NormalTime0 = 0.0 l NormalColor0 = 0xffFF8A00 f NormalTime1 = 15 l NormalColor1 = 0xffFF8A00 f NormalTime2 = 15.5 l NormalColor2 = 0xffFF8A00 f NormalTime3 = 16.0 l NormalColor3 = 0xffFF8A00 l PressedAnimationTimeStamps = 2 b PressedAnimationLoops = FALSE f PressedTime0 = 0.0 l PressedColor0 = 0xffffffff f PressedTime1 = 0.5 l PressedColor1 = 0xffFF8A00 l HighlightAnimationTimeStamps = 2 b HighlightAnimationLoops = TRUE f HighlightTime0 = 0.0 l HighlightColor0 = 0xffffffff f HighlightTime1 = 0.5 l HighlightColor1 = 0xffFF8A00 l DisabledAnimationTimeStamps = 2 b DisabledAnimationLoops = TRUE f DisabledTime0 = 0.0 l DisabledColor0 = 0xff373737 f DisabledTime1 = 15 l DisabledColor1 = 0xff6B6B6B st FileName = "MCUI_Scroll" //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [EditBox] l XLocation = 2 l YLocation = 3 l Width = 154 l Height = 21 l Color = 0xffc66600 l CursorColor = 0xffC66600 l HighlightColor = 0xffC66600 l SelectedColor = 0xff000000 l OutlineColor = 0xffffffff l Font = 27333 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [Rects] l Rectcount = 3 [Rect0] // divider between down triangle and text in drop down rect l XLocation = 136 l YLocation = 1 l Width = 0 l Height = 19 l Color = 0xff43311C b outline = TRUE [Rect1] // outline for variant drop down menu //EditBoxRect l XLocation = 0 l YLocation = 0 l Width = 154 l Height = 21 l Color = 0xffFF8A00 b outline = TRUE [Rect2] // rectangle for list box // this is max height for the list box. // scroll bar appears at max height. //ListBoxRect l XLocation = 0 l YLocation = 21 l Width = 154 l Height = 411 l Color = 0xffFF8A00 b outline = TRUE //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [Text0] // variant name for list box l XLocation = 6 l YLocation = 17 l Width = 128 l Height = 17 l Color = 0xFFc66600 b outline = FALSE l Font = 27333 // use agencyfb11 l TextID = 27000 l Alignment = 0 st Animation = "Animation0" [Animation0] // for list box text l NormalAnimationTimeStamps = 2 b NormalAnimationLoops = TRUE f NormalTime0 = 0.0 l NormalColor0 = 0xff846643 f NormalTime1 = 15 l NormalColor1 = 0xff846643 l PressedAnimationTimeStamps = 2 b PressedAnimationLoops = FALSE f PressedTime0 = 0.0 l PressedColor0 = 0xffffffff f PressedTime1 = 0.5 l PressedColor1 = 0xffC66600 l HighlightAnimationTimeStamps = 3 b HighlightAnimationLoops = TRUE f HighlightTime0 = 0.0 l HighlightColor0 = 0xffffffff f HighlightTime1 = 0.5 l HighlightColor1 = 0xffC66600 f HighlightTime2 = 0.75 l HighlightColor2 = 0xffffffff l DisabledAnimationTimeStamps = 2 b DisabledAnimationLoops = TRUE f DisabledTime0 = 0.0 l DisabledColor0 = 0xff6b6b6b f DisabledTime1 = 15 l DisabledColor1 = 0xff6b6b6b FITend