wxr
2020-07-06 23c075a9c27946773feccf05abc90489a6bf5203
HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs
@@ -25,7 +25,6 @@
            sensor = ss;
        }
        public void LoadPage()
        {
@@ -35,6 +34,7 @@
            {
                Y = Application.GetRealHeight(64),
                Height = Application.GetRealHeight(600),
                ScrollEnabled = false
            };
            bodyView.AddChidren(contentView);
@@ -126,8 +126,8 @@
                    case FunctionType.PM25:
                        yStrings.Add( Math.Round(random.NextDouble() * 130, 0).ToString());
                        break;
                    case FunctionType.Noise:
                        break;
                    //case FunctionType.Noise:
                    //    break;
                    case FunctionType.WindPower:
                        break;
                    case FunctionType.CO2:
@@ -251,8 +251,8 @@
                    //_levelTextList.Add(StringId.MildPollution);
                    //_levelTextList.Add(StringId.HeavyPollution);
                    //break;
                case FunctionType.Noise:
                    break;
                //case FunctionType.Noise:
                //    break;
                case FunctionType.WindPower:
                    break;
                case FunctionType.CO2:
@@ -656,7 +656,10 @@
                {
                    continue;
                }
                if(initTitleButton)
                contentView.ScrollEnabled = true;
                if (initTitleButton)
                {
                    Button btnOthreTitle = new Button()
                    {