From 098ca04f324624d97399c7c1040c46d2a96ebfaa Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期日, 23 四月 2023 09:21:54 +0800 Subject: [PATCH] V1.7.1发布版本 --- HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs index f7bbfc4..7c88b59 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs @@ -190,7 +190,7 @@ TextAlignment = TextAlignment.CenterLeft, TextColor = CSS_Color.TextualColor, TextSize = CSS_FontSize.PromptFontSize_FirstLevel, - Text = " 涓轰繚鎶ゆ偍鐨勪釜浜洪殣绉佹潈鐩婏紝鐗瑰悜鎮ㄩ�氱煡骞剁敵璇锋槑纭悓鎰忔巿鏉冦�傝浣犱粩缁嗛槄璇�", + TextID =StringId.FaceProTipText1, IsMoreLines = true, }; contentView.AddChidren(btnMsg); @@ -204,9 +204,10 @@ TextAlignment = TextAlignment.CenterLeft, TextColor = CSS_Color.MainColor, TextSize = CSS_FontSize.PromptFontSize_FirstLevel, - Text = " 銆奜n Pro浜鸿劯淇℃伅閲囬泦鍗忚銆�", + TextID = StringId.FaceProTipText2, IsMoreLines = true, }; + contentView.AddChidren(btnMsg1); Button btnMsg2 = new Button() @@ -218,23 +219,23 @@ TextAlignment = TextAlignment.CenterLeft, TextColor = CSS_Color.TextualColor, TextSize = CSS_FontSize.PromptFontSize_FirstLevel, - Text = " 鑻ュ悓鎰忚鍗忚锛岃鐐瑰嚮銆愬悓鎰忋�戞寜閿紝琛ㄧず鎮ㄥ凡缁忕悊瑙e苟鍚屾剰浜鸿劯淇℃伅閲囬泦鍗忚銆�", + TextID = StringId.FaceProTipText3, IsMoreLines = true, }; contentView.AddChidren(btnMsg2); - Button btnLine = new Button() + Button btnLine2 = new Button() { Y = Application.GetRealHeight(149), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(270 / 2), BackgroundColor = CSS.CSS_Color.DividingLineColor, }; - contentView.AddChidren(btnLine); + contentView.AddChidren(btnLine2); Button btnCancel = new Button() { - Y = btnLine.Bottom, + Y = btnLine2.Bottom, Width = Application.GetRealWidth(135), Height = Application.GetRealHeight(43), TextAlignment = TextAlignment.Center, @@ -249,7 +250,7 @@ Button btnConfirm = new Button() { X = btnCancel.Right, - Y = btnLine.Y, + Y = btnLine2.Y, Width = Application.GetRealWidth(135), Height = Application.GetRealHeight(45), TextAlignment = TextAlignment.Center, @@ -276,7 +277,7 @@ { url = "https://developer.hdlcontrol.com/Face information collection protocol.html"; } - new WebViewDialog().LoadPage("浜鸿劯淇℃伅閲囬泦鍗忚", url); + new WebViewDialog().LoadPage(Language.StringByID(StringId.GetFaceProtocol), url); dialog.Close(); }; -- Gitblit v1.8.0