| | |
| | | }; |
| | | |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorInvitation)) |
| | | .LoadTopView_SettingText(click, Language.StringByID(StringId.VisitorRecord)); |
| | | new TopViewDiv(bodyView, "访客邀请").LoadTopView_SettingText(click, "测试记录"); |
| | | |
| | | } |
| | | else |
| | | { |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorInvitation)).LoadTopView(); |
| | | new TopViewDiv(bodyView, "访客邀请").LoadTopView(); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | // 提示文字 |
| | | bodyScrolView.AddChidren(new Button() |
| | | { |
| | | Text = Language.StringByID(StringId.VisitorTip), |
| | | Text = "*您发起访客二维码后,该二维码将在您设置的有效期内,可自由刷码进行进出,请谨慎分享该二维码。", |
| | | IsMoreLines = true, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | |
| | | #region 手机号 |
| | | bodyScrolView.AddChidren(new Button() |
| | | { |
| | | Text = Language.StringByID(StringId.PhoneNumber), |
| | | Text = "手机号", |
| | | Y = Application.GetRealWidth(10), |
| | | TextSize = CSS_FontSize.SubheadingFontSize, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | |
| | | Width = Application.GetRealWidth(335), |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | PlaceholderText = Language.StringByID(StringId.InputPhoneNumberOfTheVisitor), |
| | | PlaceholderText = "输入访客手机号", |
| | | Text = tempPassword.phone, |
| | | IsNumberKeyboardType = true, |
| | | PlaceholderTextColor = CSS_Color.PromptingColor1, |
| | |
| | | bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(10), }); |
| | | bodyScrolView.AddChidren(new Button() |
| | | { |
| | | Text = Language.StringByID(StringId.linshimima), |
| | | Text = "动态密码", |
| | | TextSize = CSS_FontSize.SubheadingFontSize, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | Height = Application.GetRealHeight(20), |
| | |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | Width = Application.GetRealWidth(335), |
| | | PlaceholderText = Language.StringByID(StringId.Input6_DigitsTemporaryPassword), |
| | | PlaceholderText = "输入访6位密码", |
| | | Text = tempPassword.tempPwd, |
| | | PlaceholderTextColor = CSS_Color.PromptingColor1, |
| | | }; |
| | |
| | | { |
| | | X = Application.GetRealWidth(275), |
| | | Width = Application.GetRealWidth(80), |
| | | Text = Language.StringByID(StringId.RandomGeneration), |
| | | Text = "随机生成", |
| | | TextAlignment = TextAlignment.CenterRight, |
| | | TextColor = CSS_Color.MainColor, |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | |
| | | |
| | | startLayout.AddChidren(new Button() |
| | | { |
| | | Text = Language.StringByID(StringId.EffectiveTime), |
| | | Text = "二维码生效时间", |
| | | X = Application.GetRealWidth(20), |
| | | Width = Application.GetRealWidth(130), |
| | | TextSize = CSS_FontSize.SubheadingFontSize, |
| | |
| | | |
| | | endLayout.AddChidren(new Button() |
| | | { |
| | | Text = Language.StringByID(StringId.FailureTime), |
| | | Text = "二维码失效时间", |
| | | X = Application.GetRealWidth(20), |
| | | Width = Application.GetRealWidth(130), |
| | | TextSize = CSS_FontSize.SubheadingFontSize, |
| | |
| | | X = Application.GetRealWidth(16), |
| | | Width = Application.GetRealWidth(343), |
| | | Height = Application.GetRealWidth(20), |
| | | Text = Language.StringByID(StringId.LongPressQRCodeSave), |
| | | Text = "长按可以把二维码保存到相册", |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | }); |
| | |
| | | string message = ""; |
| | | if (codeIV.ImageBytes == null) |
| | | { |
| | | tip = Language.StringByID(StringId.tip); |
| | | message = Language.StringByID(StringId.VisitorTipContent); |
| | | tip = "访客凭证"; |
| | | message = "生成访客二维码并将临时密码发送至访客手机."; |
| | | } |
| | | else |
| | | { |
| | | tip = Language.StringByID(StringId.tip); |
| | | message = Language.StringByID(StringId.VisitorDelTipContent); |
| | | tip = "访客凭证"; |
| | | message = "确定删除访客凭证?"; |
| | | } |
| | | new LpTipDialog(Application.Activity, tip, message, new LpTipDialogCallBack(voucher_action)).Show(); |
| | | }; |
| | |
| | | string msg = ""; |
| | | if (bol) |
| | | { |
| | | msg = Language.StringByID(StringId.SavedSuccessfully); |
| | | msg = "保存成功!"; |
| | | } |
| | | else |
| | | { |
| | | msg = Language.StringByID(StringId.saveFail); |
| | | msg = "保存失败!"; |
| | | } |
| | | EmptyTipView tipView = new EmptyTipView(msg, 160); |
| | | tipView.Gravity = Gravity.CenterHorizontal; |
| | |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.textWhiteColor, |
| | | BackgroundColor = CSS_Color.DialogTransparentColor1, |
| | | Text = Language.StringByID(StringId.QRcodeIsInvalid), |
| | | Text = "二维码已失效", |
| | | }; |
| | | codeLayout.AddChidren(codeTip); |
| | | } |
| | | visitorVoucherBtn.Text = Language.StringByID(StringId.CancleVisitorCredentials); |
| | | visitorVoucherBtn.Text = "删除访客凭证"; |
| | | } |
| | | else |
| | | { |
| | | visitorVoucherBtn.Text = Language.StringByID(StringId.GenerateVisitorCredentials); |
| | | visitorVoucherBtn.Text = "生成访客凭证"; |
| | | } |
| | | } |
| | | |