| | |
| | | |
| | | btnChangeFunction = new Button() |
| | | { |
| | | Width = Application.GetRealWidth(114), |
| | | X = Application.GetRealWidth(10), |
| | | Width = Application.GetRealWidth(114-10), |
| | | TextID = StringId.Functions, |
| | | SelectedTextColor = CSS_Color.MainColor, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | TextSize = CSS_FontSize.HeadlineFontSize, |
| | | TextAlignment = TextAlignment.Center, |
| | | IsSelected = true, |
| | | IsBold = true |
| | | IsBold = true, |
| | | }; |
| | | changeView.AddChidren(btnChangeFunction); |
| | | |
| | |
| | | btnChangeScene = new Button() |
| | | { |
| | | X = btnLine.Right, |
| | | Width = Application.GetRealWidth(114), |
| | | Width = Application.GetRealWidth(114-10), |
| | | TextID = StringId.Scenes, |
| | | SelectedTextColor = CSS_Color.MainColor, |
| | | TextColor = CSS_Color.PromptingColor1, |