| | |
| | | |
| | | #region 访客记录按钮 |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorInvitation)).LoadTopView(); |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorRecord)).LoadTopView(); |
| | | #endregion |
| | | |
| | | bodyScrolView = new VerticalScrolViewLayout() |
| | |
| | | { |
| | | Height = Application.GetRealWidth(20), |
| | | Y = Application.GetRealWidth(6), |
| | | Text = Language.StringByID(StringId.VisitorQRCode), |
| | | Text = Language.StringByID(StringId.VisitorInvitationRecord), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextColor = CSS_Color.text1Color, |
| | | TextSize = CSS_FontSize.TextFontSize, |