From e1ac4ab0e68024e6289e0b11756962d662749b04 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 16 三月 2021 17:15:23 +0800
Subject: [PATCH] Revert "Merge branch 'WJC' of http://172.16.1.23:6688/r/~wxr/HDL_APP_Project into WJC"

---
 HDL_ON/UI/UI2/FuntionControlView/AC/AcControlPage.cs |   44 --------------------------------------------
 1 files changed, 0 insertions(+), 44 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/AC/AcControlPage.cs b/HDL_ON/UI/UI2/FuntionControlView/AC/AcControlPage.cs
index d202d33..629a706 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/AC/AcControlPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/AC/AcControlPage.cs
@@ -206,8 +206,6 @@
 
             LoadEvent_TempChange();
             LoadEvent_AcStatesChange();
-
-            LoadDiv_IrView();
         }
 
         /// <summary>
@@ -446,48 +444,6 @@
 
             dialog.Show();
         }
-
-        /// <summary>
-        /// 鍔犺浇绾㈠閬ユ帶鍣紝棰濆鎸夐挳
-        /// </summary>
-        void LoadDiv_IrView()
-        {
-            if (device.spk == SPK.AcIr)
-            {
-                var btnMore = new Button()
-                {
-                    Gravity = Gravity.CenterHorizontal,
-                    Y = Application.GetRealHeight(334),
-                    Width = Application.GetRealWidth(30),
-                    Height = Application.GetRealWidth(30),
-                    UnSelectedImagePath = "FunctionIcon/AC/More.png",
-                };
-                FrameWhiteCentet1.AddChidren(btnMore);
-
-                btnMore.MouseUpEventHandler = (sender, e) => {
-                    LoadDialog_IrMoreView();
-                };
-            }
-        }
-        /// <summary>
-        /// 鍔犺浇棰濆瀵圭孩澶栨寜閽晫闈�
-        /// </summary>
-        void LoadDialog_IrMoreView()
-        {
-            Dialog dialog = new Dialog();
-
-            var div = new FrameLayout();
-            dialog.AddChidren(div);
-            div.MouseUpEventHandler = (sender, e) => {
-                dialog.Close();
-            };
-
-
-
-
-            dialog.Show();
-        }
-
 
         #endregion
 

--
Gitblit v1.8.0