From e5f993f52e09eb46878baced83bb8492f147d41c Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期一, 04 十一月 2019 17:58:40 +0800 Subject: [PATCH] 2019-11-04-1 --- ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs b/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs old mode 100755 new mode 100644 index 5a9690d..b7f601e --- a/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/DeviceTarget.cs @@ -33,7 +33,7 @@ TextColor = ZigbeeColor.Current.LogicTextBlackColor, TextAlignment = TextAlignment.CenterLeft, X = Application.GetRealWidth(176), - Width = Application.GetRealWidth(400), + Width = Application.GetRealWidth(600), Height = Application.GetRealHeight(69), Y = Application.GetRealHeight(92), TextID = MyInternationalizationString.addaction, @@ -67,7 +67,7 @@ }; #endregion - + var middle = new FrameLayout { Y = topRowLayout.Bottom, @@ -76,7 +76,7 @@ }; this.AddChidren(middle); - #region ----- 璁惧------ + #region ----- 璁惧------ var deviceframelayout = new FrameLayout { Height = Application.GetRealHeight(160), @@ -202,7 +202,7 @@ sceneiconBtn.MouseUpEventHandler += sceneclick; #endregion - #region ----- 瀹夐槻妯″紡------ + #region ----- 瀹夐槻妯″紡------ var securityframelayout = new FrameLayout { Height = Application.GetRealHeight(160), @@ -264,7 +264,7 @@ securityrow.MouseUpEventHandler += securityclick; #endregion - #region ----- 宸叉湁鑷姩鍖�------ + #region ----- 宸叉湁鑷姩鍖�------ ///宸叉湁鑷姩鍖� var existenceRowLayout = new RowLayout @@ -375,6 +375,6 @@ #endregion } - + } } -- Gitblit v1.8.0