From c1cb2d8c6034a2ee7aa8a5710bba15b14f76cebc Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 18 八月 2023 18:54:31 +0800 Subject: [PATCH] 2023年08月18日18:54:22 --- HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/VerticalBoutonFLayout.cs | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/VerticalBoutonFLayout.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/VerticalBoutonFLayout.cs index e8d0e83..d16b329 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/VerticalBoutonFLayout.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/VerticalBoutonFLayout.cs @@ -18,18 +18,6 @@ Radius = (uint)Application.GetRealHeight(cornerValue); } - - - //public FrameLayout fLayout = new FrameLayout - //{ - // Y = Application.GetRealHeight(16), - // Width = Application.GetRealWidth(widthFrameLayout - 8), - // Height = Application.GetRealHeight(heightFrameLayout - 16), - // Radius = (uint)Application.GetRealHeight(cornerValue), - // BackgroundColor = MusicColor.ViewColor, - //}; - - public FrameLayout ONFLayout = new FrameLayout { Height = Application.GetRealWidth(40), @@ -85,13 +73,11 @@ public void AddView(FrameLayout parent) { parent.AddChidren(this); - //this.AddChidren(fLayout); this.AddChidren(ONFLayout); ONFLayout.AddChidren(ONButton); this.AddChidren(btnName); this.AddChidren(OFFFLayout); OFFFLayout.AddChidren(OFFButton); - ONFLayout.Y = Application.GetRealHeight(11); btnName.Y = ONFLayout.Bottom + Application.GetRealHeight(11); OFFFLayout.Y = btnName.Bottom + Application.GetRealHeight(11); -- Gitblit v1.8.0