| | |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | }; |
| | | phoneRow.AddChidren(btnPhoneTitle); |
| | | if(Language.CurrentLanguage == "English") |
| | | { |
| | | btnPhoneTitle.Text = "Tel.:"; |
| | | } |
| | | |
| | | Button btnPhoneText = new Button() |
| | | { |
| | |
| | | TextID = StringId.WillGivePriorityToTheTreatmen, |
| | | }; |
| | | emailRow.AddChidren(btnEmailTipText); |
| | | |
| | | if (Language.CurrentLanguage == "English") |
| | | { |
| | | btnEmailTitle.Width = Application.GetRealWidth(80); |
| | | emailRow.Height = Application.GetRealWidth(65); |
| | | btnEmailTipText.IsMoreLines = true; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 前进图标 |
| | | /// </summary> |