From 8aa777aedd7492b7f2e28a172c2874f4ee7366a1 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 18 三月 2022 10:46:27 +0800
Subject: [PATCH] 暂时移除离线功能

---
 HDL_ON/UI/UI2/FuntionControlView/Electrical/StbPage.cs |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Electrical/StbPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Electrical/StbPage.cs
index cf97d88..7a4e85b 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Electrical/StbPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Electrical/StbPage.cs
@@ -421,7 +421,7 @@
                 }
                 numberView.AddChidren(btn);
                 btn.MouseUpEventHandler = (sender, e) => {
-                    if (!device.online)
+                    if (!device.online2d)
                     {
                         new Tip()
                         {
@@ -484,7 +484,7 @@
         {
             btnMenu.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -503,7 +503,7 @@
             };
             btnChlPlus.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -522,7 +522,7 @@
             };
             btnChlReduce.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -541,7 +541,7 @@
             };
             btnVolPlus.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -560,7 +560,7 @@
             };
             btnVolReduce.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -579,7 +579,7 @@
             };
             btnBack.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -599,7 +599,7 @@
 
             btnMenu.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -618,7 +618,7 @@
             };
             btn123.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -632,7 +632,7 @@
             };
             btnMute.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -651,7 +651,7 @@
             };
             btnPower.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -670,7 +670,7 @@
             };
 
 
-            if (!device.online)
+            if (!device.online2d)
             {
                 btnTopMenuUp.MouseDownEventHandler = (sender, e) =>
                 {
@@ -695,7 +695,7 @@
             }
             btnMenu.MouseUpEventHandler = (sender, e) =>
             {
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -715,7 +715,7 @@
             };
             btnTopMenuUp.MouseUpEventHandler = (sender, e) => {
 
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -735,7 +735,7 @@
             };
             btnTopMenuLeft.MouseUpEventHandler = (sender, e) => {
 
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -755,7 +755,7 @@
             };
             btnTopMenuRight.MouseUpEventHandler = (sender, e) => {
 
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -775,7 +775,7 @@
             };
             btnTopMenuDown.MouseUpEventHandler = (sender, e) => {
 
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -795,7 +795,7 @@
             };
             btnOk.MouseUpEventHandler = (sender, e) => {
 
-                if (!device.online)
+                if (!device.online2d)
                 {
                     new Tip()
                     {
@@ -971,7 +971,7 @@
 
                     btn.MouseUpEventHandler = (sender, e) =>
                     {
-                        if (!device.online)
+                        if (!device.online2d)
                         {
                             new Tip()
                             {

--
Gitblit v1.8.0