using System; using System.Collections.Generic; using HDL_ON.Entity; using HDL_ON.UI.CSS; using Shared; namespace HDL_ON.UI.UI2.Classification { public class SeriesFunctionListPage : FrameLayout { FrameLayout bodyView; public SeriesFunctionListPage() { bodyView = this; } public void LoadPage() { new TopViewDiv(bodyView, Language.StringByID(StringId.HorseRaceLamp)).LoadTopView(); bodyView.BackgroundColor = CSS_Color.BackgroundColor; var functionListView = new VerticalScrolViewLayout() { Y = Application.GetRealHeight(64), Height = Application.GetRealHeight(603 - 12), }; bodyView.AddChidren(functionListView); var waitPage = new Loading(); bodyView.AddChidren(waitPage); waitPage.Hide(); Dictionary> dicGroupButtons = new Dictionary>(); foreach(var rgb in FunctionList.List.GetLightList()) { if(rgb.spk == SPK.LightRGB) { if (rgb.GetAttribute(FunctionAttributeKey.Colorful) == null) { continue; } List