| | |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.SubheadingFontSize, |
| | | Text = string.IsNullOrEmpty( UserInfo.Current.userName) ? "不愿意透露姓名的用户" : UserInfo.Current.userName |
| | | Text = string.IsNullOrEmpty( UserInfo.Current.userName) ? Language.StringByID(StringId.UsersWhoNameIsEmpty) : UserInfo.Current.userName |
| | | |
| | | }; |
| | | personalInfoView.AddChidren(btnUserName); |
| | |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.TextualColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | Text = UserInfo.Current.accountString |
| | | Text = UserInfo.Current.AccountString |
| | | }; |
| | | personalInfoView.AddChidren(btnEmail); |
| | | |