From 922dcfb535b7c9d8bd4ab1d97ebc50b49237b0df Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 09 八月 2023 14:36:42 +0800 Subject: [PATCH] 2023年08月09日14:36:17 --- HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs index e50696e..b385592 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs @@ -79,9 +79,8 @@ cornerFram.X = Application.GetRealWidth(16); cornerFram.Y = btnTitle.Bottom + Application.GetRealHeight(16); this.AddChidren(cornerFram); - cornerFram.SetList(cornerFram.GetTestList(17)); cornerFram.SetMargin(16, 0, 16, 0); - cornerFram.LoadButtonPage(4); + cornerFram.LoadButtonPage(AksCommonMethod.Current.GetGFKeypadList(),4); CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 72, 17); -- Gitblit v1.8.0