From dc20ddb39af74fc2a0080d61a4da811206b1a0d9 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 08 六月 2021 14:55:28 +0800
Subject: [PATCH] 2021-6-8-1

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/CheckView.cs          |    4 +-
 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/ReplicationView.cs        |    3 +
 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs                |    6 +-
 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs                    |    5 ++
 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMethod.cs                   |    3 -
 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/FrameLayout50.cs          |    9 ++--
 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/SetPir.cs                      |    1 
 HDL_ON/DAL/Server/HttpUtil.cs                                           |    4 +-
 HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/LogicTypeTitleView.cs |    6 +-
 HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeHorizonView.cs    |    7 ++-
 HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs                     |    3 +
 HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs         |    5 +-
 HDL_ON/UI/UI2/3-Intelligence/Automation/OutdoorEnvironment.cs           |    2 
 .vs/HDL_APP_Project/xs/UserPrefs.xml                                    |   26 ++++---------
 HDL_ON/UI/UI2/3-Intelligence/Automation/Weather.cs                      |    1 
 15 files changed, 43 insertions(+), 42 deletions(-)

diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml
index 95ed532..4b8ad64 100644
--- a/.vs/HDL_APP_Project/xs/UserPrefs.xml
+++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml
@@ -1,14 +1,6 @@
 锘�<Properties StartupConfiguration="{09712674-2A38-407B-B1E2-560B2C352F9A}|Default">
-  <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneSimulatorTarget.FE1D0763-7181-4B0C-AB18-E30AA773A6FA" />
-  <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs">
-    <Files>
-      <File FileName="HDL_ON/UI/UI2/FuntionControlView/Video/VideoMethod.cs" Line="41" Column="68" />
-      <File FileName="HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs" Line="93" Column="28" />
-      <File FileName="HDL_ON/UI/UI2/3-Intelligence/Automation/InpOrOutLogicMethod.cs" Line="618" Column="19" />
-      <File FileName="HDL_ON/UI/UI1-Login/LoginPage.cs" Line="203" Column="61" />
-      <File FileName="HDL_ON/DAL/Server/HttpUtil.cs" Line="155" Column="18" />
-      <File FileName="HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs" Line="229" Column="40" />
-    </Files>
+  <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget.00008020-001674E61438002E" />
+  <MonoDevelop.Ide.Workbench>
     <Pads>
       <Pad Id="ProjectPad">
         <State name="__root__">
@@ -18,14 +10,12 @@
                 <Node name="Server" expanded="True" />
               </Node>
               <Node name="UI" expanded="True">
-                <Node name="UI1-Login" expanded="True" />
                 <Node name="UI2" expanded="True">
-                  <Node name="3-Intelligence" expanded="True">
-                    <Node name="Automation" expanded="True" />
-                  </Node>
-                  <Node name="FuntionControlView" expanded="True">
-                    <Node name="Video" expanded="True">
-                      <Node name="VideoMainView.cs" selected="True" />
+                  <Node name="4-PersonalCenter" expanded="True">
+                    <Node name="PirDevice" expanded="True">
+                      <Node name="View" expanded="True">
+                        <Node name="TopView.cs" selected="True" />
+                      </Node>
                     </Node>
                   </Node>
                 </Node>
@@ -42,7 +32,7 @@
     <String>Shared.Droid.TouchID/Shared.Droid.TouchID.csproj</String>
     <String>Shared.IOS/Shared.IOS.csproj</String>
   </DisabledProjects>
-  <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
+  <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug|iPhone" />
   <MonoDevelop.Ide.ItemProperties.HDL-ON__Android PreferredExecutionTarget="Android.4b65c4650918" />
   <MonoDevelop.Ide.DebuggingService.Breakpoints>
     <BreakpointStore />
diff --git a/HDL_ON/DAL/Server/HttpUtil.cs b/HDL_ON/DAL/Server/HttpUtil.cs
index d63ab48..471b368 100644
--- a/HDL_ON/DAL/Server/HttpUtil.cs
+++ b/HDL_ON/DAL/Server/HttpUtil.cs
@@ -153,9 +153,9 @@
                 {
                     urlHead = OnAppConfig.Instance.RequestHttpsHost;
                 }
-                urlHead="https://test-gz.hdlcontrol.com";
+                //urlHead="https://test-gz.hdlcontrol.com";
                 //"https://bahrain-gateway.hdlcontrol.com";
-                //urlHead="https://china-gateway.hdlcontrol.com";
+                urlHead="https://china-gateway.hdlcontrol.com";
                 string requestFullUrl = urlHead + apiPath;
 
 
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs
index f8b2ea0..2bc0a26 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs
@@ -52,6 +52,9 @@
             viewLayout.AddChidren(addInputTextView.FLayoutView(46, 12));
             ///婊¤冻浠ヤ笅鏉′欢鐨刅iew
             LogicView.LogicTypeTitleView titleCondition = new LogicView.LogicTypeTitleView();
+            titleCondition.btnText.Width = Application.GetRealWidth(300);
+            titleCondition.btnText.Height = Application.GetRealHeight(28);
+            titleCondition.btnText.IsMoreLines = true;
             titleCondition.frameLayout.SetCornerWithSameRadius(Application.GetRealHeight(12), HDLUtils.RectCornerTopLeft | HDLUtils.RectCornerTopRight);
             titleCondition.btnText.TextID = StringId.andCondition;
             viewLayout.AddChidren(titleCondition.FLayoutView());
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/CheckView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/CheckView.cs
index 80d1b2e..bb59781 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/CheckView.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/CheckView.cs
@@ -18,8 +18,8 @@
         public Button btnText = new Button
         {
             TextSize = TextSize.text16,
-            Width = Application.GetRealWidth(300),
-            Height = Application.GetRealHeight(20),
+            Width = Application.GetRealWidth(280),
+            Height = Application.GetRealHeight(32),//20
             TextColor = CSS.CSS_Color.textColor,
             X = Application.GetRealWidth(20),
             Gravity = Gravity.CenterVertical,
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/LogicTypeTitleView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/LogicTypeTitleView.cs
index 8eea8c9..85a312b 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/LogicTypeTitleView.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/LogicTypeTitleView.cs
@@ -21,14 +21,14 @@
         public Button btnText = new Button
         {
             TextSize = LogicView.TextSize.text14,
-            Width = Application.GetRealWidth(270),
-            Height = Application.GetRealHeight(20),
+            Width = Application.GetRealWidth(280),//270
+            Height = Application.GetRealHeight(28),//20
             TextColor = CSS.CSS_Color.textColor,
             //TextAlignment = TextAlignment.CenterLeft,
             //Y = Application.GetRealHeight(12),
             X = Application.GetRealWidth(12),
             Gravity = Gravity.CenterVertical,
-           // IsMoreLines = true,
+            IsMoreLines = true,
         };
         /// <summary>
         /// 鍥炬爣
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeHorizonView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeHorizonView.cs
index 6fb8a81..7d60b83 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeHorizonView.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TimeHorizonView.cs
@@ -64,11 +64,12 @@
             TextID = StringId.timeTipText,
             TextSize = TextSize.text12,
             TextColor = CSS.CSS_Color.textRedColor,
-            Width = Application.GetRealWidth(340-20),
-            Height = Application.GetRealHeight(17),
+            Width = Application.GetRealWidth(340 - 20-20),
+            Height = Application.GetRealHeight(24),//17
             X = Application.GetRealWidth(20),
             Y = Application.GetRealHeight(58),
-            TextAlignment=TextAlignment.CenterLeft,
+            TextAlignment = TextAlignment.CenterLeft,
+            IsMoreLines=true,
         };
 
         /// <summary>
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs
index bba3711..c842a69 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TipPopView.cs
@@ -555,12 +555,13 @@
 
                     btnTip.X = Application.GetRealWidth(53);
                     btnTip.Y = editBjView.Bottom + Application.GetRealHeight(12);
-                    btnTip.Width = Application.GetRealWidth(200);
-                    btnTip.Height = Application.GetRealHeight(17);
+                    btnTip.Width = Application.GetRealWidth(157);//200
+                    btnTip.Height = Application.GetRealHeight(24);//17
                     btnTip.Text = errorId_IsNullOrEmpty;
                     btnTip.TextColor = CSS_Color.textRedColor;
                     btnTip.TextSize = TextSize.text12;
                     btnTip.TextAlignment = TextAlignment.CenterLeft;
+                    btnTip.IsMoreLines = true;
                     return;
                 }
 
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/OutdoorEnvironment.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/OutdoorEnvironment.cs
index b5166a6..5781fc1 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/OutdoorEnvironment.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/OutdoorEnvironment.cs
@@ -157,7 +157,7 @@
             });
         }
         /// <summary>
-        /// 娓╁害,婀垮害寮规璁剧疆鍊�
+        /// PM2.5璁剧疆鍊�
         /// </summary>
         /// <param name="frame">褰撳墠鐣岄潰</param>
         /// <param name="stateValue">缂栬緫涔嬪墠鐨勭姸鎬佸��,榛樿涓�""</param>
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/Weather.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/Weather.cs
index c1fc7aa..e0d3cbc 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/Weather.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/Weather.cs
@@ -35,6 +35,7 @@
             airqualityView.btnLine.X = Application.GetRealWidth(16);
             airqualityView.btnLine.Width = Application.GetRealWidth(375 - 16 - 16);
             airqualityView.btnText.TextID =StringId.shuwaigongneng;
+            airqualityView.btnText.Width = Application.GetRealWidth(280);
             viewLayout.AddChidren(airqualityView.FLayoutView());
             //澶╂皵鍙樺寲(鍩庡競澶╂皵)
             LogicView.SelectTypeView weatherView = new LogicView.SelectTypeView();
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs
index b684f7e..ecd6e28 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs
@@ -180,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);
                 //鍙戦�佹祴璇曠爜鍛戒护
@@ -189,6 +190,10 @@
                     if_bool = true;
                 }
             };
+            testBtn.MouseDownEventHandler += (sender, e) =>
+            {
+                //testBtn.BackgroundColor = CSS.CSS_Color.textConfirmColor;
+            };
             //鎺у埗澶辫触
             failedBtn.MouseUpEventHandler += (sender, e) =>
             {
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMethod.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMethod.cs
index f8d4655..d8193c1 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMethod.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMethod.cs
@@ -555,14 +555,11 @@
                         case "14005":
                             {
                                 str = Language.StringByID(StringId.gatewayNotOnline);
-
                             }
                             break;
                         case "10807":
                             {
                                 str = Language.StringByID(StringId.bunengchaoguo10);
-
-
                             }
                             break;
                         case "14002":
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/SetPir.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/SetPir.cs
index 6d9da0c..f75583a 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/SetPir.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/SetPir.cs
@@ -54,6 +54,7 @@
             FrameLayout50 banbenhaoFLayout = new FrameLayout50();
             banbenhaoFLayout.btnNextIcon.Visible = false;
             banbenhaoFLayout.btnText.Text = Language.StringByID(StringId.banbenhao) + ":"+ versions.version;
+            banbenhaoFLayout.btnText.Width = Application.GetRealWidth(280);
             banbenhaoFLayout.frameLayout.Y = editNameFLayout.frameLayout.Bottom;// banbenshengjiFL.frameLayout.Bottom;
             viewLayout.AddChidren(banbenhaoFLayout.FLayoutView());
             //鍒犻櫎
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/FrameLayout50.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/FrameLayout50.cs
index b11ecb4..5dbfbec 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/FrameLayout50.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/FrameLayout50.cs
@@ -20,10 +20,11 @@
         public Button btnText = new Button
         {
             TextSize = TextSize.Text16,
-            Width = Application.GetRealWidth(150),
-            Height = Application.GetRealHeight(22),
+            Width = Application.GetRealWidth(150+20),
+            Height = Application.GetRealHeight(32),//22
             TextColor = CSS.CSS_Color.textColor,
             X = Application.GetRealWidth(16),
+            IsMoreLines=true,
         };
 
         /// <summary>
@@ -31,11 +32,11 @@
         /// </summary>
         public Button btnEditText = new Button
         {
-            Width = Application.GetRealWidth(357 - 52 - 150 - 16),
+            Width = Application.GetRealWidth(357 - 52 - 150 - 30-16),
             Height = Application.GetRealHeight(20),
             TextSize = TextSize.Text14,
             TextColor = CSS.CSS_Color.textCancelColor,
-            X = Application.GetRealWidth(150 + 16),
+            X = Application.GetRealWidth(150+30+16),
             TextAlignment = TextAlignment.CenterRight,
         };
 
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs
index 109b77c..b86d5ad 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs
@@ -82,7 +82,7 @@
         public Button stateIconBtn = new Button
         {
             Y = Application.GetRealHeight(23),
-            X = Application.GetRealWidth(291),
+            X = Application.GetRealWidth(291-5),
             Width = Application.GetRealWidth(8),
             Height = Application.GetRealWidth(8),
             UnSelectedImagePath ="PirIcon/offline.png",
@@ -95,8 +95,8 @@
         public Button stateTextBtn = new Button
         {
             Y = Application.GetRealHeight(18),
-            X = Application.GetRealWidth(303),
-            Width = Application.GetRealWidth(30),
+            X = Application.GetRealWidth(303-5),
+            Width = Application.GetRealWidth(30+5),
             Height = Application.GetRealHeight(17),
             TextID = StringId.zaixianhwb,
             TextAlignment = TextAlignment.CenterLeft,
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/ReplicationView.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/ReplicationView.cs
index 32e80e8..35e4071 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/ReplicationView.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/ReplicationView.cs
@@ -33,11 +33,12 @@
                 Y = Application.GetRealHeight(24),
                 X = Application.GetRealWidth(10),
                 Width = Application.GetRealWidth(375 - 20),
-                Height = Application.GetRealHeight(20),
+                Height = Application.GetRealHeight(28),//
                 TextSize = TextSize.text14,
                 TextColor = CSS.CSS_Color.textColor,
                 TextAlignment = TextAlignment.Center,
                 TextID = StringId.duizhunanxiaanniu,
+                IsMoreLines=true,
             };
             frameLayout.AddChidren(textBtn);
 

--
Gitblit v1.8.0