.vs/HDL_APP_Project/xs/UserPrefs.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HDL_ON/UI/UI2/3-Intelligence/Automation/Weather.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.vs/HDL_APP_Project/xs/UserPrefs.xml
@@ -1,6 +1,9 @@ <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> <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs"> <Files> <File FileName="HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs" Line="51" Column="27" /> </Files> <Pads> <Pad Id="ProjectPad"> <State name="__root__"> @@ -10,16 +13,15 @@ <Node name="DAL" expanded="True"> <Node name="Mqtt" expanded="True" /> </Node> <Node name="Entity" expanded="True" /> <Node name="UI" expanded="True"> <Node name="UI2" expanded="True"> <Node name="4-PersonalCenter" expanded="True"> <Node name="PirDevice" expanded="True"> <Node name="PirMethod.cs" selected="True" /> <Node name="3-Intelligence" expanded="True"> <Node name="Automation" expanded="True"> <Node name="Logic.cs" selected="True" /> </Node> </Node> <Node name="FuntionControlView" expanded="True"> <Node name="Music" expanded="True" /> </Node> <Node name="FuntionControlView" expanded="True" /> </Node> </Node> </Node> HDL_ON/UI/UI2/3-Intelligence/Automation/AddInputType.cs
@@ -58,6 +58,7 @@ { viewLayout.AddChidren(shiwaiView.FLayoutView()); } #endregion #region 所有点击事件 HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
@@ -510,7 +510,7 @@ } } /// <summary> /// 判断网关类型 /// 判断网关类型(0:bus网关;1:A协议网关) /// </summary> /// <returns></returns> public static bool IsGatewayType @@ -521,11 +521,7 @@ { return true; } else { return false; } return false; } } } HDL_ON/UI/UI2/3-Intelligence/Automation/Weather.cs
@@ -45,7 +45,6 @@ weatherView.btnLine.Width = Application.GetRealWidth(375 - 16 - 16); weatherView.btnText.TextID = StringId.tianqibianhua; viewLayout.AddChidren(weatherView.FLayoutView()); //空气质量 LogicView.SelectTypeView kongqiViewk = new LogicView.SelectTypeView(); kongqiViewk.frameLayout.Y = weatherView.frameLayout.Bottom; @@ -56,7 +55,6 @@ kongqiViewk.btnText.TextID = StringId.kongqizhiliang; viewLayout.AddChidren(kongqiViewk.FLayoutView()); #endregion #region 所有点击事件 //室外温、湿度、PM2.5变化 airqualityView.btnClick.MouseUpEventHandler += (sen, e) => {