| | |
| | | TextSize = CSS_FontSize.PromptFontSize_SecondaryLevel, |
| | | }; |
| | | functionRow.AddChidren(btnFunctionFloorName); |
| | | |
| | | } |
| | | |
| | | Button btnChooseIcon = new Button() |
| | |
| | | X = Application.GetRealWidth(335), |
| | | Width = Application.GetRealWidth(28), |
| | | Height = Application.GetRealWidth(28), |
| | | SelectedImagePath = "Public/SelectionIcon.png", |
| | | UnSelectedImagePath = "Public/UnSelectionIcon.png", |
| | | UnSelectedImagePath = "Public/ChooseIcon.png", |
| | | SelectedImagePath = "Public/ChooseOnIcon.png", |
| | | IsSelected = function.roomIdList.Contains(room.sid) |
| | | }; |
| | | functionRow.AddChidren(btnChooseIcon); |
| | |
| | | { |
| | | functionListView.Height = Application.GetRealHeight(518 - 40 - 62); |
| | | } |
| | | |
| | | } |
| | | |
| | | /// <summary> |