| | |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | if (isAdd) |
| | | { |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.GroupControl)).LoadTopView(); |
| | | var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.GroupControl)); |
| | | topView.maginY = 10; |
| | | topView.LoadTopView(); |
| | | } |
| | | else |
| | | { |
| | | new TopViewDiv(bodyView, "").LoadTopView_SettingText(()=> { |
| | | var topView = new TopViewDiv(bodyView, ""); |
| | | topView.maginY = 10; |
| | | topView.LoadTopView_SettingText(()=> { |
| | | |
| | | Action action = () => { |
| | | var waitPage = new Loading(); |
| | |
| | | } |
| | | var contentView = new FrameLayout() |
| | | { |
| | | Y = Application.GetRealHeight(64), |
| | | Height = Application.GetRealHeight(667-64), |
| | | Y = Application.GetRealHeight(64+10), |
| | | Height = Application.GetRealHeight(667-64-10), |
| | | }; |
| | | bodyView.AddChidren(contentView); |
| | | |
| | |
| | | functionListView = new VerticalScrolViewLayout() |
| | | { |
| | | Y = Application.GetRealHeight(220), |
| | | Height = Application.GetRealHeight(640 - 12 - 52 - 100 -100), |
| | | Height = Application.GetRealHeight(640 - 12 - 52 - 100 -100-10), |
| | | }; |
| | | bodyView.AddChidren(functionListView); |
| | | |
| | |
| | | new PublicAssmebly().TipMsg(StringId.Tip, StringId.PlsEntryGroupName); |
| | | return; |
| | | } |
| | | groupControl.name = name; |
| | | if (groupControlLightList.Count < 2) |
| | | { |
| | | new PublicAssmebly().TipMsg(StringId.Tip, StringId.PlsSelectMoreData); |
| | |
| | | } |
| | | if (isAdd) |
| | | { |
| | | groupControl.name = name; |
| | | groupControl.sids.Clear(); |
| | | foreach (var light in groupControlLightList) |
| | | { |