From cd70a2a8a2bdebf51259d8f39ed110a34b9be9e5 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 11 四月 2023 14:50:21 +0800 Subject: [PATCH] 修改启动屏幕 --- HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 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..bc53c1a 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs @@ -193,6 +193,10 @@ Text = " 涓轰繚鎶ゆ偍鐨勪釜浜洪殣绉佹潈鐩婏紝鐗瑰悜鎮ㄩ�氱煡骞剁敵璇锋槑纭悓鎰忔巿鏉冦�傝浣犱粩缁嗛槄璇�", IsMoreLines = true, }; + if(Language.CurrentLanguage != "Chinese") + { + btnMsg.Text = " In order to protect your personal privacy rights, we hereby notify you and apply for explicit consent authorization. Please read it carefully"; + } contentView.AddChidren(btnMsg); Button btnMsg1 = new Button() @@ -207,6 +211,11 @@ Text = " 銆奜n Pro浜鸿劯淇℃伅閲囬泦鍗忚銆�", IsMoreLines = true, }; + if (Language.CurrentLanguage != "Chinese") + { + btnMsg1.Text = " 'On Pro Face Information Collection Protocol'"; + } + contentView.AddChidren(btnMsg1); Button btnMsg2 = new Button() @@ -221,20 +230,24 @@ Text = " 鑻ュ悓鎰忚鍗忚锛岃鐐瑰嚮銆愬悓鎰忋�戞寜閿紝琛ㄧず鎮ㄥ凡缁忕悊瑙e苟鍚屾剰浜鸿劯淇℃伅閲囬泦鍗忚銆�", IsMoreLines = true, }; + if (Language.CurrentLanguage != "Chinese") + { + btnMsg2.Text = " If you agree to this agreement, please click the [Agree] button to indicate that you have understood and agreed to the face information collection agreement."; + } 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 +262,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, -- Gitblit v1.8.0