From 38ee59a8404c1fa9385649f9690c8d671a5d95de Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 31 八月 2023 19:00:22 +0800
Subject: [PATCH] 2023年08月31日19:00:14
---
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