| | |
| | | Action actionRefresh; |
| | | #endregion |
| | | |
| | | public FunctionBaseInfoSetPage(Function func,Action action) |
| | | public FunctionBaseInfoSetPage(Function func, Action action) |
| | | { |
| | | bodyView = this; |
| | | function = func; |
| | |
| | | |
| | | btnFunctionName = new Button() |
| | | { |
| | | X = Application.GetRealWidth(186), |
| | | Width = Application.GetRealWidth(137), |
| | | X = Application.GetRealWidth(86), |
| | | Width = Application.GetRealWidth(237), |
| | | TextAlignment = TextAlignment.CenterRight, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | |
| | | |
| | | btnLocationValues = new Button() |
| | | { |
| | | X = Application.GetRealWidth(186), |
| | | Width = Application.GetRealWidth(137), |
| | | X = Application.GetRealWidth(86), |
| | | Width = Application.GetRealWidth(237), |
| | | TextAlignment = TextAlignment.CenterRight, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | |
| | | // }); |
| | | #endregion |
| | | |
| | | #if stage2 |
| | | #region 添加到桌面 |
| | | var addToDesktopView = new FrameLayout() |
| | | { |
| | | Y = nameView.Bottom, |
| | | Y = locationMagtView.Bottom, |
| | | Height = Application.GetRealHeight(55), |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | | }; |
| | |
| | | addToDesktopView.AddChidren(btnAddToDesktopRight); |
| | | |
| | | #endregion |
| | | |
| | | #endif |
| | | LoadEventList(); |
| | | } |
| | | |