wei
2021-08-27 eda3fb873e59544ff36301b51e05aef64f87b0f9
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs
@@ -148,6 +148,7 @@
            };
            fLayout.AddChidren(succeedBtn);
            #endregion
            #region 点击事件
            //表示库列表索引值(目前只20个库)
            int index = 1; 
@@ -179,6 +180,7 @@
            //测试Text
            testBtn.MouseUpEventHandler += (sender, e) =>
            {
               // testBtn.BackgroundColor = CSS.CSS_Color.viewMiddle;
                var library = libraryList[index - 1];
                var control = GetControl(spk, testBtn.TextID, library);
                //发送测试码命令
@@ -187,6 +189,10 @@
                    //标记最后那个码
                    if_bool = true;
                }
            };
            testBtn.MouseDownEventHandler += (sender, e) =>
            {
                //testBtn.BackgroundColor = CSS.CSS_Color.textConfirmColor;
            };
            //控制失败
            failedBtn.MouseUpEventHandler += (sender, e) =>
@@ -317,9 +323,9 @@
                                    value = "on";
                                }
                                break;
                            case StringId.zhongsu:
                            case StringId.fengsuqiehuan:
                                {
                                    key = "middle";
                                    key = "speed";
                                    value = "";
                                }
                                break;
@@ -526,7 +532,7 @@
                                break;
                            case 2:
                                {
                                    textValue = StringId.zhongsu;
                                    textValue = StringId.fengsuqiehuan;
                                }
                                break;
                            case 3: