wxr
2023-09-14 2e74672eff6b971bd15b4783d43cc5c1c680d3ee
OnPro/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs
@@ -193,6 +193,7 @@
                UnSelectedImagePath = "Collection/CollectionGrayIcon.png",
                IsSelected = function.collect
            };
            bodyDiv.AddChidren(btnCollectionIcon);
        }
@@ -246,19 +247,8 @@
                UnSelectedImagePath = "Collection/CollectionGrayIcon.png",
                IsSelected = function.collect
            };
            bodyDiv.AddChidren(btnCollectionIcon);
            bodyDiv.BackgroundColor = CSS_Color.PromptingColor2;
            btnOffline = new Button()
            {
                X = Application.GetRealWidth(8 + 10 + 32),
                Y = Application.GetRealHeight(28 + 24),
                Height = Application.GetRealHeight(30),
                TextID = StringId.DeviceOffline,
                TextColor = CSS_Color.WarningColor,
                TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
                TextAlignment = TextAlignment.CenterLeft
            };
            bodyDiv.AddChidren(btnOffline);
        }
        /// <summary>