| | |
| | | BackgroundColor = CSS.CSS_Color.viewLine, |
| | | |
| | | }; |
| | | /// <summary> |
| | | /// 延时 |
| | | /// </summary> |
| | | public Button btnDelay = new Button |
| | | { |
| | | BackgroundColor = CSS.CSS_Color.AuxiliaryColor1, |
| | | TextID = StringId.delayLogic, |
| | | TextSize = LogicView.TextSize.text16, |
| | | TextColor = CSS.CSS_Color.view, |
| | | }; |
| | | /// <summary> |
| | | /// 删除 |
| | | /// </summary> |
| | | public Button btnDel = new Button |
| | | { |
| | | BackgroundColor = CSS.CSS_Color.textRedColor, |
| | |
| | | TextSize = LogicView.TextSize.text16, |
| | | TextColor = CSS.CSS_Color.view, |
| | | }; |
| | | |
| | | public Button btnClick = new Button |
| | | { |
| | | Height = Application.GetRealHeight(44), |
| | |
| | | rowLayout.AddChidren(btnText); |
| | | rowLayout.AddChidren(btnState); |
| | | rowLayout.AddChidren(btnNextIcon); |
| | | rowLayout.AddRightView(btnDelay); |
| | | rowLayout.AddRightView(btnDel); |
| | | rowLayout.AddChidren(btnClick); |
| | | btnLine.Y = frameLayout.Height - 1; |