From dfcb2a1844fd55b57bae23e290b30ec6380e8508 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期五, 26 八月 2022 15:04:22 +0800 Subject: [PATCH] 更新全视通dll --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/InformationTipView.cs | 52 ++++++++++++++++++++++++++-------------------------- 1 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/InformationTipView.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/InformationTipView.cs old mode 100755 new mode 100644 index 7733c6f..93b8376 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/InformationTipView.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/InformationTipView.cs @@ -1,26 +1,26 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Text; - -namespace Shared.Phone.UserCenter -{ - /// <summary> - /// 鍋氭垚涓�涓彁绀烘湁鏂版秷鎭殑瑙掓爣鎺т欢(缃簬鎸囧畾鎺т欢鐨勫彸涓婅) - /// </summary> - public class InformationTipView : ButtonBase - { - /// <summary> - /// 鍋氭垚涓�涓彁绀烘湁鏂版秷鎭殑瑙掓爣鎺т欢(缃簬鎸囧畾鎺т欢鐨勫彸涓婅) - /// </summary> - /// <param name="TargetView">鐩爣鎺т欢</param> - /// <param name="size">瑙掓爣澶у皬</param> - public InformationTipView(ButtonBase TargetView, int size = 30) - { - this.InitIconSize(size, size, true); - this.BackgroundColor = UserCenterColor.Current.Red; - this.Radius = (uint)this.GetPictrueRealSize(size) / 2; - this.X = TargetView.X + TargetView.Width / 2 + Application.GetRealWidth(10); - this.Y = TargetView.Y; - } - } -} +锘縰sing System; +using System.Collections.Generic; +using System.Text; + +namespace Shared.Phone.UserCenter +{ + /// <summary> + /// 鍋氭垚涓�涓彁绀烘湁鏂版秷鎭殑瑙掓爣鎺т欢(缃簬鎸囧畾鎺т欢鐨勫彸涓婅) + /// </summary> + public class InformationTipView : ButtonBase + { + /// <summary> + /// 鍋氭垚涓�涓彁绀烘湁鏂版秷鎭殑瑙掓爣鎺т欢(缃簬鎸囧畾鎺т欢鐨勫彸涓婅) + /// </summary> + /// <param name="TargetView">鐩爣鎺т欢</param> + /// <param name="size">瑙掓爣澶у皬</param> + public InformationTipView(ButtonBase TargetView, int size = 30) + { + this.InitIconSize(size, size, true); + this.BackgroundColor = UserCenterColor.Current.Red; + this.Radius = (uint)this.GetPictrueRealSize(size) / 2; + this.X = TargetView.X + TargetView.Width / 2 + Application.GetRealWidth(10); + this.Y = TargetView.Y; + } + } +} -- Gitblit v1.8.0