From 36540bdc906f402f4c55cc7460b6facfd344a793 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 04 八月 2023 14:55:14 +0800 Subject: [PATCH] 2023年08月04日14:55:04 --- HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/GFPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs similarity index 91% rename from HDL_ON/UI/UI2/FuntionControlView/Aks/GFPage.cs rename to HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs index 10ace71..e50696e 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Aks/GFPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/GfPage.cs @@ -9,9 +9,9 @@ /// <summary> /// 鍔熸斁鐣岄潰 /// </summary> - public class GFPage : BaseFramLayout + public class GfPage : BaseFramLayout { - public GFPage() + public GfPage() { } @@ -23,7 +23,7 @@ { //鍒濆鍖朥I this.InitUI(); - //鍒濆鍖栦簨浠� + //鍒濆鍖栦簨浠剁洃鍚櫒 this.EventListener(); //璇诲彇鏁版嵁 this.ReadData(); @@ -41,7 +41,7 @@ { Console.WriteLine("1"); }; - + //鏃跺簭鍣� typeMultiFramLayout.SetLeftFlClickListener((f) => { SxqPage sxqPage = new SxqPage(); @@ -50,7 +50,7 @@ sxqPage.Show(); }); - + //璁惧鍒囨崲 typeMultiFramLayout.SetRightFlClickListener((f) => { Console.WriteLine("4"); @@ -75,16 +75,16 @@ }; this.AddChidren(btnTitle); - cornerFram = new CornerFramLayout(343, 452, 4, 17); + cornerFram = new CornerFramLayout(343, 452, 17); 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(); + cornerFram.LoadButtonPage(4); - CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 72, 0, 17); + CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 72, 17); cornerBottomFram.X = Application.GetRealWidth(16); cornerBottomFram.Y = cornerFram.Bottom + Application.GetRealHeight(16); cornerBottomFram.BackgroundColor = MusicColor.WhiteColor; -- Gitblit v1.8.0