| | |
| | | /// </summary> |
| | | Button btnFloor; |
| | | |
| | | /// <summary> |
| | | /// 筛选选择下拉图标 |
| | | /// </summary> |
| | | Button btnScreenIcon; |
| | | ///// <summary> |
| | | ///// 筛选选择下拉图标 |
| | | ///// </summary> |
| | | //Button btnScreenIcon; |
| | | /// <summary> |
| | | /// 筛选文本显示 |
| | | /// </summary> |
| | |
| | | showdFunctionTypeRow.AddChidren(btnFloor); |
| | | |
| | | |
| | | btnScreenIcon = new Button() |
| | | { |
| | | Width = Application.GetMinRealAverage(16), |
| | | Height = Application.GetMinRealAverage(16), |
| | | X = Application.GetRealWidth(122), |
| | | Y = Application.GetRealHeight(18), |
| | | UnSelectedImagePath = "Public/DownIcon.png", |
| | | }; |
| | | showdFunctionTypeRow.AddChidren(btnScreenIcon); |
| | | //btnScreenIcon = new Button() |
| | | //{ |
| | | // Width = Application.GetMinRealAverage(16), |
| | | // Height = Application.GetMinRealAverage(16), |
| | | // X = Application.GetRealWidth(122), |
| | | // Y = Application.GetRealHeight(18), |
| | | // UnSelectedImagePath = "Public/DownIcon.png", |
| | | //}; |
| | | //showdFunctionTypeRow.AddChidren(btnScreenIcon); |
| | | |
| | | btnScreenText = new Button() |
| | | { |
| | | X = btnScreenIcon.Right, |
| | | Y = Application.GetRealHeight(18), |
| | | Width = Application.GetRealWidth(200), |
| | | Height = Application.GetMinRealAverage(16), |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextID = StringId.Screen |
| | | }; |
| | | showdFunctionTypeRow.AddChidren(btnScreenText); |
| | | //btnScreenText = new Button() |
| | | //{ |
| | | // X = btnScreenIcon.Right, |
| | | // Y = Application.GetRealHeight(18), |
| | | // Width = Application.GetRealWidth(200), |
| | | // Height = Application.GetMinRealAverage(16), |
| | | // TextColor = CSS_Color.FirstLevelTitleColor, |
| | | // TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | // TextAlignment = TextAlignment.CenterLeft, |
| | | // TextID = StringId.Screen |
| | | //}; |
| | | //showdFunctionTypeRow.AddChidren(btnScreenText); |
| | | |
| | | |
| | | #endregion |